* gnus-registry.el (gnus-registry-user-format-function-M2): Make "," the mark text...
[gnus] / lisp / ChangeLog
1 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-registry.el (gnus-registry-user-format-function-M): Use `mapconcat'.
4         (gnus-registry-user-format-function-M2): Use to see the full text of
5         the marks.  Make "," the mark text separator.
6
7         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
8         authentication with auth-source.
9
10 2011-05-17  Glenn Morris  <rgm@gnu.org>
11
12         * gnus-group.el (gnus-import-other-newsrc-file):
13         Use insert-file-contents.
14
15 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
18         1000 iterations.
19
20 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * nntp.el (nntp-open-connection): Check if process-type is available.
23
24 2011-05-16  Julien Danjou  <julien@danjou.info>
25
26         * shr.el (shr-tag-del): Add support for del tag.
27
28 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * gnus-html.el (gnus-html-put-image): Register a displayer.
31
32         * shr.el (shr-image-displayer): Don't remove text props from alt text.
33
34 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
35
36         * registry.el (prune-factor): New initialization parameter defaulting
37         to 0.1.
38         (registry-prune-hard): Use it.
39
40         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
41         0.1 expicitly.
42
43 2011-05-13  Glenn Morris  <rgm@gnu.org>
44
45         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
46         is bound, since this function requires sendmail.
47
48 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
49
50         * registry.el (registry-usage-test): Disable pruning test.
51
52 2011-05-11  David Engster  <dengste@eml.cc>
53
54         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
55         Bind set-network-process-option for XEmacs.
56
57 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
58
59         * registry.el (registry-prune-hard-candidates)
60         (registry-prune-soft-candidates): Helper methods for registry pruning.
61         (registry-prune): Use them.  Make the sort function optional.
62
63 2011-05-10  Jim Meyering  <meyering@redhat.com>
64
65         * shr.el (shr-colorize-region): Fix doubled-word typos: on on -> on
66
67 2011-05-10  Julien Danjou  <julien@danjou.info>
68
69         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
70         symbol and not a list.
71
72 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * gnus-art.el (gnus-article-mode): Move binding of
75         shr-put-image-function here from gnus-article-prepare-display.
76
77         * shr.el (shr-put-image-function): New variable.
78         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
79         (shr-put-image): Return scaled image.
80
81         * gnus-art.el (gnus-shr-put-image): New function.
82         (gnus-article-prepare-display): Bind shr-put-image-function to it.
83
84         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
85         original ones, as deletable.
86
87 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
88
89         * nntp.el (nntp-open-connection): Set TCP keepalive option.
90
91 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
92
93         * registry.el (registry-full): Add convenience method.  Fix logic.
94         (registry-insert): Use it.  Fix logic here too.
95
96         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
97         `registry-prune' if `registry-full' returns t.
98         (gnus-registry-handle-action)
99         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
100         (gnus-registry-usage-test): Use it.
101
102 2011-05-07  Julien Danjou  <julien@danjou.info>
103
104         * shr.el (shr-link): Make shr-link inherit from link by default.
105
106 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
107
108         * shr.el (shr-urlify, shr-link): Fix shr-link face.
109
110 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
111
112         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
113         error out because the face is not a list.
114
115 2011-05-05  Glenn Morris  <rgm@gnu.org>
116
117         * proto-stream.el (gnutls-negotiate): Fix declarations.
118
119         * gnus-start.el (gnus-propagate-marks): Declare.
120
121 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
122
123         * registry.el (registry-reindex): Fix percentage message.
124
125         * proto-stream.el (network-stream-open-starttls): Adjust to call
126         `gnutls-negotiate' with :process and :hostname arguments.
127
128 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
129
130         * shr.el: Add shr-link face for links.
131         (shr-urlify): Use it.
132
133         * registry.el (registry-insert): Make error message more helpful.
134
135 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * gnus-html.el (gnus-html-schedule-image-fetching):
138         Use url-queue-retrieve, if it exists.
139
140         * shr.el (shr-tag-img): Ditto.
141
142         * gnus.el: Autoload more gnus-agent functions.
143
144         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
145         agent if we haven't already (bug#8502).
146
147         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
148         into the Agent, too.
149
150         * gnus-agent.el (gnus-agent-store-article): New function.
151
152         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
153         and moved from that file for reuse.
154
155         * pop3.el (pop3-open-server): Error messages are "-ERR".
156
157 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
160         (open-tls-stream): Remove superfluous tls/starttls autoloads.
161
162 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
163
164         * gnus.el: No Gnus v0.17 is released.
165
166 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
167
168         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
169         buffer has moved to a different frame.
170
171 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
174         to get the conversion from unibyte to multibyte buffers to work on
175         Emacs 22.
176
177         * nntp.el (nntp-request-article): Slight clean-up.
178
179 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * shr.el (shr-strike-through): New face.
182         (shr-tag-s): Use it to provide <s> support.
183         (shr-tag-s): Remove duplicate definition.
184
185 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
186
187         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
188         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
189
190 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
191
192         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
193         `gnutls-negotiate'.
194         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
195
196 2011-04-23  Glenn Morris  <rgm@gnu.org>
197
198         * gnus-sum.el (gnus-extra-headers): Bump :version.
199
200 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * shr.el (shr-tag-sup): New function.
203         (shr-tag-sub): Ditto.
204
205 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
206
207         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
208         for the case where `gnus-registry-ignored-groups' is a list of lists,
209         and don't call `gnus-parameter-registry-ignore' otherwise.
210
211 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
212
213         * nnimap.el (nnimap-user): New backend variable.
214         (nnimap-open-connection-1): Use it.
215         (nnimap-credentials): Accept user parameter so it's explicit what user
216         name is desired.
217
218         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
219         default.
220
221         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
222         not gnus-registry.el.
223
224         * gnus-registry.el: Mention in comments how to modify
225         `gnus-extra-headers' for proper recipient tracking and that it may
226         already have To and Cc recently, which it does as of this commit.
227         (gnus-registry-ignored-groups): Remove defcustom.
228         Explain why in comments.
229         (gnus-registry-action): Fix data-header reference to use the extra
230         headers.  Explain in package commentary how to add To and Cc headers to
231         the gnus-extra-headers.
232         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
233         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
234         parameter list or a string list in `gnus-registry-ignored-groups'.
235         Fix logic error.
236
237 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * shr.el (shr-expand-url): Protect against null urls.
240
241 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * shr.el (shr-base): New binding.
244         (shr-tag-base): Keep track of <base>.
245         (shr-expand-url): New function used throughout.
246
247 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
248
249         * gnus-registry.el
250         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
251         (gnus-registry-ignored-groups): New variable.
252         (gnus-registry-ignore-group-p): Use it.
253         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
254         set the destination group to nil (same as delete) if it's ignored.
255
256 2011-04-20  David Engster  <dengste@eml.cc>
257
258         * tests/gnustest-nntp.el: New file for simple NNTP testing.
259
260         * Makefile.in (test-nntp): New rule.
261         (check): Add it.
262         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
263
264 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * gnus-registry.el (gnus-registry-action)
267         (gnus-registry-fetch-header-fast):
268         Don't use mail-header that looks an internal function of mailheader.el.
269
270 2011-04-19  Glenn Morris  <rgm@gnu.org>
271
272         * time-date.el (time-to-days): Remove unused local variables.
273
274 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * gnus-registry.el: Eliminate cl functions.
277         (gnus-registry-sort-addresses): New function that replaces mapcan.
278         (gnus-registry-action, gnus-registry-spool-action)
279         (gnus-registry-split-fancy-with-parent)
280         (gnus-registry-fetch-recipients-fast): Use it.
281         (gnus-registry-import-eld): Replace delete* with dolist + delq.
282
283         * registry.el (initialize-instance, registry-lookup)
284         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
285         (registry-lookup-secondary-value, registry-search, registry-delete)
286         (registry-insert, registry-reindex, registry-size, registry-prune):
287         Use eval-and-compile.
288
289 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
290
291         * registry.el (registry-reindex): New method to recreate the secondary
292         registry indices.
293
294         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
295         tracked field changes.
296         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
297         (gnus-registry-action, gnus-registry-spool-action)
298         (gnus-registry-handle-action)
299         (gnus-registry--split-fancy-with-parent-internal)
300         (gnus-registry-split-fancy-with-parent)
301         (gnus-registry-register-message-ids): Add recipient tracking on spool,
302         move, and delete actions, and for fancy splitting with parent.
303         (gnus-registry-extract-addresses)
304         (gnus-registry-fetch-recipients-fast)
305         (gnus-registry-fetch-header-fast): Convenience functions.
306         (gnus-registry-misc-test): ERT test of
307         `gnus-registry-extract-addresses'.
308
309 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
312         Track by subject first, then sender.
313
314 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
315
316         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
317
318         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
319         Lisp.
320
321         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
322         (gnus-draft-send): Use it to avoid popping
323         up frames from gnus-group-send-queue.
324
325 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
326
327         * gnus-registry.el: Updated gnus-registry docs.
328
329 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
330
331         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
332         Fix logic bug.
333         (gnus-registry-post-process-groups): Fix logging of no results and
334         quote sender and subject.
335
336 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
339         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
340         gnutls-cli are too slow to be done opportunistically.
341
342         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
343         (gnus-read-active-for-groups): Don't try to finish getting stuff where
344         we had no early-data returned.
345         (gnus-get-unread-articles): Add a sanity check so that we don't issue
346         two async commands to the same server at the same time.
347
348 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
349
350         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
351
352 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
355         "warning" level.
356
357         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
358         (mm-url-insert-file-contents): Don't set the package names.
359
360 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
361
362         * gnus-registry.el (gnus-registry-action): Remove properties and
363         simplify subject in `gnus-registry-handle-action'.
364         (gnus-registry-spool-action): Get subject and sender from message if
365         they are not passed in.
366         (gnus-registry-handle-action): Remove properties and simplify subject
367         consistently.
368
369 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
370
371         * registry.el: Require CL before using defmacro*.
372
373 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-art.el (article-treat-date): Assume that
376         gnus-article-date-headers may be a group parameter.
377
378 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
379
380         * gnus-registry.el (gnus-registry-handle-action): More debugging.
381
382         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
383         interactively so the newsrc file can contain foreign groups too.
384         Useful for debugging but not much for users.
385
386 2011-04-07  David Engster  <dengste@eml.cc>
387
388         * registry.el (registry-usage-test): Only do
389         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
390         lexical binding.
391
392 2011-04-07  David Engster  <dengste@eml.cc>
393
394         * Makefile.in (check, test-registry): New rules for test-suite.
395
396 2011-04-06  David Engster  <dengste@eml.cc>
397
398         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
399         argument NOERROR for `require', since XEmacs 21.4 does not support it.
400
401 2011-04-06  David Engster  <dengste@eml.cc>
402
403         * registry.el (initialize-instance): Change :after to :AFTER to be
404         compatible with old EIEIO version in XEmacs.
405
406 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
407
408         * gnus-registry.el (gnus-registry-post-process-groups)
409         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
410         and provide better messaging.
411
412 2011-04-06  David Engster  <dengste@eml.cc>
413
414         * Makefile.in (fail-on-warning): New rule to compile with warnings as
415         errors.
416
417         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
418         dgnushack-compile with error-on-warn enabled, and to signal an error if
419         clean compilation failed.
420         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
421         with `byte-compile-error-on-warn'.  Return nil if errors occured.
422
423 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
424
425         * gnus-registry.el: Don't use ERT if it's not available.  Load it
426         unconditionally anyway, discarding errors.
427         (gnus-registry-delete-entries): New convenience function.
428         (gnus-registry-import-eld): Import from old .eld registry.
429
430         * registry.el: Don't use ERT if it's not available.  Load it
431         unconditionally anyway, discarding errors.
432
433         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
434         version from the Claudio Bley GnuTLS patch (extra optional parameters
435         and host name).
436
437 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
438
439         * gnus-registry.el (gnus-registry-fixup-registry): New function to
440         fixup the parameters that can be customized by the user between
441         save/read cycles.
442         (gnus-registry-read): Use it.
443         (gnus-registry-make-db): Use it.
444         (gnus-registry-spool-action, gnus-registry-handle-action):
445         Fix messaging.
446         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
447         Map references to actual group names with sender and subject tracking.
448         (gnus-registry-post-process-groups): Use `cond' for better messaging.
449         (gnus-registry-usage-test): Add subject lookup test.
450
451         * registry.el (registry-db, initialize-instance): Set up constructor
452         instead of :initform arguments for the sake of older Emacsen.
453         (registry-lookup-breaks-before-lexbind): New method to demonstrate
454         pre-lexbind merge bug.
455         (registry-usage-test): Use it.
456         (initialize-instance, registry-db): Move the non-function initforms
457         back to the class definition.
458
459 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
460
461         * registry.el: New library to manage gnus-registry-style data.
462
463         * gnus-registry.el: Use it (major rewrite).
464
465         * nnregistry.el: Use it.
466
467         * spam.el: Use it.
468
469 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
472         marks on non-selected articles.
473
474 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
475
476         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
477         parameter to open-protocol-stream.
478
479 2011-04-01  Julien Danjou  <julien@danjou.info>
480
481         * mm-view.el (mm-display-inline-fontify): Do not fontify with
482         fundamental-mode.
483
484 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
487         servers.
488
489 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
492         made marks not propagate, again.
493
494 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
495
496         * proto-stream.el (open-protocol-stream): Bring back `network' type.
497         Make this the default type.
498         (proto-stream-open-plain): Rename from proto-stream-open-default.
499         (open-protocol-stream, proto-stream-open-starttls)
500         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
501         with `plain'.
502
503         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
504         value.
505
506         * nntp.el (nntp-open-connection-function): Document the fact that some
507         values are not functions but are instead handled specially.
508         Recognize nntp-open-plain-stream value.
509         (nntp-open-connection): Recognize that value.
510
511 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
514         where it seems to be needed.
515
516 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
519         stuff.
520
521         * gnus-score.el (gnus-score-string): Fix calling convention of
522         `gnus-simplify-buffer-fuzzy' after last patches.
523
524         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
525         server for articles we didn't get any headers for.  This is a sanity
526         check.
527
528 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
529
530         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
531         new CAPABILITY, use it.
532
533 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
536         downloading anything.
537
538         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
539
540 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
541
542         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
543         colors.
544         (gnus-splash-svg-color-symbols): New function.
545
546 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
549         instead of using the global gnus-simplify-subject-fuzzy-regexp.
550         (gnus-simplify-subject-fuzzy): Use the local
551         gnus-simplify-subject-fuzzy-regex instead of the global one.
552         This makes using this variable in group parameters work.
553
554 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * gnus-registry.el (gnus-registry-unfollowed-groups):
557         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
558         archive:sent-YYYY-MM-DD groups).
559         (gnus-registry-split-fancy-with-parent): Bail out early in sender
560         tracking if there are more than `gnus-registry-max-track-groups'
561         matches.
562
563 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
564
565         * message.el (message--yank-original-internal): New function to do the
566         insertion cleanly inside eval in `message-yank-original'.
567         (message-yank-original): Use it.
568
569 2011-03-29  Julien Danjou  <julien@danjou.info>
570
571         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
572         local variables disabled rather than `normal-mode'.
573
574 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
575
576         * imap.el (imap-shell-open, imap-process-connection-type):
577         Use imap-process-connection-type for 'shell' streams as well as
578         Kerberos, SSL, other subprocesses.
579
580 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
581
582         * proto-stream.el: Changes preparatory to merging open-protocol-stream
583         with open-network-stream.
584         (proto-stream-always-use-starttls): Option removed.
585         (open-protocol-stream): Return a process object by default.  Provide a
586         new parameter :return-list specifying a list-type return value, which
587         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
588         :type `network' to `try-starttls', and `network-only' to `default'.
589         Make `default' the default, for compatibility with open-network-stream.
590         Handle the no-parameter case exactly as open-network-stream, with no
591         additional stream processing.  Search plists using plist-get.
592         Explicitly add :end-of-commend parameter if it is missing.
593         (proto-stream-open-default): Rename from
594         proto-stream-open-network-only.  Return 'default as the type.
595         (proto-stream-open-starttls): Rename from proto-stream-open-network.
596         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
597         failed.  Always return a list with a (possibly dead) process as the
598         first element, for compatibility with open-network-stream.
599         (proto-stream-open-tls): Use plist-get.  Always return a list.
600         (proto-stream-open-shell): Return `default' as connection type.
601         (proto-stream-capability-open): Use plist-get.
602         (proto-stream-eoc): Function deleted.
603
604         * nnimap.el (nnimap-stream, nnimap-open-connection)
605         (nnimap-open-connection-1): Handle renaming of :type parameter for
606         open-protocol-stream.
607         (nnimap-open-connection-1): Pass a :return-list parameter
608         open-protocol-stream to obtain a list return value.  Parse this list
609         using plist-get.
610
611         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
612         for open-protocol-stream.  Accept open-protocol-stream return value
613         that is a subprocess object instead of a list.  Handle the case of a
614         dead returned process.
615
616 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
617
618         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
619
620         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
621
622 2011-03-21  Julien Danjou  <julien@danjou.info>
623
624         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
625         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
626         query.
627         (mm-inline-text): Render normal text with fontification whenever
628         possible.
629
630         * gnus-sum.el (gnus-summary-save-parts-1):
631         * gnus-art.el (gnus-article-browse-html-save-cid-content)
632         (gnus-article-browse-html-parts, gnus-mime-delete-part)
633         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
634         Use `mm-handle-filename'.
635
636         * mm-util.el (mm-handle-filename): New function, return the filename of
637         an handle.
638
639 2011-03-18  Julien Danjou  <julien@danjou.info>
640
641         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
642         (gnus-buffer-live-p): Check that buffer is not nil.
643
644 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
645
646         * gnus.el: No Gnus v0.15 is released.
647
648 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * time-date.el (format-seconds): Use assoc instead of assoc-string to
651         avoid warning on XEmacs.
652
653         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
654         on XEmacs.
655
656         * gnus-art.el: Require mouse, which the build bot seems to say is
657         needed.
658
659         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
660
661         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
662         XEmacs, since it doesn't have url-retrieve-synchronously.
663
664         * time-date.el (format-seconds): Use assoc instead of assoc-string,
665         since assoc-string doesn't exist in XEmacs.
666
667 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
668
669         * gnus-group.el (gnus-group-list-ticked): New function.
670         (gnus-group-make-menu-bar): Provide a menu entry for it.
671         (gnus-group-list-map): Provide a binding for it.
672
673 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * shr.el (shr-visit-file): New command.
676
677         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
678
679 2011-03-17  Bjørn Mork  <bjorn@mork.no>
680
681         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
682         servers.
683
684 2011-03-16  Julien Danjou  <julien@danjou.info>
685
686         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
687         inline.
688
689         * gnus-art.el (article-hide-list-identifiers):
690         Use gnus-group-get-list-identifiers.
691
692         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
693         (gnus-summary-remove-list-identifiers):
694         Use gnus-group-get-list-identifiers to get regexp.
695         (gnus-select-newsgroup, gnus-summary-insert-subject)
696         (gnus-summary-insert-articles):
697         Call gnus-summary-remove-list-identifiers unconditionally.
698
699 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
702         we're selecting a group with unread articles.
703
704         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
705
706         * gssapi.el: New file separated out from imap.el to provide a general
707         Kerberos 5 connection facility for Emacs.
708
709         * message.el (message-elide-ellipsis): Document the format spec
710         ellipsis.
711
712 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
713
714         * message.el (message-elide-region): Allow the ellipsis to say how many
715         lines were removed.
716
717 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
720         window configurations containing buffers that are now dead.
721
722         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
723         parsing to avoid integer overflows.
724         (nnimap-parse-flags): Simplify the last change.
725         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
726         too large for 32-bit Emacsen.
727
728 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
729
730         * auth-source.el (auth-source-netrc-create):
731         * message.el (message-yank-original): Fix use of `case'.
732
733 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
734
735         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
736         XEmacs, which was one character too wide.
737
738 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
739
740         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
741         default number of articles to display.
742         (gnus-articles-to-read): Use pretty names for prompt.
743
744 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * gnus-int.el (gnus-open-server): Ditto.
747
748         * gnus-start.el (gnus-activate-group): Give a backtrace if
749         debug-on-quit is set and the user hits `C-g'.
750         (gnus-read-active-file): Ditto.
751
752         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
753
754 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
755
756         * message.el (message-yank-original): Use cond instead of CL case.
757
758 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
759
760         * auth-source.el (auth-source-netrc-create): Use usual format for the
761         default in prompts.
762
763 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * lpath.el: Fbind read-char-choice for XEmacs.
766
767 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
768
769         * auth-source.el (auth-source-netrc-create): Show the default in the
770         prompt when prompting for token creation.
771
772 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
773
774         * auth-source.el (auth-source-format-prompt): Always convert the value
775         to a string to avoid evaluating non-string arguments.
776         (auth-source-netrc-create): Offer default properly, not as initial
777         content in `read-string'.
778         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
779         of line to determine if we've been run before.  If so, don't run again,
780         but print a trivial message to indicate the cache was hit instead.
781
782 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
783
784         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
785         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
786         The user will have to run `gnus-sync-read' manually and wait for Cloudy
787         Gnus.
788
789 2011-03-11  Julien Danjou  <julien@danjou.info>
790
791         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
792         modified file".
793
794 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
795
796         * auth-source.el (auth-source-read-char-choice): New function to read a
797         character choice using `dropdown-list', `read-char-choice', or
798         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
799         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
800         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
801         (auth-source-netrc-saver): Use it.
802         (auth-source-pick-first-password): New convenience function.
803
804 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
805
806         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
807         parameter in the credentials.
808         (nnimap-open-connection-1): Use it after a successful login.
809         (nnimap-credentials): Add IMAP-specific user and password prompt.
810
811         * auth-source.el (auth-source-search): Add :require parameter, taking a
812         list.  Document it and the :save-function return token.  Pass :require
813         down.  Change the CREATED message from a warning to a debug statement.
814         (auth-source-search-backends): Pass :require down.
815         (auth-source-netrc-search): Pass :require down.
816         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
817         Change save prompt to indicate all modifications saved here are
818         deletions.
819         (auth-source-netrc-create): Take user login name as default in user
820         prompt.  Move all the save functionality to a lexically bound function
821         under the :save-function token in the returned list.  Set up clearer
822         default prompts for user, host, port, and secret.
823         (auth-source-netrc-saver): New function, intended to be wrapped for
824         :save-function.
825
826 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * shr.el (shr-table-horizontal-line): Change the defaults for the table
829         lines to be spaces instead.
830
831 2011-03-07  Julien Danjou  <julien@danjou.info>
832
833         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
834         (sieve-sasl-auth): Check that auth-source-search did return something,
835         or just return an empty string.
836
837 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
838
839         * gnus.el (gnus-interactive): Use read-directory-name.
840
841         * gnus-uu.el (gnus-uu-decode-uu-and-save)
842         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
843         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
844         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
845         Likewise.
846
847         * gnus-group.el (gnus-group-make-directory-group): Likewise.
848
849 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
852         onto the list of killed groups, too.  This makes killed nnimap groups,
853         for instance, more reliably not reappear.
854
855         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
856         the parent.
857
858         * gnus-sum.el (gnus-update-read-articles): Fix typo.
859
860         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
861         really have server-side marks.
862
863         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
864         since most backends do not usefully have server-side marks.
865         (gnus-update-read-articles): Propagate marks to all backends that
866         really have server-side marks.
867
868 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
869
870         * message.el (message-cite-reply-position, message-cite-style):
871         New variables.
872         (message-yank-original): Use the new citation styles.
873
874 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
875
876         * message.el (message-options): Revert 22da67af (workaround for XEmacs
877         buffer-local issue); don't mark it buffer-local when running under
878         XEmacs.
879
880 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
881
882         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
883         numbers too big to be `read'.
884
885 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
886
887         * password-cache.el (password-in-cache-p): Add autoload.
888
889         * message.el (message-options): Make buffer-local two ways to attempt
890         to fix a XEmacs bug.
891
892 2011-03-02  Julien Danjou  <julien@danjou.info>
893
894         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
895
896 2011-03-01  Julien Danjou  <julien@danjou.info>
897
898         * gnus-art.el (list-identifier): Add list-identifier as a parameter
899         group.
900         (article-hide-list-identifiers): Use list-identifier group parameter.
901
902 2011-02-28  Julien Danjou  <julien@danjou.info>
903
904         * sieve.el (sieve-buffer-script-name): New local variable to store
905         sieve script name.
906         (sieve-edit-script): Store sieve script name.
907         (sieve-upload): Use sieve script name when uploading.
908         (sieve-upload): Use substitute-command-keys.
909         (sieve-edit-script): Use substitute-command-keys.
910         (sieve-refresh-scriptlist): Use substitute-command-keys.
911         (sieve-manage-mode-map): Define keymap properly.
912         (sieve-manage-mode): Do not set mode name manually, change mode-name to
913         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
914         Remove commented code about cvs.
915         (sieve-manage-quit): New function.
916         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
917
918 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-group.el (gnus-import-other-newsrc-file): New function.
921
922 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
923
924         * auth-source.el (auth-source-search): Cache empty result sets.
925
926         * password-cache.el (password-in-cache-p): Convenience function to
927         check if a key is in the cache, even if the value is nil.
928
929         * auth-source.el (auth-source-save-behavior): New variable to replace
930         `auth-source-never-create'.
931         (auth-source-netrc-create): Use it.
932         (auth-source-never-save): Remove.
933
934 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * nnimap.el (nnimap-stream): Doc fix.
937         (nnimap-open-connection-1): Reverse the order of the ports to that the
938         prompted-for port is first.
939
940         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
941         retrieval by the no-group selection.
942
943         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
944         numerical parameters.
945
946 2011-02-25  Julien Danjou  <julien@danjou.info>
947
948         * gnus-gravatar.el: Use gnus-with-article-buffer.
949
950         * gnus-art.el (gnus-with-article-buffer): Check that the
951         gnus-article-buffer is alive.
952
953 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
954
955         * auth-source.el (auth-source-creation-prompts): New variable to manage
956         creation-time prompts.
957         (auth-source-search): Document it.
958         (auth-source-format-prompt): Add utility function.
959         (auth-source-netrc-create): Don't default the user name to
960         user-login-name.  Use `auth-source-creation-prompts' and some default
961         prompts for user, host, port, and password (the default generic prompt
962         remains ugly).
963         (auth-source-never-save): Add customizable option to never save info.
964         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
965         mode excursion.
966
967 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
970         argument that XEmacs doesn't support.
971
972         * dgnushack.el (dgnushack-compile): Exclude color.el from being
973         compiled for Emacsen having no `libxml-parse-html-region' support.
974
975         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
976
977         * lpath.el: Bind buffer-save-without-query for XEmacs.
978
979 2011-02-23  Julien Danjou  <julien@danjou.info>
980
981         * gnus-art.el (article-make-date-line): Ignore errors if time is
982         invalid and not convertible.
983         (article-make-date-line): Only add lapsed time if time is not nil.
984
985 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
988         `read-char-choice' for backwards compatibility.
989         (auth-source-netrc-element-or-first): New function to DTRT for
990         parameter extraction.
991         (auth-source-netrc-create): Use it and fix multiple parameter print
992         bug.  Use the default passed from above (given-default) or the
993         built-in (user-login-name for :user).
994
995 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-start.el (gnus-dribble-read-file):
998         Set buffer-save-without-query, since we always want to save the dribble
999         file, probably.
1000
1001         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1002         nnimap.
1003
1004         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1005         -summary- since it's a user-visible variable.
1006
1007         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1008         first time you use the new Gnus.
1009
1010 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1011
1012         * auth-source.el: Don't load netrc.el.
1013         (auth-sources): Search ~/.netrc as well by default.
1014         (auth-source-debug): Add 'trivia option for extra output.
1015         (auth-source-do-trivia): Use it.
1016         (auth-source-search): Simplify logic to use
1017         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1018         appropriate.  Don't keep a running count at this level.  Layer :create
1019         and :delete options appropriately on the first and second passes.
1020         Don't track the backend with the search results.
1021         (auth-source-search-backends): New function to search a list of
1022         backends for a processed spec.
1023         (auth-source-netrc-parse): Cache all netrc files, making
1024         auth-source-netrc-cache an alist keyed by the file name and using the
1025         file mtime as the caching criterion.  Keep the obfuscated data secret
1026         with a lexical bind.
1027         (auth-source-netrc-search): Don't calculate the length of the results
1028         unnecessarily.
1029         (auth-source-search-backends): Fix bug.
1030         (auth-source-netrc-create): Rework prompts.
1031
1032 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1033
1034         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1035         Lower case names of search constraints.
1036         (nnir-run-query): Cache and reuse search constraints for all imap
1037         servers.
1038
1039 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1042         after exit.
1043         (gnus-setup-message): Define missing variable from last checkin.
1044
1045         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1046         value, show the raw article.
1047
1048 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1049
1050         * gnus.el: No Gnus v0.13 is released.
1051
1052 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1053
1054         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1055         auth-source now accepts numbers.
1056
1057         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1058         spec, too.
1059         (auth-source-ensure-strings): New function.
1060
1061         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1062         (gnus-article-setup-buffer): Always restart the date timer so that user
1063         changes to the frequency is respected.
1064
1065         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1066         port numbers, so make sure it gets that if nnimap-server-port is
1067         explicit.
1068
1069 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1070
1071         * nnimap.el (nnimap-inbox): Doc fix.
1072
1073 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1074
1075         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1076         Autoload.  Add optional arg FRAME, and pass it to color-values.
1077         (color-complement): Caller changed.  Doc fix.
1078         (color-gradient): Rewrite for better clarity and efficiency.
1079
1080 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1081
1082         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1083         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1084         color-lab-to-srgb.
1085
1086 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1087
1088         * color.el: First part of merge from hexrgb.el.
1089         (color-rgb-to-hex): Rename from color-rgb->hex.
1090         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1091         saturation to zero if the value is too small.
1092         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1093         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1094         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1095         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1096         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1097         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1098         (color-cie-de2000): Doc fix.
1099
1100 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1101
1102         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1103         given method as in the group name if we're using an extended method.
1104         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1105         command, if we're using that, instead of waiting for the beginning.
1106
1107         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1108         we're sure to get unique server names, and we don't output two async
1109         commands in the same buffer.  This fixes an NNTP hang for some users.
1110
1111 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1112
1113         * gnus.el: No Gnus v0.11 is released.
1114
1115 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1116
1117         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1118         summary buffer before reading going to the next buffer.  This avoids
1119         putting the point in the group buffer if you `C-g' the command.
1120
1121         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1122         cache (for now) to make ~/.authinfo.gpg files usable.
1123
1124         * nnfolder.el (copyright-update): Define for the compiler.
1125
1126         * auth-source.el (auth-source-search): Fix unbound variable.
1127
1128 2011-02-19  Glenn Morris  <rgm@gnu.org>
1129
1130         * gnus.el (gnus-meta): Doc fix.
1131
1132 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1133
1134         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1135         in case it's not yet loaded.
1136
1137 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1138
1139         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1140         line we're waiting for.
1141
1142 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1143
1144         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1145         face with line-width greater than zero will cause RET in gnus summary
1146         buffer to scroll down article page-wise because auto vscroll happens,
1147         it should be temporalily disabled when doing a scroll-up.
1148
1149 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1150
1151         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1152         outputs from the server.
1153
1154 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1155
1156         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1157         later so that bbdb can hook in easier.
1158
1159 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1160
1161         * auth-source.el (auth-source-search): Don't try to create credentials
1162         if the caller doesn't want that.
1163         (auth-source-search): If we don't find a match, don't bug out on
1164         non-bound variables.
1165         (auth-source-search): Only ask a single backend to create the
1166         credentials.
1167
1168         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1169         logging.
1170         (nnimap-credentials): Protect against auth-source-search returning nil.
1171         (nnimap-request-list): Protect against not being able to open the
1172         server.
1173
1174 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1175
1176         * auth-source.el (auth-source-search): Do a two-phase search, one with
1177         no :create to get the responses from all backends.
1178
1179         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1180         when getting credentials.
1181
1182         * gnus-util.el (gnus-delete-duplicates): New function.
1183
1184 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1185
1186         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1187         a creation default, pass the whole port list down.  It will be
1188         completed.
1189
1190         * auth-source.el (auth-source-search): Updated docs to talk about
1191         multiple creation choices.
1192         (auth-source-netrc-create): Accept a list as a value (from the search
1193         parameters) and do completion on that list.  Keep a separate netrc line
1194         with the password obscured for showing the user.
1195
1196         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1197         first choice to `auth-source-search' so it will be used for entry
1198         creation instead of the server's Gnus-specific name.
1199         (nnimap-credentials): Rely on the auth-source library to select which
1200         port is actually wanted in the new netrc entry, so don't override
1201         `auth-source-creation-defaults'.
1202
1203         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1204         :protocol and accept a missing user, host, or port as a wildcard match.
1205         (auth-source-debug): Default to off.
1206
1207         (auth-source-netrc-search, auth-source-netrc-create)
1208         (auth-source-secrets-search, auth-source-secrets-create)
1209         (auth-source-user-or-password, auth-source-backend, auth-sources)
1210         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1211         instead of :protocol.
1212
1213         * nnimap.el (nnimap-credentials): Pass a port default to
1214         `auth-source-search' in case an entry needs to be created.
1215         (nnimap-open-connection-1): Use :port instead of :protocol.
1216
1217 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * auth-source.el: Bind load-path when loading EIEIO from
1220         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1221         21.4 doesn't support, to `require'.
1222         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1223         delete-dups that is not available in XEmacs 21.4.
1224
1225 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1226
1227         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1228         as EIEIO must also be loaded when auth-source.el is being
1229         byte-compiled.
1230
1231 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1234
1235         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1236
1237         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1238
1239         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1240
1241         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1242
1243         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1244
1245         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1246
1247         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1248         necessary.
1249
1250 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1251
1252         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1253         nil means that nnimap doesn't get updated.
1254
1255 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1256
1257         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1258         result when the user doesn't want to write to the file.
1259         (auth-source-netrc-search): Expect a synthetic result and proceed
1260         accordingly.
1261         (auth-source-cache-expiry): New variable to override
1262         `password-cache-expiry'.
1263         (auth-source-remember): Use it.
1264
1265         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1266         parameter.  Create entry if necessary by using :create t.
1267         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1268
1269 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1270
1271         * auth-source.el (auth-source-debug): Enable by default and don't
1272         mention the obsolete `auth-source-hide-passwords'.
1273         (auth-source-do-warn): New function to debug unconditionally.
1274         (auth-source-do-debug): Use it.
1275         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1276         and for Secrets API entries when the secrets.el library is not
1277         available.
1278
1279 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1280
1281         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1282         (gnus-summary-exit): Kill the correct article buffer on exit from a
1283         `C-d' group.
1284
1285         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1286         gnus-propagate-marks.
1287
1288         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1289         before killing the buffers so that a non-full window conf gets handled
1290         correctly.
1291         (gnus-summary-exit): Ditto.
1292         (gnus-summary-read-group-1): Ditto.
1293
1294         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1295         async code again so that we can debug it properly.
1296
1297         * message.el (message-reply): Take an optional switch-buffer parameter
1298         so that Gnus window confs are respected better.
1299
1300 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1301
1302         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1303         `plist-get' to accept non-list parameters (XEmacs issue).
1304         Fix docstring.
1305         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1306         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1307         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1308         Login collection is "Login" and not "login".
1309
1310 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1311
1312         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1313         multiple headers.
1314
1315         * nnimap.el (nnimap-inhibit-logging): New variable.
1316         (nnimap-log-command): Don't log login commands.
1317
1318         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1319         to have more parameters.
1320
1321         * nnimap.el (nnimap-send-command): Mark the command time for each
1322         command, so that we don't get NOOPs stepping on our toes.
1323
1324         * gnus-art.el (article-date-ut): Get the date from the Date header on
1325         `t'.
1326
1327 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * auth-source.el (auth-source-search): Use copy-sequence instead of
1330         the cl.el copy-list.
1331
1332 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1333
1334         * imap.el: Bring it back (revert
1335         84d800cd31de3064f0ed39617d725709a2f8f42f).
1336
1337 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1338
1339         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1340         Improve prompt.
1341
1342 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1343
1344         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1345         washing status from the default format.  It isn't very informative.
1346
1347 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1348
1349         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1350         Fix Gcc processing on imap.
1351
1352 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1353
1354         * imap.el: Remove file.  All the functionality is in nnimap.el.
1355
1356 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1357
1358         * message.el (message-bury): Don't pop up a new window when selected
1359         window is dedicated.
1360
1361 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1362
1363         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1364
1365 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1366
1367         * sieve-manage.el: Autoload `auth-source-search'.
1368         (sieve-sasl-auth): Use it.
1369
1370 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1371
1372         * nnimap.el: Autoload `auth-source-forget+'.
1373         (nnimap-open-connection-1): Use it if the connection fails.
1374
1375         * auth-source.el: Require `password-cache'.
1376         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1377         obsolete.
1378         (auth-source-magic): Marker for `password-cache' keys.
1379         (auth-source-do-cache): Update docstring.
1380         (auth-source-search): Use and check cache.
1381         (auth-source-forget-all-cached, auth-source-remember)
1382         (auth-source-recall, auth-source-forget, auth-source-forget+)
1383         (auth-source-specmatchp): Caching support functions.
1384         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1385         Remove and obsolete.
1386         (auth-source-user-or-password): Remove caching to further discourage
1387         using it.  Always hide passwords.
1388
1389         * password-cache.el (password-cache-remove): Accept secrets that are
1390         not strings.
1391
1392 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1393
1394         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1395         code for now, since it doesn't work for all users.
1396
1397 2011-02-09  Julien Danjou  <julien@danjou.info>
1398
1399         * message.el (message-options): Make message-options really buffer
1400         local.
1401
1402 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1403
1404         * mail-source.el: Autoload `auth-source-search'.
1405         (mail-source-keyword-map): Note order matters.
1406         (mail-source-set-1): Get all the mail-source source values and
1407         defaults and search auth-source on those if needed.  This can all
1408         probably be simplified.
1409
1410         * nnimap.el: Autoload `auth-source-search'.
1411         (nnimap-credentials): Use it.
1412         (nnimap-open-connection-1): Ask for the virtual server and physical
1413         address in one shot.
1414
1415         * nntp.el: Autoload `auth-source-search'.
1416         (nntp-send-authinfo): Use it.  Note TODO.
1417
1418 2011-02-08  Julien Danjou  <julien@danjou.info>
1419
1420         * shr.el (shr-tag-body): Add support for text attribute in body
1421         markups.
1422
1423         * message.el (message-options): Make message-options a local variable.
1424
1425 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1426
1427         * auth-source.el (auth-source-secrets-search)
1428         (auth-source-user-or-password): Use `append' instead of `nconc'.
1429         (auth-source-user-or-password): Build return list better and protect
1430         against nil :secret.
1431
1432 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1433
1434         * nnimap.el (nnimap-update-info): Refactor slightly.
1435         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1436         (nnimap-update-info): Clean up slightly.
1437         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1438         characters.
1439         (nnimap-process-quirk): Rename function to avoid collision.
1440         (nnimap-update-info): Fix macrology bug-out.
1441         (nnimap-update-info): Simplify split history test.
1442
1443 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1444
1445         * auth-source.el (top): Require 'eieio unconditionally.
1446         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1447         (auth-source-secrets-search): Limit search when `max' is greater than
1448         number of results.
1449
1450 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1451
1452         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1453         part not returning any data.
1454
1455         * proto-stream.el (open-protocol-stream): Document the return value.
1456
1457 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1458
1459         * auth-source.el (auth-source-secrets-search): Add examples.
1460
1461 2011-02-06  Julien Danjou  <julien@danjou.info>
1462
1463         * message.el (message-setup-1): Handle message-generate-headers-first
1464         set to t.
1465
1466 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1467
1468         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1469         API with a string "secrets:collection-name" and with 'default.
1470         (auth-source-backend-parse): Parse "secrets:collection-name" and
1471         'default.  Recurse on parses instead of repeating code.  Use the
1472         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1473         message when ignoring a source.
1474         (auth-source-search): List ignored search keys at the top level.
1475         (auth-source-netrc-create): Use `case' instead of `cond'.
1476         (auth-source-secrets-search): Created with TODOs.
1477         (auth-source-secrets-create): Created with TODOs.
1478         (auth-source-retrieve, auth-source-create, auth-source-delete)
1479         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1480         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1481         (auth-source-user-or-password-sftp)
1482         (auth-source-user-or-password-smtp): Remove.
1483         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1484         around `auth-source-search'.  Not tested thoroughly.
1485
1486 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1487
1488         * auth-source.el: Bring in assoc and eioeio libraries.
1489         (secrets-enabled): New variable to track the status of the Secrets API.
1490         (auth-source-backend): New EIOEIO class to represent a backend.
1491         (auth-source-creation-defaults): New variable to set prompt defaults
1492         during token creation (see the `auth-source-search' docstring for
1493         details).
1494         (auth-sources): Simplify to allow a simple string as a netrc backend
1495         spec.
1496         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1497         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1498         (auth-source-search): Main auth-source API entry point.
1499         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1500         (auth-source-search-collection): Helper function for searching.
1501         (auth-source-netrc-parse, auth-source-netrc-normalize)
1502         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1503         Supports search, create, and delete.
1504         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1505         backend stubs.
1506         (auth-source-user-or-password): Call `auth-source-search' but it's not
1507         ready yet.
1508
1509 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1510
1511         * message.el (message-setup-1): Remove the read-only stuff, since it
1512         doesn't work under XEmacs, for some reason.
1513
1514         * gnus-sum.el (gnus-user-date): Rename back from
1515         gnus-summary-user-date since user code refers to it.
1516
1517         * shr.el (shr-render-td): Store the actual background colour used.
1518
1519         * message.el (message-setup-1): Don't bind the constant
1520         -forbidden-properties.
1521         (message-setup-1): Revert previous change, since it needs to bind the
1522         props to insert them.
1523         (message-resend): Allow removing the read-only separator line.
1524
1525 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1526
1527         * nnimap.el (nnimap-request-accept-article): Give an error message if
1528         the APPEND wasn't successful.
1529
1530 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1531
1532         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1533         that have no groups.
1534
1535 2011-02-03  Julien Danjou  <julien@danjou.info>
1536
1537         * gnus-draft.el: Remove progn around gnus-draft-setup.
1538
1539 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-start.el (gnus-read-active-for-groups): This function is never
1542         called with a nil `infos', so clean that up.
1543         (gnus-get-unread-articles): Request active files from primary/secondary
1544         methods that have no groups (yet).
1545
1546 2011-02-03  Julien Danjou  <julien@danjou.info>
1547
1548         * message.el (message-setup-1): Always generate References first.
1549         (message-mail): Return the return value of message-setup, not always t.
1550         (message-setup-1): Insert mail-header-separator with read-only and
1551         intangible properties set.
1552
1553         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1554         user-date in docstring.
1555
1556         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1557
1558         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1559         docstring.
1560
1561         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1562         defcustom, with type and group. Move from gnus-util.el. Rename to
1563         gnus-summary-user-date-format-alist.
1564
1565 2011-02-03  Glenn Morris  <rgm@gnu.org>
1566
1567         * nnimap.el (gnus-fetch-headers): Declare.
1568
1569         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1570
1571 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1572
1573         * message.el (message-forward-make-body-digest-plain)
1574         (message-followup, message-reply): Clean up things noted by Stefan.
1575
1576         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1577         gnus-article-update-date-headers is nil.
1578         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1579         it didn't really work with defcustom.
1580         (article-update-date-lapsed): Make sure the window start doesn't move,
1581         either.
1582
1583 2011-02-01  Julien Danjou  <julien@danjou.info>
1584
1585         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1586         format.
1587
1588         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1589         standard in Emacs nowadays.
1590
1591         * color.el (color-gradient): Add a color-gradient function.
1592
1593 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1594
1595         * message.el (message-expand-name): Don't trust the return value of
1596         bbdb-complete-name.
1597         (message-check-news-header-syntax): Remove unused var `start'.
1598         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1599         (message-inhibit-body-encoding): Move to before first use.
1600         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1601         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1602         (Organization, Message-ID, Date, mh-previous-window-config):
1603         Defvar the vars using dynamic scoping.
1604
1605 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1606
1607         * shr.el (shr-render-td): Only do colours at the final rendering.
1608         Should be slightly faster.
1609         (shr-insert-table): Fix up TD background colours when doing the
1610         vertical padding.
1611
1612         * gnus-art.el (article-date-ut): Protect against articles with no Date
1613         header.
1614         (article-update-date-lapsed): Don't use current-column to find the
1615         horizontal position.  It's fragile in the presence of \003 characters.
1616
1617         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1618
1619 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1620
1621         * gnus-art.el (article-transform-date): Rewrite to still work when
1622         there are several rfc2822 parts.
1623         (article-transform-date): Fix infinite recursion.
1624         (article-date-ut): Replace infinitely many Date headers with a single
1625         one when called interactively.
1626
1627         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1628         secure manner.
1629
1630         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1631         move around by not using save-window-excursion.  It seems to work...
1632
1633 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * gnus-art.el (article-make-date-line): Work for user-defined format.
1636
1637 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1638
1639         * nntp.el (nntp-retrieve-group-data-early)
1640         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1641         fetching functions.
1642
1643         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1644         thoroughly for all backends that have no known groups.  This should
1645         allow new nnml methods to retrieve mail.
1646
1647         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1648         that Gnus doesn't know exists again.
1649
1650         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1651         (gnus-treat-date-ut): Ditto.
1652         (gnus-article-update-date-header): Rename.
1653         (gnus-treat-date-local): Remove.
1654         (gnus-treat-date-english): Remove.
1655         (gnus-treat-date-lapsed): Remove.
1656         (gnus-treat-date-combined-lapsed): Remove.
1657         (gnus-treat-date-original): Remove.
1658         (gnus-treat-date-iso8601): Remove.
1659         (gnus-treat-date-user-defined): Remove.
1660         (gnus-article-date-headers): New variable to control all the date
1661         header options.
1662         (article-date-ut): Rewrite to allow using the new way to format date
1663         headers(s).
1664
1665 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1666
1667         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1668         method.
1669         (nnmail-article-group): A better test for fanciness.
1670
1671         * nnimap.el (nnimap-request-head): Protect against not finding the
1672         article by Message-ID.
1673
1674 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1675
1676         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1677         keep point at the "same place".
1678
1679 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1682         data if the group is unactivated.
1683
1684 2011-01-28  Julien Danjou  <julien@danjou.info>
1685
1686         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1687         (gnus-all-windows-visible-p): Remove old compatibility code.
1688         (gnus-window-top-edge): Add docstring.
1689
1690         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1691
1692 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1693
1694         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1695         older request-update-info.
1696
1697         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1698
1699 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1700
1701         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1702         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1703
1704 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1705
1706         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1707         groups.  This makes the nndraft:queue group pop up if it's not already
1708         there.
1709
1710         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1711         messages" logic, which was reversed.
1712
1713         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1714         the "same place" even if point is on the line being replaced.
1715         (article-update-date-lapsed): Allow updating both the combined lapsed
1716         and the lapsed headers.
1717         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1718         (article-make-date-line): Limit the number of segments dynamically to
1719         avoid too-long lines.
1720
1721 2011-01-27  Julien Danjou  <julien@danjou.info>
1722
1723         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1724         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1725
1726 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1729         Use plist-get instead of the cl function getf.
1730
1731 2011-01-27  Glenn Morris  <rgm@gnu.org>
1732
1733         * gnus-util.el (float-time): Get rid of compiler warning, again.
1734
1735 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1736
1737         * shr.el (shr-put-color): Special-case background colours: Do put them
1738         at the blank parts at the front of the lines.
1739
1740         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1741         exit hook to nix out all data on readedness on group exit.
1742
1743         * gnus-util.el (float-time): If float-time is bound, always use it on
1744         all Emacsen.  It's unclear why the subrp check was there.
1745         (time-date): Require to make some autoload issues on XEmacs go away.
1746
1747         * shr.el (shr-put-color): Don't do the box padding in tables, since
1748         they're already padded.
1749
1750 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1751
1752         * gnus-art.el (gnus-article-next-page): When the last line of the
1753         article is displayed, scroll down once more instead of going to the
1754         next article at once.
1755         (article-lapsed-string): Refactor out and allow specifying how many
1756         segments you want.
1757         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1758         (gnus-article-update-lapsed-header): New variable.
1759
1760         * shr.el: Revert change that made headings use different-sized faces.
1761         The Emacs display engine isn't advanced enough that, for instance,
1762         tables can comfortably use differently-sized faces.
1763
1764 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1765
1766         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1767         used.
1768         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1769         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1770         we're using an encrypted connection.
1771
1772         * proto-stream.el: Alter the interface functions to also return the
1773         actual stream type used: network or tls.
1774
1775 2011-01-25  Julien Danjou  <julien@danjou.info>
1776
1777         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1778         (mm-display-javascript-inline): New function.
1779
1780         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1781         viewing function.
1782
1783 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * shr.el (shr-expand-newlines): Fix variable name.
1786
1787 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1788
1789         * shr.el (shr-expand-newlines): Make nested boxes work.
1790
1791 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1792
1793         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1794         backgrounds.
1795         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1796         in a more sensible manner.
1797
1798 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1799
1800         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1801         if EPG is loaded.
1802
1803 2011-01-24  Julien Danjou  <julien@danjou.info>
1804
1805         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1806         tags.
1807
1808 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1809
1810         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1811         commands.
1812
1813         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1814         in the article buffer.
1815         (gnus-gravatar-insert): Use blank space from the current buffer to
1816         avoid breaking text properties.  This makes X-Sent updating work again.
1817
1818         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1819
1820 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1821
1822         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1823         fix the bug in url-http.el instead.
1824
1825         * shr.el (shr-image-fetched): Ditto.
1826
1827         * shr.el (shr-image-fetched): Avoid having point move in the article
1828         buffer.
1829
1830         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1831         buffer after being called.  It's apparently being killed by url.el, and
1832         killing it made point move to end-of-buffer in a random buffer.
1833
1834         * shr.el (shr-image-fetched): Ditto.
1835
1836 2011-01-23  Julien Danjou  <julien@danjou.info>
1837
1838         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1839
1840         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1841         text/x-org.
1842
1843 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1844
1845         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1846         (i.e., nnimap) returning nil as the article number.
1847
1848 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1849
1850         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1851         "DelSp" parameter in RFC3676.
1852
1853 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1854
1855         * message.el (message-check-recipients): Display the encoded version of
1856         the bogus address if they differ.
1857
1858         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1859         after sending.
1860
1861         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1862
1863         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1864
1865         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1866         group buffer after sending the queue.
1867
1868         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1869
1870 2011-01-22  Julien Danjou  <julien@danjou.info>
1871
1872         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1873
1874 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1875
1876         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1877         nested related parts.
1878
1879         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1880         unexpired articles.  This fixes the regression that led expiry marks to
1881         disappear from nnfolder groups.
1882
1883 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1884
1885         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1886         Don't confuse the "ret" of "retrograde" with RET.
1887
1888 2011-01-21  Julien Danjou  <julien@danjou.info>
1889
1890         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1891         than mm-insert-inline.
1892
1893 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1896         Widen article buffer.
1897
1898 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1899
1900         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1901         the temp buffer.
1902         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1903
1904 2011-01-20  Julien Danjou  <julien@danjou.info>
1905
1906         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1907
1908         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1909         than mm-insert-inline to insert inline part: this respect
1910         mm-inline-media-tests displayers.
1911
1912         * mm-view.el (mm-display-shell-script-inline): New function.
1913
1914         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1915
1916         * mm-uu.el (mm-uu-type-alist): Add org block.
1917         (mm-uu-org-src-code-block-extract): New function.
1918
1919         * mm-view.el (mm-display-org-inline): New function.
1920
1921         * mm-decode.el (mm-automatic-display): Add text/org.
1922
1923         * mailcap.el (mailcap-mime-extensions): Add .org.
1924
1925 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1928         gnus-article-add-buttons.
1929
1930 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1931
1932         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1933         From header with a date and "nobody" as the sender.
1934
1935 2011-01-19  Julien Danjou  <julien@danjou.info>
1936
1937         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1938         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1939         if you have the same regexp several times.
1940         (gnus-button-push): Fix matching when regexp is symbol.
1941
1942 2011-01-15  Glenn Morris  <rgm@gnu.org>
1943
1944         * message.el (message-mail): A compose-mail function should
1945         accept headers as strings.
1946
1947 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1948
1949         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1950         Add :vert-only tags.
1951         (message-mail): New arg RETURN-ACTION.
1952         (message-return-action): New var.
1953         (message-bury): Use it.
1954         (message-mode): Make it buffer-local.
1955         (message-send-and-exit): Always call message-bury.
1956
1957         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1958         message-mail.
1959
1960 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * nnimap.el (nnimap-convert-partial-article): Protect against
1963         zero-length body parts.
1964
1965         * mm-decode.el (mm-preferred-alternative-precedence):
1966         Discourage showing empty parts.
1967
1968         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1969         and stuff if the backend didn't return the article number.  This fixes
1970         an Exchange-related nnimap bug.
1971
1972         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1973         group window, because it does the wrong thing when a separate frame
1974         displays the group buffer.
1975
1976         * proto-stream.el (open-protocol-stream): Protect against the low-level
1977         transport functions returning nil.
1978
1979 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1980
1981         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1982         (mml2015-epg-find-usable-secret-key): New function.
1983         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1984         mml2015-epg-find-usable-key (Bug#7797).
1985         (mml2015-epg-encrypt): Ditto.
1986
1987 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * dgnushack.el (rot13-string): Fix the way to get the argument.
1990
1991 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1994
1995 2011-01-03  Glenn Morris  <rgm@gnu.org>
1996
1997         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1998
1999         * sieve.el (sieve-open-server): Give a more explicit error if
2000         sieve-manage-open returns nil.  (Bug#7720)
2001
2002 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2003
2004         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2005
2006 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2009         This avoids sending passwords in plain text over non-encrypted
2010         channels.
2011
2012         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2013
2014         * nnimap.el (nnimap-login): Refactored out into own function, and
2015         implement CRAM-MD5.
2016         (nnimap-wait-for-line): Refactored out.
2017
2018         * mm-view.el (mml-smime): Require.
2019
2020 2010-12-20  David Engster  <deng@eml.cc>
2021
2022         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2023         use EPG to decrypt S/MIME messages instead of openssl.
2024
2025 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2028
2029         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2030         status is the group clearly is unreachable.
2031
2032         * auth-source.el (auth-source-create): Add the optional second
2033         parameter to `local-variable-p' to be compatible with XEmacs.
2034
2035 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2036
2037         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2038         work when using a compressed nnml folder.
2039
2040 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2043         backends after sanitising on entry, because this never makes sense:
2044         If the articles have gone missing, then the data no longer exists on
2045         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2046         overwrite anything anyway.
2047
2048         * shr.el (shr-insert-document): Bind shr-width dynamically to
2049         window-width if it's nil.
2050
2051 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2052
2053         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2054         with the meaning of using the full emacs window width for rendering.
2055
2056 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2057
2058         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2059         case when sender is not given.
2060
2061 2010-12-23  Julien Danjou  <julien@danjou.info>
2062
2063         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2064         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2065         the addresses, otherwise we might misplaced the gravatar.
2066
2067 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2068
2069         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2070         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2071         obsolete in Emacs.
2072
2073 2010-12-20  Julien Danjou  <julien@danjou.info>
2074
2075         * gnus-util.el (gnus-rescale-image): Revert last change.
2076
2077 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2078
2079         * binhex.el: Improve commentary (Bug#7482).
2080
2081 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-group.el (gnus-group-delete-articles): New command.
2084
2085 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2086
2087         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2088
2089 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2092         here, since it's up to the backends to do CRLF removal if their
2093         protocol has it.
2094
2095         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2096
2097 2010-12-17  Julien Danjou  <julien@danjou.info>
2098
2099         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2100         they are from file. Can also scale up.
2101
2102 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2103
2104         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2105         gnus-use-agent.
2106         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2107
2108         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2109
2110 2010-12-17  Julien Danjou  <julien@danjou.info>
2111
2112         * gravatar.el (gravatar-retrieve-synchronously): New function.
2113         (gravatar-get-data): Make more robust.
2114
2115 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2118
2119 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2122         to really consider the last line.
2123
2124 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2125
2126         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2127         list of recipient keys, or use symmetric encryption if not a list.
2128         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2129         EPA override, replacing the call to `netrc-store-data'.
2130
2131 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2132
2133         * gnus-srvr.el: Avoid passing nil regexp argument to
2134         delete-matching-lines.
2135
2136 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2139         fetching stops when Gnus exits.
2140
2141         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2142         function.
2143         (nnfolder-request-expire-articles): Save all the buffers after doing
2144         expiry.
2145
2146         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2147         the last article", since that led to serious performance regressions
2148         when expiring nnml groups.
2149
2150 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2151
2152         * nnir.el: Improve customizations.
2153
2154 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2157
2158         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2159         group has been killed.
2160         (gnus-group-yank-group): Ditto.
2161
2162         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2163
2164         * nnimap.el (nnimap-request-update-group-status): New function.
2165
2166         * gnus-int.el (gnus-request-update-group-status): New interface
2167         function.
2168
2169         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2170         copying read-ness to the backends.
2171
2172         * nnimap.el (nnimap-quirk): New function.
2173         (nnimap-retrieve-group-data-early): Use it.
2174         (nnimap-quirks): New alist.
2175
2176 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2179         don't delete it within indentation.
2180
2181 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2184         previous line.
2185
2186 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2189         QRESYNC command by deleting a superfluous space which broke Cyrus
2190         servers.  This change will break other servers that are buggy the other
2191         way around.
2192
2193 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2194
2195         * spam.el: Reindent and fix long lines.
2196         (spam-copy-or-move-routine): Exclude invalid move destinations.
2197
2198 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2199
2200         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2201         installed the registry.
2202
2203 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2206
2207 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2208
2209         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2210         groupname doesn't contain "gmane".
2211
2212 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2215         and netrc-bound-and-true-p bindings.
2216         (netrc-parse): Cache the netrc contents.
2217
2218         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2219         (gnus-1): Don't create the nndrafts group twice.
2220         (gnus-setup-news): There's no need to read the active file here, since
2221         that's done again later on a per-backend basis.
2222         (gnus-start-draft-setup): Make sure that the new group is started out
2223         empty.
2224
2225         * gnus-agent.el (gnus-agentize): Don't create the queue group
2226         automatically on startup.  It'll be created later, if needed.
2227
2228         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2229         of automatically subscribed groups.
2230         (gnus-auto-subscribed-categories): New variable.
2231         (gnus-matches-options-n): Use it.
2232         (gnus-default-subscribed-newsgroups): Remove unused variable.
2233         (gnus-start-draft-setup): Message a bit less.
2234
2235 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2236
2237         * nnir.el (nnir-run-imap): Return article list in order of increasing
2238         UID.
2239
2240 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * gnus-sum.el (gnus-summary-enter-digest-group):
2243         Mention gnus-auto-select-on-ephemeral-exit.
2244
2245         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2246         convention of the network-only option.
2247
2248 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * proto-stream.el (proto-stream-open-network-only): New function to
2251         have a way to specify non-STARTTLS upgrade connections.
2252
2253 2010-12-10  Julien Danjou  <julien@danjou.info>
2254
2255         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2256         email address is nil.
2257
2258         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2259
2260 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2261
2262         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2263         deletion.
2264         (nnir-run-imap): Only need to parse list once.
2265
2266 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * shr.el (shr-tag-script): Ignore <script>.
2269         (shr-tag-label): Add <label> support.
2270
2271 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2274
2275         * shr.el (shr-image-displayer): Work for images lined side by side.
2276
2277 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2278
2279         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2280         parameter, since XEmacs doesn't accept t as a parameter.
2281
2282 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2283
2284         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2285         ids.
2286         (nnir-run-gmane): Simplify groupspec formatting.
2287         (nnir-request-expire-articles): New function.
2288
2289 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2292         overflow, possibly.
2293
2294         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2295         (shr-render-td): Handle td style="" better.
2296         (shr-tag-table): Use the color from the style sheet.
2297         (shr-render-td): Make sure we copy over all the overlays, too.
2298
2299 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2300
2301         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2302         (nnir-request-article): Improve article retrieval.
2303
2304 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * mm-util.el (mm-extra-numeric-entities): New variable.
2307
2308         * mm-url.el (mm-url-decode-entities):
2309         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2310
2311         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2312
2313 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2314
2315         * message.el: Use completion-at-point.
2316         (message-completion-function): New fun, extracted from message-tab.
2317         (message-mode): Use it for completion-at-point-functions.
2318         (message-tab): Use it and completion-at-point.
2319
2320 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2323         character if a non-breakable character follows.
2324
2325 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2328         any stream.
2329
2330         * shr.el (shr-tag-font): Colorize the region.
2331         (shr-tag-body): Ditto.
2332         (shr-tag-font): Actually let the styles be inherited instead of
2333         overwriting them.
2334         (shr-tag-font): Get the background color right.
2335         (shr-tag-style): Ignore all <style> tags for the moment.
2336
2337         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2338         a Message-ID to avoid having nnimap depend on gnus-sum.
2339
2340         * shr.el (shr-descend): Only colorize something if we have a node that
2341         sets colors.
2342
2343 2010-12-06  Julien Danjou  <julien@danjou.info>
2344
2345         * shr.el (shr-render-td): Render td content with shr-descend, so style
2346         will be applied to <td> too.
2347         (shr-colorize-region): Colorize region even if we only have a background.
2348         (shr-tag-body): Fix color and background color inheritance.
2349         Do not recolorize after shr-generic.
2350         (shr-tag-font): Let shr-generic colorize via inheritance.
2351
2352 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2355
2356 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2357
2358         * nnir.el (nnir-request-move-article): Remove obsolete code.
2359
2360 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2363
2364 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-sum.el (gnus-summary-respool-article): The completion function
2367         expects a list instead of an alist.
2368
2369         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2370         string as the parameter.
2371
2372         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2373
2374         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2375         styles.
2376         (shr-colorize-region): New function.
2377         (shr-insert-background-overlay): Remove.
2378         (shr-render-td): Background setting should be taken care of on a higher
2379         level.
2380         (shr-tag-body): Use post-hoc colorizations.
2381         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2382         (shr-put-color-1): Don't overwrite old colors.
2383         (shr-colorize-region): When the background color isn't explicit, use
2384         a fixed background.
2385
2386         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2387         nnmail variables.
2388
2389 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2390
2391         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2392         unless necessary.
2393
2394 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2395
2396         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2397         server.
2398
2399 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2402         so that TAB works.
2403
2404         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2405         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2406
2407         * shr.el (shr-urlify): Show the URL before the title to avoid
2408         misleading URLs.
2409
2410 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2411
2412         * shr.el (shr-urlify): Display the title in <a> tags.
2413
2414 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2415
2416         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2417
2418 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2419
2420         * nnir.el: Rearrange code to allow macros to be autoloaded by
2421         gnus-sum.el.
2422         (nnir-retrieve-headers-override-function): Make this variable
2423         customizable.
2424         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2425
2426         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2427         from nnir.el.
2428
2429 2010-12-03  Julien Danjou  <julien@danjou.info>
2430
2431         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2432
2433 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2436         allow optional argument `environment'.
2437
2438 2010-12-03  Glenn Morris  <rgm@gnu.org>
2439
2440         * mm-extern.el (message-goto-body): Update declaration.
2441
2442 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * gnus-util.el (gnus-macroexpand-all): New function.
2445
2446         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2447         instead of macroexpand-all that is unavailable in XEmacs.
2448
2449 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2450
2451         * nnir.el (nnir-summary-line-format): New variable.
2452         (nnir-mode): Use it.
2453         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2454         (nnir-article-ids): Reimplement as defsubst.
2455         (nnir-retrieve-headers): Don't mangle the subject header.
2456         (nnir-run-imap): Use 100 as RSV score.
2457         (nnir-run-find-grep): Fix for full server searching.
2458         (nnir-run-gmane): Better restriction to gmane groups.
2459
2460         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2461         summary buffers.
2462
2463 2010-12-02  Julien Danjou  <julien@danjou.info>
2464
2465         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2466
2467         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2468
2469         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2470         support.
2471
2472 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2473
2474         * nnir.el: Update to handle the registry better.
2475         (autoload): Silence byte-compiler.
2476         (nnir-open-server): Add a hook for nnir groups.
2477         (nnir-request-move-article): Don't mangle the header. Better to use
2478         formating variables (which will be added in the future).
2479         (nnir-registry-action): Update the registry using the original article
2480         group name.
2481         (nnir-mode): Install nnir-specific hooks for updating the registry.
2482
2483         * gnus-sum.el
2484         (gnus-article-original-subject,gnus-newsgroup-original-name):
2485         Remove obsolete variables.
2486         (gnus-summary-move-article): Remove use of obsolete variables.
2487         (gnus-summary-local-variables): Make move and delete hooks local to
2488         summary buffers.
2489
2490 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491
2492         * rtree.el: New file.
2493
2494 2010-12-01  Julien Danjou  <julien@danjou.info>
2495
2496         * message.el (message-user-organization): Do not use
2497         gnus-local-organization.
2498
2499         * gnus.el: Remove gnus-local-organization.
2500
2501         * gnus-msg.el: Remove nastygram thing.
2502
2503 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2504
2505         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2506         funcall.
2507
2508 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2511         names.
2512
2513         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2514         characters.
2515
2516         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2517         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2518         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2519         (gnus-gravatar-transform-address): Use mail-extract-address-components
2520         that supports non-ASCII names rather than mail-header-parse-addresses.
2521
2522 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * proto-stream.el (open-protocol-stream): All starttls connections are
2525         handled by the network handler.
2526
2527 2010-11-30  Julien Danjou  <julien@danjou.info>
2528
2529         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2530         (nnimap-open-connection-1): Fix PREAUTH.
2531
2532         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2533
2534 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2537         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2538         (shr-insert): Use them.
2539         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2540
2541 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2542
2543         * nnir.el (nnir-request-move-article): Bail out if original group
2544         doesn't support article moves.
2545         (nnir-get-active): Improve active list retrieval.
2546
2547 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2550
2551 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2552
2553         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2554         seem to accept strings-with-numbers as port numbers,
2555
2556 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2557
2558         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2559         change the registry.
2560
2561 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2564         delete-dups that is not available in XEmacs 21.4.
2565
2566         * mm-util.el (mm-delete-duplicates): Add comment.
2567
2568 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2569
2570         * nnir.el (nnir-ignored-newsgroups): New variable.
2571         (nnir-get-active): Use it.
2572
2573 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * proto-stream.el (proto-stream-open-network): Add some comments.
2576
2577         * nntp.el (nntp-open-connection): Provide a :success condition.
2578
2579         * nnimap.el (nnimap-open-connection-1): Ditto.
2580
2581         * proto-stream.el (proto-stream-open-network): See what the response to
2582         the STARTTLS command is.
2583
2584         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2585         backwards compatibility).
2586         (nnimap-open-connection-1): Really respect nnimap-server-port.
2587
2588         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2589         TLS upgrades we don't really care about the identity of the peer.
2590         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2591         that what we've checked for.
2592         (proto-stream-always-use-starttls): Only default to t if
2593         open-gnutls-stream exists.
2594         (proto-stream-open-network): If STARTTLS failed, then just open a
2595         normal connection.
2596         (proto-stream-open-network): Wait until the greeting before doing
2597         STARTTLS.
2598
2599         * nntp.el (nntp-open-connection): Report what the connection error is.
2600
2601         * proto-stream.el (open-protocol-stream): Rename from
2602         open-proto-stream.
2603
2604 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * nnimap.el (nnimap-stream): Change default to `undecided'.
2607         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2608         first, and then network.
2609         (nnimap-open-connection-1): Respect nnimap-server-port.
2610         (nnimap-open-connection): Be more backwards-compatible.
2611
2612         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2613         (proto-stream-open-starttls): De-duplicate the starttls code.
2614         (proto-stream-open-starttls): Folded back into the main function.
2615         (proto-stream-open-network): Fix typo in the gnutls path.
2616         (proto-stream-command): Refactor out.
2617
2618         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2619
2620         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2621         starttls.el STARTTLS.
2622
2623         * color.el (color-lab->srgb): Fix function call name.
2624
2625         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2626         if we're using tls.el.
2627         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2628         built in, then don't try to establish a STARTTLS connection.
2629
2630         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2631         servers.
2632
2633         * proto-stream.el (open-proto-stream): Use network, not stream.
2634         (open-proto-stream): Add a way to specify what the end of a command is.
2635
2636         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2637         connections types.
2638         (nntp-open-network-stream): Remove.
2639         (nntp-open-ssl-stream): Remove.
2640         (nntp-open-tls-stream): Remove.
2641         (nntp-ssl-program): Remove.
2642
2643         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2644
2645 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2646
2647         * nnir.el: Fix typos.
2648         (nnir-retrieve-headers-override-function): Rename variable to reflect
2649         new semantics.
2650         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2651         macros.
2652         (nnir-request-article, nnir-request-move-article): Use them.
2653         (nnir-categorize): New function.
2654         (nnir-run-query): Use it.
2655         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2656         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2657         sorted.
2658         (nnir-group-full-name): Use gnus-group-full-name instead.
2659         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2660         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2661
2662 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2665
2666         * proto-stream.el: New library to provide protocol-specific
2667         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2668         protocols.
2669         (open-proto-stream): Complete the documentation.
2670         (proto-stream-open-network): Fix some typos.
2671
2672         * nnimap.el (nnimap-open-connection): Use it.
2673
2674 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2675
2676         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2677         negotiation.
2678
2679 2010-11-26  Julien Danjou  <julien@danjou.info>
2680
2681         * color.el: Rename various rgb functions to srgb.
2682
2683 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2686         names.
2687
2688 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * shr.el (shr-insert): Revert last change.
2691         (shr-find-fill-point): Never leave point being at bol;
2692         relax the kinsoku limitation when rendering tables.
2693
2694 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695
2696         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2697         results from -accept-article.
2698
2699         * shr-color.el: Require cl when compiling.
2700
2701         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2702         checkin.
2703
2704         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2705
2706         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2707
2708         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2709         'add and 'delete to set backend marks.
2710
2711         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2712
2713         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2714
2715         * nntp.el (nntp-request-set-mark): Use it.
2716
2717         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2718
2719         * nnml.el (nnml-request-set-mark): Ditto.
2720
2721         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2722         introduces regressions in article selection.
2723         (nnimap-find-uid-response): New function.
2724         (nnimap-request-accept-article): Use the UID returned, if any.
2725         (nnimap-request-move-article): Use the UID returned, if any.
2726         (nnimap-get-groups): Reimplement to work with folded lines.
2727         (nnimap-find-uid-response): The UID is the last element in the list.
2728         (nnimap-request-set-mark): Extend syntax with 'set.
2729
2730         * nnml.el (nnml-request-set-mark): Ditto.
2731
2732         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2733
2734         * nntp.el (nntp-request-set-mark): Ditto.
2735
2736 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * message.el (message-called-interactively-p): A temporary macro.
2739         (message-goto-body): Use it temporarily.
2740
2741 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2744         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2745         (nnimap-last-response-string): Fix last unfolding fix.
2746
2747 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * shr.el (shr-insert): Fix the way to fold lines.
2750
2751 2010-11-25  Julien Danjou  <julien@danjou.info>
2752
2753         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2754
2755         * color.el: Rename from color-lab.el
2756         (color-rgb->hex): Add.
2757         (color-complement): Add.
2758         (color-complement-hex): Add.
2759
2760         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2761
2762 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2765         don't exist.
2766
2767 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2770         assuming that article displaying or another mml-preview may be
2771         interrupted for an error or for the like.
2772
2773         * shr.el (shr-get-background): Fix argument name.
2774
2775 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2778
2779         * gnus-sum.el (gnus-summary-include-articles): New function.
2780
2781         * message.el (message-goto-body): called-interactively-p needs a
2782         parameter, so use `any'.
2783
2784         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2785         clear marks before moving, since they're synced from the Gnus side
2786         first.
2787
2788         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2789         (gnus-summary-move-article): Copy over all marks before moving, so that
2790         IMAP doesn't think a new article has arrived.
2791
2792 2010-11-24  Julien Danjou  <julien@danjou.info>
2793
2794         * shr.el (shr-insert-background-overlay): Fix typo.
2795         (shr-render-td): Copy the background before rendering.
2796
2797         * shr-color.el (shr-color-visible): Fix docstring.
2798
2799         * shr.el (shr-tag-table): Add bgcolor support.
2800         (shr-render-td): Add bgcolor support.
2801         (shr-get-background): Add.
2802         (shr-insert-foreground-overlay): Use shr-get-background.
2803
2804         * message.el (message-goto-body): Use called-interactively-p.
2805         (message-in-body-p): message-goto-body returns point.
2806
2807 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2810         Fixes something or other in Emacs 23, and is backwards compatible.
2811
2812         * message.el (message-goto-body): Remove the <#secure special-casing,
2813         which is too special.
2814
2815         * shr.el (shr-parse-style): Drop !important from styles.
2816
2817 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2818
2819         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2820         this function to return incorrect results when calling it with an
2821         explicit article argument different from
2822         (gnus-summary-article-number).
2823
2824 2010-11-24  Julien Danjou  <julien@danjou.info>
2825
2826         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2827         (shr-tag-body): Add background support.
2828         (shr-descend): Add background support.
2829         (shr-tag-title): Add.
2830
2831         * shr-color.el (shr-color-visible): Really return original background
2832         if fixed.
2833
2834 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * shr.el (shr-color-check): Protect against non-existent colour names.
2837
2838 2010-11-24  Julien Danjou  <julien@danjou.info>
2839
2840         * color-lab.el: Require 'cl when compiling.
2841
2842         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2843
2844         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2845         matched part.
2846
2847         * color-lab.el: Fix all expt calls to use float type.
2848
2849 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2852         expression to shr-color-check as is.
2853
2854         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2855
2856         * color-lab.el: Add coding cookie.
2857         (float-pi): Use eval-and-compile.
2858
2859         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2860         compiled for Emacsen having no `libxml-parse-html-region' support.
2861
2862 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * shr.el (shr-insert-color-overlay): Split stuff like
2865         "#444444 !important" to find the real colour.
2866         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2867         parse <font color="red"> entries.
2868
2869 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2870
2871         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2872         point when parsing headers.
2873
2874         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2875         is positioned properly when parsing headers.
2876
2877 2010-11-23  Julien Danjou  <julien@danjou.info>
2878
2879         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2880
2881         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2882
2883         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2884
2885         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2886         Use shr-color-hue-to-rgb.
2887         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2888
2889 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * shr.el (shr-color->hexadecimal): Autoload.
2892         (shr-descend): Add color to all tags.
2893
2894 2010-11-22  Julien Danjou  <julien@danjou.info>
2895
2896         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2897         shr-color->hexadecimal.
2898
2899         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2900         RGB() or HSL() color representation.
2901
2902         * shr.el (shr-tag-font): Add.
2903         (shr-tag-color-check): New function to get better colors.
2904         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2905         tag-span.
2906
2907         * shr-color.el: New file.
2908
2909         * color-lab.el: New file.
2910
2911         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2912
2913 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2914
2915         * nnir.el: Fix typo in comments.
2916         (nnir-run-imap): Simplify code. No need to reverse artlist.
2917         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2918
2919 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2922
2923         * nnimap.el (nnimap-get-capabilities): Refactor out.
2924         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2925
2926 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2927
2928         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2929         appearing when `mm-uu-hide-markers' is nil.
2930
2931 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * nnimap.el (nnimap-unselect-group): Make into its own function.
2934         (nnimap-request-rename-group): Unselect group before renaming.
2935         This had gotten lost somewhere.
2936         (nnimap-request-accept-article): Keep track of examined groups, and
2937         unselect the group before APPENDing to read-only groups.
2938         (nnimap-request-move-article): Clear flags before moving so that they
2939         can be re-set later.
2940
2941 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2944         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2945
2946 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * gnus-art.el (gnus-mime-display-single)
2949         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2950         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2951         parameter.
2952
2953 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2956         (shr-table-vertical-line): New variable.
2957         (shr-insert-table): Use it.
2958
2959 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-html.el (gnus-html-wash-images): Don't display images if
2962         gnus-inhibit-images is non-nil; register displayer for cid images.
2963         (gnus-html-display-image): Work for cid image.
2964         (gnus-html-insert-image): Allow arguments.
2965         (gnus-html-put-image): Inhibit read-only.
2966         (gnus-html-prefetch-images): Don't prefetch images if
2967         gnus-inhibit-images is non-nil.
2968
2969 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970
2971         * shr.el (shr-put-image): Break lines when inserting big pictures.
2972
2973 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2974
2975         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2976         sender, thanks Katsumi Yamaoka.
2977
2978 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2979
2980         * nnir.el (nnir-run-imap): Reverse the article list for each group
2981         rather than the whole list.
2982
2983 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * shr.el (shr-image-displayer): Protect function against non-existent
2986         image source.
2987
2988         * gnus-art.el (gnus-inhibit-images): New user option.
2989         (gnus-mime-display-single): Don't display image if it is non-nil.
2990
2991         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2992         gnus-inhibit-images.
2993
2994         * shr.el (shr-image-displayer): New function.
2995         (shr-tag-img): Use it.
2996
2997 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2998
2999         * mml2015.el (mml2015-epg-sign): Use From header.
3000
3001 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3004
3005         * gnus-util.el (gnus-find-text-property-region): Return markers.
3006
3007         * shr.el (shr-tag-img): Put a displayer in the text property.
3008
3009         * gnus-util.el (gnus-find-text-property-region): New utility function.
3010
3011         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3012         (gnus-html-show-images): Remove.
3013
3014         * gnus-art.el (gnus-article-show-images): New, more general function.
3015
3016         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3017         image url text properties.
3018
3019         * shr.el: Ditto.
3020
3021         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3022         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3023
3024 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3027         work for two or more articles.
3028
3029 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3032         divide an image that's in an html article to two or more when washing
3033         non-ASCII characters in alt text of it.
3034
3035 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3038         smime-decrypt-region using function argument.
3039         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3040
3041         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3042
3043         * smime.el (smime-decrypt-region): Catch it.
3044
3045 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3046
3047         * smime.el (smime-mode-map): Move initialization into declaration.
3048         (gnus-run-mode-hooks): Don't autoload.
3049         (smime-mode): Use define-derived-mode.
3050
3051 2010-11-11  Glenn Morris  <rgm@gnu.org>
3052
3053         * smime.el (from): Restrict declaration to XEmacs.
3054
3055         * nnir.el (gnus-group-topic-name): Autoload.
3056
3057 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * shr.el (shr-insert): Don't break long line if it is because of
3060         kinsoku-bol characters in the line end.
3061
3062 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3063
3064         * nnir.el (nnir-request-move-article): Fix to provide original group
3065         and subject.
3066         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3067         been retrieved.
3068
3069         * gnus-sum.el (gnus-summary-move-article): Use original group and
3070         subject for virtual articles such as those in an nnir summary buffer.
3071
3072 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3075         least 21.5).
3076
3077         * smime.el (from): Declare it again for XEmacs.
3078
3079 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080
3081         * message.el (message-resend): Don't disable encoding unless it's
3082         already encoded.
3083
3084         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3085         low-numbered articles.
3086
3087 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * rfc2047.el (rfc2047-syntax-table): Simplify.
3090
3091         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3092
3093         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3094         set-char-table-range for XEmacs.
3095
3096 2010-11-10  Glenn Morris  <rgm@gnu.org>
3097
3098         * time-date.el (time-to-seconds): Always an alias on Emacs,
3099         never a real function.
3100         (with-no-warnings): Remove compat stub, now unused.
3101         (time-less-p): Doc fix.
3102         (time-to-number-of-days): Simplify.
3103
3104         * smime.el (from): Remove unused declaration.
3105
3106         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3107         (gnus-float-time): On Emacs, always an alias.
3108
3109         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3110         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3111
3112 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * dgnushack.el: Don't use ignore-errors in the top level form since it
3115         is unavailable in XEmacs even if cl is loaded.
3116
3117         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3118
3119 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * shr.el (browse-url-mailto): Autoload.
3122
3123         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3124
3125         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3126         regexp doesn't need quoting.
3127
3128 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3129
3130         * message.el (message-subject-trailing-was-ask-regexp)
3131         (message-subject-trailing-was-regexp): Match was: in addition to was.
3132
3133 2010-11-09  Glenn Morris  <rgm@gnu.org>
3134
3135         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3136         (nnbabyl-check-mbox): Use point-at-bol.
3137
3138 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3141
3142         * message.el (message-mailto): New function.
3143         (message-mailto): Should accept other parameters.
3144         (message-mailto): Remove since it duplicates browse-url-mailto
3145         functionality.
3146
3147 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3150         methods.
3151         (gnus-read-active-file): Ditto.
3152
3153         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3154         ": " from the prompt.
3155         (gnus-group-make-group): Ditto.
3156
3157 2010-11-07  Glenn Morris  <rgm@gnu.org>
3158
3159         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3160         (gnus-bookmark-kill-line): Use point-at-eol.
3161
3162 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3165         asterisks in From header.
3166
3167 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3170         string to avoid making the From headers syntactically invalid.
3171
3172         * message.el (message-send-mail): Don't insert courtesy messages if the
3173         message already has List-Post and List-ID messages.
3174
3175 2010-11-06  Glenn Morris  <rgm@gnu.org>
3176
3177         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3178         `condition', `type', `length' a prefix.
3179         (gnus-treat-predicate): Update for above name changes.
3180
3181 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3182
3183         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3184         binding.  Handled by `gnus-summary-refer-thread' instead.
3185         (nnir-warp-to-article): New backend function.
3186
3187         * nnimap.el (nnimap-request-thread): Force dependency updating.
3188
3189         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3190         (gnus-summary-refer-thread): Rework to improve thread-referral.
3191
3192         * gnus-int.el (gnus-warp-to-article): New function.
3193
3194         * gnus-sum.el (gnus-summary-article-map): Bind it.
3195
3196 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3197
3198         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3199         gnus-summary-refer-thread.
3200
3201         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3202         headers.
3203         (gnus-summary-limit-include-thread): Prevent articles in thread from
3204         being cut in gnus-cut-threads.
3205         (gnus-summary-refer-thread): Limit retrieved headers to those in
3206         thread.
3207
3208 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * message.el (message-send-mail): Use the value of
3211         message-courtesy-message from the message buffer.
3212
3213         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3214
3215         * shr.el (shr-browse-url): Implement mailto: URLs.
3216
3217         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3218         "raw".
3219
3220         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3221         if it's already selected.
3222
3223         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3224
3225 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3228         to measure the length and truncate alt text.
3229
3230 2010-11-03  Glenn Morris  <rgm@gnu.org>
3231
3232         * nndiary.el (nndiary-generate-nov-databases-1)
3233         (nndiary-generate-active-info): Rename dynamic variable `files' to
3234         something less generic.
3235
3236 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3237
3238         * nnir.el (nnir-request-move-article): Call the underlying backend to
3239         move articles from nnir.
3240
3241 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3244
3245 2010-11-02  Julien Danjou  <julien@danjou.info>
3246
3247         * nnir.el: Remove wais support.
3248
3249 2010-11-02  Glenn Morris  <rgm@gnu.org>
3250
3251         * gnus-html.el: Reorder requirements to quieten compiler.
3252
3253 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3256         properly for XEmacs as well.
3257         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3258         (gnus-article-natural-long-line-p): Use window-width rather than
3259         frame-width.
3260
3261 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3262
3263         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3264         (nnir-read-parms): Don't modify query.
3265         (nnir-run-query): Add ability to search topic on current line.
3266         (nnir-get-active): Clean up.
3267
3268 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3271         degenerate articles.
3272
3273         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3274         (gnus-print-buffer): Just print the buffer as is, without any copying
3275         to a buffer and then re-highlighting.
3276
3277         * nnimap.el (nnimap-request-group): Store the new updated info.
3278         (nnimap-request-group): Select the group when we don't know whether it
3279         exists or not.
3280
3281         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3282         groups.
3283
3284         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3285         groups.
3286
3287         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3288         groups.
3289
3290         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3291         long-lines case by only filling the long lines.
3292
3293         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3294         (bug #7311).
3295
3296 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * shr.el: No need to declare `declare-function' since shr.el is for
3299         only Emacsen that provide `libxml-parse-html-region'.
3300
3301         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3302         effective only in a file it is referred to.
3303
3304 2010-11-01  Glenn Morris  <rgm@gnu.org>
3305
3306         * mm-util.el (gnus-completing-read): Autoload.
3307         (mm-read-coding-system): Simplify Emacs definition.
3308
3309         * nnmail.el (gnus-activate-group):
3310         * nnimap.el (gnutls-negotiate):
3311         * nntp.el (netrc-parse): Fix declarations.
3312
3313 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3316         string-match-p in Emacs >=23.
3317
3318         * gnus-msg.el (gnus-configure-posting-styles)
3319         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3320
3321 2010-11-01  Glenn Morris  <rgm@gnu.org>
3322
3323         * nnir.el (declare-function): Add compat stub.
3324         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3325         (nnir-run-gmane): Require 'mm-url.
3326
3327         * mm-util.el (mm-string-to-multibyte): Simplify.
3328
3329         * shr.el (declare-function): Add compat stub.
3330         (url-cache-create-filename): Declare.
3331         (mm-disable-multibyte, widget-convert-button): Autoload.
3332
3333         * smime.el (ldap-search): Declare.
3334         (smime-cert-by-ldap-1): Require ldap on Emacs.
3335
3336         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3337         (nnimap-keepalive): Use gnus-float-time.
3338
3339         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3340         (mail-source-delete-crash-box): Use gnus-float-time.
3341
3342         * gnus-dired.el (gnus-completing-read): Autoload.
3343
3344         * mm-view.el (gnus-rescale-image): Autoload.
3345
3346         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3347
3348         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3349
3350         * sieve-manage.el: Require 'cl when compiling.
3351
3352         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3353         (gnus-iswitchb-completing-read): Require iswitchb.
3354         (gnus-select-frame-set-input-focus): Silence compiler.
3355
3356 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * message.el (message-subject-trailing-was-query): Change default to t,
3359         since I think that's what most people want.
3360
3361         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3362         appending for easier debugging.
3363         (nnimap-wait-for-connection): Take a regexp.
3364         (nnimap-request-accept-article): Wait for the continuation line before
3365         sending anything unless we're streaming.
3366
3367         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3368         leave the header washing to take place.
3369
3370 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3371
3372         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3373         regular expression match and replace in posting styles.
3374
3375 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3376
3377         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3378         an entire server.
3379         (nnir-get-active): New function.
3380         (nnir-run-imap): Use it.
3381         (nnir-run-gmane): Who knew, gmane search returns an article score!
3382
3383         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3384         server on the current line with nnir.
3385
3386 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3389         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3390         left edge.
3391         (gnus-article-foldable-buffer): Skip past the prefix when determining
3392         raggedness.
3393
3394         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3395         the raw article, and change `C-u g' to show the article without doing
3396         treatments.
3397
3398         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3399         on to `gnus-treat-article'.
3400         (gnus-inhibit-article-treatments): New variable.
3401
3402         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3403
3404         * gnus-art.el (gnus-treatment-function-alist): Have
3405         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3406         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3407         sections.
3408
3409         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3410         parameter.
3411         (gnus-article-fill-cited-long-lines): New function.
3412         (gnus-article-fill-cited-article): Allow filling only long sections.
3413
3414         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3415         and non-punctuation (like after the apostrophe in "'We").
3416
3417         * gnus-sum.el (gnus-summary-select-article): Make sure
3418         gnus-original-article-buffer is alive.
3419
3420         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3421         reflect the order they're in in the digest.
3422
3423         * gnus.el (gnus-group-startup-message): Move point to the start of the
3424         buffer.
3425
3426         * nnimap.el (nnimap-capability): New function.
3427         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3428         is set.
3429
3430 2010-10-31  David Engster  <dengste@eml.cc>
3431
3432         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3433         conform with changes to gnus-completing-read.
3434
3435 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3438
3439 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3440
3441         * nnir.el: Move defvar, defcustom around to keep file organized
3442         and keep byte-compiler quiet.
3443         (nnir-read-parms): Accept search-engine as arg.
3444         (nnir-run-query): Pass search-engine as arg.
3445         (nnir-search-engine): Remove.
3446
3447 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * shr.el (shr-generic): The text nodes should be text, not :text.
3450
3451         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3452         later in the file.
3453
3454 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3455
3456         * nnir.el: General clean up.  Allow searching with multiple engines.
3457         Allow separate extra-parameters for each engine.
3458         Batch queries when possible.
3459         (nnir-imap-default-search-key,nnir-method-default-engines):
3460         Add customize interface.
3461         (nnir-run-gmane): New engine.
3462         (nnir-engines): Use it.  Qualify all prompts with engine name.
3463         (nnir-search-engine): Remove global variable.
3464         (nnir-run-hyrex): Restore for now.
3465         (nnir-extra-parms,nnir-search-history): New variables.
3466         (gnus-group-make-nnir-group): Use them.
3467         (nnir-group-server): Remove in favor of gnus-group-server.
3468         (nnir-request-group): Avoid searching twice.
3469         (nnir-sort-groups-by-server): New function.
3470
3471 2010-10-30  Julien Danjou  <julien@danjou.info>
3472
3473         * gnus-group.el: Remove gnus-group-fetch-control.
3474
3475         * gnus-start.el (gnus-find-new-newsgroups):
3476         Remove gnus-check-first-time-used.
3477
3478         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3479
3480 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3481
3482         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3483         set on groups that don't have \* permanentflags.
3484
3485 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3488         control the background color.
3489         (shr-tag-img): Ignore very small web bug type images.
3490         (shr-put-image): Add help-echo alt texts to the images.
3491         (shr-tag-video): Show the video poster image.
3492
3493 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * shr.el (shr-table-depth): New variable.
3496         (shr-tag-table-1): Only insert the images after the top-level table.
3497
3498         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3499
3500         * gnus-util.el (gnus-list-memq-of-list): New function.
3501
3502         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3503         selected.
3504         (nnimap-unsplittable-articles): New slot.
3505         (nnimap-new-articles): Use it.
3506
3507 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3508
3509         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3510         move to the previous line on `M-g'.
3511
3512 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3515         *-request-group, which seems unnecessary.
3516
3517         * nnimap.el (nnimap-quote-specials): Function copied over from
3518         imap.el.
3519         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3520         they support that.  Suggested by Tom Regner.
3521
3522 2010-10-29  Julien Danjou  <julien@danjou.info>
3523
3524         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3525         defalias.
3526         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3527
3528         * gnus.el: Remove `gnus-nntp-service' variable.
3529         (gnus-secondary-servers): Make obsolete.
3530         (gnus-nntp-server): Make obsolete.
3531
3532         * gnus-start.el (gnus-1): Remove x-splash calls.
3533
3534         * gnus-ems.el (gnus-x-splash): Remove.
3535
3536         * gnus.el (gnus-group-startup-message): Simplify/update code.
3537
3538         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3539         definition.
3540
3541         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3542         capability before doing anything.
3543         (gnus-group-insert-group-line): Remove useless
3544         gnus-group-remove-excess-properties.
3545
3546 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3549
3550 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551
3552         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3553         config after reselecting.
3554
3555 2010-10-28  Julien Danjou  <julien@danjou.info>
3556
3557         * shr.el (shr-put-image): Use point even if only inserting text.
3558         (shr-put-image): Save excursion when inserting alt text on non-graphic
3559         display, so the behaviour is the same when we are on a graphic display.
3560
3561         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3562
3563 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3566         (gnus-mime-copy-part): Check coding system, not charset.
3567         (gnus-mime-view-part-externally): Never remove part.
3568         (gnus-mime-view-part-internally): Don't remove part here.
3569         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3570         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3571         multipart/alternative.
3572
3573         * mm-decode.el (mm-display-part): Take optional arg `force'.
3574
3575 2010-10-26  Julien Danjou  <julien@danjou.info>
3576
3577         * gnus-group.el (gnus-group-default-list-level): Add this function to
3578         compute the default list level.
3579         (gnus-group-default-list-level): Add possibility to use a function.
3580
3581 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3584
3585         * gnus-group.el (gnus-group-completing-read)
3586         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3587         gnus-replace-in-string.
3588
3589 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * shr.el (shr-tag-div): Add.
3592
3593         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3594
3595 2010-10-25  Julien Danjou  <julien@danjou.info>
3596
3597         * gnus-util.el: Remove `gnus-with-local-quit'.
3598
3599         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3600
3601 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3604         the original article buffer.
3605
3606 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * nnimap.el (nnimap-request-head): New function.
3609         (nnimap-request-move-article): Try to be slighly faster by not
3610         requesting the entire message when moving.
3611         (nnimap-transform-headers): Don't bug out on bodiless articles.
3612         (nnimap-send-command): Have no outstanding messages if the IMAP server
3613         doesn't support streaming.
3614         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3615
3616 2010-10-24  Julien Danjou  <julien@danjou.info>
3617
3618         * message.el (message-default-headers): Fix type.
3619
3620 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3623         prefetching images.
3624
3625         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3626         backend for unknown groups.  This is mainly useful for nnimap groups.
3627
3628         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3629         group isn't covered by the agent.
3630
3631 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3632
3633         * nnir.el (nnir-method-default-engines): New variable.
3634         (nnir-run-query): Use it.
3635         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3636         (gnus-summary-nnir-goto-thread): Change group if needed.
3637
3638         * gnus-group.el (gnus-group-group-map): Add key binding for
3639         gnus-group-make-nnir-group.
3640
3641 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * shr.el (shr-tag-object): Add.
3644
3645         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3646         original article buffer live.
3647         (gnus-summary-select-article-buffer):
3648         Mention gnus-widen-article-buffer.
3649
3650 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * shr.el (shr-tag-strong): Add.
3653
3654 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3657         group names.  They mess up the group buffer badly.
3658
3659         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3660
3661         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3662         instead of the summary one.
3663
3664 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * mml.el (mml-preview): Work properly when editing article.
3667
3668         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3669         gnus-have-read-active-file if it's already been in.
3670
3671 2010-10-22  Tom Tromey  <tromey@redhat.com>
3672
3673         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3674         gnus-group-completing-read.
3675
3676 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * message.el (message-mode-map): Don't bind M-; to comment region, to
3679         allow the global comment-dwim to work.
3680
3681 2010-10-21  Julien Danjou  <julien@danjou.info>
3682
3683         * message.el (message-setup-1): Allow message-default-headers to be a
3684         function.
3685
3686 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * shr.el (shr-tag-table): Simplify.
3689
3690 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3693         to avoid trying to snarf invalid stuff.
3694
3695         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3696
3697         * gnus.el (gnus-message-archive-group): Quote value.
3698         (gnus-message-archive-group): Mark as changed.
3699
3700         * shr.el (shr-add-font): Don't put the font properties on the newline
3701         or the indentation.
3702
3703         * message.el (message-fix-before-sending): Change options when sending
3704         non-printable characters.
3705
3706         * gnus.el (gnus-message-archive-method): Change the default to
3707         monthly outgoing groups.
3708
3709         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3710         that have gotten new numbers.
3711
3712         * nnimap.el (nnimap-request-replace-article): New function.
3713
3714 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3717         (nnrss-request-article): Don't use special html washing code.
3718
3719 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * shr.el (shr-tag-table): Remove useless nconc.
3722
3723 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-art.el (article-wash-html): Simplify and remove the charset
3726         stuff.  Use the normal html rendering code instead of the special html
3727         washing code.
3728
3729         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3730         `gnus-w3m' symbols.
3731         (mm-text-html-washer-alist): Remove.
3732
3733         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3734         (mm-inline-media-tests): Remove use.
3735         (mm-text-html-renderer): Change default to the `shr' symbol.
3736
3737         * mm-view.el (mm-inline-text-html): Remove use.
3738
3739         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3740         `gnus-blocked-images' to be a function.
3741         (gnus-article-wash-function): Remove.
3742
3743 2010-10-20  Julien Danjou  <julien@danjou.info>
3744
3745         * spam.el (spam-list-of-processors): Mark as obsolete.
3746
3747         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3748         (nnimap-insert-partial-structure): Fix boundary detection.
3749
3750 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3751
3752         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3753         run file-truename on remote files.  This can be expensive and even
3754         prevent one from editing drafts if some unrelated buffer has a stale
3755         connection.
3756
3757 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3760         kinsoku-eol regardless of shr-kinsoku-shorten.
3761         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3762         (shr-tag-table): Support caption, thead, and tfoot.
3763
3764 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3767         lines.
3768         (shr-save-contents): New command and keystroke.
3769
3770         * nndoc.el (nndoc-type-alist): Add git support.
3771         (nndoc-git-type-p): New function.
3772         (nndoc-transform-git-article): Ditto.
3773         (nndoc-transform-git-headers): Ditto.
3774         (nndoc-transform-git-headers): Generate Subject headers.
3775
3776         * shr.el (shr-parse-style): New function.
3777         (shr-tag-span): Ditto.
3778
3779         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3780         to `G G' to avoid collisions.
3781
3782 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * shr.el: Load kinsoku if necessary.
3785         (shr-kinsoku-shorten): New internal variable.
3786         (shr-find-fill-point): Make kinsoku shorten text line if
3787         shr-kinsoku-shorten is bound to non-nil.
3788         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3789         shr-indentation too when testing if table is wider than frame width.
3790         (shr-insert-table): Use `string-width' instead of `length' to measure
3791         text width.
3792         (shr-insert-table-ruler): Make sure indentation is done at bol.
3793
3794 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3795
3796         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3797         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3798         undecoded network data.
3799
3800 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3803         name in the mode line spec so that the mode line menu works
3804         (bug #2431).
3805
3806         * message.el (message-get-reply-headers): If we're fed `to-address',
3807         then always use that.
3808
3809         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3810         aren't so wide as to need to switch off the edit menu.
3811
3812         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3813         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3814
3815         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3816         `M-g'.
3817         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3818         the permanent marks.
3819
3820 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3821
3822         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3823         Splitting according to references/in-reply-to obeys the ignore-groups
3824         variable, while splitting by sender and subject do not.
3825
3826 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827
3828         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3829         alist, so that we can look for non-Unicode chars.
3830         (article-translate-strings): Allow both character and string maps.
3831
3832 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * shr.el (shr-insert): Don't insert space behind a wide character
3835         categorized as kinsoku-bol, or between characters both categorized as
3836         nospace.
3837
3838 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3839
3840         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3841         headers to gnus-newsgroup-headers.
3842
3843 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * shr.el (shr-tag-img): Don't align images -- since we're not
3846         rescaling, this often leads to ugly displays.
3847
3848 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3849
3850         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3851         duplicates.
3852
3853 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3854
3855         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3856         call.
3857
3858 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * gnus.el: Autoload gnus-html-show-images.
3861
3862         * nnimap.el: Use nnheader-message throughout.
3863
3864         * shr.el (shr-tag-img): Ignore images with no data.
3865
3866 2010-10-15  Julien Danjou  <julien@danjou.info>
3867
3868         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3869         a possibility to disable format=flow encoding when using hard newlines.
3870
3871 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * shr.el (shr-insert): Remove space inserted before or after a
3874         breakable character or at the beginning or the end of a line.
3875         (shr-find-fill-point): Do kinsoku; find the second best point or give
3876         it up if there's no breakable point.
3877
3878 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * nnimap.el (nnimap-open-connection): Message when opening connection
3881         for debugging purposes.
3882
3883         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3884         on every setup buffer call to allow this to change from article to
3885         article.
3886
3887         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3888         buffers where we have a wide table.
3889
3890 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3891
3892         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3893         uses *-request-thread.
3894
3895 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3898         incantation, which is no longer valid.
3899
3900 2010-10-14  Julien Danjou  <julien@danjou.info>
3901
3902         * shr.el: Fix defcustom type (char -> character).
3903
3904 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3907         programs.
3908
3909 2010-10-14  Julien Danjou  <julien@danjou.info>
3910
3911         * shr.el (shr-tag-a): Use url-link as widget type.
3912
3913         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3914         `gnus-group-get-icon'.
3915
3916 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3919         This should make server editing work better.
3920
3921         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3922
3923         * tls.el (tls-program): Remove spurious %s from openssl.
3924
3925         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3926         (nnimap-parse-flags): Fix regexp.
3927
3928         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3929         probably work for CJVK text, too.
3930
3931         * nnimap.el (nnimap-extend-tls-programs): Remove.
3932         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3933
3934         * tls.el (tls-starttls-switches): Remove starttls hack.
3935         (open-tls-stream): Ditto.
3936         (tls-find-starttls-argument): Ditto.
3937
3938 2010-10-13  Julien Danjou  <julien@danjou.info>
3939
3940         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3941         responses.
3942
3943 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3946
3947         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3948         anything in Emacs.
3949
3950         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3951
3952 2010-10-13  Julien Danjou  <julien@danjou.info>
3953
3954         * shr.el (shr-width): Make shr-width a defcustom with default to
3955         fill-column.
3956         (shr-tag-img): Use shr-width rather than fill-column.
3957
3958 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * dgnushack.el (byte-optimize-apply)
3961         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3962
3963         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3964         position when (X-)Faces exist.
3965         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3966         avatars when called interactively.
3967
3968 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3971         gnus-article-x-face-too-ugly is bound.
3972
3973 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3976
3977         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3978         mailbox that doesn't exist.
3979
3980 2010-10-12  Julien Danjou  <julien@danjou.info>
3981
3982         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3983         (shr-get-image-data): Encode URL properly when fetching from cache.
3984         (shr-tag-img): Use aligned-to spaces to align correctly images.
3985
3986         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3987         before inserting the Gravatar.
3988
3989         * shr.el (shr-tag-img): Add align attribute support for <img>.
3990
3991 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992
3993         * gnus-gravatar.el (gnus-art): Require.
3994
3995         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3996         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3997         Remove long obsoleted functions.
3998
3999 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4002
4003         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4004
4005         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4006         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4007         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4008         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4009         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4010         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4011         * sieve-manage.el, smime.el, spam.el:
4012         Fix comment for declare-function.
4013
4014 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * nnimap.el (nnimap-request-rename-group): Select group read-only
4017         before renaming it.
4018
4019         * shr.el (shr-insert): Fix up the white space only regexp.
4020
4021         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4022         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4023
4024         * shr.el (shr-current-column): New function.
4025         (shr-find-fill-point): New function.
4026
4027 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4028
4029         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4030         numbers.
4031
4032 2010-10-11  Julien Danjou  <julien@danjou.info>
4033
4034         * shr.el (shr-hr-line): Add.
4035         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4036         display hr lines.
4037         (shr-max-columns): Do not change state to nil if we just inserting
4038         spaces.
4039
4040 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4043         select the last group.
4044
4045 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4046
4047         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4048
4049 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4050
4051         * dig.el (dig-mode-map): Declare and define in one step.
4052
4053 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4056         for Gnus.
4057         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4058         (nnimap-update-qresync-info): Mark \Seen articles as read.
4059
4060         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4061         non-variable, too.
4062
4063         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4064         available.
4065         (nnimap-update-info): Rely more on the current active than the param
4066         active to avoid marking articles as read too much.
4067
4068         * auth-source.el (auth-source-create): Use (user-login-name) for the
4069         user name default.
4070
4071         * nnimap.el (nnimap-update-info): If the server doesn't return any
4072         useful info, just use the previous info.
4073         (nnimap-update-info): Prefer old info over start-article.
4074         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4075
4076 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4077
4078         * nnir.el (autoload): Clean up autoloads.
4079         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4080         Use key rather than value.
4081         (nnir-imap-search-other): New variable.
4082         (nnir-read-parm): Use it.
4083         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4084         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4085
4086 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4087
4088         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4089         the process, too.
4090
4091 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * spam.el (gnus-summary-mode-map): Bind to "$".
4094         Suggested by Russ Allbery.
4095
4096         * shr.el: Rework the way things are indented by <li> slightly.
4097
4098         * gnus.el (gnus-group-set-parameter): Fix typo.
4099
4100         * nnimap.el: Start implementing QRESYNC support.
4101
4102 2010-10-09  Julien Danjou  <julien@danjou.info>
4103
4104         * nnir.el (nnir-engines): Fix too many arguments.
4105
4106 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4109         group is the "last", so that the backends like nnfolder actually save
4110         their folders.
4111
4112         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4113         try to use that for the tls stream.
4114         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4115         UIDVALIDITY and find out which groups are read-only and not.
4116         (nnimap-get-flags): Use the same marks parsing code as the rest of
4117         nnimap.
4118
4119 2010-10-09  Julien Danjou  <julien@danjou.info>
4120
4121         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4122
4123         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4124         retrieving gravatars.
4125
4126         * shr.el (shr-table-corner): Add.
4127         (shr-table-line): Add.
4128         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4129
4130 2010-10-08  Julien Danjou  <julien@danjou.info>
4131
4132         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4133
4134 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4135
4136         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4137
4138         * gnus-sum.el (gnus-mark-article-as-unread)
4139         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4140         (gnus-summary-set-bookmark): Use it.
4141
4142         * gnus-msg.el (gnus-setup-message): Use it.
4143
4144         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4145
4146         * gnus.el (gnus-group-remove-parameter): Use it.
4147
4148         * gnus-group.el (gnus-group-make-web-group): Use it.
4149
4150         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4151
4152         * nnregistry.el: Update docs to mention manual.
4153
4154         * gnus-registry.el: Update docs to mention nnregistry.el.
4155         (gnus-registry-initialize): Don't install nnregistry refer method
4156         automatically.
4157         (gnus-registry-install-nnregistry): Remove it.
4158
4159 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * shr.el (shr-insert): Don't insert double spaces.
4162
4163 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-gravatar.el (gnus-treat-from-gravatar)
4166         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4167         called interactively.
4168
4169         * gnus-art.el (gnus-mime-view-part-externally)
4170         (gnus-mime-view-part-internally): Make predicate function passed to
4171         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4172         of a mime type.
4173
4174         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4175
4176 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * shr.el (require): Require cl when compiling.
4179         (shr-tag-hr): New function.
4180
4181         * nnimap.el (nnimap-update-info): Remove double setting of high.
4182         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4183         This makes nnimap work properly on Courier again.
4184
4185         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4186         the variable for backwards compatibility.
4187
4188         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4189         the file name before using to avoid setting mm-default-directory to
4190         nil.
4191
4192         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4193         bidning gnus-agent variables.
4194
4195         * shr.el (shr-render-td): Use a cache for the table rendering function
4196         to avoid getting an exponential rendering behaviour in nested tables.
4197         (shr-insert): Rework the line-breaking algorithm.
4198         (shr-insert): Don't leave trailing spaces.
4199         (shr-insert-table): Also insert empty TDs.
4200         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4201
4202 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4203
4204         * gnus-sum.el (gnus-number): Rename from `number'.
4205         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4206         (gnus-summary-limit-children): Update uses correspondingly.
4207
4208 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4211         (gnus-gravatar-transform-address): Don't show avatars of people of
4212         which mail addresses match gnus-gravatar-too-ugly.
4213
4214 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * shr.el (shr-table-widths): Expand TD elements to fill available
4217         space.
4218
4219 2010-10-07  Julien Danjou  <julien@danjou.info>
4220
4221         * nnimap.el (nnimap-request-rename-group): Add this method.
4222
4223 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4226         name from XEmacs' function-arglist.
4227
4228         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4229         gravatar under XEmacs.
4230
4231 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4232
4233         * auth-source.el: Update docs with TODO items.
4234
4235         * gnus-sync.el: Update docs to explain state and plans.
4236
4237         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4238         Hooks for mark updates.
4239         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4240
4241         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4242         hooks with arguments, which is needed for mark update hooks.
4243
4244 2010-10-06  Julien Danjou  <julien@danjou.info>
4245
4246         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4247         was matched.
4248
4249         * sieve-manage.el: Update example in `Commentary'.
4250
4251         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4252
4253         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4254         not 2000.
4255         (sieve-manage-authenticate): Re-add function.
4256
4257 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * shr.el (shr-insert): Get 'space transition right.
4260         (shr-render-td): Only delete space at the end of the TD.
4261
4262         * nnimap.el (nnimap-open-connection): Prepare to support
4263         open-gnutls-stream.
4264
4265         * shr.el: Rearrange function order to be more logical.
4266
4267 2010-10-06  Julien Danjou  <julien@danjou.info>
4268
4269         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4270         (nnrss-discover-feed): Remove 404 URL in docstring.
4271
4272         * nnir.el: Fix Swish-E URL.
4273         Fix Namazu URL.
4274
4275         * message.el (message-change-subject): Remove 404 URL in a comment.
4276
4277 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4280         called interactively.
4281
4282         * gnus-util.el (gnus-remove-if): Allow hash table.
4283         (gnus-remove-if-not): New function.
4284
4285         * gnus-art.el (gnus-mime-view-part-as-type)
4286         * gnus-score.el (gnus-summary-score-effect)
4287         * gnus-sum.el (gnus-read-move-group-name):
4288         Replace remove-if-not with gnus-remove-if-not.
4289
4290         * gnus-group.el (gnus-group-completing-read):
4291         Regard collection as a hash table if it is not a list.
4292
4293 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4296
4297         * shr.el: Document the table-rendering algorithm.
4298
4299 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4302         for Emacsen having no `libxml-parse-html-region' support.
4303
4304 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4307         invalid URLs.
4308
4309         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4310         line-broken.
4311         (shr-tag-img): Ignore image fetching errors.
4312         (shr-overlays-in-region): Compute overlay positions correctly.
4313
4314         * mm-decode.el (mm-shr): Require shr.
4315
4316         * gnus-art.el (gnus-blocked-images): Move variable here.
4317
4318         * shr.el (shr-insert-table): Bind free variable.
4319
4320         * mm-decode.el (mm-shr): Bind shr-content-function.
4321
4322         * shr.el (shr-content-function): New variable.
4323
4324         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4325         added for symmetry.
4326
4327         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4328
4329         * gnus-group.el (gnus-group-make-group): Doc fix.
4330
4331         * nnimap.el (nnimap-request-newgroups): Return success.
4332
4333         * shr.el (shr-find-elements): New function.
4334         (shr-tag-table): Put all the images after the table.
4335         (shr-tag-table): Really inhibit images inside the table.
4336         (shr-collect-overlays): Copy over overlays from the TD elements to the
4337         main document.
4338
4339         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4340         gnus-blocked-images.
4341
4342 2010-10-05  Julien Danjou  <julien@danjou.info>
4343
4344         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4345
4346         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4347         (gnus-html-maximum-image-size): Add this function.
4348         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4349
4350         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4351         server-value of the capability is nil.
4352
4353 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * shr.el (shr-tag-em): Add <EM> tag.
4356
4357 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4358
4359         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4360         customizable.
4361
4362         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4363         handing broken links to browse-url.
4364
4365 2010-10-05  Julien Danjou  <julien@danjou.info>
4366
4367         * gnus-util.el (gnus-emacs-completing-read)
4368         (gnus-iswitchb-completing-read): Use autoload rather than require.
4369
4370 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4373         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4374         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4375         iswitchb-temp-buflist for XEmacs.
4376
4377         * gnus-util.el (gnus-completing-read-function): Exclude
4378         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4379         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4380         XEmacs.
4381
4382         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4383         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4384
4385         * gnus-html.el: Don't require help-fns under XEmacs.
4386         (gnus-html-schedule-image-fetching): Work for XEmacs.
4387
4388         * mm-decode.el (mm-shr): Decode contents by charset.
4389
4390 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4393         unknown.
4394
4395         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4396         (shr-get-image-data): Ensure against the cache file missing.
4397
4398         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4399         for data.
4400
4401         * spam-report.el (spam-report-url-ping-plain): Don't query about
4402         killing the process.
4403
4404         * shr.el (shr-render-td): Protect against too-wide text.
4405
4406 2010-10-04  Julien Danjou  <julien@danjou.info>
4407
4408         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4409         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4410
4411         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4412         retrieved.
4413
4414 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * shr.el (browse-url): Require.
4417         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4418         lines.
4419         (shr-show-alt-text, shr-browse-image): New commands.
4420         (shr-browse-url, shr-copy-url): New commands.
4421
4422         * gnus-sum.el (gnus-widen-article-window): New variable.
4423         (gnus-summary-select-article-buffer): Use it.
4424
4425         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4426         without @ signs.
4427
4428 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4429
4430         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4431
4432 2010-10-04  Julien Danjou  <julien@danjou.info>
4433
4434         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4435         for XEmacs.
4436
4437 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4440
4441         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4442         (nnimap-close-server): Implement.
4443
4444         * dgnushack.el (iswitchb): Require to shut up the compiler.
4445
4446         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4447         (shr-insert): Tweak line breaking.
4448         (shr-insert): Handle <pre> better.
4449         (shr-tag-li): Get <li> indentation right.
4450         (shr-tag-li): Get <li> indentation even righter.
4451         (shr-tag-blockquote): Ensure paragraph start.
4452         (shr-make-table): Tweak table generation.
4453         (shr-make-table): Fix typo.
4454
4455         * shr.el: Implement table rendering.
4456
4457 2010-10-04  Julien Danjou  <julien@danjou.info>
4458
4459         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4460
4461 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * shr.el (shr-insert): Use string anchors instead of line anchors.
4464
4465 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * shr.el: Add headings.
4468         (shr-ensure-paragraph): Actually work.
4469         (shr-tag-li): Make <ul> prettier.
4470         (shr-insert): Get white space at the beginning/end of elements right.
4471         (shr-tag-p): Collapse subsequent <p>s.
4472         (shr-ensure-paragraph): Don't insert double line feeds after blank
4473         lines.
4474         (shr-insert): \t is also space.
4475         (shr-tag-s): Fix "s" tag name function.
4476         (shr-tag-s): Fix face prop name.
4477
4478 2010-10-03  Julien Danjou  <julien@danjou.info>
4479
4480         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4481
4482         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4483         gnus-window-inside-pixel-edges.
4484
4485         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4486         gnus-ems.
4487
4488         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4489
4490         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4491         function.
4492
4493         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4494         resize choice.
4495
4496 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4499         beginning of the buffer.
4500
4501         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4502         article buffer again.
4503
4504         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4505
4506         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4507         when it's at the start of the buffer.
4508
4509         * shr.el (shr-tag-blockquote): Convert name.
4510         (shr-rescale-image): Use the right image-size variant.
4511
4512         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4513         buffer isn't shown, then select the current article first instead of
4514         bugging out.
4515         (gnus-summary-select-article-buffer): Show both the article and summary
4516         buffers again.
4517
4518         * shr.el (shr-fontize-cont): Protect against regions with no text.
4519         Rename tag functions to shr-tag-* for enhanced security.
4520         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4521
4522 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4523
4524         * shr.el (shr-insert):
4525         * pop3.el (pop3-movemail):
4526         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4527         loaded.
4528
4529 2010-10-03  Glenn Morris  <rgm@gnu.org>
4530
4531         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4532
4533         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4534
4535         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4536
4537         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4538
4539         * gnus-util.el (gnus-make-local-hook): Simplify.
4540
4541 2010-10-02  Julien Danjou  <julien@danjou.info>
4542
4543         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4544         (gnus-ido-completing-read): New function.
4545         (gnus-emacs-completing-read): New function.
4546         (gnus-completing-read): Use gnus-completing-read-function.
4547         Add gnus-completing-read-function.
4548
4549 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4550
4551         * shr.el (shr-insert-document): Autoload.
4552         (shr-img): Be silent.
4553         (shr-insert): Add a newline after every picture before text.
4554         (shr-add-font): Use overlays for combining faces.
4555         (shr-insert): Pass upwards the text start point.
4556
4557         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4558         possible.
4559         (mm-shr): New function.
4560
4561 2010-10-02  Julien Danjou  <julien@danjou.info>
4562
4563         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4564         should go backward.
4565
4566 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4567
4568         * shr.el (shr): Fix typo in provide call.
4569
4570 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * shr.el: New file.
4573
4574         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4575
4576         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4577         completing read.
4578
4579 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4582         we're being queried about.  Suggested by Dan Jacobson.
4583
4584         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4585         Suggested by Jason Eisner.
4586
4587         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4588         table, too.  Suggested by Stefan Wiens.
4589         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4590         the table unnecessary.  Suggested by Stefan Wiens.
4591
4592         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4593         longer needed, and probably doesn't work either, as pointed out by
4594         Stefan Wiens.
4595         (gnus-summary-exit): Remove call to the clearing function.
4596         (gnus-summary-exit-no-update): Ditto.
4597
4598         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4599         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4600         Reported by Stefan Monnier.
4601         (gnus-summary-save-in-rmail): Ditto.
4602
4603         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4604         article buffer, instead of both the article buffer and the summary
4605         buffer.  Sort of suggested by Dan Jacobson.
4606
4607         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4608
4609         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4610         Suggested by Dan Jacobson.
4611
4612         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4613         documentation clearer.
4614
4615         * message.el (message-shorten-references): Comment on the number "21".
4616         Suggested by Stefan Monnier.
4617
4618         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4619         Suggested by Dan Jacobson.
4620
4621         * gnus.el (gnus-large-newsgroup):
4622         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4623
4624         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4625         externalize attachments.  Bug reported by Steve Wen.
4626
4627         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4628         really message anything to the user.
4629
4630         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4631         directly.
4632
4633         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4634         messages in empty groups.
4635
4636 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4637
4638         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4639         non-UIDNEXT group.
4640
4641 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4644         not the value from the collection.
4645
4646         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4647         values.  This sometimes happens on some groups that have no info.
4648         (nnimap-request-newgroups): New function.
4649
4650 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4651
4652         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4653         check into `gnus-registry-initialize'.
4654         (gnus-registry-initialize): Ditto.
4655         Fix and extend header docs.
4656
4657 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4660         regexp backtrace overflows.
4661
4662         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4663         for starttls that tls.el implements; i.e. openssl.
4664
4665         * tls.el (tls-starttls-switches): Give up on using starttls with
4666         gnutls-cli.
4667         (tls-program): Add --insecure to be consistent with the defaults from
4668         openssl s_client.  Now all three commands are insecure.
4669
4670 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * lpath.el: Bind completion-styles-alist for XEmacs.
4673
4674         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4675         (gravatar-create-image): New function that's an alias to
4676         gnus-xmas-create-image, gnus-create-image, or create-image.
4677         (gravatar-data->image): Use it.
4678
4679 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4680
4681         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4682         install the nnregistry refer method.
4683         (gnus-registry-install-hooks): Use it.
4684         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4685         unfollowed groups.
4686
4687 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4688
4689         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4690         expanding threads.
4691
4692 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * nnir.el: Use the server names without suffixes (bug #7009).
4695
4696         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4697         unencrypted to STARTTLS, if possible.
4698
4699 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4700
4701         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4702         headers before superseding.
4703
4704 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * nnrss.el (nnrss-use-local): Add documentation.
4707
4708         * nnimap.el (nnimap-extend-tls-programs): New function.
4709         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4710         (nnimap-wait-for-connection): Accept the greeting from the stupid
4711         output from openssl s_client -starttls, too.
4712
4713         * tls.el (tls-starttls-switches): New variable.
4714         (tls-find-starttls-argument): Use it.
4715         (open-tls-stream): Ditto.
4716
4717         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4718         (netrc-machine): Ditto.
4719
4720         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4721         article number.
4722         (nnimap-split-fancy): New variable.
4723         (nnimap-split-incoming-mail): Use it.
4724
4725         * nntp.el (nntp-server-list-active-group): Document.
4726
4727         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4728         SELECT to get the message-id.
4729
4730         * mail-source.el (mail-sources): Remove webmail support.
4731         (defvar): Ditto.
4732         (mail-source-fetcher-alist): Ditto.
4733         (mail-source-fetch-webmail): Remove.
4734
4735         * webmail.el: Remove -- doesn't seem relevant any more.
4736
4737         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4738
4739         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4740         the \r.
4741
4742 2010-09-30  Julien Danjou  <julien@danjou.info>
4743
4744         * gnus-agent.el (gnus-agent-add-group): Fix call to
4745         gnus-completing-read.
4746
4747 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * nndoc.el (nndoc-retrieve-groups): New function.
4750
4751         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4752         `default', use nnmail-split-methods.
4753         (nnimap-request-article): Downcase the NILs so that they are nil.
4754
4755         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4756         symbol.
4757
4758         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4759         code, since if the user has requested network, that's what they ought
4760         to get.
4761         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4762         (nnimap-split-rule): Mark as obsolete.
4763
4764         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4765         New variable.
4766
4767         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4768         correct slot, too.
4769
4770 2010-09-29  Julien Danjou  <julien@danjou.info>
4771
4772         * gnus.el (gnus-local-domain): Declare variable obsolete.
4773
4774         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4775         Fix history computing.
4776         (gnus-ido-completing-read): Require ido.
4777
4778 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4781         build Gnus.
4782
4783         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4784         when interpreting the structures.
4785         (nnimap-request-accept-article): Add \r\n to the lines to make this
4786         work with Cyrus.
4787
4788         * nndraft.el (nndraft-request-expire-articles): Use the group name
4789         instead if "nndraft".  Fix found by Nils Ackermann.
4790
4791 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4792
4793         * nnregistry.el: Add.
4794
4795 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4796
4797         * nnmail.el (group, group-art-list, group-art):
4798         Remove unneeded directives.
4799
4800 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4803         (mm-mime-charset)
4804         * rfc2047.el (rfc2047-syntax-table)
4805         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4806
4807         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4808         rather than `insert-file-contents' and `eval-region'.
4809
4810         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4811         construction.
4812
4813         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4814
4815         * time-date.el: No need to require cl for Emacs 21.
4816
4817 2010-09-29  Julien Danjou  <julien@danjou.info>
4818
4819         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4820         replacement of `gnus-gravatar-relief' to mimic
4821         `gnus-faces-properties-alist'.
4822         Add :version property.
4823
4824 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * mail-source.el (mail-source-report-new-mail)
4827         * message.el (message-default-mail-headers)
4828         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4829
4830         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4831
4832 2010-09-28  Julien Danjou  <julien@danjou.info>
4833
4834         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4835         mail-address contains the same string as real-name.
4836
4837         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4838         non-blank in header, otherwise it'll get stripped.
4839
4840         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4841         real-name, and then for mail address rather than doing : or , search.
4842
4843 2010-09-27  Julien Danjou  <julien@danjou.info>
4844
4845         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4846         right completing-read function.
4847         (gnus-use-ido): New variable
4848         (gnus-completing-read-with-default): Remove.
4849         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4850         (gnus-agent-add-group):
4851         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4852         * mm-view.el (mm-view-pkcs7-decrypt):
4853         * mm-util.el (mm-codepage-setup):
4854         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4855         * mml-smime.el (mml-smime-openssl-sign-query):
4856         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4857         (mml-insert-multipart):
4858         * gnus-msg.el (gnus-summary-yank-message):
4859         * gnus-int.el (gnus-start-news-server):
4860         * mm-decode.el (mm-interactively-view-part):
4861         * gnus-dired.el (gnus-dired-attach):
4862         * gnus.el (gnus-read-method):
4863         * gnus-bookmark.el (gnus-bookmark-jump):
4864         * gnus-art.el (gnus-mime-view-part-as-type)
4865         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4866         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4867         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4868         * nnmairix.el (nnmairix-create-server-and-default-group)
4869         (nnmairix-update-groups, nnmairix-get-server)
4870         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4871         (nnmairix-get-group-from-file-path):
4872         * nnrss.el (nnrss-find-rss-via-syndic8):
4873         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4874         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4875         (gnus-group-browse-foreign-server):
4876         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4877         (gnus-summary-execute-command, gnus-summary-respool-article)
4878         (gnus-read-move-group-name):
4879         * gnus-score.el (gnus-summary-increase-score)
4880         (gnus-summary-score-effect):
4881         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4882
4883 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4886         x-focus-frame.
4887
4888         * nnimap.el (auth-source-forget-user-or-password)
4889         (auth-source-user-or-password): Autoload.
4890
4891         * message.el (message-from-style, message-interactive)
4892         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4893         (message-yank-prefix, message-indentation-spaces, message-signature)
4894         (message-signature-file): Add comment.
4895
4896 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4899         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4900         new articles.
4901
4902         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4903         parts.
4904         (nnimap-request-article): Work with the t setting, too.
4905
4906         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4907         that you don't get flashes of other buffers.
4908         (gnus-summary-show-complete-article): Intern before setting.
4909
4910 2010-09-27  David Engster  <dengste@eml.cc>
4911
4912         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4913         well as HEADERS.
4914         (nnmairix-retrieve-headers): Provide new argument for the above.
4915
4916 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-sum.el (gnus-summary-move-article): Don't alter
4919         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4920         group.
4921
4922         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4923
4924         * message.el (message-cite-prefix-regexp): Revert my last edit.
4925
4926         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4927         variable instead of the Gnus variable.
4928
4929         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4930
4931         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4932
4933         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4934         since some servers don't like it.
4935         (nnimap-open-connection): Forget credentials if the server says the
4936         password was wrong.
4937         (nnimap-parse-line): Protect against invalid data.
4938
4939         * gnus-sum.el (gnus-summary-move-article): Add comment.
4940         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4941         nothing alters it while scanning for new messages.
4942
4943         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4944         which may or may not help.
4945         (nnimap-open-connection): If we're doing a stream connection, and then
4946         discover we're on a STARTTLS-capable server, then open a STARTTLS
4947         connection instead.
4948
4949 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * nnimap.el (utf7): Require.
4952
4953         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4954         prefix.
4955
4956 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4957
4958         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4959
4960 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * nnimap.el (nnimap-request-accept-article): Message the error on
4963         error.
4964
4965 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4968
4969 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * nndoc.el (nndoc-request-list): Return success always.
4972
4973         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4974         `fetch-old' -- we only want to fetch the articles we've requested.
4975         The rest are in the agent, probably.
4976         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4977         disappeared server" to something low.  It's not important.
4978
4979         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4980         arrived before the FETCH data.
4981
4982         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4983         target here, because we don't know the Gnus name of the group.
4984
4985         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4986         for the correct group.
4987
4988         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4989
4990         * gnus.el (gnus): Give a final warning after startup.
4991
4992         * gnus-util.el (gnus-action-message-log): New variable.
4993         (gnus-message): Use it.
4994         (gnus-final-warning): New function.
4995
4996         * nnimap.el (nnimap-open-connection): Record the greeting.
4997         (nnimap): Add greeting.
4998
4999 2010-09-26  Julien Danjou  <julien@danjou.info>
5000
5001         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5002         arguments.
5003         (gnus-html-wash-images): Fix spec computing to include start/end.
5004
5005         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5006
5007 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5010         deletion.
5011         (nnimap-retrieve-headers): Don't select the group, because that's
5012         already done by nnimap-possibly-change-group.
5013
5014         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5015         (gnus-picon-transform-address): Use it.
5016
5017         * mail-source.el (mail-source-value): Revert previous patch.
5018
5019         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5020         on failure.
5021         (nnimap-open-connection): Look up both virtual and physical server name
5022         credentials.
5023
5024         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5025
5026 2009-02-07  Dave Love  <fx@gnu.org>
5027
5028         * tls.el (open-tls-stream): Don't query killing process.
5029
5030 2009-02-08  Dave Love  <fx@gnu.org>
5031
5032         * gnus-win.el (gnus-window-to-buffer-helper)
5033         (gnus-all-windows-visible-p): Function needn't be a symbol.
5034
5035         * mail-source.el (mail-source-value): Function needn't be a symbol.
5036
5037 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * message.el (message-cite-prefix-regexp): Remove } from the cite
5040         prefix.
5041
5042         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5043         highlight again, so that the highlight is correct.
5044
5045         * gnus-picon.el (gnus-picon): Remove again.
5046         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5047
5048         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5049         doing the header highlightling, so that the background colour of the
5050         picon is correct.
5051
5052         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5053         (gnus-picon): Ditto.
5054         (gnus-picon): Reinstate.  The background colour for picons is white.
5055         (gnus-picon-insert-glyph): Make the background white.
5056
5057         * nnml.el (nnml-open-nov): Don't return dead buffers.
5058
5059         * auth-source.el (auth-source-create): Query the user for whether to
5060         store the credentials.
5061
5062         * netrc.el (netrc-store-data): New function.
5063
5064         * auth-source.el (auth-source-user-or-password): Use the existing auth
5065         sources, if any, for creation.
5066
5067         * gnus.el (gnus-group-fast-parameter): Return the last matching
5068         parameter instead of the first matching parameter.
5069
5070 2010-09-26  Julien Danjou  <julien@danjou.info>
5071
5072         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5073
5074 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * mml2015.el (mml2015-use): Remove gpg support.
5077
5078         * mml1991.el (mml1991-function-alist): Remove gpg function.
5079         (mml1991-gpg-sign): Remove.
5080
5081 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5082
5083         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5084         (gnus-browse-unsubscribe-current-group): Document it.
5085         (gnus-browse-unsubscribe-group): Use it.
5086
5087 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5090         address to the To list for easier response.
5091
5092         * gnus.el (gnus-play-startup-jingle): Remove.
5093         (gnus-splash): Don't play jingle.
5094         (gnus): Silence gnus-load message.
5095
5096         * gnus-art.el (gnus-treat-play-sounds): Remove.
5097
5098         * gnus.el (gnus-play-jingle): Remove audio support.
5099
5100         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5101
5102         * earcon.el: Remove -- no users.
5103
5104         * gnus-audio.el: Remove -- no users of this package.
5105
5106         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5107
5108         * gnus-start.el (gnus-setup-news): Remove nocem support.
5109
5110         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5111
5112         * gnus.el (gnus-use-nocem): Remove.
5113
5114         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5115         Remove.
5116
5117         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5118         uses NoCeM any more.
5119
5120         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5121         (gnus-button-ctan-handler): Ditto.
5122         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5123         (gnus-button-ctan-directory-regexp): Ditto.
5124         (gnus-button-handle-ctan): Ditto.
5125         (gnus-button-tex-level): Ditto.
5126         (gnus-button-alist): Remove CTAN stuff.
5127
5128 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5131         nnimap-streaming test.
5132
5133         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5134         servers twice.
5135
5136         * nnimap.el (nnimap-open-connection): Add more error reporting when
5137         nnimap fails early.
5138
5139         * nnheader.el (nnheader-get-report-string): New function.
5140         (nnheader-get-report): Use it.
5141
5142         * gnus-int.el (gnus-check-server): Say what the error was when opening
5143         failed.
5144
5145         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5146         using streaming.
5147
5148 2010-09-25  Julien Danjou  <julien@danjou.info>
5149
5150         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5151         gnus-window-inside-pixel-edges.
5152
5153 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5156
5157         * mm-decode.el (mm-save-part): Allow saving to other directories the
5158         normal Emacs way.
5159
5160         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5161         Suggested by Jay Berkenbilt.
5162
5163         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5164         there isn't a single byte.
5165
5166         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5167         just do it.  It doesn't really seem to matter what the user responds
5168         here, I think, so it's just a confusing question.
5169
5170         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5171         non-streaming case.
5172
5173         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5174         (gnus-article-encrypt-body): Use it.
5175
5176         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5177         keystroke.
5178
5179         * nnimap.el (nnimap-find-wanted-parts-1):
5180         Use gnus-fetch-partial-articles.
5181
5182         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5183
5184         * nnimap.el (nnimap-insert-partial-structure): New function.
5185         (nnimap-get-partial-article): New function.
5186         (nnimap-request-article): Use it.
5187         (nnimap-wait-for-response): Return whether the wait was successful.
5188         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5189         retrieval wasn't successful.
5190         (nnimap-retrieve-group-data-early): Allow throttling servers.
5191         (nnimap-streaming): New variable.
5192         (nnimap-fetch-partial-articles): Remove.
5193
5194         * mm-decode.el (mm-with-part): Protect against killed buffers.
5195
5196         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5197         for prettier summary display.
5198
5199 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5200
5201         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5202
5203 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5206         apparently third-party libraries depend on it.
5207
5208         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5209         before starting negotiation.
5210
5211         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5212         privacy reasons.
5213         (gnus-treat-mail-gravatar): Ditto.
5214
5215         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5216         buffer when inserting images.  Inserting text into the headers, for
5217         instance, can make them invalid.
5218
5219 2010-09-25  Julien Danjou  <julien@danjou.info>
5220
5221         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5222         variables.
5223
5224         * nnheader.el: Remove useless variables news-reply-yank-from and
5225         news-reply-yank-message-id.
5226
5227         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5228         variables.
5229
5230         * mml1991.el: Remove useless mml1991-verbose.
5231
5232         * gnus.el: Remove useless variable gnus-use-generic-from.
5233         Remove obsolete variable gnus-topic-indentation.
5234
5235         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5236
5237         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5238
5239         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5240
5241         * gnus-group.el: Remove useless gnus-group-icon-cache.
5242         Remove useless gnus-ephemeral-group-server.
5243
5244         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5245
5246         * mml2015.el: Remove useless mml2015-verbose.
5247
5248         * mml-smime.el: Remove useless mml-smime-verbose.
5249
5250         * gnus.el: Remove useless gnus-local-domain.
5251
5252         * gnus-gravatar.el (gnus-gravatar-transform-address):
5253         Use gnus-gravatar-size.
5254
5255         * gnus-art.el: Remove useless gnus-treat-translate.
5256
5257 2010-09-24  Julien Danjou  <julien@danjou.info>
5258
5259         * gnus-sum.el: Add support for Gravatars.
5260
5261         * gnus-art.el: Add support for Gravatars.
5262
5263         * gnus-gravatar.el: Add this file.
5264
5265         * gravatar.el: Add this file.
5266
5267 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5270
5271         * gnus-group.el (gnus-group-fetch-faq): Remove.
5272
5273         * gnus.el (gnus-group-faq-directory): Remove.
5274
5275         * gnus-group.el (gnus-group-fetch-charter): Remove.
5276
5277         * gnus.el (gnus-group-charter-alist): Remove.
5278
5279         * gnus-group.el (gnus-group-archive-directory): Remove.
5280         (gnus-group-recent-archive-directory): Ditto.
5281         (gnus-group-make-archive-group): Remove.
5282
5283         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5284
5285         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5286         use the same article number for all the cached articles.
5287
5288         * nnimap.el (nnimap-command): Register the last command time so
5289         that we can use it for idling NOOPs.
5290         (nnimap-open-connection): Start the keeplive timer.
5291         (nnimap-make-process-buffer): Store all the process buffers.
5292         (nnimap-keepalive): New function.
5293
5294         * starttls.el (starttls-open-stream): Add autoload cookie.
5295
5296 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5297
5298         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5299         handling.
5300
5301 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5304         its data structures.
5305
5306         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5307         instead of the cl.el copy-list.
5308         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5309         equalp.
5310
5311 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5314         and tool-bar-local-item-from-menu.
5315
5316         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5317         mode-line-highlight face for Emacs.
5318
5319         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5320         loading gnus-sum.elc; fix comment for canlock-verify.
5321         (gnus-article-jump-to-part): Use read-number.
5322         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5323         Remove Emacs pre-21 compatible code for help-echo.
5324         (gnus-article-next-page-1): No need to adjust the number of lines.
5325         (gnus-article-describe-bindings): Always use help-buffer.
5326
5327         * gnus-audio.el (gnus-audio-inline-sound)
5328         * gnus-cus.el (gnus-custom-mode)
5329         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5330
5331         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5332
5333         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5334         compatible code.
5335
5336 2010-09-24  Glenn Morris  <rgm@gnu.org>
5337
5338         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5339         visiting the fcc file in rmail-mode.
5340
5341         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5342
5343 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * nnir.el: Silence the byte compiler.
5346
5347         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5348         alias to browse-url-url-encode-chars if any.
5349         (gnus-html-encode-url): Use it.
5350
5351 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * gnus-start.el (gnus-use-backend-marks): New variable.
5354         (gnus-get-unread-articles-in-group): Use it.
5355
5356         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5357         makeover.
5358
5359 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5360
5361         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5362
5363 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364
5365         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5366         Remove.
5367         (gnus-setup-news-hook):
5368         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5369
5370         * gnus-int.el (gnus-request-update-info): Protect against backends not
5371         having the function.
5372
5373         * nnimap.el (nnimap-stream): Mention starttls.
5374         (nnimap-open-connection): Add starttls support.
5375
5376 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5377
5378         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5379
5380 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5383         BODYSTRUCTUREs.
5384         (nnimap-transform-headers): Unfold quoted {42} headers.
5385
5386         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5387         the info.
5388         (gnus-get-unread-articles): Only call updatep on backends that support
5389         it.
5390
5391         * nnweb.el (nnweb-request-update-info): NOOP.
5392
5393         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5394
5395         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5396         since it only deals with marks.
5397
5398         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5399         gnus-request-marks, and make a new gnus-request-update-info.
5400
5401         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5402         the active instead of the high number, which is usually too low.
5403
5404 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5405
5406         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5407         * encrypt.el: Remove.
5408
5409 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5412         server in symbolic form.
5413
5414         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5415
5416 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5419         (nnimap-update-info): Fix up code slightly.
5420
5421         * gnus-int.el (gnus-open-server): Add tracing for performance
5422         debugging.
5423
5424         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5425         (gnus-group-insert-group-line): Pass the real group name so that it
5426         gets the right data.
5427
5428         * gnus-start.el (gnus-get-unread-articles): Don't have
5429         `gnus-get-unread-articles-in-group' update info, since that can be
5430         really slow and doesn't seem to be needed?
5431
5432 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5433
5434         * time-date.el (date-to-time): Try using parse-time-string first before
5435         using the slower timezone-make-date-arpa-standard.
5436
5437 2010-09-22  Julien Danjou  <julien@danjou.info>
5438
5439         * gnus-group.el (gnus-group-insert-group-line):
5440         Call gnus-group-highlight-line.
5441         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5442         default hook list.
5443         (gnus-group-update-eval-form): Add new function.
5444         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5445         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5446
5447 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5450         immediate, then expire all articles.
5451         (nnimap-update-info): Fix off-by-one errors.
5452         (nnimap-flags-to-marks): Would return no marks lists for group with no
5453         flags.  Instead return the other data.
5454
5455 2010-09-22  Julien Danjou  <julien@danjou.info>
5456
5457         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5458         Only return an icon.
5459         (gnus-group-insert-group-line): Compute icon to return.
5460
5461         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5462         (gnus-html-image-fetched): Only cache if
5463         gnus-html-image-automatic-caching is set.
5464         (gnus-html-image-fetched): Check for errors.
5465
5466 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5469         once per method on `g'.  This ensures that backends like nnfolder don't
5470         open all their folders.
5471
5472         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5473         (nnimap-request-list): Nix out group in the correct buffer.
5474         (nnimap-parse-flags): Implement by using `read' instead of
5475         hand-parsing.
5476         (nnimap-flags-to-marks): Pass on permanent-flags.
5477         (nnimap-make-process-buffer): Record the server name.
5478         (nnimap-parse-flags): Fix typo.
5479         (nnimap-request-scan): Run split on the server in general, not just a
5480         single group.
5481
5482         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5483         parameter, and propagate this downwards.
5484
5485         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5486         since EXAMINE changes it on the server.
5487
5488         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5489         this command might take a while.
5490
5491 2010-09-22  Julien Danjou  <julien@danjou.info>
5492
5493         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5494         harmful if you have 2 images side-by-side, they can't be properly
5495         update on text deletion.  Using text-property is safer here.
5496         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5497         data.
5498
5499 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * nnimap.el (nnimap-expunge-inbox): Remove.
5502         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5503         (nnimap-expunge): Flip default to t.
5504
5505         * gnus.el (gnus-method-to-server): Don't push things to the cache
5506         unless it's unique.
5507         (gnus-server-to-method): Ditto.
5508
5509 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5512
5513 2010-09-22  Julien Danjou  <julien@danjou.info>
5514
5515         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5516         get the start of data.
5517         (gnus-html-encode-url): Add this function to encode special chars in
5518         URL.
5519         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5520         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5521
5522         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5523         default.
5524         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5525
5526         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5527         images alt-text.
5528         (gnus-html-put-image): Put alt-text as help-echo.
5529
5530 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5533         * mm-util.el (mm-decompress-buffer)
5534         * nnir.el (nnir-run-find-grep)
5535         * pop3.el (pop3-list): Use 3rd arg of split-string.
5536
5537         * time-date.el (format-seconds): Comment fix.
5538
5539         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5540         and byte-optimize-form-code-walker.
5541         (dgnushack-make-auto-load): Don't advise make-autoload.
5542
5543         * lpath.el: Remove Emacs 21 stuff.
5544
5545 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5546
5547         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5548         outside the active range.  Suggested by Dan Christensen.
5549
5550         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5551         slightly later to avoid double-getting it.
5552
5553         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5554         previous patch.
5555
5556         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5557
5558 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5559
5560         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5561
5562 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * gnus-int.el (gnus-open-server): Give a better error message in the
5565         "go offline" case.
5566
5567         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5568         marks for nnimap, which is seldom the right thing to do.
5569
5570         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5571         (gnus-same-method-different-name): New function.
5572
5573         * nnimap.el (parse-time): Require.
5574
5575         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5576         method in the presence of many similar methods.
5577
5578         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5579
5580         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5581         nnml-inhibit-expiry.
5582
5583         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5584         find out whether methods are equal.
5585
5586         * nnimap.el (nnimap-find-expired-articles): New function.
5587         (nnimap-process-expiry-targets): New function.
5588         (nnimap-request-move-article): Request the article before looking at
5589         what the Message-ID is.  Fix found by Andrew Cohen.
5590         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5591
5592         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5593         for oldness in addition to being a predicate.
5594
5595         * nnimap.el (nnimap-request-group): When we have zero articles, return
5596         the right data to Gnus.
5597         (nnimap-request-expire-articles): Only delete articles immediately if
5598         the target is 'delete.
5599
5600         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5601         method, this would bug out.
5602
5603         * gnus-group.el (gnus-group-expunge-group): Rename from
5604         gnus-group-nnimap-expunge, and implemented as a normal interface
5605         function.
5606
5607         * gnus-int.el (gnus-request-expunge-group): New function.
5608
5609         * nnimap.el (nnimap-request-create-group): Implement.
5610         (nnimap-request-expunge-group): New function.
5611
5612 2010-09-21  Julien Danjou  <julien@danjou.info>
5613
5614         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5615         (gnus-html-cache-expired): Add new function.
5616         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5617         wethever we should display image for fetch it.
5618         Compute alt-text earlier to pass it to the fetching function too.
5619         (gnus-html-schedule-image-fetching): Change function argument to only
5620         get one image at a time, not a list.
5621         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5622         cache.
5623         (gnus-html-get-image-data): New function to retrieve image data from
5624         cache.
5625         (gnus-html-put-image): Change buffer argument to use image data rather
5626         than file, and place image above region rather than inserting a new
5627         one.  Do not take alt-text as argument, since it's useless now: we place
5628         the image above alt-text.
5629         (gnus-html-prune-cache): Remove.
5630         (gnus-html-show-images): Start to fetch image when we find one, do not
5631         push into a temporary list.
5632         (gnus-html-prefetch-images): Only fetch image if they have expired.
5633         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5634         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5635
5636 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5639
5640 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5643         spec inser "*" if the group isn't active instead of 0.
5644
5645         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5646         opening the server.
5647         (nnimap-request-delete-group): Implement group deletion.
5648         (nnimap-transform-headers): Return the size of the entire message in
5649         the Bytes header, not just the size of the first part.
5650         (nnimap-request-move-article): When moving an article from nnimap,
5651         request the article first so the accepting form has an article to
5652         accept.  Reported by Dan Christensen.
5653         (nnimap-command): Make sure that the error message doesn't error out.
5654
5655 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5656
5657         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5658         we haven't requested anything.
5659
5660 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5663         "".  Fix found by Andrew Cohen.
5664
5665         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5666         instead of -encode-string.
5667
5668 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5671
5672         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5673         by mm-subst-char-in-string.
5674
5675 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5676
5677         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5678         waiting for the connection string.
5679
5680         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5681         arriving.
5682
5683         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5684         bogus characters.  This allows selecting certain Gmail groups.
5685
5686         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5687         (nnimap-fetch-partial-articles): New variable.
5688         (nnimap-open-connection): When looking for credentials, also use the
5689         nnimap-server-port.
5690         (nnimap-request-article): Return the group/article number, so that Gnus
5691         `^' works as expected.
5692         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5693
5694         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5695         comments.
5696         (gnus-methods-sloppily-equal): New function.
5697         (gnus): When using the development version of Gnus, load the gnus-load
5698         file.
5699
5700         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5701         `gnus-open-server' on each method before trying to scan them etc.
5702         This ensures that all the backend parameters are set correctly.
5703
5704         * nnimap.el (nnimap-authenticator): New variable.
5705         (nnimap-open-connection): Allow anonymous login.
5706         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5707         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5708
5709         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5710         patch, found by Knut Anders Hatlen.
5711
5712 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5713
5714         * gnus-agent.el (gnus-agent-batch-confirmation)
5715         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5716         to gnus-message.
5717         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5718         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5719         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5720         * gnus-int.el (gnus-open-server): Likewise.
5721         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5722         (gnus-score-check-syntax): Likewise.
5723         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5724         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5725         Likewise.
5726         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5727
5728 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5731         calling conventions so that prefetch doesn't bug out.
5732
5733 2010-09-19  Julien Danjou  <julien@danjou.info>
5734
5735         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5736         rather than `subst-char-in-region' in order to be able to replace ASCII
5737         char by UTF-8 ones.
5738
5739         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5740         than curl.
5741         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5742         the right URL and ALT text on images.
5743         (gnus-html-wash-tags): Fix tag case.
5744         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5745         (gnus-article-html): Add -o display_ins_del=2 option.
5746         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5747
5748 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5751         the extra mail headers, which sometimes seem to happen for unknown
5752         reasons.
5753
5754         * mail-parse.el (mail-header-encode-parameter): Define as
5755         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5756         (or most, perhaps?) mail readers don't understand the latter, but do
5757         understand the former.
5758
5759         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5760         to nil, so that no methods are automatically agentized.  I think this
5761         is probably what most users want.
5762
5763         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5764         from url-retrieve, for instance about invalid URLs.
5765
5766         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5767         groups that have no articles.
5768         (nnimap-request-article): Check that we really got an article when we
5769         requested one.
5770
5771         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5772         doesn't exist.
5773
5774         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5775         nntp buffer so the agent can save it.
5776         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5777         that CRLF doesn't get translated to \n.
5778         (nnimap-open-connection): Don't make 'shell commands only send \n.
5779
5780 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5781
5782         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5783         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5784         Update var name.
5785         (nnml-generate-nov-file): Use dolist.
5786         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5787         Use with-current-buffer.
5788
5789 2010-09-18  Julien Danjou  <julien@danjou.info>
5790
5791         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5792         parallel.
5793
5794 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5797         the range update right.
5798         (nnimap-request-group): Don't make `M-g' bug out on group with no
5799         marks.
5800         (nnoo): Require, so that other packages can require nnimap.
5801         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5802         command we're looking for.  This helps when the server sends more
5803         responses after we've gotten everything we expected.
5804         (nnimap): Add a `newlinep' field to keep track of end-of-line
5805         conventions.
5806         Don't send CRLF to things that don't want it.
5807         (nnimap-request-accept-article): Ditto.
5808
5809 2010-09-18  Julien Danjou  <julien@danjou.info>
5810
5811         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5812         than curl to retrieve images.
5813
5814 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5815
5816         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5817         the marks.
5818         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5819         (nnimap-wait-for-connection): New function.
5820         (nnimap-open-connection): If we have PREAUTH, don't query for login
5821         credentials.
5822         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5823         when doing a partial update.
5824
5825 2010-09-18  Julien Danjou  <julien@danjou.info>
5826
5827         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5828         tags.
5829
5830 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * nnimap.el (nnimap-credentials): New function.
5833         (nnimap-open-connection): Use the new function to look for credentials
5834         also on the numeric equivalents of "imap" and "imaps".
5835
5836         * gnus-start.el (gnus-activate-group): Send the info to
5837         gnus-request-group.
5838
5839         * nnimap.el (nnimap-request-group): Have the "check" version of the
5840         function parse flags and update the info, so that a `M-g' get a total
5841         resync of all flags from the group.
5842
5843         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5844         to allow backends to alter the info on group selection.  Also alter all
5845         the backend -request-group functions to take the parameter.
5846
5847         * nnimap.el (nnimap-store-info): New function.
5848         (nnimap-update-info): Store the info for later usage.
5849         (nnimap-request-group): Use the stored info for the dont-check case, so
5850         that we don't retrieve all marks when we enter a group.
5851
5852         * nnimap.el: Use deffoo instead of defun for interface functions.
5853
5854         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5855         update the group info.  This makes the nndraft groups, for instance, go
5856         back to their old behaviour.
5857
5858         * gnus-sum.el (gnus-select-newsgroup): Indent.
5859
5860         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5861         in.
5862         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5863         nothing.
5864
5865         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5866         from methods that are denied.
5867
5868         * gnus-int.el (gnus-method-denied-p): New function.
5869
5870         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5871         store the password instead of netrc.
5872         (nnimap-open-connection): Don't error out when we can't make a
5873         connections.
5874
5875         * auth-source.el (auth-source-create): In the password prompt, say what
5876         we're querying for.  Also prompt for user name if that hasn't been
5877         given.
5878
5879         * nnimap.el (nnimap-with-process-buffer): Remove.
5880
5881 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5884         method when we're reading from the agent.
5885
5886         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5887
5888         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5889         that's probably most useful for users.
5890
5891         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5892         "failed" all the time.
5893
5894         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5895         ...)) with (with-current-buffer ... ).
5896
5897         * nntp.el (nntp-open-server): Return whether the open was successful or
5898         not.
5899
5900         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5901         select an unread unseen article first.
5902
5903         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5904         /etc/services, supply some sensible port defaults.
5905
5906         * dgnushack.el: Define netrc-credentials.
5907
5908 2010-09-17  Julien Danjou  <julien@danjou.info>
5909
5910         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5911
5912 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5913
5914         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5915         doesn't have any parameters.
5916
5917 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5920         only upcased checks.
5921
5922         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5923
5924         * nnimap.el (nnimap-open-shell-stream): New function.
5925         (nnimap-open-connection): Use it.
5926         (nnimap-transform-headers): Get the number of lines in each message.
5927         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5928         number of lines.
5929         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5930         problem.
5931
5932         * utf7.el (utf7-encode): Autoload.
5933
5934         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5935         to allow the mail splitting to not return a default group.  This is
5936         useful for nnimap, which will leave unmatched mail in the inbox.
5937
5938         * nnimap.el: Rewritten.
5939
5940         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5941         nnimap usage.
5942
5943         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5944         if the move is internal, so that nnimap can do fast internal moves.
5945
5946         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5947         data.
5948         (gnus-read-active-for-groups): Support finishing the early retrieval of
5949         data.
5950
5951         * gnus-range.el (gnus-range-nconcat): New function.
5952
5953         * gnus-int.el (gnus-finish-retrieve-group-infos)
5954         (gnus-retrieve-group-data-early): New functions.
5955
5956 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5957
5958         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5959         (nnrss-retrieve-groups):
5960         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5961         (pop3-quit): Use with-current-buffer.
5962
5963 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5966         instead of nnheader-accept-process-output.
5967
5968         * dgnushack.el (dgnushack-compile): Add comment.
5969
5970         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5971
5972         * gnus-html.el (gnus-html-schedule-image-fetching)
5973         (gnus-html-prefetch-images): Replace process-kill-without-query by
5974         gnus-set-process-query-on-exit-flag.
5975
5976 2010-09-16  Romain Francoise  <romain@orebokech.com>
5977
5978         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5979
5980 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5983         parameter to unintern is mandatory-ish in Emacs 24.
5984
5985         * gnus-html.el (gnus-html-schedule-image-fetching)
5986         (gnus-html-prefetch-images): Check for curl before using it.
5987
5988         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5989         depend on curl, which isn't essential.
5990
5991         * imap.el: Revert back to version
5992         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5993         seem problematic.
5994
5995 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5996
5997         * gnus-registry.el (gnus-registry-install-shortcuts):
5998         Explicitly pass `obarray' to `unintern' to avoid a warning.
5999
6000 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6003         change.
6004
6005         * nnrss.el (nnrss-request-list): Remove this function and related
6006         functions, including the moreover stuff.
6007
6008 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009
6010         * nnrss.el (nnrss-retrieve-groups): New function.
6011
6012 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6013
6014         * .dir-locals.el: Add no-byte-compile cookie.
6015
6016 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * time-date.el (format-seconds): Comment fix.
6019
6020         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6021         for back end that doesn't support request-scan.
6022
6023 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6026         then do request scans from the backends.
6027
6028         * netrc.el (netrc-credentials): New conveniency function.
6029
6030         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6031         avoid running a hook per line, since this takes a lot of time,
6032         profiling shows.
6033         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6034         directly if gnus-visual-p is true.
6035
6036 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6039         groups; replace mapcar with dolist which is a bit faster; pass groups
6040         info to gnus-read-active-file-1.
6041         (gnus-read-active-file-1): Scan only specified groups if the new
6042         optional arg `infos' is given.
6043
6044 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045
6046         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6047
6048         * pop3.el (pop3-movemail): Remove.
6049         (pop3-streaming-movemail): Rename to pop3-movemail.
6050
6051         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6052         don't restrict end-tag searches to the end of the line.
6053
6054 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6057         articles of every unchecked group to t, which means unknown since the
6058         server has never been opened.
6059
6060 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * gnus-html.el (gnus-html-show-alt-text): New command.
6063         (gnus-html-browse-image): Ditto.
6064         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6065         to browse the image directly.
6066         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6067         better.
6068
6069         * gnus-async.el (gnus-async-article-callback):
6070         Call `gnus-html-prefetch-images' unconditionally.
6071
6072         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6073         before feeding URLs to curl.
6074
6075 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6078         internal images as deletable by `W D D'.
6079
6080         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6081         (gnus-async-article-callback): Fix typo.
6082
6083 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6084
6085         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6086         current line to work around bugs in the output from w3m.
6087
6088         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6089         for groups that want that.
6090
6091         * nntp.el (nntp-wait-for-string): Supply a timeout for
6092         accept-process-output to ensure progress.
6093
6094         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6095         level to get unread articles from, then use that for foreign groups,
6096         too.
6097
6098         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6099         confuses the rest of the function.
6100
6101         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6102         for the methods that support -retrieve-groups, too.
6103
6104         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6105
6106 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6109         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6110
6111         * pop3.el: Require cl when compiling.
6112         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6113
6114 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115
6116         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6117         that aren't going to be activated.
6118         (gnus-get-unread-articles): Fix up the last commit.
6119
6120         * gnus-html.el (gnus-article-html): Allow calling without specifying
6121         the handle.  In that case, dissect the buffer first.
6122
6123         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6124
6125         * nnimap.el (nnimap-open-connection): Revert the change that would look
6126         into authinfo for imaps instead of imap.
6127
6128         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6129         say that you don't want to call gnus-request-group with don-check, but
6130         do check the reponse.  This is for virtual groups only.
6131         (gnus-get-unread-articles): Count the archive groups as secondary, so
6132         that they're activated the same way as before.
6133
6134         * imap.el (imap-message-map): Removed optional buffer parameter, since
6135         no callers use it.
6136         (imap-message-get): Ditto.
6137         (imap-message-put): Ditto.
6138         (imap-mailbox-map): Ditto.
6139         (imap-mailbox-put): Ditto.
6140         (imap-mailbox-get): Ditto.
6141         (imap-mailbox-get): Revert last change for this function.
6142
6143         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6144         case-insensitively.
6145         (nnimap-debug): Remove.
6146
6147         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6148         callers to use `imap-fetch' instead.  According to the comments, this
6149         should be safe, since all other IMAP clients use the 1:* syntax.
6150         (imap-enable-exchange-bug-workaround): Remove.
6151         (imap-debug): Remove -- doesn't seem very useful.
6152
6153         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6154         mail from a file, and the file doesn't exist.
6155
6156         * imap.el (imap-log): New convenience function used throughout instead
6157         of repeating the same code all over the place.
6158
6159         * pop3.el (pop3-streaming-movemail): Return t for success.
6160
6161         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6162         .authinfo if we're using ssl connection.
6163
6164         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6165         already have if we're in a main Gnus `g' run.
6166
6167         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6168
6169 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6172
6173         * nnmh.el (nnmh-request-list-1): Bind `file'.
6174
6175         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6176         alias to set-process-query-on-exit-flag or process-kill-without-query.
6177         (pop3-open-server): Use it.
6178
6179 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6182         box to the Incoming file.  Fixes mistake in previous checkin.
6183
6184         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6185         request loop (for debugging purposes) removed.
6186
6187         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6188         culprit is more visible.
6189         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6190         (nnml-add-incremental-nov): New functions to do "incremental" nov
6191         updates, where we just append to the end of the existing nov files
6192         without reading/writing them in full.
6193
6194         * mail-source.el (mail-source-delete-crash-box): Really only check the
6195         incoming files once in a while.
6196
6197         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6198
6199         * mail-source.el (mail-source-delete-crash-box): Only check the
6200         incoming files for deletion once per day to save a lot of file
6201         accesses.
6202
6203         * pop3.el (pop3-logon): Fix up unbound variable typo.
6204
6205         * mail-source.el (pop3-streaming-movemail): Autoload.
6206
6207         * pop3.el (pop3-streaming-movemail):
6208         Respect pop3-leave-mail-on-server.
6209
6210         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6211         retrieval.
6212
6213         * pop3.el (pop3-process-filter): Remove unused function.
6214         (pop3-streaming-movemail, pop3-send-streaming-command)
6215         (pop3-wait-for-messages, pop3-write-to-file)
6216         (pop3-number-of-responses): New functions for streaming pop3
6217         retrieval.
6218
6219         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6220         come from no known methods.
6221         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6222         list.
6223
6224         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6225         message sizes.
6226         (pop3-movemail): Use erase-buffer instead of looping and deleting
6227         regions, which seems rather odd.
6228
6229         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6230         file once per `g' run.
6231
6232         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6233         directories.  This makes the draft queue directory work.
6234
6235         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6236         data from the backends, so that we only request the list of groups from
6237         each method once.  This should speed things up considerably.
6238
6239         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6240         detect that it's not implemented.
6241
6242         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6243         we actually do recurse down into the tree, but don't stat all leaf
6244         nodes.
6245
6246         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6247         then say so instead of bugging out.
6248
6249         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6250         files exist before trying to read them.
6251
6252         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6253         around <pre_int>.
6254
6255         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6256
6257         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6258
6259 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * mm-util.el (mm-image-load-path): Just return the image directories,
6262         not all directories in the path in addition to the image directories.
6263         (mm-image-load-path): Maintain a cache of the image directories so that
6264         the `g' command in Gnus doesn't have to stat dozens of directories each
6265         time.
6266
6267         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6268         (gnus-html-wash-tags): Add a new `i' command to insert images.
6269         (gnus-html-insert-image): New command and keystroke.
6270         (gnus-html-redisplay-with-images): New command and keystroke.
6271         (gnus-html-show-images): Rename command.
6272         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6273         spacers.
6274         (gnus-html-wash-tags): Decode entities at the end, so that entities
6275         inside the tags don't mess up the rest of the "parsing".
6276
6277         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6278         so that nnimap methods aren't agentized by default.  There's apparently
6279         many problems related to agent/imap behaviour.
6280
6281         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6282
6283         * gnus-html.el: Doc fix.
6284
6285 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6288         specifier-spec-list for Emacs 21.
6289
6290         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6291         glyph-width and glyph-height instead of display-graphic-p and
6292         image-size; make avoidance of displaying small images work for XEmacs.
6293
6294         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6295         for XEmacs.
6296
6297         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6298         of symbol that holds plist data.
6299         (gnus-process-plist): Remove plist of process after getting it.
6300
6301 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6302
6303         * message.el (message-generate-hashcash): Change default to
6304         'opportunistic if hashcash is installed.
6305
6306         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6307         (gnus-html-put-image): Only call image-size once, since it's somewhat
6308         time-consuming on remote X servers.
6309
6310 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6313         type on data, not a file name.
6314
6315         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6316         window-pixel-edges for Emacs 21.
6317
6318         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6319         decoded contents.
6320         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6321
6322 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6325         group line format, since it isn't very interesting.
6326
6327         * gnus-agent.el (gnus-agent-short-article),
6328         (gnus-agent-long-article): Increase values for these two variables,
6329         since most people are likely to have more network connection and
6330         storage than before.
6331
6332         * gnus.el (gnus-refer-article-method): Change default to 'current.
6333         When referring an article, the common behaviour is to refer it from the
6334         current select method, not the native select method.  The chances of
6335         the native select method having the message in question is rather slim
6336         these days.
6337
6338         * gnus-sum.el (gnus-auto-select-subject): Change default to
6339         `unseen-or-unread'.  I think it's likely that most people want to
6340         select an unseen article over a previously seen, but unread one.
6341
6342         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6343         means that in the article buffer none of the minor mode elements will
6344         be shown, usually, and this is not desirable in most cases.
6345
6346         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6347         that commands like `d' (and the like) go to the next line in the
6348         buffer, instead of the next unread article.  I think this is the
6349         behaviour that is most natural for most users.
6350         (gnus-single-article-buffer): Change default to nil, so that people can
6351         have as many article buffers open as they have summary buffer.  I think
6352         this is the most natural way for the groups to behave.
6353
6354         * message.el (message-generate-new-buffers): Change default to
6355         `unsent', so that all new message buffers start their names with the
6356         string "*unsent", and it's easier to find the buffers if you move from
6357         them.
6358
6359 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360
6361         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6362         small.  They're probably tracking images.
6363         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6364         (gnus-html-rescale-image): Yet another try at getting the image sizing
6365         right.
6366
6367         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6368         nntp-marks-file-name is nil.
6369
6370 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6371
6372         * gnus-html.el (gnus-html-wash-tags)
6373         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6374         Better logging.
6375
6376 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6379
6380         * gnus-html.el (gnus-html-wash-tags): Check the value of
6381         gnus-blocked-images in the summary buffer.
6382
6383 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6384
6385         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6386
6387 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6388
6389         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6390         like "a", it seems like.
6391         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6392         since it needs to be picked from the correct buffer.
6393
6394         * nnwfm.el: Remove.
6395
6396         * nnlistserv.el: Remove.
6397
6398 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6399
6400         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6401         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6402
6403 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6404
6405         * nnkiboze.el: Remove.
6406
6407         * nndb.el: Remove.
6408
6409         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6410         alt text.
6411         (gnus-html-rescale-image): Try to get the rescaling logic right for
6412         images that are just wide and not tall.
6413
6414         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6415         overshadow variable bindings.
6416
6417 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6418
6419         * gnus-html.el (gnus-html-wash-tags)
6420         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6421         Add extra logging.
6422
6423 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6424
6425         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6426         (gnus-max-image-proportion): New variable.
6427         (gnus-html-rescale-image): New function.
6428         (gnus-html-put-image): Rescale images.
6429
6430 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6431
6432         Fix up some byte-compiler warnings.
6433         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6434         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6435         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6436         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6437         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6438         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6439         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6440
6441 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * gnus-html.el (gnus-article-html): Decode contents by charset.
6444
6445 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6448         (gnus-html-frame-width, gnus-blocked-images)
6449         * message.el (message-prune-recipient-rules): Add custom version.
6450         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6451
6452         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6453         functions.
6454
6455         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6456         gnus-process-get.
6457
6458 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6459
6460         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6461         instead of lsub directly.
6462
6463 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6464
6465         * nnwarchive.el: Remove.
6466
6467         * gnus-soup.el: Remove.
6468
6469         * nnsoup.el: Remove.
6470
6471         * nnultimate.el: Remove.
6472
6473         * gnus-html.el (gnus-blocked-images): New variable.
6474
6475         * message.el (message-prune-recipients): New function.
6476         (message-prune-recipient-rules): New variable.
6477
6478         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6479         guess whether a long line is natural text or not.
6480
6481         * gnus-html.el (gnus-html-schedule-image-fetching):
6482         Use gnus-process-plist and friends for compatibility.
6483
6484 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6485
6486         * gnus-html.el: Require packages that define macros used in this file.
6487         (gnus-article-mouse-face): Declare to silence byte-compiler.
6488         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6489         process-get.
6490         (gnus-html-put-image): Use plist-get to avoid getf.
6491         (gnus-html-prefetch-images): Use with-current-buffer.
6492
6493 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-ems.el: Provide compatibility functions for
6496         gnus-set-process-plist.
6497
6498         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6499         header-line-format for XEmacs 21.4.
6500
6501         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6502         * gnus.el (gnus-valid-select-methods)
6503         * message.el (message-send-mail-partially-limit)
6504         * mm-decode.el (mm-text-html-renderer)
6505         * mml.el (mml-insert-mime-headers-always)
6506         * smiley.el (smiley-regexp-alist): Bump custom version.
6507
6508 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * gnus-html.el: require mm-url.
6511         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6512         with the url to `url'.
6513         (gnus-html-wash-tags): Support cid: URLs/images.
6514
6515 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6516
6517         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6518         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6519         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6520
6521         * gnus-move.el: Remove file, since it doesn't really work.
6522
6523         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6524         UTF-8.  This seems to fix problems with some German web feeds.
6525
6526         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6527         at the top so that the proper colours are applied.
6528
6529         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6530         don't have dots in their names.
6531
6532         * gnus-art.el (gnus-article-view-part): Doc fix.
6533
6534         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6535         XEmacs-compatible.
6536         (gnus-html-put-image): Don't do images on non-graphic displays.
6537
6538         * nnslashdot.el: Remove this unused backend.
6539
6540         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6541         actions.
6542         (gnus-undo-register-1): Revert last change.
6543
6544         * gnus-group.el (gnus-group-completing-read): Protect against not
6545         having completion-styles bound.
6546
6547         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6548         make broken recipients happier.
6549
6550         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6551
6552         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6553         point parameter.
6554
6555         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6556
6557         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6558         completion-styles for group selection.
6559
6560 2009-02-04  Andreas Schwab  <schwab@suse.de>
6561
6562         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6563         headers and regexp-quote the match if necessary.
6564
6565 2009-03-24  Miles Bader  <miles@gnu.org>
6566
6567         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6568         the blinking smiley.
6569
6570 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6571
6572         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6573         blink smiley.
6574
6575 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576
6577         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6578         where the dribbel file lives exists.
6579
6580         * message.el (message-send-mail-partially-limit): Change the default to
6581         nil, since most people don't want this.
6582
6583         * mm-url.el (mm-url-decode-entities): Also decode entities like
6584         &#x3212.
6585
6586 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6587
6588         * gnus-sum.el (gnus-summary-idna-message):
6589         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6590         Hyperlink urls in docstrings with URL `...'.
6591
6592 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6593
6594         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6595         functions.
6596
6597 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6600         say what the mouseover text should be.
6601
6602         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6603         version of the mm-w3m-safe-url-regexp variable to only download images
6604         in the groups where we want that to happen.
6605
6606         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6607
6608         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6609         easier debugging.
6610         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6611         big pictures in the article buffer.
6612
6613         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6614         gnus-article-html.
6615         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6616         w3m.
6617
6618         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6619
6620 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621
6622         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6623         which doesn't exist.
6624
6625         * message.el (message-inhibit-ecomplete): New variable to allow some
6626         function to inhibit ecomplete address storage.
6627         (message-resend): Disable ecomplete message storage when resending
6628         messages.
6629
6630         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6631
6632 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6635         Save excursion while copying, moving, and deleting articles in order to
6636         prevent the cursor from jumping to unforeseen place.
6637
6638 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * lpath.el: No need to bind bookmark-current-buffer,
6641         bookmark-yank-point and bookmark-make-record-function.
6642
6643 2010-08-17  Glenn Morris  <rgm@gnu.org>
6644
6645         * gnus-sync.el: Require gnus components whose functions are used.
6646
6647         * gnus-art.el (bookmark-make-record-function):
6648         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6649         Declare for compiler.
6650
6651         * mm-url.el (mml-compute-boundary): Autoload.
6652
6653 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6656
6657 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6658
6659         Typo fix "hoo4a" -> "hook".
6660
6661         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6662
6663 2010-08-14  Glenn Morris  <rgm@gnu.org>
6664
6665         * gnus-sync.el (gnus-sync): Fix defgroup version.
6666
6667 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6668
6669         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6670
6671         * gnus-sync.el: Fix docs.
6672         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6673         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6674
6675 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6676
6677         Optimizations for gnus-sync.el.
6678
6679         * gnus-sync.el: Add docs about gnus-sync-backend
6680         possibilities.
6681         (gnus-sync-save): Remove unnecessary message.
6682         (gnus-sync-read): Optimize and show what groups were skipped.
6683
6684 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         Minor bug fixes for gnus-sync.el.
6687
6688         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6689         Don't read the sync on get-new-news.
6690
6691         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6692         quiet.
6693
6694         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6695         (fix typo).
6696
6697 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6698
6699         Make saving and restoring of hidden threads work with overlays.
6700         Patch applied by Ted Zlatanov.
6701
6702         * gnus-sum.el (gnus-hidden-threads-configuration)
6703         (gnus-restore-hidden-threads-configuration): Update to deal with text
6704         properties, rather than searching for a magic character.
6705
6706 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6707
6708         New gnus-sync.el library for synchronization of marks.
6709
6710         * gnus-sync.el: New library for synchronization of marks.
6711
6712         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6713         renamed from `gnus-registry-grep-in-list'.
6714
6715         * gnus-registry.el (gnus-registry-follow-group-p):
6716         Use `gnus-grep-in-list'.
6717
6718         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6719
6720 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6723         determining charset of text fails.
6724
6725 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * nnmail.el (nnmail-get-new-mail-1): Revert.
6728
6729         * nnml.el (nnml-active-number): Make sure names of newly created groups
6730         in nnml-group-alist are encoded.
6731
6732 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6735         containing non-ASCII characters in active file for nnml back end.
6736
6737 2010-07-24  David Engster  <dengste@eml.cc>
6738
6739         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6740         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6741
6742 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6743
6744         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6745         tag (Bug#6654).
6746
6747 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6750         the article buffer, not the summary buffer.
6751
6752 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6755         Emacs 23 as well.
6756
6757 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6760         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6761
6762 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6763
6764         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6765         Patch applied by Karl Fogel.
6766
6767         * gnus-sum.el (gnus-summary-bookmark-make-record):
6768         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6769
6770 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6771
6772         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6773         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6774         C-w still not working correctly from Article buffers; Thierry's
6775         patch to fix that will be applied after this.
6776
6777         * gnus-art.el (bookmark-make-record-function): New local variable.
6778
6779         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6780         article buffer.
6781         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6782
6783 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6784
6785         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6786         on changes in bookmark.el.
6787
6788 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6791         `no-log' instead of message not to log prompt string.
6792
6793 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6794
6795         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6796         the *other* type of HTML form submission.
6797
6798 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6799
6800         * auth-source.el (auth-source-pick): If choice does not contain a
6801         questioned keyword, set the check to t.
6802
6803 2010-06-12  Romain Francoise  <romain@orebokech.com>
6804
6805         * gnus-util.el (gnus-date-get-time): Move up before first use.
6806
6807 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6810         (gnus-article-edit-part): Bind it to make last part that is substituted
6811         or deleted visible.
6812         (gnus-mime-display-single): Buttonize part of which id equals to
6813         gnus-mime-buttonized-part-id.
6814
6815 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6816
6817         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6818         (gnus-dd-mmm): Use gnus-date-get-time.
6819         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6820         simplify logic.
6821         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6822         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6823
6824 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6825
6826         * auth-source.el (top): Autoload `secrets-list-collections',
6827         `secrets-create-item', `secrets-delete-item'.
6828         (auth-sources): Fix tag string.
6829         (auth-get-source, auth-source-retrieve, auth-source-create)
6830         (auth-source-delete): New defuns.
6831         (auth-source-pick): Rewrite in order to avoid 2 passes.
6832         (auth-source-forget-user-or-password): New parameter USERNAME.
6833         (auth-source-user-or-password): New parameters CREATE-MISSING and
6834         DELETE-EXISTING.  Retrieve password interactively, if needed.
6835
6836 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6837
6838         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6839         deleting unused directories when gnus-expert-user is t.
6840
6841 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6844         for each temp file when gnus-article-browse-delete-temp is ask.
6845
6846 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6847
6848         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
6849         Replace Lisp calls to delete-backward-char by calls to delete-char.
6850
6851 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6852
6853         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6854
6855 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6856
6857         * password-cache.el (password-cache-remove): Fix docstring.
6858
6859 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6862         article unless decoding article to be saved.
6863
6864 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6867         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6868         generated within the mm-with-unibyte-current-buffer macro.
6869
6870 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6873         to nil when we're in a mml-preview buffer and no group is selected.
6874
6875 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6876
6877         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6878         when catching the `C-g'.  Reported by "Leo".
6879
6880 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * message.el (message-forward-make-body-plain)
6883         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6884         multibyte-string-p.
6885
6886         * lpath.el: Revert.
6887
6888 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * message.el (message-forward-make-body-mml): Assume original message
6891         is multibyte string; error on unibyte.
6892         (message-forward-make-body-plain): Ditto; don't add excessive newline
6893         in body end.
6894
6895         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6896
6897 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6898
6899         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6900         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6901
6902 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * mm-extern.el (mm-extern-url): Don't use
6905         mm-with-unibyte-current-buffer.
6906         (mm-extern-cache-contents): Use with-current-buffer instead of
6907         save-excursion + set-buffer.
6908
6909 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * mm-util.el (mm-emacs-mule): Remove.
6912
6913 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6914
6915         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6916         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6917         change.
6918
6919 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6922         bind the default value of enable-multibyte-characters to nil.
6923
6924 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * message.el (message-forward-make-body-plain)
6927         (message-forward-make-body-mml):
6928         Don't use mm-with-unibyte-current-buffer.
6929
6930 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6931
6932         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6933
6934 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6935
6936         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6937         (Bug#5592).
6938
6939 2010-05-07  Julien Danjou  <julien@danjou.info>
6940
6941         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6942         it to mm-pipe-part.
6943
6944         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6945         it is given.
6946
6947 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * binhex.el (binhex-decode-region-internal)
6950         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6951         (dns-query)
6952         * nnweb.el (nnweb-gmane-search)
6953         * pgg-parse.el (pgg-parse-armor)
6954         * pgg.el (pgg-verify-region)
6955         * sha1.el (sha1-string-external)
6956         * uudecode.el (uudecode-decode-region-internal)
6957         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6958         XEmacs.
6959
6960         * gnus-art.el (gnus-article-browse-html-parts)
6961         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6962         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6963         make-temp-file.
6964
6965         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6966         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6967         compiling.
6968
6969         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6970         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6971         XEmacs when compiling.
6972
6973         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6974         gnus-pick-mode-off-hook for XEmacs when compiling.
6975         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6976         gnus-binary-mode-off-hook for XEmacs when compiling.
6977
6978         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6979         Return nil if char-charset is not available.
6980
6981         * imap.el (imap-disable-multibyte)
6982         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6983         macros.
6984
6985         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6986         instead of encode-coding-string.
6987
6988         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6989         'xemacs) instead of mm-emacs-mule to switch function definitions.
6990         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6991
6992         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6993         bind temporary-file-directory for XEmacs;
6994         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6995         timer-set-function for XEmacs 21.4 and SXEmacs;
6996         bind timer-list for XEmacs 21.4 and SXEmacs;
6997         fbind char-charset and find-charset-region for non-Mule XEmacs;
6998         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6999         encode-coding-region and encode-coding-string for XEmacs having no
7000         file-coding feature.
7001
7002 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7003
7004         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7005
7006 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7009         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7010
7011 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7012
7013         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7014         alias `jka-compr-delete-temp-file' no longer exists.
7015
7016 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7017
7018         Use define-minor-mode in Gnus where applicable.
7019         * mml.el (mml-mode): Use define-minor-mode.
7020         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7021         (gnus-undo-mode): Use define-minor-mode.
7022         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7023         (gnus-dead-summary-mode): Use define-minor-mode.
7024         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7025         Initialize in declaration.
7026         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7027         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7028         (gnus-mailing-list-mode): Use define-minor-mode.
7029         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7030         (gnus-draft-mode): Use define-minor-mode.
7031         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7032         (gnus-dired-mode): Use define-minor-mode.
7033
7034 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7035
7036         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7037         handles on recursive mml-to-mime translation and check them for
7038         boundary delimiter collisions.  Reported by Greg Troxel.
7039
7040 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7043
7044 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7045
7046         * mm-util.el (mm-find-buffer-file-coding-system):
7047         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7048
7049 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7050
7051         * message.el (message-generate-headers): Record insertion of optional
7052         headers as well.  Otherwise the check to prevent repeated insertion of
7053         optional headers is a no-op.
7054
7055 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * smime.el: Don't mention CVS.
7058
7059         * nnrss.el (nnrss-fetch): Don't mention CVS.
7060
7061         * nnir.el: Don't mention CVS.
7062
7063 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7064
7065         * gnus-sum.el (gnus-summary-bookmark-make-record):
7066         Add `location' field.
7067
7068 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * lpath.el: Fbind bookmark-default-handler,
7071         bookmark-get-bookmark-record, bookmark-make-record-default,
7072         bookmark-prop-get for Emacs <23 and XEmacs.
7073
7074 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7075
7076         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7077         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7078         Use with-current-buffer to silence the byte-compiler.
7079         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7080         bother to require `gnus'.
7081         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7082
7083 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7084
7085         * gnus-sum.el (gnus-summary-bookmark-make-record)
7086         (gnus-summary-bookmark-jump): New functions.
7087         (gnus-summary-mode): Setup bookmark support.
7088
7089 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7090
7091         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7092         if set.
7093
7094 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7097         gnus-article-browse-html-save-cid-image; make it work recursively for
7098         forwarded messages as well.
7099         (gnus-article-browse-html-parts): Work when prefix arg is given.
7100         (gnus-article-browse-html-article): Doc fix.
7101
7102 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7103
7104         * message.el (message-default-mail-headers):
7105         (message-default-headers): Carry the value mail-default-headers over
7106         into message-default-mail-headers, rather than message-default-headers.
7107
7108 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7109
7110         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7111         charset.
7112
7113         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7114         charset into the <meta> tag when the article is encoded to utf-8.
7115
7116 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-art.el (gnus-article-browse-delete-temp-files):
7119         Delete directories as well.
7120         (gnus-article-browse-html-parts): Work for images that do not specify
7121         file names; delete temp directory when quitting; insert header at the
7122         right place; use file: scheme for image files.
7123
7124 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7125
7126         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7127         (gnus-article-browse-html-parts): Use it to make temporary cid image
7128         files in addition to html file so that browser may display them.
7129
7130 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7133
7134 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7135
7136         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7137
7138 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7139
7140         * auth-source.el (auth-sources): Change default to be simpler.
7141         Explain about Secret Service API sources.  Improve Customize options.
7142         (auth-source-pick): Change to accept any number of search parameters.
7143         Implement fallbacks iteratively, not recursively.  Add scoring on the
7144         second pass and sort by score.  Call Secret Service API when needed.
7145         (auth-source-user-or-password): Use it.  Call Secret Service API
7146         directly when needed to get the user name and the password.
7147
7148 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7149
7150         * message.el (message-interactive): Doc fix.
7151         (message-qmail-inject-args): Reflow.
7152         (message-kill-to-signature): Fix typo in docstring.
7153
7154         * smiley.el (smiley-buffer): Fix typo in docstring.
7155
7156 2010-03-24  Glenn Morris  <rgm@gnu.org>
7157
7158         * mail-source.el (gnus-message): Declare.
7159         (mail-source-delete-old-incoming): Require gnus-util.
7160
7161 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7164
7165         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7166
7167         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7168         password-cache's default if it is not bound.
7169         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7170         password-cache-expiry's default if it is not bound.
7171
7172         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7173         available in Emacs 21.
7174
7175         * lpath.el: Suppress compiler warnings for:
7176         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7177         XEmacs;
7178         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7179         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7180         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7181
7182 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * auth-source.el (auth-sources): Fix up definition so extra parameters
7185         are always inline.
7186
7187 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7188
7189         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7190         wasn't updated after mismatch.  Clear cached mailbox info correctly
7191         when uidvalidity changes.
7192         (nnimap-group-prefixed-name): New function to avoid some code
7193         duplication.
7194         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7195         (nnimap-request-group): Use it.
7196         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7197         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7198         with many imap folders.  This is done by caching the group status from
7199         the imap server persistently in a group parameter `imap-status'.  (This
7200         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7201         but not persistently, so every Gnus startup was still very slow.)
7202
7203 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7204
7205         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7206         delete the extra newline.  Otherwise editing of :string and :number
7207         types don't work.
7208
7209 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7210
7211         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7212         secrets.el dependency.
7213         (auth-sources): Add optional user name.  Add secrets.el configuration
7214         choice (unused right now).
7215
7216 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7217
7218         * gnus-sum.el (gnus-summary-make-menu-bar):
7219         Let `gnus-registry-install-shortcuts' fill in the functions.
7220
7221         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7222         warnings.
7223         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7224         (gnus-registry-install-shortcuts): Populate and use it in a
7225         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7226
7227 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7228
7229         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7230         In-place substitutions for the group name encoding/decoding.
7231         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7232         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7233         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7234         (nnimap-update-unseen, nnimap-request-list)
7235         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7236         (nnimap-request-set-mark, nnimap-split-to-groups)
7237         (nnimap-split-articles, nnimap-request-newgroups)
7238         (nnimap-request-create-group, nnimap-request-accept-article)
7239         (nnimap-request-delete-group, nnimap-request-rename-group)
7240         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7241         `encoded-mbx' for consistency.
7242         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7243         variable `imap-current-mailbox'.
7244
7245         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7246         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7247
7248 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7249
7250         * pop3.el (pop3-display-message-size-flag): Display message size byte
7251         counts during POP3 download.
7252         (pop3-movemail): Use it.
7253         (pop3-list): Implement listing of available messages.
7254
7255 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7256
7257         * nnir.el (nnir-get-article-nov-override-function): New function to
7258         override the normal NOV retrieval.
7259         (nnir-retrieve-headers): Use it.
7260
7261 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7262
7263         * auth-source.el (netrc-machine-user-or-password): Autoload.
7264
7265 2010-03-19  Glenn Morris  <rgm@gnu.org>
7266
7267         Stop message.el from loading about 40 libraries it doesn't always need.
7268         The general approach is to autoload rather than require, and to
7269         require in the specific functions rather than the file.  (Bug#5642)
7270
7271         * gmm-utils.el: Don't require wid-edit.
7272         (widget-create-child-value, widget-convert, widget-default-get):
7273         Autoload.
7274
7275         * gnus-util.el: Don't require time-date, netrc.
7276         (message-fetch-field, gnus-group-name-decode): Declare rather than
7277         autoloading.
7278         (gnus-fetch-field): Require message.
7279         (gnus-decode-newsgroups): Require gnus-group.
7280
7281         * ietf-drums.el: Don't require time-date.
7282
7283         * message.el: Don't require hashcash, canlock, ecomplete.
7284         Do require mail-utils.  Require nnheader only when compiling.
7285         (smtpmail-default-smtp-server): Remove declaration.
7286         (message-send-mail-function): Check smtpmail-default-smtp-server
7287         is bound rather than requiring smtpmail.
7288         (message-auto-save-directory, message-insert-signature):
7289         Use expand-file-name rather than nnheader-concat.
7290         (nnheader-insert-file-contents): Autoload.
7291         (hashcash-wait-async): Declare.
7292         (message-send-mail): Only call gnus-setup-posting-charset if
7293         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7294         (message-send-mail-with-sendmail): Require sendmail.
7295         (canlock-password, canlock-password-for-verify): Declare.
7296         (message-canlock-password): Require canlock.
7297         (nnheader-get-report): Autoload.
7298         (gnus-setup-posting-charset): Declare.
7299         (message-send-news): Require gnus-msg.
7300         (message-make-references, message-make-in-reply-to): Use mail-header-id
7301         rather than the alias mail-header-message-id.
7302         (ecomplete-add-item, ecomplete-save): Declare.
7303         (message-put-addresses-in-ecomplete): Require ecomplete.
7304         (ecomplete-display-matches): Autoload.
7305
7306         * mm-decode.el: Don't require mailcap, gnus-util.
7307         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7308         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7309         Autoload.
7310         (mailcap-mime-extensions): Declare.
7311
7312         * mm-encode.el: Don't require mailcap.
7313         (mailcap-extension-to-mime): Autoload.
7314
7315         * mml-sec.el: Don't require password-cache.
7316
7317         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7318         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7319         (mml-minibuffer-read-type): Require mailcap.
7320         (mml-preview): Require gnus-msg.
7321
7322         * mml1991.el: Require password-cache.
7323         (password-cache-expiry): Remove declaration.
7324
7325         * mml2015.el: Require password-cache.
7326         (password-cache-expiry): Remove declaration.
7327
7328         * nneething.el (mailcap): Require mailcap.
7329
7330         * nnheader.el (declare-function): Add compatibility stub.
7331         (message-remove-header): Declare rather than autoload.
7332         (nnheader-replace-header): Require message.
7333
7334         * nnimap.el (declare-function): Add compatibility stub.
7335         (netrc-parse, netrc-machine-user-or-password): Declare.
7336         (nnimap-open-connection): Require netrc.
7337
7338         * nntp.el (declare-function): Add compatibility stub.
7339         (netrc-parse, netrc-machine, netrc-get): Declare.
7340         (nntp-send-authinfo): Require netrc.
7341
7342         * rfc2047.el: Don't require qp.
7343         (quoted-printable-encode-region, quoted-printable-decode-string):
7344         Autoload.
7345
7346         * sieve-mode.el: Don't require easymenu.
7347         (easy-menu-add-item): Autoload it.
7348
7349         * spam-stat.el (time-to-number-of-days): Autoload it.
7350
7351 2010-03-19  Glenn Morris  <rgm@gnu.org>
7352
7353         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7354
7355 2010-03-18  Glenn Morris  <rgm@gnu.org>
7356
7357         * hashcash.el (declare-function): Remove duplicate definition.
7358
7359 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7360
7361         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7362         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7363         value if any backslash escapes).
7364
7365 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7368         if it is available.  (bug#5647)
7369
7370         * lpath.el: Suppress compiler warning for coding-system-from-name for
7371         Emacs 21 and XEmacs.
7372
7373 2010-03-14  Juri Linkov  <juri@jurta.org>
7374
7375         * hmac-def.el:
7376         * hmac-md5.el:
7377         * netrc.el: Fix keywords.
7378
7379 2010-02-26  Glenn Morris  <rgm@gnu.org>
7380
7381         * message.el (message-send-mail-function): Change the default, so that
7382         it inherits from a customized send-mail-function.  (Bug#5643)
7383
7384 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7385
7386         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7387         shell-command-to-string signals an error (bug#5299).
7388
7389 2010-02-24  Glenn Morris  <rgm@gnu.org>
7390
7391         * message.el (message-smtpmail-send-it)
7392         (message-send-mail-with-mailclient): Doc fixes.
7393
7394 2010-02-16  Glenn Morris  <rgm@gnu.org>
7395
7396         * message.el (message-default-mail-headers): Change the default value
7397         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7398
7399 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7402         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7403
7404 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7405
7406         * time-date.el (date-to-time): Doc fix (Bug#5408).
7407
7408 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7409
7410         * message.el (message-mail): Just pass yank-action on to message-setup.
7411         (message-setup): Handle (FUN . ARGS) form of yank-action.
7412         (message-with-reply-buffer, message-widen-reply)
7413         (message-yank-original): Handle non-buffer values of
7414         message-reply-buffer (Bug#4080).
7415         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7416
7417 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7418
7419         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7420         Fix typo in docstring.
7421
7422 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7423
7424         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7425         response.
7426
7427 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7430
7431         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7432
7433         * message.el (message-check-news-header-syntax): Protect against a
7434         string that `rfc822-addresses' returns when parsing fails.
7435
7436 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7439         (gnus-previous-char-property-change): New functions.
7440
7441         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7442
7443 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7444
7445         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7446         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7447
7448 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7449
7450         * message.el (message-exchange-point-and-mark): Rework last change to
7451         avoid using optional arg of exchange-point-and-mark, for backward
7452         compatibility.
7453
7454 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7455
7456         * message.el (message-exchange-point-and-mark):
7457         Call exchange-point-and-mark with an argument rather than setting
7458         mark-active by hand (Bug#5175).
7459
7460 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * nntp.el (nntp-service-to-port): Work for service expressed with
7463         numeric string; replace [:digit:] with [0-9] for XEmacs.
7464
7465 2009-12-17  Glenn Morris  <rgm@gnu.org>
7466
7467         * gnus-group.el (gnus-bug-group-download-format-alist):
7468         Change emacs entry to debbugs.gnu.org.  Bump :version.
7469
7470 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7473
7474 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * message.el (message-info): Explain why we use `Info-goto-node'.
7477
7478 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7481
7482 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7483
7484         * message.el (message-completion-in-region): New compatibility function.
7485         (message-expand-group): Use it.
7486
7487 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7490         with no unread article should be listed if the 2nd arg `predicate' is
7491         given.
7492
7493 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7496
7497 2009-11-29  Juri Linkov  <juri@jurta.org>
7498
7499         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7500         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7501         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7502
7503 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7504
7505         * sha1.el (sha1-string-external): default-directory "/" in case
7506         otherwise non-existent.  process-connection-type pipe for touch of
7507         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7508
7509 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7510
7511         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7512         it's comms related and sgml-mode.el has "comm" on that basis too.
7513
7514 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7517         containing tspecial characters if they have been already quoted.
7518
7519 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7520
7521         * dns-mode.el (auto-mode-alist): Purecopy string.
7522
7523 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7524
7525         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7526
7527 2009-10-24  Glenn Morris  <rgm@gnu.org>
7528
7529         * gnus-art.el (help-xref-stack-item): Define for compiler.
7530
7531 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7532
7533         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7534
7535 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7538
7539 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7542         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7543
7544 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7547         (gnus-overlays-in): New alias to overlays-in.
7548
7549         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7550         gnus-overlay-get, and gnus-delete-overlay.
7551         (gnus-summary-show-thread): Make it work as well for systems in which
7552         next-single-char-property-change is not available.
7553         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7554
7555         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7556         (gnus-overlay-get): New alias to extent-property.
7557         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7558
7559         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7560         SXEmacs.
7561
7562         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7563         SXEmacs.
7564
7565 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7568
7569 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7570
7571         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7572         and XEmacs that don't have `remove-overlays'.
7573
7574 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7575
7576         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7577         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7578         selective display.  Use overlays instead.
7579
7580 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7581
7582         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7583
7584 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7585
7586         * spam-stat.el (spam-stat-load): Fix typo in message.
7587
7588 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7589
7590         * dig.el (dig-invoke): Fix typo in docstring.
7591         (query-dig): Reflow docstring.
7592
7593 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7594
7595         * gnus-art.el (gnus-article-encrypt-body):
7596         * message.el (message-check-recipients):
7597         * mm-util.el (mm-codepage-setup):
7598         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7599         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7600
7601 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7602
7603         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7604         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7605         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7606         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7607         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7608
7609 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7610
7611         * dig.el: Add "Keywords: comm", as per net-utils.el.
7612
7613 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7614
7615         * dig.el (dig-mode): Use define-derived-mode.
7616
7617 2009-09-19  Glenn Morris  <rgm@gnu.org>
7618
7619         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7620
7621 2009-09-18  Glenn Morris  <rgm@gnu.org>
7622
7623         * gnus-diary.el (gnus-diary-check-message):
7624         * message.el (message-insert-formatted-citation-line):
7625         * nnbabyl.el (top-level):
7626         * nndiary.el (nndiary-schedule):
7627         Fix typos in condition-case handlers.
7628
7629 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7632         configuration that provides the sole article window in a frame;
7633         position point correctly after deleting a part.
7634
7635 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7636
7637         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7638         (spam-resolve-registrations-routine): Use it to unregister articles
7639         that change status.
7640
7641 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7644         with XEmacs.
7645         (parse-time-string-chars): Use it.
7646
7647 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * imap.el (imap-interactive-login): Better messages.
7650         (imap-open): Fix bug with renamed buffer on reconnect.
7651         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7652         for easier debugging and cleaner code.  On successful (guessed based on
7653         server capabilities) secondary authentication, set imap-state
7654         correctly.
7655         (imap-last-authenticator): Define imap-last-authenticator as a variable
7656         to avoid warnings.
7657
7658 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * nnrss.el (nnrss-request-article): Remove binding of
7661         default-enable-multibyte-characters that has gotten needless by
7662         the 2007-07-13 change in rfc2047-encode-message-header.
7663
7664         * mml.el (mml-insert-multipart): Error on the message header.
7665         (mml-insert-part): Error on the message header; position point at
7666         the end of a MIME tag.
7667
7668 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * time-date.el (autoload): Expand define-obsolete-function-alias into
7671         defalias and make-obsolete for old Emacsen that Gnus supports.
7672         (with-no-warnings): Define it for old Emacsen.
7673         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7674         is available.
7675         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7676         float-time is available; suppress compile warning for time-to-seconds.
7677
7678         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7679         (gnus-float-time): Alias to float-time if it exists.
7680
7681         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7682         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7683         float-time is available; suppress compile warning for time-to-seconds.
7684
7685         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7686         XEmacs.
7687
7688 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7689
7690         * imap.el (imap-message-map): Docstring fix.
7691
7692 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7695         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7696         Add the optional argument `encoding' that overrides the default.
7697
7698         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7699         mm-encode-buffer.
7700
7701 2009-09-04  Glenn Morris  <rgm@gnu.org>
7702
7703         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7704         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7705         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7706         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7707         * mm-util.el (mm-with-unibyte-current-buffer)
7708         (mm-find-buffer-file-coding-system):
7709         * yenc.el (yenc-decode-region): Use default-value rather than
7710         default-enable-multibyte-characters.
7711
7712 2009-09-03  Glenn Morris  <rgm@gnu.org>
7713
7714         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7715         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7716         than default-enable-multibyte-characters.
7717
7718 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7719
7720         * gnus-art.el (gnus-article-read-summary-keys):
7721         Fix gnus-buffer-configuration's value temporarily used.
7722
7723 2009-09-02  Glenn Morris  <rgm@gnu.org>
7724
7725         * gnus-util.el (gnus-float-time): New function.
7726         * gnus-delay.el (gnus-delay-article):
7727         * gnus-sum.el (gnus-thread-latest-date):
7728         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7729         * nnspool.el (nnspool-request-newgroups):
7730         Use gnus-float-time rather than time-to-seconds.
7731         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7732
7733         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7734         (gnus-header-subject-face, gnus-header-newsgroups-face)
7735         (gnus-header-name-face, gnus-header-content-face):
7736         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7737         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7738         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7739         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7740         (gnus-cite-face-11):
7741         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7742         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7743         (gnus-server-closed-face, gnus-server-denied-face)
7744         (gnus-server-offline-face):
7745         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7746         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7747         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7748         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7749         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7750         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7751         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7752         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7753         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7754         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7755         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7756         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7757         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7758         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7759         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7760         (gnus-summary-high-undownloaded-face)
7761         (gnus-summary-low-undownloaded-face)
7762         (gnus-summary-normal-undownloaded-face)
7763         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7764         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7765         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7766         (gnus-splash-face):
7767         * message.el (message-header-to-face, message-header-cc-face)
7768         (message-header-subject-face, message-header-newsgroups-face)
7769         (message-header-other-face, message-header-name-face)
7770         (message-header-xheader-face, message-separator-face)
7771         (message-cited-text-face, message-mml-face):
7772         * sieve-mode.el (sieve-control-commands-face)
7773         (sieve-action-commands-face, sieve-test-commands-face)
7774         (sieve-tagged-arguments-face):
7775         * spam.el (spam-face):
7776         Mark face aliases with "-face" in the name as obsolete.
7777
7778 2009-09-01  Glenn Morris  <rgm@gnu.org>
7779
7780         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7781         than goto-line.
7782
7783 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7786         Don't move point if the command is invoked inside the message header.
7787
7788 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7789
7790         * imap.el (imap-send-command): Simplify.
7791         (imap-wait-for-tag): point-max -> buffer-size.
7792
7793 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7794
7795         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7796         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7797         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7798         * nnir.el (nnir-swish-e-index-file):
7799         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7800         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7801         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7802         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7803         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7804         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7805
7806 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7809         Don't save excursion.
7810
7811 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7812
7813         * nnheader.el (nnheader-find-file-noselect):
7814         * mm-util.el (mm-insert-file-contents):
7815         Use (default-value 'major-mode) instead of default-major-mode.
7816
7817 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7818
7819         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7820
7821 2009-08-26  Glenn Morris  <rgm@gnu.org>
7822
7823         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7824         than placing in files.el.
7825
7826 2009-08-25  Glenn Morris  <rgm@gnu.org>
7827
7828         * nnir.el (top-level): Don't require cl at run-time.
7829         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7830         Replace cl-function substitute with gnus-replace-in-string.
7831         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7832         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7833         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7834         simplified expansions.
7835
7836 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7837
7838         * dig.el (dig): Add autoload cookie.
7839
7840 2009-08-22  Glenn Morris  <rgm@gnu.org>
7841
7842         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7843         goto-line.
7844
7845 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7846
7847         * parse-time.el (parse-time-string-chars): Save match data.
7848
7849 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7850
7851         * parse-time.el (parse-time-string-chars): Compute using character
7852         classes, to handle non-ascii characters (Bug#3190).
7853
7854 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7857
7858         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7859         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7860         (gnus-mm-display-part, gnus-mime-display-single)
7861         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7862         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7863
7864         * gnus-sum.el
7865         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7866         (gnus-summary-move-article): Add expirable mark to articles copied or
7867         moved to group that has auto-expire turned on if the option is non-nil.
7868
7869 2009-07-24  Glenn Morris  <rgm@gnu.org>
7870
7871         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7872         Fix typo.  (Bug#3903)
7873
7874 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7877         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7878         that should not be used for draft articles.
7879         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7880         that has no concern in minor mode keys.
7881         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7882         Abolish.
7883
7884 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7887         article without making inquiry to a user for unknown encoding.
7888
7889         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7890         (nnmaildir--scan): Assume i-node and device number that file-attributes
7891         returns might be cons-cell.
7892
7893         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7894
7895         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7896
7897 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7898
7899         * auth-source.el: Remove docs now in auth.texi.  Don't use
7900         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7901         `auth-source-hide-passwords' and use them.
7902
7903 2009-07-15  Glenn Morris  <rgm@gnu.org>
7904
7905         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7906
7907 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7910         excessive whitespace from the default values of title and description.
7911
7912 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7915         mail-fetch-field to fetch Content-Description header in order to
7916         exclude newlines.
7917
7918 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7919
7920         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7921         format used by GnuPG 2.0.11.
7922
7923 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7926         to deleted part.
7927
7928 2009-05-30  David Engster  <dengste@eml.cc>
7929
7930         * nnmairix.el: Remove old documentation in the commentary block.
7931         (nnmairix-request-group): Do not update active file for nnml back ends.
7932         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7933         end so that overview files are ignored.
7934         (nnmairix-update-groups): Make updating the groups more robust by using
7935         marks.
7936         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7937         with dollar characters in message-id.
7938
7939 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7942         2008-12-25 in dns.el.
7943
7944 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7945
7946         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7947         could happen if the text is only composed of spaces and/or tabs.
7948
7949 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7950
7951         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7952         when sending a queued message to avoid extra mml tags.
7953
7954 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7957
7958 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7961         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7962         rmail-toggle-header for XEmacs;
7963         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7964
7965 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-dired.el: Remove autoload for gnus-setup-message.
7968         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7969         displaying Gnus logo; always use compose-mail.
7970
7971 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7974
7975 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7978         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7979         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7980         available.
7981         (gnus-nocem-epg-verify): New function.
7982
7983 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7986
7987 2009-02-15  Glenn Morris  <rgm@gnu.org>
7988
7989         * gnus-util.el (rmail-insert-rmail-file-header)
7990         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7991         autoloads.
7992         (rmail-default-rmail-file): Remove unnecessary declaration.
7993         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7994
7995 2009-02-14  Glenn Morris  <rgm@gnu.org>
7996
7997         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7998         variable (only used in gnus-util, which declares it anyway).
7999         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8000         which was only needed by gnus-art (changed to not use it any more).
8001         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8002         only used in gnus-util, which autoloads it itself.
8003         (rmail-update-summary): Fix autoload.
8004
8005         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8006         rather than rmail-output-to-rmail-file.
8007
8008 2009-02-07  Glenn Morris  <rgm@gnu.org>
8009
8010         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8011         autoload of function that no longer exists.
8012         (rmail-toggle-header): Declare.
8013         (message-forward-rmail-make-body): Handle mbox Rmail.
8014
8015 2009-01-31  Glenn Morris  <rgm@gnu.org>
8016
8017         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8018         2009-01-09 change.
8019
8020 2009-01-31  Dave Love  <fx@gnu.org>
8021
8022         * imap.el (imap-fetch-safe): Bind debug-on-error.
8023         (imap-debug): Add imap-fetch-safe.
8024
8025 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8026
8027         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8028         (auth-source-forget-all-cached): New convenience function.
8029         (auth-source-user-or-password): Accept list of modes or a single mode.
8030
8031         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8032         auth-source modes.
8033
8034         * netrc.el (netrc-machine-user-or-password): Use list of
8035         auth-source modes.
8036
8037         * nnimap.el (nnimap-open-connection): Use list of
8038         auth-source modes.
8039
8040         * nntp.el (nntp-send-authinfo): Use list of
8041         auth-source modes.
8042
8043 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8044
8045         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8046         now.
8047
8048 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8051         coding system in XEmacs; add a workaround for XEmacs.
8052
8053         * lpath.el: Fbind coding-system-aliasee.
8054
8055 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8058         of current-language-environment.
8059
8060 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8063         available at runtime.
8064
8065 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8068
8069 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8070
8071         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8072         the greatest positive fixnum value doesn't work under an XEmacs with
8073         bignum support; use the most-positive-fixnum constant instead,
8074         available since Emacs 21.1 with cl and XEmacs 21.1.
8075
8076 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8079         XEmacs gets not to work.
8080
8081 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * mm-util.el (mm-coding-system-priorities): Allow the value like
8084         "Japanese (UTF-8)" of current-language-environment.
8085
8086 2009-01-09  Glenn Morris  <rgm@gnu.org>
8087
8088         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8089         with last-command-event.
8090
8091 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8094         in the doc string.
8095
8096         * message.el (message-fix-before-sending): Amend comment.
8097
8098 2009-01-08  Dave Love  <fx@gnu.org>
8099
8100         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8101
8102 2009-01-07  David Engster  <dengste@eml.cc>
8103
8104         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8105         simplified server definitions by converting it via
8106         gnus-server-to-method.
8107
8108 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8111         parameter's operands.
8112
8113 2009-01-06  David Engster  <dengste@eml.cc>
8114
8115         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8116         primary select method (for gnus-group-mark-article-as-read).
8117
8118 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8119
8120         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8121         `(gnus)Face', not `(gnus)X-Face'.
8122
8123 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * mm-util.el (mm-ucs-to-char): New function.
8126
8127         * mm-url.el (mm-url-decode-entities): Use it.
8128
8129         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8130         unicode-to-char.
8131
8132 2009-01-05  Dave Love  <fx@gnu.org>
8133
8134         * time-date.el: Require cl for `declare'.
8135
8136 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8139         Dave Love.
8140
8141 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * message.el (message-fix-before-sending): Add `eight-bit' to
8144         illegible-text check.
8145
8146 2009-01-03  Michael Olson  <mwolson@gnu.org>
8147
8148         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8149         `headers' is nil.  This can occur if the IMAP server does not have
8150         permissions to read messages from a folder, but can write new messages
8151         to the folder.
8152         (nnimap-request-article-part): Do not insert `data' if it is nil.
8153
8154         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8155         characters which will confuse `read', so skip past them.
8156
8157 2009-01-01  Dave Love  <fx@gnu.org>
8158
8159         * imap.el (imap-string-to-integer): Fix typo.
8160         (imap-fetch-safe): New function.
8161         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8162
8163         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8164
8165         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8166         (imap-parse-greeting): Fix doc strings.
8167         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8168         (imap-parse-flag-list): Make messages unique.
8169         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8170
8171         * nnimap.el: Fix author email.
8172         (nnimap-split-rule): Add FIXME comment.
8173         (nnimap-debug): Fix doc string.
8174
8175 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8178
8179 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8182         nslookup if resolv.conf isn't available.
8183         (dns-query): Rename from query-dns.
8184         (dns-query-cached): Rename from query-dns-cached.
8185
8186 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8189         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8190         to check if those variables exist (first appeared in Emacs 18.50).
8191
8192 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * mm-util.el (mm-line-number-at-pos): New function.
8195
8196         * spam-report.el (spam-report-process-queue): Use it.
8197
8198 2008-12-24  David Engster  <dengste@eml.cc>
8199
8200         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8201         parameters that haven't existed as variables as buffer-local variables.
8202
8203 2008-12-23  Dave Love  <fx@gnu.org>
8204
8205         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8206         cadar.
8207
8208         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8209         imap-starttls-p.
8210         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8211
8212 2008-12-22  Dave Love  <fx@gnu.org>
8213
8214         * imap.el: Fix author email.  Doc fixes.
8215         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8216         reply.
8217
8218 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * spam-report.el (spam-report-gmane-max-requests): New constant.
8221         (spam-report-gmane-wait): New variable.
8222         (spam-report-gmane-ham, spam-report-gmane-spam)
8223         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8224         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8225         the server.
8226
8227         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8228         Add explanations.
8229
8230         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8231         nnheader-accept-process-output and nnheader-read-timeout if available.
8232         (pop3-movemail): Use it.
8233
8234         * message.el (message-check-news-body-syntax): Fix signature check if
8235         there's an attachment.
8236
8237 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * mm-util.el: Add comments to the mm- emulating functions.
8240
8241 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8244         Reported by Stephen Berman <stephen.berman@gmx.net>.
8245
8246 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * mm-util.el (mm-substring-no-properties): New function.
8249         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8250         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8251         (mm-string-to-multibyte): Doc fix.
8252
8253         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8254
8255 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * mml.el (mml-attach-file): Strip text properties from file name.
8258         (Bug#1574)
8259
8260 2008-12-16  Glenn Morris  <rgm@gnu.org>
8261
8262         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8263
8264 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8267         knows since the charset specified might be a bogus alias that
8268         mm-charset-synonym-alist provides.
8269
8270 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8273         "ISO_8859-1".
8274
8275         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8276
8277 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * mm-util.el (mm-charset-eval-alist):
8280         Define it before mm-charset-to-coding-system.
8281         (mm-charset-to-coding-system): Add optional argument `silent';
8282         define it before mm-charset-override-alist.
8283         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8284         default value if it can be used in Emacs currently running;
8285         silence mm-charset-to-coding-system.
8286
8287 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8290         `allow-override' which says whether to use `mm-charset-override-alist'.
8291         (rfc2047-decode-encoded-words): Use it.
8292
8293         * mm-util.el (mm-charset-override-alist): Fix custom type;
8294         add `(gb2312 . gbk)' to choices.
8295
8296 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8299         fast.
8300
8301         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8302
8303         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8304
8305 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8306
8307         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8308         on links.
8309
8310         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8311
8312 2008-12-03  Lute Kamstra  <lute@gnu.org>
8313
8314         * sha1.el: Remove leading * from docstrings of defcustoms,
8315         deffaces, defconsts and defuns.
8316
8317 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8320         users' addresses that don't have domain parts.
8321         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8322         rather than message-narrow-to-head since there will be the message
8323         header separator.
8324
8325 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8326
8327         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8328         since the result is inserted in a unibyte buffer anyway.
8329         (nnimap-demule-use-string-to-multibyte): Remove.
8330         (nnimap-demule): Alias it to mm-string-to-multibyte.
8331
8332 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8335         variable for debugging bug#464 and bug#1174.
8336         (nnimap-demule): Use it.
8337
8338 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8341         score calculation correctly.
8342
8343 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8344
8345         * message.el (message-send-mail): Just set the buffer to unibyte
8346         rather than use mm-with-unibyte-current-buffer which does a lot more.
8347         (message-send-mail-partially): Don't bother with
8348         mm-with-unibyte-current-buffer since it's already been made unibyte by
8349         message-send-mail.
8350
8351 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8352
8353         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8354
8355 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8356
8357         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8358
8359 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8362         require itself and to remove `with-no-warnings'.
8363
8364 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8365
8366         * starttls.el (starttls-any-program-available): Get the name of the
8367         available TLS layer program.
8368         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8369         well as the host name in the "opening" message.
8370
8371         * auth-source.el (auth-source-cache, auth-source-do-cache)
8372         (auth-source-user-or-password): Cache passwords and logins by default,
8373         allow override with `auth-source-do-cache'.
8374         (auth-source-forget-user-or-password): Allow users to remove cache
8375         entries if needed.
8376
8377 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8378
8379         * md4.el (md4-buffer): Fix typo in docstring.
8380         (md4, md4-64): Doc fixes.
8381         (md4-pack-int32): Reflow docstring.
8382
8383 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8384
8385         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8386         condition-case to only the forward-sexp call.
8387
8388 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8389
8390         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8391         quotes contained.  Make it more robust regardless by an extra
8392         condition-case wrapper.
8393
8394 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8397
8398 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * nnml.el (nnml-request-expire-articles): Check if the function set to
8401         `nnmail-expiry-target' returns the symbol `delete'.
8402
8403         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8404
8405         * nnmail.el (nnmail-expiry-target): Fix custom type.
8406
8407 2008-10-02  Glenn Morris  <rgm@gnu.org>
8408
8409         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8410         Silence compiler warning.
8411
8412 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8413
8414         * tls.el (open-tls-stream): Show the actual command being
8415         executed, instead of the format string.
8416
8417 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * lpath.el: Fbind codepage-setup for Emacs 23.
8420
8421 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8422
8423         * mml.el (mml-menu): Don't assume mml2015 is bound.
8424
8425 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8428         exists.
8429
8430 2008-09-27  Glenn Morris  <rgm@gnu.org>
8431
8432         * gnus-util.el (mail-header-remove-comments): Autoload it.
8433
8434 2008-09-27  Andreas Schwab  <schwab@suse.de>
8435
8436         * gnus-util.el (gnus-split-references): Strip comments.
8437         (gnus-parent-id): Likewise.
8438
8439 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * message.el (message-confirm-send): Fix version.
8442
8443 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * message.el (message-idna-to-ascii-rhs-1): Use
8446         mail-extract-address-components rather than mail-header-parse-addresses
8447         that is an alias by default to ietf-drums-parse-addresses that does not
8448         support non-ASCII names in headers' contents.
8449
8450 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8451
8452         * message.el (message-confirm-send): Fix variable documentation to
8453         avoid the "y/n" wording.
8454
8455 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8456
8457         * message.el (message-set-auto-save-file-name): Save to a different
8458         filename so multiple messages (especially drafts) can be recovered.
8459
8460 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8461
8462         * message.el (message-confirm-send): Add appropriate version.
8463
8464 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8465
8466         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8467         defvar.
8468
8469 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8470
8471         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8472         (mm-pkcs7-enveloped-magic): Ditto.
8473
8474 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8475
8476         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8477         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8478
8479 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8480
8481         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8482         default, it's better.
8483
8484 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8485
8486         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8487         summary line gnus-number property and ignore them (with a warning
8488         message).
8489
8490 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8493         macro caddr in the interactive form since it won't be expanded.
8494
8495 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8498         `charset'; fix name of function called recursively.
8499         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8500
8501 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8504         (gnus-mime-set-charset-parameters): New function.
8505         (gnus-mime-view-part-as-charset): Use it to correctly display part
8506         specifying wrong charset.
8507
8508 2008-09-08  David Engster  <dengste@eml.cc>
8509
8510         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8511         in completing-read for back end server.
8512
8513 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8514
8515         * message.el (message-confirm-send): New variable to confirm sending a
8516         message.
8517         (message-send): Use it.
8518
8519 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8520
8521         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8522
8523 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8526
8527 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8528
8529         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8530         prevent tracking too many groups.
8531         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8532         Use it.
8533
8534 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8535
8536         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8537         moving point to the bottom of the window in order to avoid recentering.
8538
8539 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8542
8543         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8544         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8545         (gnus-article-beginning-of-window): Fix calculation.
8546
8547 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * gnus-msg.el (gnus-summary-supersede-article)
8550         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8551         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8552         message header.
8553
8554 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8555
8556         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8557         pending output coming after the status change.
8558
8559 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8560
8561         * message.el:
8562         * gnus-start.el:
8563         * gnus-registry.el: Remove VMS support.
8564
8565 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8568         macro.
8569         (rfc2104-hash): Use it.
8570
8571 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8574         (gnus-summary-sort-by-most-recent-date): New commands.
8575         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8576         and menu entries.
8577
8578 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8581         don't redisplay article for raw contents; remove plural articles stuff.
8582
8583         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8584         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8585         on gnus-summary-save-article; display results properly.
8586
8587 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * lpath.el: No need to fbind ns-focus-frame.
8590
8591 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8594
8595 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-art.el (gnus-summary-save-in-pipe):
8598         Consider gnus-save-all-headers.
8599
8600 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8601
8602         * gnus-util.el (ns-focus-frame): Remove declaration.
8603         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8604         like x.
8605
8606 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8607
8608         * rfc2104.el (rfc2104-zero): Delete defconst.
8609         (rfc2104-hex-alist): Likewise.
8610         (rfc2104-hex-to-int): Delete func.
8611         (rfc2104-hexstring-to-bitstring): Likewise.
8612         (rfc2104-nybbles): New defconst.
8613         (rfc2104-hash): Rewrite for speed.
8614
8615 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * tls.el (open-tls-stream): Make it work with the 2nd argument
8618         BUFFER that is a string but does not exist as a buffer object, as
8619         mentioned in the doc-string.
8620
8621 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8624         SXEmacs.
8625
8626 2008-07-16  Glenn Morris  <rgm@gnu.org>
8627
8628         * gnus-util.el (ns-focus-frame): Declare for compiler.
8629
8630 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8633         set as a group parameter.
8634         (gnus-summary-save-in-pipe): Work when it is called independently.
8635         (gnus-summary-pipe-to-muttprint): Don't modify
8636         gnus-summary-pipe-output-default-command.
8637
8638 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8639
8640         * message.el (message-send-mail-with-sendmail):
8641         Display the error message.
8642
8643 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (gnus-default-article-saver):
8646         Add gnus-summary-save-in-pipe to choices.
8647         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8648         gnus-summary-pipe-output-default-command as the default command.
8649         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8650         instead of gnus-last-shell-command.
8651
8652         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8653         New user option.
8654         (gnus-summary-muttprint-program): Mention the value will be changed.
8655         (gnus-summary-save-article): Force showing of all headers.
8656         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8657
8658 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8659
8660         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8661
8662 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8663
8664         * nnimap.el (nnimap-id):
8665         * sieve-manage.el (sieve-manage-open): Doc fixes.
8666
8667 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8668
8669         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8670         if available.
8671
8672 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8673
8674         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8675
8676         * nnkiboze.el (nnkiboze-generate-group):
8677         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8678
8679         * nnmairix.el: Require CL.
8680
8681 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * dgnushack.el: Autoload get-display-table and put-display-table for
8684         XEmacs 21.5.
8685
8686         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8687         21.4 and SXEmacs.
8688
8689 2008-06-15  David Engster  <dengste@eml.cc>
8690
8691         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8692
8693 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8694
8695         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8696         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8697         runtime choice under XEmacs.
8698
8699         * gnus-sum.el (gnus-summary-set-display-table):
8700         Use `gnus-put-display-table', `gnus-get-display-table',
8701         `gnus-set-display-table' for the display table, instead of `aset'.
8702
8703         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8704         Use `gnus-put-display-table', `gnus-get-display-table',
8705         `gnus-set-display-table' for the display table.
8706
8707 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * nnmairix.el: Add autoloads.
8710
8711 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8712
8713         * nnmairix.el (nnmairix-delete-recreate-group)
8714         (nnmairix-update-and-clear-marks): Fix error messages.
8715
8716 2008-06-14  David Engster  <dengste@eml.cc>
8717
8718         * nnmairix.el: Upgrade to version 0.6.
8719         (nnmairix-group-toggle-propmarks-this-group)
8720         (nnmairix-group-toggle-readmarks-this-group)
8721         (nnmairix-group-delete-recreate-this-group)
8722         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8723         (nnmairix-remove-tick-mark-original-article): New commands.
8724         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8725         (nnmairix-propagate-marks-to-nnmairix-groups)
8726         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8727         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8728         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8729         functions needed for marks propagation and manipulation of read marks.
8730         (nnmairix-update-groups): New function.
8731         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8732         (nnmairix-determine-original-group-from-registry)
8733         (nnmairix-determine-original-group-from-path)
8734         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8735         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8736         New helper functions.
8737         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8738         keystrokes for new commands.
8739         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8740         (nnmairix-request-group): Check allow-fast group parameter.
8741         (nnmairix-request-create-group): Set allow-fast group parameter if
8742         nnmairix-allowfast-default is set.
8743         (nnmairix-close-group): Propagate marks upon closing if needed.
8744         (nnmairix-group-toggle-threads-this-group): Use new.
8745         nnmairix-group-toggle-parameter helper function.
8746         (nnmairix-search): Better check for empty search result.
8747         (nnmairix-goto-original-article): Use new helper functions for
8748         determining original article.
8749         (nnmairix-show-original-article): Make sure message-id is in brackets.
8750         (nnmairix-call-mairix-binary): Change variable name.
8751         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8752         helper function.
8753         (nnmairix-widget-toggle-activate): Fix doc string.
8754
8755 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * nnir.el: Require edmacro when compiling with XEmacs.
8758         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8759         available in Emacs 21.
8760
8761 2008-06-11  Glenn Morris  <rgm@gnu.org>
8762
8763         * gnus-util.el (x-focus-frame):
8764         * gnus.el (image-size):
8765         * mm-decode.el (image-size): Declare.
8766
8767         * gnus-picon.el (declare-function): Add compat definition.
8768         (image-size): Declare.
8769
8770         * gnus-group.el (tool-bar-map):
8771         * gnus-sum.el (tool-bar-map): Define for compiler.
8772
8773         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8774
8775         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8776
8777         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8778         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8779         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8780         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8781         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8782         * sieve-manage.el, spam-report.el, spam.el:
8783         Remove unnecessary eval-and-compile of autoloads.
8784
8785 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8786
8787         * auth-source.el: Precise Tramp doc.
8788
8789 2008-06-07  Glenn Morris  <rgm@gnu.org>
8790
8791         * nnmairix.el: Remove unnecessary eval-when-compile.
8792
8793 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * lpath.el: Fbind propertize for XEmacs 21.4.
8796
8797 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8798
8799         * nnir.el: Move here from ../contrib.
8800
8801 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8802
8803         * gnus-util.el (gnus-read-shell-command): New function.
8804         * mm-decode.el (mm-pipe-part):
8805         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8806
8807 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8810
8811 2008-06-03  Glenn Morris  <rgm@gnu.org>
8812
8813         * pop3.el (nnheader-accept-process-output): Autoload it.
8814
8815 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8818         are not 2-digit hexadecimal characters that follow `%'s.
8819
8820 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * message.el (message-bogus-recipient-p): Fix type in doc string.
8823         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8824         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8825         Improve custom options.
8826         (message-bogus-recipient-p): Adjust accordingly.
8827
8828 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8829
8830         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8831         long-form month and day names.
8832
8833 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * dgnushack.el: Autoload debug, eudc-expand-inline and
8836         pgg-snarf-keys-region for XEmacs.
8837
8838         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8839
8840         * nnmairix.el: Require edmacro when compiling with XEmacs.
8841
8842 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8845         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8846
8847 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8848
8849         * auth-source.el: Add more docs.
8850
8851         * netrc.el (netrc-machine): Always match if the port is not given.
8852
8853 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8856         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8857         retrieval faster in some cases, but might make CPU usage larger.
8858         If this has any bad side effects, we might revert this change.
8859
8860         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8861         seems to make mail retrieval much, much faster.
8862         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8863         unconditionally.
8864
8865         * gnus-draft.el (gnus-group-send-queue):
8866         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8867
8868 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8871
8872         * message.el (message-bogus-address-regexp): Fix and improve custom
8873         type.
8874         (message-setup-hook): Add message-check-recipients as custom option.
8875
8876 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * message.el (message-cite-function): Remove bogus autoload which crept
8879         in during merge from v5-10.
8880
8881 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8882
8883         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8884
8885         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8886
8887         * auth-source.el: Preliminary Tramp docs.
8888         (auth-sources): Change the default auth-sources to use
8889         EPA .gpg files.
8890
8891 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8892
8893         * nntp.el: Autoload `auth-source-user-or-password'.
8894         (nntp-send-authinfo): Use it.
8895
8896         * nnimap.el: Autoload `auth-source-user-or-password'.
8897         (nnimap-open-connection): Use it.
8898
8899         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8900         for the gnus-message function.
8901         (auth-source-user-or-password): Use it.
8902
8903 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8904
8905         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8906         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8907         (rfc2104-hash): Use it.
8908
8909 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8910
8911         * gnus-art.el (gnus-article-toggle-truncate-lines):
8912         Don't use `iff' in docstring.
8913
8914 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8915
8916         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8917
8918         * gnus-util.el (gnus-extract-address-component-name)
8919         (gnus-extract-address-component-email): Convenience functions around
8920         `gnus-extract-address-components'.
8921
8922         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8923         Use `gnus-extract-address-component-email' to fix bug of comparing full
8924         sender name to `user-mail-address'.
8925
8926 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8927
8928         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8929         catch/throw to optimize.
8930         (gnus-registry-find-keywords): Just use member to find a keyword.
8931
8932 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8933
8934         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8935         is current before calling gnus-server-prepare.
8936         (gnus-server-setup-buffer, gnus-server-update-server)
8937         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8938
8939 2008-05-04  Juri Linkov  <juri@jurta.org>
8940
8941         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8942         (mailcap-file-default-commands): Use mailcap-replace-in-string
8943         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8944         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8945
8946 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8947
8948         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8949
8950 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8951
8952         * gnus.el: Bump version to 0.11.
8953
8954 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8955
8956         * gnus.el: No Gnus v0.10 is released.
8957
8958 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8961         hooks.
8962         (gnus-update-read-articles): Speed up non-marks-using users.
8963         (gnus-use-marks): Define gnus-use-marks.
8964         (gnus-propagate-marks): Rename variable to something more sensible.
8965
8966 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8967
8968         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8969         (gmm-image-load-path-for-library): Fix typos in docstrings.
8970         (gmm-message): Reflow docstring.
8971
8972 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8973
8974         * mail-source.el (mail-source-set-1, mail-source-bind):
8975         Move auth-source code out of the macro to clean it up and fix bugs.
8976
8977 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8978
8979         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8980         by sender if it's equal to user-mail-address, it's likely to be
8981         useless.
8982
8983         * mail-source.el (mail-source-bind): Don't use user or password if they
8984         are not bound.  Unintern them if they are nil.  Don't use server unless
8985         it's bound, and default it to empty string otherwise.
8986
8987 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8988
8989         * mail-source.el: Load auth-source.el.
8990         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8991         get user name or password, if auth-sources is set up.
8992
8993         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8994         strategy of splitting with parent.
8995         (gnus-registry-split-fancy-with-parent)
8996         (gnus-registry-post-process-groups): Use it and fix prior
8997         bug (returning a list as the split result).
8998
8999         * auth-source.el (auth-sources): Remove server parameter.
9000         (auth-source-pick, auth-source-user-or-password)
9001         (auth-source-user-or-password-imap)
9002         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9003         (auth-source-user-or-password-sftp)
9004         (auth-source-user-or-password-smtp): Remove server parameter.
9005
9006 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9007
9008         * smime.el (smime-sign-region, smime-encrypt-region)
9009         (smime-decrypt-region):
9010         Remove redundant calls to `generate-new-buffer-name'.
9011
9012 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9013
9014         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9015         Don't use QP for message/rfc822.
9016         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9017
9018 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9019
9020         * sieve-manage.el (sieve-string-bytes): Remove.
9021         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9022         correct byte-length only if the process's coding-system is the same as
9023         the one used internally by Emacs to represent strings.
9024
9025 2008-04-22  Juri Linkov  <juri@jurta.org>
9026
9027         * mailcap.el (mailcap-file-default-commands): New function.
9028
9029 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * message.el (message-signature-separator, message-cite-function):
9032         Change custom version.
9033
9034 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9035
9036         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9037         commands.
9038         (tls-checktrust): Ditto.
9039
9040 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9041
9042         * mm-decode.el (mm-display-external): Make temp file read-only.
9043
9044 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9047         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9048         `C-c C-f d'.
9049
9050 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9051
9052         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9053
9054 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         * gnus.el: Bump version to 0.9.
9057
9058 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * gnus.el: No Gnus v0.8 is released.
9061
9062 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9063
9064         * mail-source.el (mail-source-value):
9065         Prefer fboundp to functionp so it works with macros as well.
9066
9067 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9068
9069         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9070         Fix last change in case the element is not even a symbol.
9071
9072 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9073
9074         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9075         Prefer fboundp to functionp so it works with macros as well.
9076
9077 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9078
9079         * auth-source.el: Add docs.
9080         (auth-sources): Modify format to support server.
9081         (auth-source-pick, auth-source-user-or-password)
9082         (auth-source-user-or-password-imap)
9083         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9084         (auth-source-user-or-password-sftp)
9085         (auth-source-user-or-password-smtp): Add server parameter.
9086
9087 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9088
9089         * gnus-registry.el: Initialize the registry when gnus-registry-install
9090         is t.
9091
9092 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * compface.el (uncompface): Make buffer unibyte.
9095
9096 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9097
9098         * mail-source.el (mail-source-value):
9099         Prefer fboundp to functionp so it works with macros as well.
9100
9101 2008-04-05  Glenn Morris  <rgm@gnu.org>
9102
9103         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9104
9105 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9106
9107         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9108         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9109
9110         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9111         multibyteness after rather than before erasing it.
9112
9113         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9114         mm-with-multibyte.
9115         (gnus-request-article-this-buffer): Make sure the proper decoding is
9116         used if gnus-original-article-buffer happens to be unibyte.
9117
9118         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9119         default-enable-multibyte-characters.
9120
9121         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9122         default-enable-multibyte-characters.
9123
9124         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9125
9126         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9127
9128 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9129
9130         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9131         Fix last change in case the element is not even a symbol.
9132
9133 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9134
9135         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9136         (imap-message-copyuid-1): Use it.
9137         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9138         J. Williams in
9139         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9140
9141         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9142         imap-enable-exchange-bug-workaround.
9143         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9144
9145 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9146
9147         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9148         a 100 byte status-checks into a 2-3MB transfer for each group.
9149         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9150         to enable bug workaround or not.
9151         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9152
9153 2008-03-31  Glenn Morris  <rgm@gnu.org>
9154
9155         * message.el (mml2015-use): Declare for compiler.
9156         (message-info): Require mml2015 when appropriate.
9157
9158 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9161         whitespace.
9162
9163 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9164
9165         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9166         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9167         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9168         (nntp-service-to-port): New function.
9169         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9170         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9171         (nntp-open-netcat-stream): New function.
9172         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9173
9174 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9175
9176         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9177
9178 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9179
9180         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9181
9182 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9183
9184         * dns.el (dns-write): Use set-buffer-multibyte.
9185
9186 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9187
9188         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9189
9190 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * message.el (message-signature-separator): Change default.
9193         Improve custom type.
9194         (message-cite-function): Change default to
9195         message-cite-original-without-signature.
9196
9197         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9198         toggle.
9199
9200         * message.el (message-check-news-body-syntax): Fix signature check.
9201         (message-setup-1): Mark buffer as unmodified _after_ running
9202         message-setup-hook and handling message-alternative-emails.
9203         (message-shorten-references): Be more strict when building list of
9204         valid references to comply with GNKSA.
9205
9206         * gnus-group.el (gnus-read-ephemeral-bug-group)
9207         (gnus-read-ephemeral-debian-bug-group)
9208         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9209
9210         * message.el (message-info): Don't use booleanp which isn't supported
9211         in Emacs 21 and XEmacs.
9212
9213 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9214
9215         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9216         gnus-group-gmane-group-download-format.
9217         (gnus-group-read-ephemeral-gmane-group): Rename from
9218         gnus-group-read-ephemeral-gmane-group.
9219         (gnus-read-ephemeral-gmane-group-url): Rename from
9220         gnus-group-read-ephemeral-gmane-group-url.
9221         (gnus-bug-group-download-format-alist): New variable.
9222         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9223         (gnus-read-ephemeral-emacs-bug-group): New commands.
9224
9225 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9228         (gnus-visible-headers): Improve custom type.
9229
9230 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * mml.el (mml-menu): Add workarounds for XEmacs.
9233
9234         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9235         X-Boundary header.
9236
9237         * message.el (message-simplify-recipients): Fix previous commit.
9238
9239 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9240
9241         * mm-util.el (mm-set-buffer-multibyte): New function.
9242         * mm-decode.el (mm-copy-to-buffer): Use it.
9243
9244         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9245         Prefer fboundp to functionp so it works with macros as well.
9246
9247 2008-03-19  Glenn Morris  <rgm@gnu.org>
9248
9249         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9250         Accidentally removed in the sync process with Emacs.
9251
9252 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * message.el (message-alter-recipients-discard-bogus-full-name):
9255         New function.
9256         (message-alter-recipients-function): New variable.
9257         (message-get-reply-headers): Use it.
9258         (message-replace-header): New helper function.
9259         (message-recipients-without-full-name): New variable.
9260         (message-simplify-recipients): New command.
9261
9262         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9263
9264         * message.el (message-info): Handle EasyPG manual.
9265
9266         * mml.el (mml-menu): Add entry for EasyPG.
9267
9268 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9269
9270         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9271         parameter.
9272
9273         * message.el (message-disassociate-draft): Specify drafts group name
9274         fully.
9275
9276 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9277
9278         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9279         Eliminate unnecessary duplicates from the match list.
9280
9281 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9284
9285         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9286
9287         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9288         args of `how-many' of which the XEmacs version doesn't take; declare
9289         Info-index-next as function.
9290
9291 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * gnus-score.el (gnus-score-headers): Fix handling of
9294         gnus-inhibit-slow-scoring.
9295
9296         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9297         string.
9298         (gnus-button-url-regexp): Improve handling of parenthesis.
9299         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9300         (gnus-button-handle-info-keystrokes): Handle index entries.
9301
9302 2008-03-15  Glenn Morris  <rgm@gnu.org>
9303
9304         * parse-time.el (parse-time-string): Simplify.
9305
9306 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9309         Incoming* files.
9310
9311 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9312
9313         * auth-source.el (auth-sources): Rename from auth-source-choices.
9314         (auth-source-pick): Use it.
9315
9316 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9317
9318         * binhex.el (binhex-decode-region-internal):
9319         * uudecode.el (uudecode-decode-region-internal):
9320         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9321         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9322         setting default-enable-multibyte-characters.
9323
9324 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9325
9326         * auth-source.el (auth-source-protocols)
9327         (auth-source-protocols-customize, auth-source-choices): Add and
9328         modified variable customizations and defaults.
9329         (auth-source-pick, auth-source-user-or-password)
9330         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9331         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9332         (auth-source-user-or-password-sftp)
9333         (auth-source-user-or-password-smtp): Use new variables and provide an
9334         interface to netrc.el.
9335
9336 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9339         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9340         Make sure the nntp port to specify is a string.
9341
9342 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9343
9344         * nntp.el: Use with-current-buffer.
9345         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9346         dubious mm-with-unibyte-current-buffer.
9347         (nntp-with-open-group-function): New function extracted from
9348         nntp-with-open-group macro.
9349         (nntp-with-open-group): Use the function, so it's easier to debug.
9350         Add indentation and debugging info.
9351         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9352         Recommend the use of the netcat alternatives.
9353
9354         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9355         Avoid mm-string-as-multibyte as well.
9356
9357         * nnweb.el (nnweb-insert-html):
9358         Remove use of nnheader-string-as-multibyte.
9359
9360         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9361         (nnheader-string-as-multibyte): Remove.
9362
9363         * mm-view.el: Use inhibit-read-only.
9364         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9365         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9366         or unibyte-string.
9367
9368         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9369         (mm-uu-yenc-extract): Use with-current-buffer.
9370
9371         * gnus-soup.el (gnus-soup-send-packet): Don't use
9372         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9373
9374         * nnmh.el: Use with-current-buffer.
9375         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9376         mm-string-as-multibyte on the output of mm-encode-coding-string.
9377
9378         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9379         (nnimap-request-move-article): Use with-current-buffer.
9380
9381         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9382         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9383         conversion uses string-make-unibyte rather than string-as-unibyte.
9384
9385         * gnus-msg.el: Use with-current-buffer.
9386
9387         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9388
9389 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9390
9391         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9392         string for caching if it is 'PIN.
9393
9394 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * lpath.el: Consider the case without Emacs/W3.
9397
9398 2008-03-08  Glenn Morris  <rgm@gnu.org>
9399
9400         * time-date.el (date-to-time, time-subtract, time-add)
9401         (safe-date-to-time): Doc fixes.
9402
9403 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9404
9405         * mail-source.el (mail-source-delete-old-incoming-confirm):
9406         Change default to nil.
9407         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9408
9409 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * lpath.el: Rearrange.
9412
9413         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9414         (gnus-article-goto-prev-page): Work for articles having ^L's.
9415
9416         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9417
9418         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9419
9420 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9421
9422         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9423         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9424         (gnus-bookmark-jump): Adjust some variable names.
9425
9426 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9427
9428         * auth-source.el: New package.
9429         (auth-source-choices): Add customization entry point variable.
9430
9431         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9432         bug.
9433
9434 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9435
9436         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9437         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9438         (gnus-registry-install-shortcuts): Rename from
9439         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9440         the `gnus-registry-mark-map' keymap dynamically from
9441         `gnus-registry-marks'.  The generated functions update the summary line
9442         when a registry mark is added or deleted, and will call
9443         `gnus-registry-install-p' (see the comments in the code).
9444         (gnus-registry-user-format-function-M): Use concat intelligently.
9445
9446         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9447         the registry mark functions.
9448
9449 2008-03-05  Glenn Morris  <rgm@gnu.org>
9450
9451         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9452         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9453         gnus-art.
9454         (top-level): No need to load own source when compiling.
9455
9456 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9459         Suggested by <chris.anderton@zetnet.co.uk>.
9460
9461 2008-03-04  Glenn Morris  <rgm@gnu.org>
9462
9463         * gnus-sum.el (top-level): No need to require gnus when compiling,
9464         since unconditionally required near start of file.
9465         (gnus-summary-display-while-building): Move definition before use.
9466
9467 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9468
9469         * gnus-registry.el (gnus-registry-user-format-function-M):
9470         Add formatting function.
9471
9472 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9473
9474         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9475         with plists.
9476         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9477         Use new format.
9478
9479 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9482         `where-is-internal' that returns a range of key sequences.
9483
9484 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9485
9486         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9487
9488         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9489         (gnus-summary-jump-to-group): Consider windows on other displayed
9490         frames as well.  Similar changes might be needed elsewhere, but that's
9491         the one I've bumped into during my use.
9492
9493         * nndoc.el (nndoc-oe-dbx-type-p):
9494         * gnus-msg.el (gnus-debug):
9495         * gnus-group.el (gnus-update-group-mark-positions):
9496         Use mm-string-to-multibyte.
9497
9498 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9501         doesn't handle NotDashEscaped.
9502
9503         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9504         (mml-dnd-attach-options): Fix typo in custom choice.
9505
9506         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9507         Change nndoc-article-type to mbox.
9508         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9509
9510         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9511         to nil, instead of html2text.
9512
9513         * imap.el (imap-debug): Add `imap-ping-server'.
9514
9515         * gnus-bookmark.el: Add FIXMEs.
9516
9517         * message.el (message-form-letter-separator)
9518         (message-send-form-letter-delay): New variables.
9519         (message-send-form-letter): Use them.  New command to send form
9520         letters.  Requested by Uwe Siart.
9521         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9522
9523 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * Update copyright years.
9526
9527 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         Sync from EMACS_22_BASE.
9530
9531         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9532
9533 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9534
9535         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9536         empty author.
9537
9538 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9539
9540         * gnus-registry.el (gnus-registry-marks): Add variable for
9541         customization of marks and their appearance.
9542         (gnus-registry-read-mark): Use it.
9543         (gnus-registry-do-marks): Add utility function to loop through
9544         `gnus-registry-marks'.
9545         (gnus-registry-install-shortcuts-and-menus): Add function to install
9546         shortcuts and menus.
9547         (gnus-registry-initialize): Use it.
9548         (gnus-registry-default-mark): Clarify documentation.
9549
9550 2008-02-29  Glenn Morris  <rgm@gnu.org>
9551
9552         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9553         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9554         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9555         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9556         Change defcustom :version from 23.0 to 23.1.
9557
9558 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9559
9560         * gnus-registry.el (gnus-registry-follow-group-p)
9561         (gnus-registry-post-process-groups): Add functions to aid registry
9562         splitting and improve logging.  Clarify behavior in function
9563         documentation.
9564         (gnus-registry-split-fancy-with-parent): Use them.
9565
9566 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9567
9568         * gnus-art.el: Use with-current-buffer.
9569
9570 2008-02-27  David Engster  <dengste@eml.cc>
9571
9572         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9573         Express real group name in the response.
9574
9575 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9578         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9579         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9580         autoload gnus-registry-fetch-group when compiling.
9581         (nnmairix-request-group-with-article-number-correction):
9582         Remove unreferenced argument passed to nnmairix-call-backend.
9583
9584 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9587         (mm-uu-extract): Improve face for low color ttys.
9588         Reported by Sascha Wilde.
9589
9590 2008-02-27  Glenn Morris  <rgm@gnu.org>
9591
9592         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9593         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9594         variables to defconsts.  Convert comments to doc-strings.
9595         (nnmairix-last-server, nnmairix-current-server): Convert from free
9596         variables to defvars.  Convert comments to doc-strings.
9597         (gnus-registry-fetch-group): Autoload.
9598         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9599         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9600         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9601         caddr.
9602         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9603         nnmairix-request-group-with-article-number-correction call.
9604         (nnmairix-fast, nnmairix-group): New, less general names, for free
9605         variables passed from nnmairix-request-group to
9606         nnmairix-request-group-with-article-number-correction.  Declare.
9607         (nnmairix-request-group-with-article-number-correction):
9608         Use nnmairix-fast, nnmairix-group rather than fast, group.
9609
9610 2008-02-26  David Engster  <dengste@eml.cc>
9611
9612         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9613         version 0.5.
9614
9615 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9616
9617         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9618         instead of making an extra function call.  Don't add the current group
9619         to articles only when they have the group.  Use
9620         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9621         Reported by David <de_bb@arcor.de>.
9622
9623 2008-02-24  Miles Bader  <miles@gnu.org>
9624
9625         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9626         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9627         (mm-find-mime-charset-region):
9628         * mm-bodies.el (mm-encode-body):
9629         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9630
9631 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9634         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9635
9636 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * mail-source.el (mail-source-delete-incoming): Change default.
9639         Supplement doc string.
9640
9641         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9642
9643 2008-02-14  Glenn Morris  <rgm@gnu.org>
9644
9645         * time-date.el (format-seconds): New function.
9646
9647 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * nnmail.el (nnmail-message-id-cache-file): Derive from
9650         `gnus-home-directory'.
9651
9652 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9655         Document negative prefix.
9656
9657         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9658
9659 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * message.el (message-unsent-separator): Add the Exim bounce
9662         separator.
9663
9664 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9665
9666         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9667         list.
9668         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9669         recipient/signer list.
9670
9671 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * Makefile.in (datarootdir): Define.
9674         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9675         name that might contain whitespace.
9676
9677 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9680         fbound (Emacs 23 unicode), signal an error.
9681
9682 2008-02-08  Glenn Morris  <rgm@gnu.org>
9683
9684         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9685
9686 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9687
9688         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9689         ports to the calls to `netrc-machine-user-or-password' in addition to
9690         "imap" and "imaps".
9691
9692 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9693
9694         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9695
9696         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9697
9698 2008-02-01  Kenichi Handa  <handa@m17n.org>
9699
9700         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9701         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9702         (rfc2104-hash): Convert the result of concat to unibyte string.
9703
9704 2008-02-01  Dave Love  <fx@gnu.org>
9705
9706         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9707         coding-system-for-read.
9708         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9709
9710 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9713         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9714         <hanche@math.ntnu.no>.
9715
9716 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9719
9720         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9721
9722 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9723
9724         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9725         * message.el (message-beginning-of-line): Use featurep instead of bound
9726         tests in order to resolve conditionals at compile time.
9727
9728 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9729
9730         * mail-source.el (mail-sources): Add `group' choice.
9731
9732         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9733         parameter `in-group' to control into which group the articles go.
9734         Add treatment of `group' mail-source.
9735
9736 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9739
9740         * mm-decode.el (mm-dissect-buffer): Decode description.
9741
9742         * mml.el (mml-to-mime): Encode message header first.
9743
9744 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9747         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9748
9749         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9750         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9751
9752 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9753
9754         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9755
9756 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9759         prefix keys.
9760         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9761         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9762         gnus-xmas.el.
9763
9764         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9765         (gnus-xmas-article-describe-bindings): New function.
9766         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9767         gnus-xmas-article-describe-bindings.
9768
9769         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9770
9771 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9772
9773         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9774         Add new variables for article mark management.
9775         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9776         list of extra data entries which, when present, will indicate that the
9777         article ID should not be trimmed from the registry.
9778         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9779         functions.
9780         (gnus-registry-read-mark): New function to read a mark name from the
9781         user.
9782         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9783         (gnus-registry-set-article-mark-internal): New functions to add and
9784         remove marks.
9785         (gnus-registry-get-article-marks): New function to show the marks for
9786         an article, or retrieve them for further use.
9787
9788 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9791         keys when no argument is given.
9792
9793 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * imap.el (imap-ping-server): New variable.
9796         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9797         (imap-ping-server): Minor doc string fixes.
9798
9799 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9800
9801         * imap.el (imap-ping-server): New function.
9802         (imap-opened): Call imap-ping-server.
9803
9804 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * gnus-sum.el (gnus-article-sort-by-random)
9807         (gnus-thread-sort-by-random): Fix doc strings.
9808         Reported by jidanni@jidanni.org.
9809
9810 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-art.el (gnus-article-describe-bindings): New function.
9813         (gnus-article-read-summary-keys): Use it.
9814         (gnus-article-mode-map): Bind `C-h b' to it.
9815
9816 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9819         XEmacs.
9820         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9821         Protect against non-character events.
9822
9823         * lpath.el: Fbind map-keymap for Emacs 21.
9824
9825 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9828         New command.
9829         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9830         instead of END.  Change name of the temp file.
9831         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9832         customizable.
9833
9834 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9837         bind `S W' to gnus-article-wide-reply-with-original; set default
9838         binding to gnus-article-read-summary-send-keys.
9839         (gnus-article-read-summary-keys): Fix the order of keys; display
9840         continuation keys correctly in the echo area; describe bindings
9841         correctly when keys end with `C-h'.
9842         (gnus-article-read-summary-send-keys): New function.
9843         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9844         Work for gnus-article-read-summary-send-keys; display continuation keys
9845         correctly in the echo area.
9846         (gnus-article-reply-with-original): Ignore prefix argument.
9847         (gnus-article-wide-reply-with-original): New function.
9848
9849         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9850         Emacs 21.
9851
9852 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9855         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9856
9857 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9860         (gnus-group-read-ephemeral-gmane-group): New command.
9861
9862 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9863
9864         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9865
9866 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * message.el (message-send-mail-function): Increase custom version.
9869
9870         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9871         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9872
9873 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9874
9875         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9876         for the cases where imap-authenticate is called with a nil buffer
9877         parameter.
9878
9879 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9882         html parts correctly; support forwarded messages.
9883         (gnus-article-browse-html-article): Remove work buffers.
9884
9885         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9886         compiling.
9887         (netrc-bound-and-true-p): New macro.
9888         (netrc-parse): Use it instead of bound-and-true-p that is not available
9889         in XEmacs 21.4.
9890
9891 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9892
9893         * gnus-registry.el (gnus-registry-mark-article)
9894         (gnus-registry-article-marks): Add functionality to mark articles
9895         through the Gnus registry.
9896
9897         * encrypt.el: Clarify documentation for the new pgg method.
9898         (encrypt-file-alist): Add PGG option.
9899         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9900         functionality.  Abstract password key and messaging to external
9901         functions.
9902         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9903         (encrypt-message-method-and-cipher): Add new convenience external
9904         functions.
9905         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9906         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9907
9908         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9909         (netrc-parse): Use encrypt-file-alist to determine if
9910         encrypt-find-model or encrypt-insert-file-contents should be used.
9911
9912         * encrypt.el: Clarify documentation.  Load password-cache or
9913         password, whichever one is found first, instead of autoloading.
9914
9915 2007-12-19  Glenn Morris  <rgm@gnu.org>
9916
9917         * mml.el (message-options-set, message-narrow-to-head)
9918         (message-in-body-p, message-mail-p, message-encode-message-body):
9919         Autoload.
9920         (message-remove-header, message-narrow-to-headers-or-head)
9921         (message-subscribed-p, message-make-mail-followup-to)
9922         (message-position-on-field, message-news-p)
9923         (message-options-set-recipient, message-generate-headers)
9924         (message-sort-headers): Declare as functions.
9925
9926 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9929         convention in doc string.
9930
9931 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9934         title to html parts.
9935         (gnus-article-browse-html-article): Pass message header to it.
9936
9937         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9938
9939 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9942         or password compatible with XEmacs.
9943
9944 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9947         format document.
9948         (gnus-mime-delete-part): Don't write description line if empty.
9949         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9950
9951 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9952
9953         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9954         (gnus-summary-mark-read-and-unread-as-read)
9955         (gnus-summary-mark-current-read-and-unread-as-read)
9956         (gnus-summary-mark-unread-as-ticked): Doc fix.
9957         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9958
9959 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9962         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9963
9964 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9967         yes-or-no-p.
9968
9969 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * mm-decode.el (mm-add-meta-html-tag): New function.
9972         (mm-save-part-to-file, mm-pipe-part): Use it.
9973
9974         * gnus-art.el (gnus-article-browse-delete-temp-files):
9975         Use gnus-y-or-n-p instead of y-or-n-p.
9976         (gnus-article-browse-html-parts): Work with message/external-body; use
9977         mm-add-meta-html-tag.
9978
9979 2007-12-11  Glenn Morris  <rgm@gnu.org>
9980
9981         * gnus-cache.el: Require gnus-sum not just when compiling.
9982
9983         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9984
9985         * gnus-int.el (gnus-server-opened, gnus-status-message):
9986         Move definitions before use.
9987
9988         * mm-decode.el: Require gnus-util.
9989         (mm-remove-part): Only call delete-annotation on XEmacs.
9990
9991         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9992
9993         * nnmail.el: Require gnus-int.
9994
9995         * spam.el: Move `require's before `eval-when-compile's.
9996
9997         * gnus-ems.el (gnus-alive-p):
9998         * gnus-fun.el (message-goto-eoh):
9999         * gnus-util.el (gnus-group-name-decode):
10000         * mail-source.el (gnus-compress-sequence):
10001         * message.el (Info-goto-node, format-spec):
10002         * mm-bodies.el (message-options-get):
10003         * mm-decode.el (mm-view-pkcs7):
10004         * mm-util.el (gmm-write-region):
10005         * mml-smime.el (mml-compute-boundary)
10006         (gnus-completing-read-with-default):
10007         * mml.el (widget-button-press, gnus-make-hashtable):
10008         * mml1991.el (mm-decode-content-transfer-encoding)
10009         (mm-encode-content-transfer-encoding)
10010         (message-options-get, message-options-set):
10011         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10012         * nnfolder.el (gnus-request-group):
10013         * nnheader.el (ietf-drums-unfold-fws):
10014         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10015         * smime.el (gnus-run-mode-hooks):
10016         * spam-stat.el (gnus-message): Autoload.
10017
10018         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10019         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10020         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10021         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10022         Add declare-function compatibility definition.
10023
10024         * gnus-cache.el (nnvirtual-find-group-art):
10025         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10026         (gnus-add-image, gnus-add-wash-type):
10027         * gnus-group.el (nnkiboze-score-file):
10028         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10029         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10030         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10031         (message-tokenize-header, gnus-get-buffer-create)
10032         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10033         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10034         * gnus.el (gnus-group-decoded-name):
10035         * mail-source.el (imap-capability):
10036         * mm-bodies.el (message-options-set):
10037         * mm-decode.el (gnus-configure-windows):
10038         * mm-extern.el (message-goto-body):
10039         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10040         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10041         (epg-sub-key-validity, message-options-set):
10042         * mml.el (widget-event-point, gnus-configure-windows):
10043         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10044         * mml2015.el (epg-check-configuration, epg-configuration)
10045         (message-options-set):
10046         * nndb.el (nndb-request-article):
10047         * nnfolder.el (gnus-request-create-group):
10048         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10049         * nnmaildir.el (gnus-group-mark-article-read):
10050         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10051         * rfc1843.el (message-fetch-field):
10052         * spam.el (gnus-extract-address-components):
10053         Declare as functions.
10054
10055 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10058
10059         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10060
10061         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10062         bind show-trailing-whitespace for XEmacs.
10063
10064 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10067         new no-op macro for backward compatibility.
10068
10069         * imap.el (imap-string-to-integer): New function.
10070
10071 2007-12-09  Glenn Morris  <rgm@gnu.org>
10072
10073         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10074
10075         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10076         * message.el, mm-view.el, sieve-manage.el, smime.el:
10077         Add declare-function compatibility definition.
10078
10079         * gnus-art.el (w3-region, w3m-region, Info-menu):
10080         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10081         * gnus-sum.el (gnus-get-predicate):
10082         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10083         * message.el (mail-abbrev-in-expansion-header-p):
10084         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10085         (w3m-detect-meta-charset, w3m-region):
10086         * sieve-manage.el (password-read, password-cache-add)
10087         (password-cache-remove):
10088         * smime.el (password-read-and-add): Declare as functions.
10089
10090 2007-12-08  David Kastrup  <dak@gnu.org>
10091
10092         * gnus-sum.el (gnus-summary-simplify-subject-query):
10093         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10094         `message'.
10095
10096 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10099         it to bind idna-program, installation-directory, defined-colors, and
10100         face-attribute for XEmacs of the version that compiles defcustom forms.
10101
10102 2007-12-07  Glenn Morris  <rgm@gnu.org>
10103
10104         * gnus-art.el (article-make-date-line): Revert previous change.
10105
10106 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10109
10110 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10111
10112         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10113         Call gnus-add-to-range ranges only once with a prepared article-list.
10114
10115 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10116
10117         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10118         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10119         group names with backslashes.
10120         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10121
10122 2007-12-06  Deepak Goel  <deego3@gmail.com>
10123
10124         * gnus-art.el (article-make-date-line):
10125         * gnus-start.el (gnus-load):
10126         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10127
10128 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-art.el (gnus-use-idna)
10131         * gnus-start.el (gnus-site-init-file)
10132         * message.el (message-use-idna)
10133         * mm-uu.el (mm-uu-hide-markers)
10134         * smiley.el (smiley-style): Revert changes that suppress warnings.
10135
10136 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10139         specify charset to html source.
10140         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10141
10142 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10145         idna-program in order to suppress byte compile warning issued by XEmacs
10146         that came to byte compile the default value section of defcustom forms
10147         recently.
10148
10149         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10150         value of installation-directory.
10151
10152         * message.el (message-use-idna): Don't directly refer to the value of
10153         idna-program.
10154
10155         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10156
10157         * smiley.el (smiley-style): Don't directly call face-attribute.
10158
10159 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10162
10163         * gnus-dired.el: Reduce Gnus dependencies.
10164         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10165         Don't require.  Use autoloads instead.
10166         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10167         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10168         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10169         (gnus-dired-mode): Adjust doc string.
10170         (gnus-dired-mail-mode): New variable.
10171         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10172         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10173         (gnus-dired-mail-buffers): New function.  Return mail or message
10174         composition buffers.
10175         (gnus-dired-attach): Use it.
10176         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10177         NO-DECODE.
10178         (gnus-dired-print): Use `gnus-print-buffer' depending on
10179         `gnus-dired-mail-mode'.
10180
10181 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * rfc2047.el (rfc2047-encoded-word-regexp)
10184         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10185         explaining what regexp patterns are for.
10186
10187 2007-12-04  Glenn Morris  <rgm@gnu.org>
10188
10189         * password.el: Move to password-cache.el.
10190
10191         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10192         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10193         * mml-smime.el (password-read, password-cache-add)
10194         (password-cache-remove):
10195         No need to autoload, since mml-sec requires password.
10196
10197         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10198         * message.el (gnus-extract-address-components):
10199         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10200
10201         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10202         password.
10203
10204 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * mailcap.el: Reduce dependencies.
10207         (mail-header-parse-content-type): Autoload.
10208         (mailcap-delete-duplicates): New alias.
10209         (mailcap-mime-info): Add optional argument NO-DECODE.
10210         (mailcap-mime-types): Use mailcap-delete-duplicates.
10211
10212         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10213
10214 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10215
10216         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10217         (imap-parse-status): Upcase status-att for servers that sends them
10218         lower-case (e.g., MS Exchange 2007).
10219
10220 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221
10222         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10223         function.
10224
10225         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10226         (gnus-uu-yenc-article): New function.
10227
10228         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10229
10230         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10231
10232 2007-12-02  Glenn Morris  <rgm@gnu.org>
10233
10234         * binhex.el (binhex): New custom group.
10235         (binhex-decoder-program, binhex-decoder-switches)
10236         (binhex-use-external): Move to the binhex custom group.
10237
10238         * uudecode.el (uudecode): New custom group.
10239         (uudecode-decoder-program, uudecode-decoder-switches)
10240         (uudecode-use-external): Move to the uudecode custom group.
10241
10242         * netrc.el (top-level): Don't load `encrypt' features.
10243         (netrc-parse): Don't use encrypt.
10244         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10245
10246         * encrypt.el: Remove file.
10247
10248 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10251         matches on patches.
10252
10253         * gnus-art.el (gnus-article-browse-html-article):
10254         Mention `mm-text-html-renderer' in the doc string.
10255
10256         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10257         string.  Add comments.
10258
10259         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10260         if rhs is ASCII.
10261
10262 2007-12-01  Glenn Morris  <rgm@gnu.org>
10263
10264         * mail-source.el (top-level): Require format-spec before
10265         eval-when-compile.
10266
10267 2007-11-30  Glenn Morris  <rgm@gnu.org>
10268
10269         * encrypt.el: Require password, rather than autoloading password-read.
10270
10271 2007-11-29  Glenn Morris  <rgm@gnu.org>
10272
10273         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10274         (sasl-make-client, sasl-next-step, sasl-step-data)
10275         (sasl-step-set-data): Declare as functions.
10276
10277 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10280
10281 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10282
10283         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10284         certs should be verified and what is to be done in the event of a
10285         verification failure.
10286
10287         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10288         caller can indicate whether the cache should be disregarded for this
10289         call.  This way the result of the call is reproducible at all times and
10290         can be considered a canonical server name for the supplied method.
10291         (gnus-agent-method-p): Canonicalize server names by pushing their
10292         method through `gnus-method-to-server' using the no-cache argument.
10293
10294         * gnus-srvr.el (gnus-server-insert-server-line):
10295         Call `gnus-method-to-server' with `no-cache' argument.
10296
10297         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10298         gnus-agent-possibly-synchronize-flags as this should be called when the
10299         server is actually being opened.
10300         (gnus-agent-possibly-synchronize-flags)
10301         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10302         flags file of an agentized server to the latter function.
10303
10304         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10305         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10306         after a connection has been established successfully.
10307
10308 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-art.el (article-display-face): Force to display face if called
10311         interactively; check if gnus-article-x-face-too-ugly matches author.
10312         (article-display-x-face): Display face even if From header is missing
10313         as article-display-face does.
10314
10315 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10316
10317         * hashcash.el (message-narrow-to-headers-or-head)
10318         (message-fetch-field, message-goto-eoh)
10319         (message-narrow-to-headers): Declare as functions.
10320
10321 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * mail-source.el (mail-sources): Default to fetch from file for
10324         compatibility with default of nnmail-spool-file.
10325
10326 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10329         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10330         to look for encoded word that should be encoded again.
10331         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10332         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10333         encoding pattern.
10334         (rfc2047-decode-region): Switch strict regexp and loose one according
10335         to rfc2047-allow-irregular-q-encoded-words.
10336
10337 2007-11-25  Romain Francoise  <romain@orebokech.com>
10338
10339         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10340
10341 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * tls.el (tls-program): Provide more custom choices from
10344         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10345         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10346
10347 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10350         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10351
10352         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10353         `nnmail-spool-file'.
10354
10355         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10356         `nnmail-spool-file'.
10357
10358         * gnus-move.el (gnus-change-server): Ditto.
10359
10360         * gnus-kill.el (gnus-batch-score): Ditto.
10361
10362         * gnus-cache.el (gnus-jog-cache): Ditto.
10363
10364         * gnus-msg.el (gnus-summary-reply):
10365         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10366
10367 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10370         version.  Minor improvement to doc strings.
10371         (tls-program): Add comment.
10372
10373 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10374
10375         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10376         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10377         mismatch between the hostname provided in the certificate and the name
10378         of the host connnecting to.
10379         (open-tls-stream): Use them.  Check certificates against trusted root
10380         certificates.
10381
10382 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * gnus-cache.el (gnus-cache-generate-nov-databases):
10385         Use nnml-generate-nov-databases-directory instead of
10386         nnml-generate-nov-databases-1.
10387
10388 2007-11-24  Glenn Morris  <rgm@gnu.org>
10389
10390         * message.el (message-tool-bar-retro): Update for rename
10391         mail_send.xpm->mail-send.xpm.
10392
10393 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10396         `smime-ldap-search' for Emacs 22 and up.
10397
10398 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10399
10400         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10401
10402         * message.el (message-send-mail-function): Fix error convention.
10403         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10404         (message-widen-reply, message-send-mail, message-talkative-question)
10405         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10406         (message-clone-locals, message-send-news): Use with-current-buffer.
10407         (message-insert-or-toggle-importance): Remove unused var `valid'.
10408         (message-make-references): Remove unused var `new-references'.
10409         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10410
10411 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10412
10413         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10414         (spam-split-symbolic-return-positive): Reflow docstring.
10415         (spam-backends, spam-summary-exit-behavior)
10416         (spam-mark-ham-unread-before-move-from-spam-group)
10417         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10418         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10419         (spam-clear-cache, spam-backend-check, spam-install-backend)
10420         (spam-install-statistical-backend, spam-list-of-processors)
10421         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10422         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10423         (spam-check-crm114, spam-initialize, spam-unload-hook):
10424         Fix typos in docstrings.
10425
10426 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10429         been checked if they have never been read and those group levels are
10430         higher than the one that a user specified.
10431
10432 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10435         foreign groups unless a group level is specified by a user.
10436         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10437
10438 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * message.el (message-send-mail-function): Require sendmail.
10441
10442 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10443
10444         * message.el (message-send-mail-function): Check for smtpmail too.
10445
10446         * utf7.el (utf7-encode, utf7-decode): Use coding system
10447         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10448
10449         * message.el (message-send-mail-function): New function.
10450         (message-send-mail-function): Set default using
10451         message-send-mail-function.  Adjust doc string.
10452         (message-send-mail-with-mailclient): New function.
10453
10454 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10455
10456         * smime.el (from):
10457         * rfc2047.el (message-posting-charset):
10458         * qp.el (mm-use-ultra-safe-encoding):
10459         * pop3.el (parse-time-months):
10460         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10461         * nnml.el (files):
10462         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10463         (jka-compr-compression-info-list, ange-ftp-path-format)
10464         (efs-path-regexp):
10465         * nndiary.el (files):
10466         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10467         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10468         (epg-digest-algorithm-alist, inhibit-redisplay)
10469         (password-cache-expiry):
10470         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10471         (pgg-output-buffer, password-cache-expiry):
10472         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10473         (efs-path-regexp):
10474         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10475         (inhibit-redisplay):
10476         * mm-uu.el (file-name, start-point, end-point, entry)
10477         (gnus-newsgroup-name, gnus-newsgroup-charset):
10478         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10479         (latin-unity-ucs-list):
10480         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10481         (mm-uu-binhex-decode-function):
10482         * message.el (gnus-message-group-art, gnus-list-identifiers)
10483         (rmail-enable-mime-composing, gnus-local-organization)
10484         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10485         (gnus-read-active-file, facemenu-add-face-function)
10486         (facemenu-remove-face-function, gnus-article-decoded-p)
10487         (tool-bar-mode):
10488         * mail-source.el (display-time-mail-function):
10489         * gnus-util.el (nnmail-pathname-coding-system)
10490         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10491         (gnus-original-article-buffer, gnus-user-agent)
10492         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10493         (xemacs-codename, sxemacs-codename, emacs-program-version):
10494         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10495         * gnus-start.el (gnus-agent-covered-methods)
10496         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10497         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10498         (gnus-newsgroup-headers, gnus-group-list-mode)
10499         (gnus-group-mark-positions, gnus-newsgroup-data)
10500         (gnus-newsgroup-unreads, nnoo-state-alist)
10501         (gnus-current-select-method, mail-sources)
10502         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10503         (nnmail-spool-file, gnus-cache-active-hashtb):
10504         * gnus-mh.el (mh-lib-progs):
10505         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10506         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10507         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10508         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10509         (gnus-group-buffer):
10510         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10511         (font-lock-set-defaults):
10512         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10513         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10514         (gnus-summary-post-menu, total-parts, type, condition, length):
10515         * gnus-agent.el (gnus-agent-read-agentview):
10516         * flow-fill.el (show-trailing-whitespace):
10517         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10518         eval-and-compile wrappers for byte compiler pacifiers.
10519
10520         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10521         (mm-display-inline-fontify): Check for featurep 'xemacs not
10522         extent-list.
10523
10524         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10525         itimer-list.
10526         (mm-create-image-xemacs): Only do something for XEmacs.
10527         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10528
10529         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10530
10531         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10532         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10533
10534 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10535
10536         * nnimap.el (nnimap-split-download-body):
10537         * gnus-demon.el (gnus-demon):
10538         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10539
10540 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10543         New macros.
10544         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10545         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10546         copy data from unibyte buffer to multibyte current buffer.
10547         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10548         to copy data from unibyte current buffer to multibyte buffer.
10549         (nntp-make-process-buffer): Make process buffer unibyte.
10550
10551         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10552
10553 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10554
10555         * pop3.el (pop3-open-server): Accept and process data more robustly at
10556         connexion start to avoid spurious "POP SSL connexion failed" errors.
10557
10558 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10561         read group names.
10562
10563 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10566
10567 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10570         (nnmail-save-active): Use a unibyte buffer when saving active file,
10571         which may contain non-ASCII group names.
10572
10573         * nnml.el (nnml-request-group): Decode group names in messages.
10574
10575 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * message.el (message-citation-line-function)
10578         (message-insert-formatted-citation-line): Fix spelling of
10579         `message-insert-formated-citation-line'.
10580
10581 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10584
10585 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10588         nnmail-pathname-coding-system.
10589
10590         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10591         that a user enters; decode group names in messages.
10592
10593         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10594
10595 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10598
10599         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10600
10601         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10602         risky local variable.
10603
10604         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10605
10606 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10607
10608         * encrypt.el: Improve documentation to fix function name typo.
10609         Reported by Daiki Ueno <ueno@unixuser.org>.
10610
10611 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10614         even if the point is not in the last page of an article.
10615         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10616         back to the previous page.
10617
10618 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10621
10622 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10625
10626 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10627
10628         * message.el (message-check-news-body-syntax):
10629         Avoid mm-string-as-multibyte.
10630         (message-hide-headers): Don't assume (point-min)==1.
10631
10632 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * message.el (message-remove-blank-cited-lines): Fix if remove is
10635         given.
10636         (message-bogus-address-regexp): New variable.
10637         (message-bogus-recipient-p): New function.
10638         (message-check-recipients): New command.
10639         (message-syntax-checks): Add `bogus-recipient'.
10640         (message-fix-before-sending): Add `bogus-recipient'.
10641
10642         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10643         (gnus-treat-body-boundary): Don't test window-system.
10644
10645 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10646
10647         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10648
10649 2007-10-28  Miles Bader  <miles@gnu.org>
10650
10651         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10652         at compile-time too.
10653
10654 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * gnus-msg.el (gnus-message-setup-hook):
10657         Add `message-remove-blank-cited-lines' to options.
10658
10659 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * message.el (message-remove-blank-cited-lines): New function.
10662         Suggested by Karl Plästerer.
10663
10664 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10667         mapc.
10668
10669         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10670         (top-level): Use mapc to set functions to be traced for debugging.
10671
10672         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10673         called for effect with while loop.
10674
10675         * message.el (message-talkative-question): Replace mapcar called for
10676         effect with mapc.
10677
10678         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10679         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10680         called for effect with dolist.
10681
10682         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10683
10684         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10685         gnus-extra-headers and nnmail-extra-headers.
10686
10687         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10688         called for effect with dolist.
10689         (top-level): Use mapc to set functions to be traced for debugging.
10690
10691         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10692         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10693         dolist.
10694
10695         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10696         Replace mapcar called for effect with mapc.
10697         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10698         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10699         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10700         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10701
10702         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10703         remove-if that's a cl function.
10704
10705         * webmail.el (webmail-debug): Replace mapcar called for effect with
10706         dolist.
10707
10708         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10709         with mapc.
10710
10711 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10714         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10715         with while loop.
10716
10717         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10718         functions from article-* functions.
10719         (gnus-multi-decode-header): Replace mapcar called for effect with
10720         dolist.
10721
10722         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10723         (gnus-bookmark-show-details): Replace mapcar called for effect with
10724         while loop.
10725
10726         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10727         called for effect with while loop.
10728
10729         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10730         with dolist.
10731
10732         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10733         Replace mapcar called for effect with dolist.
10734
10735         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10736
10737         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10738         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10739         Replace mapcar called for effect with dolist.
10740         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10741         mapc.
10742
10743         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10744         Replace mapcar called for effect with dolist.
10745         (gnus-topic-list): Replace mapcar called for effect with mapc.
10746
10747         * gnus.el: Use mapc instead of mapcar to add autoloads.
10748
10749 2007-10-23  Richard Stallman  <rms@gnu.org>
10750
10751         * gnus-group.el (gnus-group-highlight): Mark as risky.
10752
10753 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * gnus.el (gnus-server-to-method): Return method found first in
10756         gnus-newsrc-alist.
10757
10758         * gnus-art.el (gnus-article-highlight-signature)
10759         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10760         button overlay without the front stickiness.
10761
10762 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10763
10764         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10765         overview buffer needed a catch to receive its throw.
10766         (gnus-agent-flush-cache): Declare as interactive to make this function
10767         easier to use.
10768
10769 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10772         `next-line'.
10773
10774 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10777         exclude address matching message-dont-reply-to-names.
10778
10779 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-util.el (gnus-string<): New function.
10782
10783         * gnus-sum.el (gnus-article-sort-by-author)
10784         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10785
10786 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10789         the frame-focus tag is set in gnus-buffer-configuration.
10790
10791 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10794         the front stickiness.
10795
10796 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10799         url pattern; remove duplicate one.
10800         (gnus-article-extend-url-button): New function.
10801         (gnus-article-add-buttons): Use it.
10802         (gnus-button-push): Use concatenated url that it makes.
10803
10804 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10805
10806         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10807
10808 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10809
10810         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10811         Don't hardcode point-min==1.
10812
10813 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10816         Fix comment about "iso8859-1".
10817
10818 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10819
10820         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10821         ones returned from the verify-function.
10822
10823         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10824         Call mml2015-extract-cleartext-signature if extraction failed.
10825
10826 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10827
10828         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10829         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10830         failed.
10831
10832 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10835
10836 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10839         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10840         recommends to use EasyPG instead of PGG.
10841
10842         * pgg.el: Revert to revision 6.23.2.16.
10843
10844         * pgg-def.el: Revert to revision 6.6.2.14.
10845
10846         * pgg-gpg.el: Revert to revision 6.23.2.34.
10847
10848 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10849
10850         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10851         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10852         thread for both the null and zero (kill/expire thread) universal prefix
10853         cases.
10854         (gnus-summary-expire-thread): Add new function to expire a thread,
10855         using gnus-summary-kill-thread.
10856         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10857         shortcuts for gnus-summary-expire-thread.
10858         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10859         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10860
10861 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10862
10863         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10864         extras value, so an extras entry can be deleted.
10865         (gnus-registry-delete-extra-entry): Use it.
10866         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10867         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10868         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10869         storage through the gnus-registry, and provide an appropriate API for
10870         it.
10871
10872 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10875         Suggested by Leo <sdl.web@gmail.com>.
10876
10877         * gnus.el: Do.
10878
10879 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10882         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10883
10884         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10885
10886         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10887         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10888
10889 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10892         newline.
10893         (nnmbox-request-accept-article): Don't change article in source buffer;
10894         narrow to header to use message-fetch-field rather than
10895         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10896         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10897         as delimiters; make sure article ends with newline.
10898         (nnmbox-delete-mail): Correct last position of article to be deleted;
10899         ignore X-Gnus-Newsgroup header in article body.
10900         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10901         positions; make sure article ends with newline.
10902
10903         * message.el (message-display-abbrev): Don't infloop when a user
10904         inserts SPC in the beginning of header.
10905
10906         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10907         coding-system-for-read and coding-system-for-write for XEmacs having no
10908         file-coding feature.
10909
10910         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10911
10912 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10913
10914         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10915         list of groups not followed by default.  Fix type to be regexp.
10916         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10917
10918 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10919
10920         * hmac-def.el (define-hmac-function): Switch from old-style to
10921         new-style backquotes.
10922
10923         * md4.el (md4-make-step): Likewise.
10924
10925 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10928         raw-text coding system when saving .newsrc file, which may contain
10929         non-ASCII group names.
10930
10931 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-cus.el (gnus-score-extra): New widget.
10934         (gnus-score-extra-convert): New function.
10935         (gnus-score-customize): Use it for Extra.
10936
10937 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10938
10939         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10940         (mml2015-mailcrypt-clear-verify): Use it.
10941         (mml2015-gpg-clear-verify): Use it.
10942         (mml2015-pgg-clear-verify): Use it.
10943         (mml2015-epg-clear-verify): Replace the current part with the output
10944         from GnuPG; don't extract the plaintext by itself.
10945
10946         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10947         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10948         mml2015-clear-verify-function; don't touch the armor headers or
10949         dash-escaped text here.
10950
10951 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10954         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10955         parts, or application/octet-stream as a last resort.
10956         (gnus-mime-view-part-as-type): Don't toggle display.
10957         (gnus-mime-view-part-as-charset): Don't turn off display before
10958         querying charset.
10959
10960         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10961         stuff to undisplayer function in Emacs.
10962         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10963
10964         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10965         text/calendar parts.
10966
10967 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10970         decoding text/calendar parts.
10971
10972         * message.el (message-forward-make-body-mime): Always mark body as
10973         having no illegible text; remove signed-or-encrypted argument.
10974         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10975
10976         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10977         (mml-generate-mime-1): Don't encode body if it is specified to be in
10978         raw form; don't make buffer be unibyte when inserting multibyte string.
10979
10980 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10981
10982         * sha1.el: Fix up comment style.
10983         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10984         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10985
10986         * hex-util.el: Fix up comment style.
10987         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10988
10989         * gnus-salt.el: Use with-current-buffer.
10990         (gnus-pick-setup-message): Fix long-standing typo.
10991
10992 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * imap.el (imap-logout-timeout): New variable.
10995         (imap-logout, imap-logout-wait): New functions.
10996         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10997
10998         * nnimap.el (nnimap-logout-timeout): New server variable.
10999         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11000         nnimap-logout-timeout.
11001
11002         * gnus-art.el (gnus-article-summary-command-nosave)
11003         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11004
11005 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus.el (gnus-maximum-newsgroup): New variable.
11008
11009         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11010         according to gnus-maximum-newsgroup.
11011
11012         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11013         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11014         Limit the range of articles according to gnus-maximum-newsgroup.
11015
11016 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11017
11018         * gnus-art.el (gnus-sticky-article): Fix problems described in
11019         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11020         Don't perform gnus-configure-windows here; reuse existing sticky
11021         article buffer.
11022
11023         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11024         it doesn't exist in gnus-article-mode.
11025
11026 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11029         (gnus-agent-decoded-group-name): New function.
11030         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11031         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11032
11033 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11034
11035         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11036         Add binding for gnus-sticky-article.
11037         (gnus-summary-exit): Don't kill sticky article buffers.
11038
11039         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11040         article buffer.
11041         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11042         (gnus-kill-sticky-article-buffers): New commands.
11043
11044 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * nntp.el (nntp-xref-number-is-evil): New server variable.
11047         (nntp-find-group-and-number): If it is non-nil, don't trust article
11048         numbers in the Xref header.
11049
11050 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * gnus-agent.el (gnus-agent-read-group): New function.
11053         (gnus-agent-flush-group, gnus-agent-expire-group)
11054         (gnus-agent-regenerate-group): Use it.
11055         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11056         nnmail-pathname-coding-system.
11057
11058 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11061
11062         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11063         that are unread as unread, and also as selected so that information of
11064         marks having been changed by a user may be updated when exiting group.
11065
11066 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11069
11070 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11073         calculated ignoring signature parts to gnus-treat-article.
11074
11075 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11078         a point here in order to keep the window start.
11079         (gnus-insert-mime-security-button): Make a button overlay without the
11080         front stickiness.
11081         (gnus-mime-display-security): Goto the end of a button.
11082
11083         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11084
11085 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11088         group-name-at-point.
11089         (gnus-group-completing-read): New function that offers decoded
11090         non-ASCII group names for completion.
11091         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11092         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11093         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11094         (gnus-group-fetch-control): Use it.
11095         (gnus-fetch-group): Use group-name-at-point for the initial value
11096         rather than the default value; use gnus-alive-p.
11097
11098         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11099         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11100         (gnus-summary-post-news): Use gnus-group-completing-read.
11101
11102         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11103         (gnus-read-move-group-name): Decode group name for completion.
11104
11105 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11106
11107         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11108         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11109         Yamaoka slightly modified the code).
11110
11111 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11114         (nnmail-split-incoming): Bind it.
11115
11116         * nnml.el (nnml-group-name-charset): New function.
11117         (nnml-decoded-group-name): Use it; don't decode group name if
11118         nnmail-group-names-not-encoded-p is non-nil.
11119         (nnml-encoded-group-name): New function.
11120         (nnml-group-pathname): Inline nnml-decoded-group-name.
11121         (nnml-request-expire-articles): Decode group name in message.
11122         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11123         nnmail-pathname-coding-system.
11124         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11125         not decoded ones according to nnmail-group-names-not-encoded-p.
11126         (nnml-generate-active-info): Use nnml-encoded-group-name.
11127
11128 2007-08-08  Glenn Morris  <rgm@gnu.org>
11129
11130         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11131         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11132         doc-strings and comments.
11133
11134 2007-07-25  Glenn Morris  <rgm@gnu.org>
11135
11136         * Relicense all FSF files to GPLv3 or later.
11137
11138 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * gnus-sum.el (gnus-summary-move-article):
11141         Make gnus-summary-respool-article work.
11142
11143 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11144
11145         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11146         string.
11147
11148 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11149
11150         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11151         that should be ignored when comparing distant RSS articles with local
11152         ones.
11153         (nnrss-make-hash-index): New function.  Create a hash index according
11154         to the ignored fields.
11155         (nnrss-check-group): Use it.
11156
11157 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11160
11161         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11162
11163         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11164         the new optional argument ENCODED is non-nil.
11165         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11166         coding system for encoding group name.
11167         (gnus-group-make-rss-group): Pass un-encoded group name to
11168         gnus-group-make-group.
11169         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11170         encoded.
11171
11172         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11173         Encode group name to which articles are moved or copied.
11174         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11175         coding system for encoding Newsgroup, Followup-To and Xref headers.
11176
11177         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11178         marks; use nnheader-file-coding-system to write a file.
11179         (nnagent-retrieve-headers): Bind file-name-coding-system to
11180         nnmail-pathname-coding-system.
11181
11182         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11183
11184         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11185         (nnml-request-article, nnml-request-create-group)
11186         (nnml-request-rename-group, nnml-find-id)
11187         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11188         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11189         (nnml-save-marks): Use nnml-group-pathname instead of
11190         nnmail-group-pathname.
11191
11192         (nnml-request-create-group, nnml-request-expire-articles)
11193         (nnml-request-move-article, nnml-request-delete-group)
11194         (nnml-deletable-article-p, nnml-possibly-create-directory)
11195         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11196         (nnml-open-marks): Bind file-name-coding-system to
11197         nnmail-pathname-coding-system.
11198
11199         (nnml-request-article): Pass server argument to nnml-find-group-number.
11200         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11201         Pass server argument to nnml-possibly-create-directory.
11202         (nnml-request-accept-article): Pass server argument to
11203         nnml-active-number and nnml-save-mail.
11204         (nnml-find-group-number): Pass server argument to nnml-find-id.
11205         (nnml-request-update-info): Pass server argument to
11206         nnml-marks-changed-p.
11207
11208         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11209         (nnml-save-mail, nnml-active-number): Add server argument.
11210
11211         (nnml-request-delete-group): Warn if group is missing.
11212         (nnml-get-nov-buffer): Decode group name.
11213         (nnml-generate-active-info): Encode group name.
11214         (nnml-open-marks): Decode group name in messages.
11215
11216 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11219         if it is not specified.
11220         (gnus-article-pipe-part, gnus-article-save-part)
11221         (gnus-article-interactively-view-part, gnus-article-copy-part)
11222         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11223         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11224         (gnus-article-replace-part, gnus-article-delete-part)
11225         (gnus-article-view-part-as-type): Pass raw prefix argument to
11226         gnus-article-part-wrapper.
11227
11228 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * gnus-agent.el (gnus-agent-save-active):
11231         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11232
11233         * gnus-cache.el (gnus-cache-save-buffers)
11234         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11235         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11236         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11237         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11238         (gnus-cache-generate-active, gnus-cache-rename-group)
11239         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11240         (gnus-cache-update-overview-total-fetched-for):
11241         Bind file-name-coding-system to nnmail-pathname-coding-system.
11242         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11243         New variables.
11244         (gnus-cache-decoded-group-name): New function.
11245         (gnus-cache-file-name): Use it.
11246         (gnus-cache-generate-active): Use non-decoded group name for active.
11247
11248         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11249         right place.
11250         (gnus-write-active-file): Don't break non-ASCII group names.
11251
11252         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11253         nnmail-pathname-coding-system.
11254
11255         * lpath.el: Bind default-file-name-coding-system,
11256         file-name-coding-system and language-info-alist for XEmacs.
11257
11258         * gnus-uu.el (gnus-uu-decode-save): Typo.
11259
11260 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11263
11264 2007-07-14  David Kastrup  <dak@gnu.org>
11265
11266         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11267         finishing actions if we did not edit the article.
11268
11269 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11272         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11273         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11274         (gnus-agent-flush-group, gnus-agent-flush-cache)
11275         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11276         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11277         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11278         (gnus-agent-regenerate-group)
11279         (gnus-agent-update-files-total-fetched-for)
11280         (gnus-agent-update-view-total-fetched-for):
11281         Bind file-name-coding-system to nnmail-pathname-coding-system.
11282         (gnus-agent-group-pathname): Don't encode file names by
11283         nnmail-pathname-coding-system.
11284         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11285         coding-system-for-write instead of buffer-file-coding-system to
11286         gnus-agent-file-coding-system.
11287
11288         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11289         Decode group name.
11290
11291         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11292
11293         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11294         (gnus-read-newsrc-el-file): Make group names unibyte.
11295
11296         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11297         nnmail-pathname-coding-system.
11298
11299         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11300         (nnrss-request-delete-group): Bind file-name-coding-system to
11301         nnmail-pathname-coding-system.
11302         (nnrss-read-server-data, nnrss-read-group-data):
11303         Bind file-name-coding-system correctly.
11304         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11305
11306         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11307         (nntp-server-to-method-cache): New variable.
11308         (nntp-group-pathname): New function that decodes non-ASCII group names.
11309         (nntp-possibly-create-directory, nntp-marks-changed-p)
11310         (nntp-save-marks, nntp-open-marks): Use it.
11311         (nntp-possibly-create-directory, nntp-open-marks):
11312         Bind file-name-coding-system to nnmail-pathname-coding-system.
11313         (nntp-open-marks): Decode group names when bootstrapping marks.
11314
11315         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11316         Newsgroups and Folowup-To headers.
11317
11318 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11321         (gnus-server-closed-face, gnus-server-denied-face)
11322         (gnus-server-offline-face): Remove variable.
11323         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11324
11325         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11326         of modifying message-stack directly for XEmacs.
11327
11328         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11329         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11330         if the coding-system argument is nil for XEmacs.
11331
11332         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11333         mm-charset-override-alist.
11334
11335         * rfc2047.el: Don't require base64; require rfc2045 for the function
11336         rfc2045-encode-string.
11337         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11338         to quote the parameter value.
11339
11340 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11343         form in gnus-group-name-charset-method-alist.
11344
11345         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11346         overrides the default layout edit-form.
11347
11348         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11349
11350         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11351
11352 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11355         as unfetched articles.
11356
11357 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11360
11361 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11364         original back end that keeps marks in the local system.
11365
11366 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11369         arg of pop-to-buffer for XEmacs.
11370         (gnus-article-read-summary-keys): Ditto; don't restore window
11371         configuration if summary command ends up with neither article buffer
11372         nor summary buffer; describe bindings if summary keys end with C-h.
11373
11374 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * message.el (message-fix-before-sending): Skip raw message part to be
11377         forwarded while checking illegible text.
11378         (message-forward-make-body-mime, message-forward-make-body):
11379         Mark signed or encrypted raw message as having no illegible text.
11380
11381 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11384         (gnus-message-with-timestamp-1): New macro.
11385         (gnus-message-with-timestamp): New function.
11386         (gnus-message): Use them.
11387
11388         * nnheader.el (nnheader-message): Use them.
11389
11390 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11393         .newsrc.eld file.
11394
11395 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-agent.el (gnus-agent-fetch-headers)
11398         (gnus-agent-retrieve-headers):
11399         Bind gnus-decode-encoded-address-function to identity.
11400
11401         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11402         available also when the server returns simply a dot.
11403
11404         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11405
11406 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11409
11410 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-ems.el (gnus-x-splash): Make it work.
11413
11414         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11415         from being used.
11416
11417         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11418
11419 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11422         4th and the 5th arguments.
11423
11424         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11425         the front stickiness.
11426         (gnus-article-summary-command-nosave): Correct the order of the
11427         arguments passed to pop-to-buffer.
11428         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11429         summary command ends up with the article buffer.
11430
11431         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11432         the same faces.
11433
11434 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11435
11436         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11437
11438 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11439
11440         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11441         * gnus-sum.el (gnus-summary-highlight):
11442         * pgg.el (pgg-sign-region, pgg-sign):
11443         * mail-source.el (mail-source-delete-old-incoming-confirm):
11444         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11445
11446 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-art.el (gnus-mime-view-part-externally)
11449         (gnus-mime-view-part-internally): Fix predicate function passed to
11450         completing-read.
11451
11452         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11453
11454         * gnus.el (gnus-update-message-archive-method): Add :version.
11455
11456 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus.el (gnus-update-message-archive-method): New variable.
11459
11460         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11461         according to gnus-message-archive-method if
11462         gnus-update-message-archive-method is non-nil.
11463
11464 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11467         Suggested by Loic Dachary <loic@dachary.org>.
11468         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11469
11470 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * message.el (message-pop-to-buffer): Add switch-function argument.
11473         (message-mail): Pass switch-function argument to it.
11474
11475 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11478         Improve doc string.
11479
11480 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11483         (gnus-header-content)
11484         * gnus-cite.el (gnus-cite-10)
11485         * gnus-srvr.el (gnus-server-closed)
11486         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11487         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11488         (gnus-group-mail-3-empty, gnus-group-mail-low)
11489         (gnus-group-mail-low-empty, gnus-splash)
11490         * message.el (message-header-to, message-header-cc)
11491         (message-header-subject, message-header-other, message-header-name)
11492         (message-header-xheader, message-separator, message-cited-text)
11493         (message-mml): Lighten colors of faces used for dark background.
11494
11495 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11496
11497         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11498         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11499
11500 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * message.el (message-narrow-to-headers-or-head):
11503         Ignore mail-header-separator in the body.
11504
11505 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11508         same as window size.
11509
11510 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11511
11512         * message.el (message-font-lock-keywords): Use message-header-xheader
11513         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11514         ahead of the anything pattern, to get it recognised.
11515
11516 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11519         spam.el loads uses it in the compiled defadvice form.
11520
11521 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11522
11523         * gnus-sum.el (gnus-articles-to-read)
11524         (gnus-summary-insert-old-articles): Don't truncate group name for
11525         `read-string'.
11526
11527         * gnus-util.el (gnus-limit-string): Delete this function.
11528
11529         * gnus-sum.el (gnus-simplify-subject-fully):
11530         Use `truncate-string-to-width' instead.
11531
11532 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11533
11534         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11535         Tell if, on summary exit, the next group has to be selected.
11536         (gnus-summary-exit): Use it.
11537
11538 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11541         non-break space.
11542
11543 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11546         Check if group is not a directory.
11547         (nnfolder-request-expire-articles): Don't delete articles if the target
11548         group is not available.
11549
11550         * nnml.el (nnml-request-create-group): Properly check if group is not a
11551         file.
11552         (nnml-request-expire-articles): Don't delete articles if the target
11553         group is not available.
11554
11555         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11556         Don't quote characters that are within parentheses.
11557
11558 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11561         (gnus-handle-ephemeral-exit): Select article according to it.
11562
11563 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * message.el (message-insert-formated-citation-line): Remove newline.
11566         (message-citation-line-format): Add final \n here so that the user can
11567         avoid a blank line.
11568
11569 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11570
11571         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11572         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11573         Update lanl/arXiv support.
11574
11575 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gnus.el: Bump version number.
11578
11579 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11580
11581         * gnus.el (gnus-version-number): Bump version.
11582
11583 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11584
11585         * gnus.el: No Gnus v0.6 is released.
11586
11587 2007-04-27  Didier Verna  <didier@xemacs.org>
11588
11589         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11590         * gmm-utils.el (gmm-regexp-concat): ... here.
11591         * message.el: Don't require 'gnus-util.
11592         (message-dont-reply-to-names): Handle name change above.
11593         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11594
11595 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11598         since the initial value varies according to the system.
11599
11600 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11603
11604 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11605
11606         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11607
11608 2007-04-24  Didier Verna  <didier@xemacs.org>
11609
11610         Improve the type of gnus-ignored-from-addresses.
11611         * gnus-util.el (gnus-orify-regexp): New function.
11612         * message.el (gnus-util): Require it.
11613         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11614         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11615         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11616
11617 2007-04-24  Didier Verna  <didier@xemacs.org>
11618
11619         * gnus-sum.el:
11620         * gnus-utils.el: Fix some trailing whitespaces.
11621
11622 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11625         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11626         article's Message-ID; refer parent article in summary buffer.
11627
11628         * message.el (message-bounce): Call mime-to-mml.
11629
11630         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11631         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11632         optimize and/or forms properly.
11633
11634 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11635
11636         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11637         URL.
11638
11639 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11642
11643 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11646         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11647         displayed of multipart/alternative part if it is invoked from summary
11648         buffer.
11649
11650         * mm-view.el (mm-inline-text-html-render-with-w3m)
11651         (mm-inline-text-html-render-with-w3m-standalone)
11652         (mm-inline-render-with-function): Use mail-parse-charset by default.
11653
11654 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11655
11656         * parse-time.el (parse-time-string-chars): Check if CHAR
11657         is less than the length of parse-time-syntax.
11658
11659 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11662         from gnus-newsgroup-processable.
11663
11664 2007-04-16  Didier Verna  <didier@xemacs.org>
11665
11666         * gnus-msg.el (gnus-configure-posting-styles):
11667         Handle message-signature-directory properly with :file syntax.
11668         Reported by "Leo".
11669
11670 2007-04-11  Didier Verna  <didier@xemacs.org>
11671
11672         New user option: message-signature-directory.
11673         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11674         * message.el (message-insert-signature): Ditto.
11675         * message.el (message-signature-file): Doc update.
11676         * message.el (message-signature-directory): New.
11677
11678 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-msg.el (gnus-inews-yank-articles):
11681         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11682
11683 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * message.el (message-yank-original): Make sure cited text ends with
11686         newline; don't exchange point and mark.
11687
11688 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11689
11690         * tls.el (open-tls-stream): Properly handle case where there
11691         is no associated buffer.
11692
11693 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11694
11695         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11696         message-yank-original, make sure (< mark TEXT point).
11697
11698 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11699
11700         * message.el (message-fill-column): New variable.
11701         (message-mode): Use it.  Add comment on a possible new hook.
11702
11703         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11704         (nnmail-get-new-mail): Reformat.
11705
11706         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11707
11708         * gmm-utils.el: Fix Commentary.
11709         (gmm-tool-bar-from-list): Fix typo in doc string.
11710
11711 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11712
11713         * message.el (message-yank-original): Don't switch point and mark
11714         unnecessarily to put point and mark as documented.
11715
11716 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11717
11718         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11719         from the message heads.
11720
11721 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11722
11723         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11724         article buffer does not have a window.  This may not be the best
11725         solution but is certainly better than setting the start of the null,
11726         that is the current, window.
11727
11728 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11731         (gnus-draft-setup): Run it.
11732
11733         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11734         gnus-score-fast-scoring.  Allow regexp.
11735         (gnus-score-headers): Use it.
11736
11737         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11738         XEmacs.
11739
11740         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11741         string.
11742         (gnus-button-alist): Also catch `<f1> k ...'.
11743         (gnus-treat-display-x-face): Fix doc string.
11744
11745 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11746
11747         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11748         evaluation of gnus-extended-version to ensure correct generation of the
11749         User-Agent header when message-generate-headers-first is used.
11750
11751 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11752
11753         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11754         hashcash-path is nil.  Don't call callback with incorrect number of
11755         parameters if val is 0.
11756
11757 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11758
11759         * message.el (message-required-news-headers):
11760         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11761
11762 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11763
11764         * tls.el (open-tls-stream): In handshake-waiting loop,
11765         don't wait more if there is output available to process.
11766
11767 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11768
11769         * tls.el (tls-program): Doc fix.
11770
11771 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * message.el (message-generate-new-buffers): Change the meaning of the
11774         nil value; add `standard' to the choices; treat t as `unique'; improve
11775         doc string.
11776         (gnus-select-frame-set-input-focus): Autoload.
11777         (message-buffer-name): Search for the existing message buffer if
11778         message-generate-new-buffers is nil or `standard'; treat the value t of
11779         message-generate-new-buffers as `unique'.
11780         (message-pop-to-buffer): Raise the frame already displaying the message
11781         buffer; clear the echo area after querying.
11782         (message-setup): Pass the `continue' argument to compose-mail.
11783         (message-mail): Prefer `switch-function' if it is given; search for the
11784         existing message buffer if the `continue' argument is non-nil; pass
11785         continue and switch-function arguments to compose-mail by way of
11786         message-setup.
11787         (message-mail-other-window): Adjust argument of message-setup.
11788         (message-mail-other-frame): Ditto.
11789
11790 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11793         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11794         to turn font-lock on when turning gnus-message-citation-mode on.
11795
11796 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11797
11798         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11799         (mml-smime-function-alist): New variable; add epg as the backend.
11800         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11801         mml-smime- functions instead.
11802         * mm-view.el: Require smime.
11803
11804 2007-03-05  Didier Verna  <didier@xemacs.org>
11805
11806         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11807         instead of just inheritance for posting styles.
11808         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11809
11810 2007-02-24  Chris Moore  <dooglus@gmail.com>
11811
11812         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11813         * pgg-pgp.el (pgg-pgp-encrypt-region):
11814         * pgg-gpg.el (pgg-gpg-encrypt-region):
11815         Check pgg-encrypt-for-me if no other recipients.
11816
11817 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11818
11819         * tls.el (tls-certtool-program): Fix custom type.
11820
11821 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11824         and point-at-eol instead of line-(beginning|end)-position.
11825
11826         * assistant.el (assistant-parse-buffer): Ditto.
11827
11828         * netrc.el (netrc-parse-services): Ditto.
11829
11830 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11831
11832         * mml2015.el (mml2015-epg-find-usable-key): New function.
11833         (mml2015-epg-sign): Use it.
11834         (mml2015-epg-encrypt): Use it.
11835
11836 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * message.el (message-make-in-reply-to): Quote name containing
11839         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11840         if there are special characters.  Reported by NAKAJI Hiroyuki
11841         <nakaji@jp.freebsd.org>.
11842
11843 2007-02-27  Didier Verna  <didier@xemacs.org>
11844
11845         Include the group parameters as well as the topic ones in the
11846         inheritance filter process.
11847         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11848         argument GROUP-PARAMS-LIST.
11849         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11850
11851 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * nntp.el (nntp-never-echoes-commands)
11854         (nntp-open-connection-functions-never-echo-commands): New variables.
11855         (nntp-send-command): Use them.
11856
11857 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11858
11859         * mml2015.el (mml2015-epg-verify): Simplify.
11860
11861 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * mml.el (mml-content-disposition-alist): New user option.
11864         (mml-content-disposition): New function.
11865         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11866         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11867
11868 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11869
11870         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11871         verification.
11872
11873 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11874
11875         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11876         articles posted in the last 24 hours.
11877
11878 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11879
11880         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11881
11882 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11883
11884         * nntp.el (nntp-send-command): Don't wait for echoes when
11885         nntp-open-ssl-stream is used.
11886
11887 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11890         (gnus-message-add-citation-keywords)
11891         (gnus-message-remove-citation-keywords): Remove.
11892         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11893         directly, make the variables in font-lock-defaults buffer-local, add
11894         gnus-message-citation-keywords to them and then update the value of
11895         font-lock-keywords.
11896
11897 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * message.el (message-cite-original-1): Don't call
11900         gnus-article-highlight-citation.
11901
11902         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11903         citations; fix line count.
11904
11905 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11908         (gnus-message-add-citation-keywords)
11909         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11910         versions of font-lock-add-keywords and font-lock-remove-keywords to
11911         work with XEmacs correctly.
11912
11913 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-cite.el (gnus-cite-face-list): Set the values of
11916         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11917         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11918         (gnus-message-cite-prefix-regexp): New variable.
11919         (gnus-message-search-citation-line): Use it; protect against long
11920         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11921         the 0th match data for Emacs.
11922         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11923         (gnus-message-add-citation-keywords): Append keywords rather than
11924         prepending; emulate font-lock-add-keywords if it is not available.
11925         (gnus-message-remove-citation-keywords):
11926         Emulate font-lock-remove-keywords if it is not available.
11927
11928         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11929
11930         * message.el (message-cite-prefix-regexp): Set the value of
11931         gnus-message-cite-prefix-regexp.
11932
11933 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11934
11935         * nnweb.el (nnweb-google-parse-1): Update parser.
11936
11937 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11938
11939         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11940
11941 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11942
11943         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11944         regexp.
11945
11946 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11949         string-to-multibyte.
11950         (uudecode-decode-region-internal): Use it.
11951
11952         * lpath.el: Fbind string-as-multibyte for XEmacs.
11953
11954 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11955
11956         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11957         Fix custom choice.
11958
11959         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11960
11961 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11962
11963         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11964
11965         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11966         `write-region' to respect `mm-inhibit-file-name-handlers'.
11967
11968 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11971         Use gnus-home-directory instead of "~/" or "$HOME".
11972
11973 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11974
11975         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11976         to mention filename.
11977         Add comments at beginning regarding usage.
11978         (encrypt-write-file-contents): Change interactive so a string is
11979         acceptable.  If the file has no associated model, show an error instead
11980         of a nonsense prompt.
11981
11982 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11983
11984         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11985         Thanks to Yoshihiko Yamada for kind notification of this typo.
11986
11987 2007-01-12  Kenichi Handa  <handa@m17n.org>
11988
11989         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11990         multibyte buffer.
11991
11992 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * gnus-score.el (gnus-score-fast-scoring): New variable.
11995         (gnus-score-headers): Use it.
11996
11997         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11998
11999         * message.el (message-cite-original-1):
12000         Call gnus-article-highlight-citation if requested.
12001         (message-make-from): Allow name and address as optional arguments.
12002
12003         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12004
12005         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12006         bugs to doc string.
12007         (gnus-button-alist): Add mid\\|message-id.
12008         (gnus-button-fetch-group): Extend for use in
12009         `browse-url-browser-function'.
12010         (gnus-button-url-regexp): Try to catch paired parentheses like in
12011         Wikipedia URLs.
12012
12013         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12014         Suggested by Simon Krahnke <overlord@gmx.li>.
12015
12016 2007-01-13  Romain Francoise  <romain@orebokech.com>
12017
12018         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12019         Update copyright.
12020
12021 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12022
12023         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12024
12025 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12026
12027         * gnus-registry.el (gnus-registry-unfollowed-groups)
12028         (gnus-registry-split-fancy-with-parent): Fix documentation.
12029
12030 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12031
12032         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12033         from nnweb groups.
12034
12035 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12036
12037         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12038         Xref urls.  Erase buffer before requesting head.
12039
12040         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12041
12042 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12045         customizable.
12046
12047 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12048
12049         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12050         no signing key is found.
12051         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12052         no encrypting and/or signing key is found.
12053
12054 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12057
12058 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12059
12060         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12061         headers read from disk with the ones newly found in the current search.
12062         This should no longer cause problems, because the article numbers in
12063         Gmane's `nov.php' output are ignored since the previous change.
12064
12065 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12066
12067         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12068
12069 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12072         replace-regexp-in-string; bind url-version; fbind display-images-p and
12073         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12074         find-face and set-itimer-function for Emacs; bind itimer-list for
12075         Emacs.
12076
12077         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12078
12079 2007-01-01  Romain Francoise  <romain@orebokech.com>
12080
12081         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12082
12083 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12084
12085         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12086         `define-minor-mode' macro definition expanded properly.
12087         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12088         exclude it there.
12089
12090         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12091         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12092         `fboundp' test.
12093         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12094         This is OK to autoload in (S)XEmacs now.
12095
12096 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12097
12098         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12099         keystroke.
12100         (gnus-summary-limit-to-singletons): Fix typo.
12101
12102         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12103         else fails.
12104
12105 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12106
12107         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12108         docstring.
12109
12110         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12111         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12112         (gnus-summary-insert-dormant-articles): Fix typo in message.
12113
12114 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12117         nil for XEmacs.
12118         (gnus-message-citation-mode): Don't autoload in XEmacs.
12119
12120         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12121
12122 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12123
12124         * nnimap.el (nnimap-expunge-search-string):
12125         Mention nnimap-search-uids-not-since-is-evil in docstring.
12126
12127 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * spam.el: Revert to make-obsolete-variable because
12130         define-obsolete-variable-alias is not supported in Emacs 21.
12131
12132         * spam.el (spam-ifile-path, spam-ifile-database-path)
12133         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12134         make-obsolete-variable.
12135         (spam-bsfilter-path, spam-bsfilter-program)
12136         (spam-spamassassin-path, spam-spamassassin-program)
12137         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12138         Don't use "path" inappropriately.
12139         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12140         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12141         variable names.
12142
12143 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12144
12145         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12146         summary buffer.
12147
12148         * password.el (password-cache-remove): Use clear-string to burn
12149         password, if available.
12150
12151 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12154
12155         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12156
12157         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12158         (gnus-message-highlight-citation): Move defcustom here from
12159         gnus-cite.el.
12160         (gnus-message-citation-mode): Autoload.
12161
12162         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12163         checks to make it compile with XEmacs.
12164         (gnus-message-citation-mode): New minor mode.
12165         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12166         (gnus-message-highlight-citation): New variables.
12167         (gnus-message-search-citation-line)
12168         (gnus-message-add-citation-keywords)
12169         (gnus-message-remove-citation-keywords)
12170         (turn-on-gnus-message-citation-mode)
12171         (turn-off-gnus-message-citation-mode): New functions.
12172
12173 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12174
12175         * gnus-cite.el: Enable highlighting of different citation levels in
12176         message-mode.
12177
12178 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * message.el (message-make-fqdn): Fix comment.
12181         (message-bogus-system-names): Add ".local".
12182
12183         * spam.el (spam-ifile-path, spam-ifile-program)
12184         (spam-ifile-database-path, spam-ifile-database)
12185         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12186         Don't use "path" inappropriately.
12187         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12188         strings.
12189         (spam-check-ifile, spam-ifile-register-with-ifile)
12190         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12191         Use new variable names.
12192
12193         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12194         (gnus-treat-display-smileys): Simplify using
12195         gnus-image-type-available-p.
12196
12197         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12198         available.
12199
12200         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12201         Use `display-images-p' if available.
12202
12203 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12206         one after turning on the buffer's multibyteness instead of decoding
12207         them directly in the unibyte buffer that causes unexpected conversion
12208         in Emacs 23 (unicode).
12209
12210 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12211
12212         * message.el (message-generate-hashcash): Fix custom type.
12213
12214 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12217
12218 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12221         disconnect icons.  Add help text.
12222
12223 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12224
12225         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12226         negated to be consistent with the others we handle.
12227
12228 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12229
12230         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12231         version of gnus-summary-buffer to something, so that we can use two
12232         article buffers at the same time.
12233
12234 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12235
12236         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12237         trigger all the extra headers.
12238         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12239         sorting.
12240
12241 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12242
12243         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12244         solid groups.
12245
12246 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12247
12248         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12249
12250 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * legacy-gnus-agent.el: Add Copyright notice.
12253
12254 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12255
12256         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12257
12258 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12261
12262         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12263         to make it work reliably in CVS Emacs.
12264         (gnus-summary-limit-strange-charsets-predicate)
12265         (gnus-summary-limit-to-predicate): New functions.
12266
12267 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12268
12269         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12270         specifying array size.
12271         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12272         array if it is too small.
12273         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12274         (gnus-sort-threads-loop): New function.
12275
12276 2006-12-06  Chris Moore  <dooglus@gmail.com>
12277
12278         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12279         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12280
12281 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12282
12283         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12284         options.
12285
12286 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12287
12288         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12289         DOS-ing the recipient.
12290
12291         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12292         the headers when creating the mapping to avoid mismappings.
12293         (nnweb-gmane-create-mapping): Always nix out old mapping.
12294
12295 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12298         and mm-verify-option to never.
12299
12300 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * message.el (message-signed-or-encrypted-p): New function.
12303         (message-forward-make-body): Use it.
12304
12305         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12306         Replace encode-coding-string with mm-encode-coding-string.
12307
12308 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * nneething.el (nneething-decode-file-name):
12311         Replace decode-coding-string with mm-decode-coding-string.
12312
12313         * gnus-int.el (gnus-open-server): Say failed server's name.
12314
12315 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12316
12317         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12318         strings to a single string.  Quote `errors-file-name'.
12319         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12320         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12321         Adjust calls.  Use `shell-quote-argument'.
12322
12323 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12324
12325         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12326         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12327
12328         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12329         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12330         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12331         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12332         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12333         (gnus-subscribe-newsgroup, gnus-1):
12334         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12335         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12336         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12337         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12338
12339 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12340
12341         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12342         keystroke.
12343         (gnus-summary-limit-to-bodies): Implement headersp.
12344
12345 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12348
12349 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12352
12353 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12354
12355         * message.el (message-generate-hashcash): Expand range of values to
12356         include `opportunistic'.
12357         (message-send-mail): Use it.
12358
12359 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12360
12361         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12362         and comment it.
12363
12364         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12365
12366 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12367
12368         * gnus-util.el (gnus-extract-address-components): Improve comment.
12369
12370 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-util.el (gnus-extract-address-components): Work with address in
12373         which the name portion contains @.
12374
12375         * lpath.el: Fbind custom-autoload.
12376
12377 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * gnus.el (gnus-start): Move custom group up.
12380         (gnus-select-method): Don't autoload, but make it available for
12381         `customize-variable'.
12382         (gnus-getenv-nntpserver): Don't autoload.
12383
12384 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12385
12386         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12387
12388 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * message.el (message-sendmail-extra-arguments): New variable.
12391         (message-send-mail-with-sendmail): Use it.
12392
12393 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12396         mm-with-unibyte-current-buffer to make string unibyte.
12397
12398         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12399         mm-string-as-multibyte.
12400
12401 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12402
12403         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12404         Reported by Werner Koch <wk@gnupg.org>.
12405
12406 2006-11-14  Daiki Ueno  <ueno@p360>
12407
12408         * mml2015.el: Autoload epa-select-keys when compiling.
12409
12410 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12411
12412         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12413         message-options.
12414         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12415
12416 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12417
12418         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12419         EasyPG (< 0.0.6).
12420         (mml2015-always-trust): New user option.
12421         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12422         prompt.
12423
12424 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * nntp.el (nntp-authinfo-force): New variable.
12427         (nntp-send-authinfo): Use it.
12428
12429 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12432         decode encoded words.  Improve prompt.  Add comment about forwarding.
12433         (message-replacement-char): Move up.
12434
12435 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12436
12437         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12438         instead of gnus-intersection because arguments of gnus-sorted-nunion
12439         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12440
12441 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12444         (message-simplify-subject-functions):
12445         Enable message-strip-subject-encoded-words by default.
12446
12447 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * message.el (message-strip-subject-encoded-words): New function.
12450         (message-simplify-subject-functions): New variable.
12451         (message-simplify-subject): Use it.  Fix typo in doc string.
12452         Support message-strip-subject-encoded-words.
12453
12454 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12455
12456         * gnus-diary.el (gnus-diary-delay-format-function):
12457         * nndiary.el (nndiary-reminders):
12458         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12459
12460 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12461
12462         * gnus-art.el (article-hide-boring-headers): Fetch date from
12463         gnus-original-article-buffer to avoid problems with localized date
12464         strings.
12465
12466 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12469
12470 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12473         New variables.
12474         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12475         (mm-charset-synonym-alist): Move some entries to
12476         mm-codepage-iso-8859-list.
12477         (mm-charset-synonym-alist, mm-charset-override-alist):
12478         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12479
12480 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12483
12484 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12487         with Emacs 21 and XEmacs.
12488
12489 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12490
12491         * spam.el (spam-parse-address): New function for better parsing,
12492         catching errors, etc.
12493         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12494
12495 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * mm-view.el: Add interactive arg to html2text autoload.
12498
12499 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12502
12503 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12506         New variables.
12507         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12508         (mm-charset-synonym-alist): Move some entries to
12509         mm-codepage-iso-8859-list.
12510
12511         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12512
12513 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * message.el (message-citation-line-format)
12516         (message-insert-formated-citation-line): Fix implementation of %E, %N
12517         and %n according to the doc string.
12518
12519 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12520
12521         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12522         Use car-safe to avoid bad parses.
12523
12524 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12527         names.
12528
12529         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12530
12531 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12534         header.
12535
12536         * message.el (message-draft-headers): Add Date.
12537         (message-headers-to-generate): Fix typo in docstring.
12538
12539         * nndraft.el (nndraft-required-headers): New variable.
12540         (nndraft-generate-headers): Use it.
12541
12542         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12543
12544 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12545
12546         * gnus-registry.el (gnus-registry-wash-for-keywords)
12547         (gnus-registry-find-keywords): New functions to allow easy searching of
12548         articles that are in the registry.
12549
12550 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12551
12552         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12553         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12554         Reported by Damien Elmes <damien@repose.cx>.
12555
12556 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * gnus.el (gnus-mime): Remove unused custom group.
12559
12560 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12561
12562         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12563         "blank line" when searching for end of armor headers.
12564
12565 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gmm-utils.el (gmm-write-region): Fix variable name.
12568
12569 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * gmm-utils.el (gmm-write-region): New function based on compatibility
12572         code from `mm-make-temp-file'.
12573
12574         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12575
12576         * nnmaildir.el (nnmaildir--update-nov)
12577         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12578         Use `gmm-write-region'.
12579
12580 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12583         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12584
12585         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12586
12587         * message.el (message-replacement-char): New variable.
12588         (message-fix-before-sending): Use it.
12589         (message-simplify-subject): New function to remove duplicate code.
12590         (message-reply, message-followup): Use it.
12591
12592         * gnus-sum.el (gnus-summary-make-menu-bar):
12593         Clarify gnus-summary-limit-to-articles.
12594
12595 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-util.el (gnus-with-local-quit): New macro.
12598
12599         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12600
12601 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12602
12603         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12604         ignore non-string data.
12605
12606 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12607
12608         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12609         non-string data (needs to be done in the registry too).
12610
12611 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12612
12613         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12614         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12615         (gnus-registry-split-fancy-with-parent)
12616         (gnus-registry-fetch-simplified-message-subject-fast)
12617         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12618         Remove text properties on ingress into the registry and when it's saved.
12619         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12620         registry from entries with no groups.
12621
12622 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12623
12624         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12625         function to remove string properties.
12626
12627 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * gmm-utils.el (gmm): Adjust custom version.
12630
12631         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12632         Adjust custom version.
12633
12634         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12635
12636 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * gnus-art.el (gnus-insert-prev-page-button)
12639         (gnus-insert-next-page-button): Simplify.  Reformat.
12640
12641 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12642
12643         * gnus-art.el (gnus-insert-prev-page-button)
12644         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12645
12646 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12647
12648         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12649
12650 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12651
12652         * gnus-art.el (gnus-insert-mime-button)
12653         (gnus-insert-mime-security-button):
12654         Apply gnus-article-button-face to MIME and security buttons.
12655
12656 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12657
12658         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12659         readable.
12660
12661 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12664
12665 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12666
12667         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12668         `browse-url-of-file' instead of `browse-url'.
12669
12670 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12671
12672         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12673         regexp.  Articles containing quotation were cut prematurely.
12674
12675 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * message.el (message-cite-original-1): Use nobody by default for the
12678         value of From header.
12679         (message-reply): Ditto.
12680
12681 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12682
12683         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12684         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12685         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12686
12687 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12690         mails in the doc string.  Add some URLs in comment.
12691         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12692
12693 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12696         backslashes handling and the way to find boundaries of quoted strings.
12697
12698 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12699
12700         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12701         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12702         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12703         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12704
12705 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12706
12707         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12708         doc string.
12709         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12710
12711 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * lpath.el: Fbind epg-check-configuration.
12714
12715 2006-09-06  Simon Josefsson  <jas@extundo.com>
12716
12717         * mml2015.el (mml2015-use): Doc fix, mention epg.
12718
12719 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12720
12721         * mml2015.el (mml2015-use): Default to epg, if available.
12722
12723 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12724
12725         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12726         message-sender.
12727         (mml1991-epg-encrypt): Ditto.
12728         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12729         message-sender.
12730         (mml2015-epg-encrypt): Ditto.
12731
12732 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12733
12734         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12735         several common directories.
12736
12737 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12738
12739         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12740         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12741
12742 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * gnus-art.el (article-decode-encoded-words): Make it fast.
12745
12746 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12749
12750         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12751         in quoted string into `\'.
12752
12753 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12756         Use standard-syntax-table.
12757
12758 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-art.el (gnus-decode-address-function): New variable.
12761         (article-decode-encoded-words): Use it to decode headers which are
12762         assumed to contain addresses.
12763         (gnus-mime-delete-part): Remove useless `or'.
12764
12765         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12766         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12767         (gnus-nov-parse-line): Use it to decode From header.
12768         (gnus-get-newsgroup-headers): Ditto.
12769         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12770
12771         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12772         (mail-decode-encoded-address-string): New alias.
12773
12774         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12775         New function.
12776         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12777         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12778         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12779         (rfc2047-decode-string): Ditto.
12780         (rfc2047-decode-address-region): New function.
12781         (rfc2047-decode-address-string): New function.
12782
12783 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * message.el (message-caesar-buffer-body): Allow rotating headers.
12786
12787         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12788
12789         * message.el (message-insert-formated-citation-line): Fix %f.
12790         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12791
12792 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12795         (gnus-bookmark-mouse-available-p): New macro.
12796         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12797         (gnus-bookmark-bmenu-show-infos): Use it.
12798         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12799         (gnus-bookmark-bmenu-hide-infos): Ditto.
12800         (gnus-bookmark-remove-properties): New function.
12801         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12802         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12803         (gnus-bookmark-write-file): Bind coding-system-for-write.
12804         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12805         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12806         group before selecting it.
12807         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12808         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12809         quit-window if it is not available; use gnus-mouse-2 and bind it to
12810         gnus-bookmark-bmenu-select-by-mouse.
12811         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12812         (gnus-bookmark-bmenu-select-by-mouse): New function.
12813
12814 2006-08-13  Romain Francoise  <romain@orebokech.com>
12815
12816         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12817         space.
12818
12819 2006-08-10  Romain Francoise  <romain@orebokech.com>
12820
12821         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12822         (dns-mode-soa-auto-increment-serial): New user option.
12823         (dns-mode-soa-maybe-increment-serial): New function.
12824         (dns-mode): Add the latter to `write-contents-functions'.
12825
12826 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * compface.el (uncompface): Use binary rather than raw-text-unix.
12829
12830 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * compface.el (uncompface): Make sure the eol conversion doesn't take
12833         place when communicating with the external programs.
12834         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12835
12836 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12839
12840 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12841
12842         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12843         Make it more robust by parsing author and date independently.
12844
12845 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12848
12849 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12850
12851         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12852         first matching secret key.
12853         (mml2015-epg-encrypt): Ditto.
12854
12855         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12856         first matching secret key.
12857         (mml1991-epg-encrypt): Ditto.
12858
12859         * mml2015.el (mml2015-encrypt-to-self): New user option.
12860         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12861         mml2015-epg-encrypt-to-self is set.
12862
12863         * mml1991.el (mml1991-encrypt-to-self): New variable.
12864         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12865         mml1991-epg-encrypt-to-self is set.
12866
12867         * mml2015.el (mml2015-signers): New user option.
12868         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12869         (mml2015-epg-encrypt): Allow to select signing keys.
12870
12871         * mml1991.el (mml1991-signers): New variable.
12872         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12873         (mml1991-epg-encrypt): Allow to select signing keys.
12874
12875 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * nnheader.el (nnheader-insert-head): Make it work even if the file
12878         uses CRLF for the line-break code.
12879
12880 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12881
12882         * mml2015.el: Require mml-sec instead of password.
12883         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12884         (mml2015-cache-passphrase): Inherit the default value from
12885         mml-secure-cache-passphrase.
12886         (mml2015-passphrase-cache-expiry): Inherit the default value from
12887         mml-secure-passphrase-cache-expiry.
12888
12889         * mml1991.el: Require mml-sec instead of password.
12890         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12891         (mml1991-cache-passphrase): Inherit the default value from
12892         mml-secure-cache-passphrase.
12893         (mml1991-passphrase-cache-expiry): Inherit the default value from
12894         mml-secure-passphrase-cache-expiry.
12895
12896         * mml-sec.el: Require password.
12897         (mml-secure-verbose): New user option.
12898         (mml-secure-cache-passphrase): New user option.
12899         (mml-secure-passphrase-cache-expiry): New user option.
12900
12901 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12902
12903         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12904         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12905         andreas@altroot.de (Andreas Vögele).
12906
12907         FIXME: Use `tiny change'?
12908
12909 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12910
12911         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12912         workaround for the url package included with Emacs.
12913
12914         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12915
12916 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12919         correctly.  This fixes a bug caused by the 2006-05-12 change.
12920
12921 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12922
12923         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12924         some information about the error when saying that the `bogus' mail
12925         group will be used.
12926
12927 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12930         string.
12931
12932 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12933
12934         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12935
12936 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12937
12938         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12939
12940 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12941
12942         * mml1991.el (mml1991-function-alist): Add epg.
12943         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12944         (mml1991-epg-encrypt): New functions.
12945
12946 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12947
12948         * mml2015.el (mml2015-verbose): New variable.
12949         (mml2015-cache-passphrase): Ditto.
12950         (mml2015-passphrase-cache-expiry): Ditto.
12951         (mml2015-function-alist): Add epg.
12952         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12953         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12954         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12955         New functions.
12956
12957 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12958
12959         * message.el (message-cite-original-1): Preserve region when removing
12960         quoted text due to X-No-Archive in order to avoid bogus attribution
12961         when citing multiple messages.
12962
12963 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12964
12965         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12966         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12967
12968 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12969
12970         * gnus-diary.el (gnus-user-format-function-d)
12971         (gnus-user-format-function-D): Autoload.
12972
12973         * imap.el (Commentary): Fix typo.
12974
12975         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12976         2006-04-22 contribution.
12977
12978 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12979
12980         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12981         It didn't really fix the bogosity I'm seeing with solid web groups.
12982
12983 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12984
12985         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12986         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12987         created using server names.  If we use the feature without declaring
12988         it, Gnus does not properly manage server and group state.
12989
12990         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12991         bound.
12992
12993 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12994
12995         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12996         looking up the method using GROUP's prefix before inventing a new one.
12997         It is used on killed/unknown groups in various places where returning
12998         an all-new method isn't expected by the caller.
12999
13000         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13001         and match semantics of gnus-group-real-prefix.
13002
13003 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * nnmail.el (nnmail-broken-references-mailers): New variable.
13006         (nnmail-ignore-broken-references): New function generalizing
13007         nnmail-fix-eudora-headers.
13008         (nnmail-fix-eudora-headers): Now obsolete.
13009
13010         * gnus-art.el (gnus-button-handle-custom):
13011         Support `customize-apropos*'.
13012
13013 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13014
13015         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13016
13017         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13018         articles.
13019
13020 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13021
13022         * message.el (message-cite-reply-above): New variable.
13023         (message-yank-original): Use it.
13024
13025 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13028
13029 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13030
13031         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13032         as read.
13033
13034         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13035
13036 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13037
13038         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13039         (gnus-bookmark-default-file): Use gnus-directory.
13040         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13041         Remove "*" in doc string.
13042         (gnus-bookmark-write-file): Simplify.
13043         (gnus-bookmark-maybe-sort-alist): Use `when'.
13044         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13045         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13046         Add FIXME about Emacs 21 and XEmacs compatibility.
13047         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13048         compatibility.
13049         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13050         compatibility.
13051         (gnus-bookmark-menu-heading): Fix version.
13052
13053 2006-06-19  Bastien Guerry  <bzg@altern.org>
13054
13055         * gnus-bookmark.el: New file.
13056
13057 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * message.el (message-syntax-checks): Doc fix.
13060
13061 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13062
13063         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13064         unsubscribed groups as if they were killed ones.  It causes duplicate
13065         entries in gnus-newsrc-alist.
13066
13067 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * message.el (message-syntax-checks): Doc fix.
13070         (message-send-mail): Add check for continuation headers.
13071         (message-check-news-header-syntax): Fix regexp used to check for
13072         continuation headers.
13073
13074 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13077
13078 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13081
13082 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13085         default-truncate-lines.
13086
13087 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13090         to fill the utf-8 entry.
13091
13092         * lpath.el: Fbind unicode-precedence-list.
13093
13094 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13095
13096         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13097
13098 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13099
13100         * gnus-agent.el (directory-files-and-attributes): Move all the way
13101         forward (the third and final move).
13102         (gnus-agent-read-agentview): Trap reconstruction errors due to
13103         nonexistent directory.  Handle by returning nil.
13104
13105 2006-05-30  Didier Verna  <didier@xemacs.org>
13106
13107         * message.el (message-dont-reply-to-names): Update the custom type.
13108         * message.el (message-dont-reply-to-names): New defsubst: potentially
13109         convert a list of regexps into a single one.
13110         * message.el (message-get-reply-headers): Use it.
13111         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13112
13113 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * gnus-agent.el (directory-files-and-attributes): Move forward.
13116
13117 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * gnus-ml.el (gnus-mailing-list-subscribe)
13120         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13121         (gnus-mailing-list-message): Fix doc strings.
13122
13123 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13124
13125         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13126         of doing it manually.
13127
13128 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13131         comment.
13132
13133 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13134
13135         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13136         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13137         (gnus-agent-read-local): All symbols allocated in my-obarray.
13138         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13139         (gnus-agent-regenerate-group): Check numeric names to see if they are
13140         messages or groups.
13141         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13142         better way of do this...)
13143
13144         * gnus-cache.el (gnus-agent-total-fetched-for):
13145         Ignore 'dummy.group' (there should be a better way of do this...)
13146
13147 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13150         (gnus-saved-headers): Ditto.
13151         (gnus-default-article-saver): Mention functions may have properties.
13152         (gnus-article-save): Override gnus-save-all-headers and
13153         gnus-saved-headers by :headers property which saver function may have.
13154         (gnus-summary-save-in-file): Add :headers property.
13155         (gnus-summary-write-to-file): Ditto.
13156
13157         * gnus-sum.el (gnus-summary-save-article): Bind
13158         gnus-prompt-before-saving to t when saving many articles in a file;
13159         always show all headers.
13160
13161         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13162
13163 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13166         marks.
13167
13168         * message.el (message-indent-citation): Add optional arguments to allow
13169         using it outside of message buffers.
13170
13171         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13172         (gnus-article-treat-unfold-headers): Use it.
13173         (gnus-article-truncate-lines): New variable.
13174         (gnus-article-mode): Use it.
13175         (gnus-article-toggle-truncate-lines): New function.
13176
13177         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13178         Add gnus-article-toggle-truncate-lines.
13179
13180         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13181         coding system in XEmacs, use binary.
13182
13183 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13186         after-load-alist.
13187
13188         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13189         this function should save decoded articles.
13190         (gnus-summary-write-to-file): Use property to specify this function
13191         should save decoded articles and specify gnus-summary-save-in-file
13192         should be used to save articles other than the first one when saving
13193         many articles.
13194         (gnus-summary-save-body-in-file): Use property to specify this
13195         function should save decoded articles.
13196         (gnus-summary-write-body-to-file): Use property to specify this
13197         function should save decoded articles and specify
13198         gnus-summary-save-body-in-file should be used to save articles other
13199         than the first one when saving many articles.
13200
13201         * gnus-sum.el (gnus-summary-save-article): Simplify.
13202
13203 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-art.el (gnus-default-article-saver):
13206         Add gnus-summary-write-body-to-file.
13207         (gnus-article-save-coding-system): Don't use coding system object
13208         in XEmacs.
13209         (gnus-read-save-file-name): Add optional `dir-var' argument which
13210         specifies directory in which files are saved; work even if optional
13211         `variable' argument is not specified.
13212         (gnus-summary-write-to-file): Read file name.
13213         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13214         (gnus-summary-write-body-to-file): New function.
13215
13216         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13217         (gnus-summary-local-variables): Add it.
13218         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13219         (gnus-summary-save-article): Remove optional `decode' argument;
13220         determine whether to decode articles by the value of
13221         gnus-default-article-saver; when saving many files using
13222         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13223         it first and use gnus-summary-save-in-file or
13224         gnus-summary-save-body-in-file thereafter unless
13225         gnus-prompt-before-saving is always; move point to article which
13226         will be saved.
13227         (gnus-summary-save-article-file): Revert.
13228         (gnus-summary-write-article-file): Revert.
13229         (gnus-summary-save-article-body-file): Revert.
13230         (gnus-summary-write-article-body-file): New function.
13231
13232 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * gnus-art.el (gnus-default-article-saver): Doc fix.
13235         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13236         from gnus-summary-save-article-coding-system, and default to a
13237         certain coding system.
13238         (gnus-output-to-file): Add coding cookie and encode text according
13239         to gnus-article-save-coding-system; don't use mm-append-to-file.
13240
13241         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13242         gnus-art.el and rename to gnus-article-save-coding-system.
13243         (gnus-summary-save-article): Require gnus-art; don't show all
13244         headers if it decodes articles; don't add coding cookie here;
13245         don't bind mm-text-coding-system-for-write.
13246         (gnus-summary-save-article-file): Save decoded articles.
13247         (gnus-summary-write-article-file): When saving many files, use
13248         gnus-summary-write-to-file first and gnus-summary-save-in-file
13249         thereafter unless gnus-prompt-before-saving is always.
13250         (gnus-summary-save-article-body-file): Save decoded articles.
13251
13252         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13253
13254 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * nnrss.el (nnrss-check-group): Bind hash-index.
13257
13258 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13259
13260         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13261         its hash index.  Store this hash in `nnrss-group-data'.
13262         (nnrss-read-group-data): Update accordingly.
13263
13264 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13267         entry.
13268
13269         * gnus-sum.el (gnus-summary-make-menu-bar):
13270         Add gnus-article-browse-html-article.
13271
13272 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13273
13274         * gnus-sum.el (gnus-summary-mime-map):
13275         Add gnus-article-browse-html-article.
13276
13277         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13278
13279 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13282         suitable coding systems in customize.
13283
13284 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * mail-source.el (mail-sources): Fix custom type.
13287
13288 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13291         (gnus-summary-expire-articles-now): Shorten prompt.
13292
13293         * gmm-utils.el (wid-edit): Require.
13294         (defun-gmm): Rename from `gmm-defun-compat'.
13295         (gmm-image-search-load-path): Use it.
13296         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13297
13298 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-sum.el (gnus-summary-save-article-coding-system):
13301         New variable.
13302         (gnus-summary-save-article): Add optional `decode' argument.
13303         If it is set and gnus-summary-save-article-coding-system is non-nil,
13304         save decoded article.
13305         (gnus-summary-write-article-file): Save decoded article if
13306         gnus-summary-save-article-coding-system is non-nil.
13307
13308         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13309         type.
13310
13311 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13314
13315 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13318         first to test gnus-single-article-buffer which may be buffer-local.
13319
13320         * gnus-sum.el (gnus-summary-setup-buffer):
13321         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13322         group; make gnus-article-buffer, gnus-article-current, and
13323         gnus-original-article-buffer always buffer-local.
13324         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13325         group.
13326         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13327
13328 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * nnml.el (nnml-request-compact-group): Compressed files might not
13331         have .gz extension.
13332
13333 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13334
13335         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13336         (mm-copy-to-buffer): Use with-current-buffer.
13337         (mm-display-part): Simplify.
13338         (mm-inlinable-p): Add optional arg `type'.
13339
13340 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13341
13342         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13343         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13344         Try harder to show the attachment internally or externally using
13345         gnus-mime-view-part-as-type.
13346
13347 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13348
13349         * message.el (message-from-style, message-signature-separator)
13350         (message-user-organization-file, message-send-mail-function)
13351         (message-citation-line-function, message-yank-prefix)
13352         (message-indent-citation-function, message-signature)
13353         (message-signature-file, message-signature-insert-empty-line):
13354         Remove autoloads.
13355
13356         * gnus-art.el (gnus-buttonized-mime-types):
13357         Remove "multipart/signed".  Revert 2006-04-26 change.
13358
13359 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13360
13361         * gnus.el (gnus-version-number): Bump version.
13362
13363 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13364
13365         * gnus.el: No Gnus v0.5 is released.
13366
13367 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13368
13369         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13370         fetching articles by message-id.
13371
13372 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13373
13374         * message.el (hashcash): Require hashcash as normal.
13375
13376         * ecomplete.el (ecomplete-highlight-match-line):
13377         Use point-at-eol.
13378         (ecomplete-highlight-match-line): Use `highlight', because that
13379         face exists in both Emacs and XEmacs.
13380
13381         * message.el (message-display-abbrev): Use point-at-bol.
13382
13383         * mail-source.el: Don't require timer/timer-funcs.
13384
13385         * gnus-async.el: Ditto.
13386
13387         * password.el: Ditto.
13388
13389         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13390
13391         * mm-url.el: Ditto.
13392
13393         * gnus-xmas.el: Don't require timer-funcs.
13394
13395         * mm-util.el: Require timer/timer-funcs.
13396
13397 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13398
13399         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13400         Close.
13401
13402 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13405         unibyte after clear-decrypt function runs.
13406
13407         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13408         returns as a unibyte string.
13409
13410 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * lpath.el: Revert.
13413
13414         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13415         (pgg-gpg-process-sentinel): Revert.
13416
13417         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13418         (pgg-pgp-lookup-key): Revert.
13419
13420         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13421         (pgg-pgp5-lookup-key): Revert.
13422
13423         * pgg.el (pgg-fetch-key): Revert.
13424
13425 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * lpath.el: Fbind string-as-multibyte for XEmacs.
13428
13429         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13430         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13431         (mml1991-pgg-encrypt): Ditto.
13432
13433         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13434         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13435         a multibyte buffer.
13436
13437         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13438         (pgg-pgp-lookup-key): Ditto.
13439
13440         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13441         (pgg-pgp5-lookup-key): Ditto.
13442
13443         * pgg.el (pgg-fetch-key): Ditto.
13444
13445 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * message.el (message-user-organization-file): Check several
13448         locations of the organization file.
13449
13450         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13451         Add gnus-article-view-part-as-type.
13452
13453         * gnus-art.el (gnus-article-view-part-as-type): New function.
13454
13455         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13456         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13457
13458         * mml.el: Simplify autoload.
13459         (mml-mode): defvar dnd-protocol-alist instead of using
13460         symbol-value.
13461         (mml-default-directory): New variable.
13462         (mml-minibuffer-read-file): Use it.
13463         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13464
13465         * message.el (message-citation-line-format): New variable.
13466         (message-insert-formated-citation-line): New function.
13467         (message-citation-line-function):
13468         Add `message-insert-formated-citation-line' to custom type.
13469
13470         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13471         to doc string.
13472
13473         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13474         depending on mm-verify-option.
13475
13476 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13479         binding pgg-* variables; reimplement the section which prevents
13480         MIME header from being signed.
13481         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13482         pgg-text-mode; remove a blank line at the top of body.
13483
13484         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13485         lines at the top of body; use gnus-newsgroup-charset if there's no
13486         Charset header.
13487
13488 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * message.el (message-self-insert-commands): Doc fix.
13491
13492         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13493         (mm-uu-pgp-encrypted-test): Ditto.
13494         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13495         between header and body; return application/pgp-encrypted handle
13496         if decryption failed; decode decrypted body by charset.
13497
13498         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13499         element match to application/pgp-*.
13500
13501 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13502
13503         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13504         HTML.
13505
13506 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13507
13508         * mail-source.el (mail-source-call-script): Message the error
13509         string.
13510
13511 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13512
13513         * gnus-util.el (gnus-byte-compile): Use it.
13514
13515 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13516
13517         * gnus-util.el (kill-empty-logs): New function.
13518
13519 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13520
13521         * message.el (message-mail-alias-type): Doc fix.
13522         (message-mail-alias-type-p): New function.
13523         (message-send): Use it.
13524         (message-mode): Ditto.
13525         (message-strip-forbidden-properties): Ditto.
13526
13527         * ecomplete.el (ecomplete-database-file-coding-system):
13528         New variable.
13529         (ecomplete-save): Use it.
13530         (ecomplete-setup): Use it.
13531
13532 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * message.el (message-self-insert-commands): New variable.
13535         (message-strip-forbidden-properties): Use it.
13536
13537 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13538
13539         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13540         that doesn't make XEmacs choke.
13541
13542 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * gnus-util.el (gnus-replace-in-string):
13545         Prefer replace-regexp-in-string over of replace-in-string.
13546
13547 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-util.el (gnus-select-frame-set-input-focus):
13550         Use select-frame-set-input-focus if it is available in XEmacs; use
13551         definition defined in Emacs 22 for old Emacsen.
13552
13553         * dgnushack.el: Autoload unmorse-region for XEmacs.
13554
13555         * lpath.el: Bind cursor-in-non-selected-windows and
13556         select-frame-set-input-focus for XEmacs.
13557
13558 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13561
13562 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13563
13564         * gnus-registry.el (gnus-registry-cache-save): Remove text
13565         properties when saving via the temp buffer.
13566
13567 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * message.el (message-generate-hashcash): Honor custom type.
13570
13571 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13572
13573         * message.el (message-generate-hashcash): Default to non-nil when
13574         hashcash is found.
13575
13576         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13577         (gnus-refer-thread-limit): Increase default to 500.
13578
13579         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13580
13581         * flow-fill.el (fill-flowed): Allow delete-space.
13582
13583 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13586         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13587         Remove autoloads.
13588
13589 2006-04-18  Simon Josefsson  <jas@extundo.com>
13590
13591         * message.el (message-generate-hashcash): Default to.
13592
13593 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13596         concatenating segments rather than before concatenating them.
13597
13598 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13601
13602 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13603
13604         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13605
13606         * message.el (message-forward-make-body-plain):
13607         Allow message-forward-ignored-headers to be a list.
13608         (message-remove-ignored-headers): Factor out into function.
13609         (message-forward-make-body-mml): Use it.
13610
13611         * imap.el (imap-quote-specials): New function.
13612         (imap-login-auth): Quote specials.
13613
13614         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13615         (rfc2231-parse-string): Allow concatanation of parameters that
13616         aren't contiguous.  The test case is
13617           (mail-header-parse-content-type "message/external-body;
13618             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13619             access-type=LOCAL-FILE;
13620             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13621
13622 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13623
13624         * nntp.el (nntp-accept-process-output): Return the value of
13625         `nnheader-accept-process-output'.
13626
13627 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13628
13629         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13630         (gnus-button-alist): Recognize more diff formats.
13631         (gnus-button-patch): Strip directory.
13632
13633 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13636         Emacs 22 when setting focus.
13637
13638 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13639
13640         * gnus-art.el (gnus-article-treat-types): Do treatment of
13641         text/x-verbatim parts.
13642         (gnus-button-patch): New command.
13643
13644         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13645         addresses that contain invalid characters.
13646
13647 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13648
13649         * message.el (message-put-addresses-in-ecomplete):
13650         Use gnus-replace-in-string.
13651         (message-is-yours-p): Use the more correct
13652         mail-header-parse-address instead of
13653         mail-extract-address-components.
13654         (message-put-addresses-in-ecomplete): Fix typo.
13655
13656         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13657         keystroke.
13658
13659         * gnus-art.el (gnus-treatment-function-alist): Change order of
13660         newsgroups/generic header folding to avoid double-folding.
13661
13662         * message.el (message-hidden-headers): Add X-Draft-From.
13663
13664         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13665         New command.
13666         (gnus-summary-repeat-search-article-backward): New command.
13667
13668         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13669         groups in the parent topic.
13670
13671 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13672
13673         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13674         (spam-extra-header-to-number): Return the CRM114 number as a
13675         number instead of a string.
13676
13677 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13678
13679         * gnus-art.el (gnus-face-properties-alist): Move here from
13680         gnus-fun.
13681
13682         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13683
13684 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13685
13686         * message.el (message-strip-forbidden-properties): Only display on
13687         self-insert-command.
13688
13689         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13690         reindent.
13691         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13692
13693 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13694
13695         * smiley.el (smiley-style): Fix typo.
13696
13697 2006-03-23  Kenichi Handa  <handa@m17n.org>
13698
13699         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13700         instead of set-buffer-multibyte.
13701
13702 2006-03-23  Kenichi Handa  <handa@m17n.org>
13703
13704         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13705         buffer and then decode the buffer text if necessary.
13706         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13707         first, and after mm-encode-body, change the buffer to unibyte.
13708
13709 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13710
13711         * hashcash.el (hashcash-insert-payment-async-2):
13712         Use message-goto-eoh instead of doing it manually.
13713         (mail-add-payment): Use message-narrow-to-header instead of trying
13714         to do the same itself.
13715
13716         * message.el (message-hidden-headers): Add Face.
13717
13718         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13719         reparenting code.
13720         (gnus-summary-reparent-children): Refactored out code.
13721         (gnus-summary-thread-map): New keystroke.
13722         (gnus-summary-reparent-children): Make into command.
13723
13724         * smiley.el (smiley-style): Default to `medium' if using a large
13725         font.
13726
13727         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13728         does it itself.
13729
13730         * message.el (message-point-in-header-p): Simplify definition.
13731
13732 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13733
13734         * nnagent.el (nnagent-request-set-mark): Silence log file
13735         writing.
13736         (nnagent-request-set-mark): Use write-region instead of
13737         append-to-file.
13738
13739         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13740         strange select method.
13741
13742         * ecomplete.el (ecomplete-display-matches): Get highlightling
13743         right.
13744         (ecomplete-display-matches): Use literals.
13745         (ecomplete-display-matches): Disable message logging.
13746
13747         * message.el (message-display-abbrev): Small optimization.
13748
13749         * ecomplete.el (ecomplete-display-matches): Allow automatic
13750         display.
13751
13752         * message.el (message-strip-forbidden-properties):
13753         Display abbrevs.
13754         (message-display-abbrev): Get automatic display right.
13755
13756         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13757         keystrokes.
13758
13759 2006-04-13  Romain Francoise  <romain@orebokech.com>
13760
13761         TODO: Backport to v5-10!
13762
13763         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13764         Move here (and rename) from gnus-registry.el.
13765
13766         * gnus-registry.el: Require gnus-util.
13767         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13768
13769 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13770
13771         * gnus-group.el (gnus-group-catchup-current):
13772         Change if-then-else-if-then-else into cond.
13773         (gnus-group-catchup): Indent.
13774         (group-name-at-point): New function.
13775         (gnus-fetch-group): Provide default from thing at point.
13776
13777 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13778
13779         * message.el (message-display-abbrev): Fix regexp.
13780
13781         * ecomplete.el (ecomplete-highlight-match-line):
13782         Reimplement choosing.
13783         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13784         dead variables.
13785
13786         * message.el (message-newline-and-indent): Remove debugging.
13787         (message-display-abbrev): Use new implementation.
13788
13789 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13790
13791         * gnus-art.el (gnus-article-mode):
13792         Set cursor-in-non-selected-windows to nil.
13793
13794         * smiley.el: Revert previous change.
13795         (smiley-data-directory): defvar it before using it in the
13796         defcustom of `smiley-style'.
13797
13798 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13799
13800         * message.el (message-newline-and-indent): New function.
13801
13802         * ecomplete.el: Implement more bits.
13803
13804         * message.el (message-put-addresses-in-ecomplete): Clean up the
13805         string.
13806
13807         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13808
13809         * gnus-sum.el (gnus-summary-save-parts):
13810         Bind gnus-summary-save-parts-counter and use it to make unique file
13811         names.
13812
13813         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13814
13815         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13816         parameter to say whether to actually parse the individual
13817         addresses.
13818
13819         * message.el (message-put-addresses-in-ecomplete): New function.
13820         (ecomplete): Require.
13821         (message-mail-alias-type): Add ecomplete as an option.
13822
13823 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13824
13825         * flow-fill.el (fill-flowed): Remove trailing space from blank
13826         quoted lines.
13827
13828 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13829
13830         * smiley.el (smiley-style): Move definition later to avoid a
13831         compilation warning.
13832
13833 2006-04-12  Kenichi Handa  <handa@m17n.org>
13834
13835         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13836         buffer and then decode the buffer text if necessary.
13837         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13838         first, and after mm-encode-body, change the buffer to unibyte.
13839         Use mm-disable-multibyte instead of set-buffer-multibyte.
13840
13841 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13844         Content-Type header instead of Content-Disposition header.
13845         (gnus-mime-inline-part): Ditto.
13846         (gnus-mime-view-part-as-charset): Ignore charset that the part
13847         specifies.
13848
13849         * mm-decode.el (mm-display-part): Work with external parts and
13850         usual parts similarly.
13851
13852         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13853         instead of gnus-display-mime.
13854
13855         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13856         instead of with-temp-buffer.
13857
13858         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13859         tag to summarized topics part in order to encode non-ASCII text.
13860
13861 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13862
13863         * smiley.el (smiley-style): New variable.
13864         (smiley-directory): New function.
13865         (smiley-data-directory): Derive from `smiley-style' using
13866         `smiley-directory'.
13867         (smiley-regexp-alist): Add new entries.
13868
13869         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13870         (gnus-article-browse-delete-temp): Add :version.
13871
13872 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13873
13874         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13875         the sieve region.
13876
13877 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13878
13879         * gnus.el (gnus-version-number): Bump version.
13880
13881 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * gnus.el: No Gnus v0.4 is released.
13884
13885 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13886
13887         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13888         layout.
13889
13890         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13891         unknown charset.
13892
13893         * message.el (message-header-synonyms): Add Original-To to the
13894         default.
13895
13896         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13897         optional parameter.
13898
13899 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * gnus-fun.el (gnus): Require it for gnus-directory.
13902
13903 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13906
13907 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13908
13909         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13910
13911 2006-04-05  Simon Josefsson  <jas@extundo.com>
13912
13913         * password.el (password-reset): New function.
13914
13915 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13916
13917         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13918         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13919
13920 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13921
13922         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13923         Some whitespace was matched into the url, which broke browsing hits
13924         > 100 when mm-url-use-external was nil.
13925
13926 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13929         Check gnus-extra-headers for 'Newsgroups.
13930
13931         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13932         bound.
13933
13934 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13935
13936         * pgg-gpg.el: Clean up process buffers every time gpg processes
13937         complete.
13938
13939 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13942         doc string.
13943
13944 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13945
13946         * pgg-gpg.el (pgg-gpg-process-filter)
13947         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13948
13949         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13950         lines, temporary fix.
13951
13952 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13953
13954         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13955
13956 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13957
13958         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13959         default-enable-multibyte-characters.  This reverts the change from
13960         revision 6.17 which is no longer necessary because the passphrase
13961         is sent separately now.  GnuPG messages are unreadable under
13962         multibyte locales with default-enable-multibyte-characters set to
13963         nil.
13964
13965 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13966
13967         * message.el (message-tool-bar-gnome): Move "spell".
13968
13969 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13972         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13973         instead.
13974
13975 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13976
13977         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13978         Improve newsgroups handling for NNTP overviews which don't include
13979         Newsgroups.
13980
13981 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13982
13983         * message.el (message-resend): Bind message-generate-hashcash to nil.
13984
13985 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13986
13987         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13988         when searching for already-paid recipients.
13989
13990 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13991
13992         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13993         passphrases when it is not needed.
13994         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13995         passphrase stuff from gpg, should only be necessary when you use
13996         gpg with a smartcard.
13997
13998 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * mml.el (mml-insert-mime): Ignore cached contents of
14001         message/external-body part.
14002
14003         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14004         (mm-insert-part): Ditto.
14005
14006 2006-03-23  Simon Josefsson  <jas@extundo.com>
14007
14008         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14009         Reiner.
14010         (pgg-gpg-use-agent-p): Use it again.
14011
14012 2006-03-23  Simon Josefsson  <jas@extundo.com>
14013
14014         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14015         older emacsen.
14016         (pgg-gpg-use-agent-p): Don't use it.
14017
14018 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14019
14020         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14021         if we can.
14022
14023 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14024
14025         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14026         (pgg-gpg-update-agent): New function.
14027         (pgg-gpg-use-agent-p): New function.
14028         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14029         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14030         (pgg-gpg-sign-region): Use it.
14031
14032 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14035         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14036
14037 2006-03-21  Simon Josefsson  <jas@extundo.com>
14038
14039         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14040         <wilde@sha-bang.de>.
14041         (pgg-gpg-use-agent): New variable.
14042         (pgg-gpg-process-region): Use it.
14043         (pgg-gpg-encrypt-region): Likewise.
14044         (pgg-gpg-encrypt-symmetric-region): Likewise.
14045         (pgg-gpg-decrypt-region): Likewise.
14046         (pgg-gpg-sign-region): Likewise.
14047         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14048
14049 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14052
14053         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14054         Add comment on version.
14055
14056 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * smiley.el: Add missing test smiley.
14059
14060 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * mm-decode.el (mm-with-part): New macro.
14063         (mm-get-part): Use it; work with message/external-body as well.
14064         (mm-save-part): Treat name and filename equally.
14065
14066         * mm-extern.el (mm-extern-cache-contents): New function.
14067         (mm-inline-external-body): Use it; force the part to be displayed;
14068         move undisplayer added to the cached handle to the parent.
14069
14070         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14071         (gnus-mime-view-part-as-type): Work with message/external-body.
14072
14073         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14074
14075 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14078         images in image-load-path.  [Sync with image.el, revision 1.60, in
14079         Emacs.]
14080
14081 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14084         path rather than symbol.  Always return list of directories.
14085         Guarantee that image directory comes first.  [Sync with image.el,
14086         revision 1.59, in Emacs.]
14087
14088         * message.el (message-make-tool-bar): Adjust to new API of
14089         `gmm-image-load-path-for-library'.
14090
14091         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14092
14093         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14094
14095 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14096
14097         * gnus-art.el (gnus-article-only-boring-p):
14098         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14099         intangible text.
14100         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14101
14102 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14105         Use `defun' instead of `gmm-defun-compat'.
14106
14107 2006-03-14  Simon Josefsson  <jas@extundo.com>
14108
14109         * message.el (message-unique-id): Don't use message-number-base36
14110         if (user-uid) is a float.
14111         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14112
14113 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14116
14117         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14118         empty line between a part and a message part.
14119
14120 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * smiley.el: Add more test smileys.
14123         (smiley-data-directory, smiley-regexp-alist)
14124         (gnus-smiley-file-types): Fix doc strings.
14125         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14126         adding new elements.
14127         (smiley-mouse-map): Unused code.  Make it a comment.
14128
14129 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14132         scan latest NoCeM messages instead of old ones.
14133         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14134         delimiters that are recently used.
14135         (gnus-nocem-load-cache): Add autoload cookie.
14136
14137         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14138
14139         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14140         level which is larger than gnus-use-nocem is specified.
14141
14142         * gnus-group.el (gnus-group-get-new-news): Ditto.
14143
14144 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * gnus-util.el (gnus-tool-bar-update): New function.
14147
14148         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14149         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14150
14151         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14152
14153         * gnus-group.el (gnus-group-redraw-when-idle)
14154         (gnus-group-redraw-check): Remove.
14155         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14156
14157 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14160         if optional last element is specified in splits (FIELD VALUE...).
14161
14162 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14163
14164         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14165         to gmm-image-load-path-for-library.  Call with no-error argument.
14166         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14167
14168         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14169
14170         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14171
14172         * gmm-utils.el (gmm-image-load-path): Remove alias.
14173
14174 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * gmm-utils.el (gmm-image-load-path): Add alias.
14177
14178         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14179         nnml-generate-nov-databases-1.
14180         (nnml-generate-nov-databases): Use it.
14181         (nnml-generate-nov-databases-directory): Document no-active
14182         argument.
14183
14184         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14185         directory if path is t.  Add no-error.
14186
14187         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14188         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14189
14190         * gnus-art.el (gnus-article-browse-delete-temp-files):
14191         Simplify resetting gnus-article-browse-html-temp-list.
14192
14193         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14194         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14195         Add example to docstring.  Rename local variables.  Move error
14196         checks to default case in cond and simplify.
14197
14198 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14201         handle is multipart when calling it recursively.
14202         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14203
14204 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14205
14206         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14207         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14208
14209 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14212         is loaded.
14213
14214         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14215         loaded.
14216
14217 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14220         to "Emacs 23 (unicode)" in doc string.
14221
14222         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14223         "Emacs 23 (unicode)" in comment.
14224
14225 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14228
14229         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14230         characters 160 through 255 in Emacs 23.
14231
14232 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14233
14234         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14235         gnus-article-browse-html-temp.
14236         (gnus-article-browse-delete-temp): Make it customizable.
14237         Add `file'.  Adjust doc string.
14238         (gnus-article-browse-delete-temp-files): Add argument.
14239         Allow query for each file.  Adjust doc string.
14240         (gnus-article-browse-html-parts):
14241         Add `gnus-article-browse-delete-temp-files' to
14242         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14243
14244 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14245
14246         * gnus-art.el (gnus-article-browse-html-temp)
14247         (gnus-article-browse-delete-temp): New variables.
14248         (gnus-article-browse-delete-temp-files): New function.
14249         (gnus-article-browse-html-parts): Use it.
14250
14251 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14254
14255         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14256         string.
14257
14258         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14259         gnus-summary-insert-new-articles when unplugged.
14260         Remove gnus-summary-search-article-forward.
14261
14262         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14263         display-visual-class instead of display-color-cells.
14264
14265 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * dgnushack.el: Autoload customize-group for XEmacs.
14268
14269         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14270         message/* containing non-ASCII text properly.
14271
14272 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14273
14274         * message.el: Require gmm-utils, remove autoloads.
14275         (message-tool-bar): Set default based on
14276         gmm-tool-bar-style.
14277         (message-tool-bar-gnome): Add gmm-customize-mode.
14278
14279         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14280         gmm-tool-bar-style.
14281         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14282
14283         * gnus-group.el (gnus-group-tool-bar): Set default based on
14284         gmm-tool-bar-style.
14285         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14286
14287         * gmm-utils.el (gmm-image-directory): Rename variable from
14288         gmm-image-load-path.
14289         (gmm-image-load-path): Use gmm-image-directory.
14290         (gmm-customize-mode): New function.
14291         (gmm-tool-bar-style): New variable.
14292
14293         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14294         gnus-group-redraw-line-number.
14295         (gnus-group-redraw-check): Simplify.
14296         (gnus-group-tool-bar-update): Remove redraw check.
14297         (gnus-group-make-tool-bar): Add redraw check.
14298
14299 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14300
14301         * gnus-art.el (gnus-button): Add missing parentheses.
14302
14303 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * lpath.el: Fbind line-number-at-pos.
14306
14307 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14310
14311 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * gnus-art.el (gnus-button): New face.
14314         (gnus-article-button-face): Use it.
14315
14316         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14317         Add gnus-summary-next-page.  Re-order.
14318
14319         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14320         next-node are now included.
14321         (gnus-group-redraw-line-number): New internal variable.
14322         (gnus-group-redraw-check): Helper function for updating the tool
14323         bar.
14324         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14325
14326         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14327
14328         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14329         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14330         Use it to match format of Spamassassin 3.0 and later.
14331         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14332         (spam-check-bogofilter)
14333         (spam-bogofilter-register-with-bogofilter): Fix args of
14334         `gnus-error' calls.
14335
14336 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14339         unnecessary interaction when sending queued mails.
14340         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14341
14342 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14345         first or last are nil.
14346
14347 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14348
14349         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14350
14351 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14352
14353         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14354
14355 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14356
14357         * dns.el (query-dns): Protect more against buggy tcp output.
14358
14359 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14360
14361         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14362         nov.php.
14363
14364 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14365
14366         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14367         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14368         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14369         output on the server side.
14370         (nnweb-google-create-mapping): Update regexps and add some
14371         progress indication.
14372
14373 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * gnus-group.el (gnus-group-tool-bar-gnome):
14376         Fix gnus-agent-toggle-plugged.  Re-order icons.
14377         (gnus-group-tool-bar-gnome):
14378         Add gnus-group-{prev,next}-unread-group.
14379         (gnus-group-tool-bar-gnome): Re-order icons.
14380
14381         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14382         Move gnus-summary-insert-new-articles.
14383
14384         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14385         Fix comments.
14386
14387         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14388         also available in Emacs 21.3.
14389
14390         * message.el (message-fix-before-sending): Change "Emacs 22" to
14391         "Emacs 23 (unicode)" in comment.
14392
14393         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14394         "Emacs 23 (unicode)" in comment.
14395
14396         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14397         comment.
14398         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14399
14400         * mm-view.el (mm-fill-flowed): Add :version.
14401
14402 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14405         and load-path.
14406
14407 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * message.el: Autoload gmm-image-load-path.
14410         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14411         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14412         consitency.
14413
14414         * gmm-utils.el (gmm-image-load-path): Also search in
14415         "../etc/images".  Don't set gmm-image-load-path if we don't find
14416         the image.
14417
14418 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14419
14420         * gmm-utils.el (gmm-image-load-path): Don't make
14421         `gmm-image-load-path' include subdirectories which the second arg
14422         `image' might specify.
14423
14424         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14425         subdirectory to icon file names.
14426
14427         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14428
14429 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14432         gmm-image-load-path calls.
14433
14434         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14435
14436         * message.el (message-make-tool-bar): Ditto.
14437
14438         * mml.el (mml-preview): Add comment concerning tool bar icons.
14439
14440         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14441         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14442
14443         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14444         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14445
14446         * message.el (message-tool-bar-gnome): Use new icon names.
14447         (message-make-tool-bar): Use `gmm-image-load-path'.
14448
14449         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14450         New functions from MH-E.
14451         (gmm-image-load-path): New variable from MH-E.
14452         (gmm-image-load-path): New function from MH-E.  Add arguments
14453         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14454         *-image-load-path-called-flag.
14455
14456 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14457
14458         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14459
14460 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14461
14462         * nnimap.el (nnimap-request-move-article): Change folder back to
14463         source group before deleting.
14464
14465 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14466
14467         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14468
14469         * gnus-art.el (mm-url-insert-file-contents-external):
14470         Autoload mm-url.
14471
14472         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14473
14474 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14477         coding system which mm-charset-to-coding-system returns for a
14478         given charset is valid.
14479
14480 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14481
14482         * html2text.el (html2text-remove-tag-list):
14483         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14484
14485 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14486
14487         * gnus-cus.el: Revert 2005-10-17 change.
14488
14489 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-art.el (article-strip-banner):
14492         Call article-really-strip-banner only when the regexp match is made.
14493
14494 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-art.el (article-strip-banner):
14497         Use gnus-extract-address-components instead of
14498         mail-header-parse-addresses to make it work with non-ASCII text;
14499         remove mail-encode-encoded-word-string.
14500
14501         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14502         values which are surrounded with \"...\"; make it never cause a
14503         Lisp error; give up parsing of parameters if it failed in
14504         extracting type.
14505
14506 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14507
14508         * smime.el (smime-cert-by-ldap-1): Fix bug where
14509         `smime-ldap-search' returns results without userCertificates.
14510
14511 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14514
14515 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * spam.el (spam-check-spamassassin-headers): Adapt format for
14518         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14519         <ari@mbf.ocn.ne.jp>.
14520         (spam-list-of-processors): Add spam-use-gmane.
14521
14522 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14525         make-temp-file; make it work with XEmacs as well.
14526
14527         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14528         mm-make-temp-file.
14529
14530         * mm-decode.el (mm-display-external): Use the 3rd arg of
14531         mm-make-temp-file.
14532         (mm-create-image-xemacs): Ditto.
14533
14534 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14537         with message-narrow-to-headers.
14538         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14539         (gnus-draft-check-draft-articles): New function.
14540         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14541
14542 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * gnus-art.el (gnus-article-browse-html-parts):
14545         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14546         Don't use suffix argument for mm-make-temp-file for Emacs 21
14547         compatibility.  Remove useless `format'.
14548
14549 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14550
14551         * nnweb.el (nnweb-google-wash-article): Update regexps.
14552         (nnweb-group-alist): Use defvoo instead of defvar.
14553
14554 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14557         re-loading nn* modules.
14558
14559 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14562         for `tool-bar-mode' and don't check it's default-value.
14563
14564         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14565
14566         * message.el (message-make-tool-bar): Ditto.
14567
14568         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14569         `substring'.  Shorten tmp-file name.
14570
14571         * gnus.el: Remove bogus comment.
14572
14573 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14574
14575         * gnus-art.el (gnus-article-browse-html-parts): New function.
14576         (gnus-article-browse-html-article): New function for viewing html
14577         articles with a browser.
14578
14579 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14580
14581         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14582         in elisp.
14583         (pgg-gpg-encrypt-symmetric-region): Ditto.
14584         (pgg-gpg-sign-region): Ditto.
14585
14586         * pgg-def.el (pgg-text-mode): New variable.
14587
14588         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14589         (mml2015-pgg-encrypt): Ditto.
14590
14591         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14592         (mml1991-pgg-encrypt): Ditto.
14593
14594 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * nnfolder.el (nnfolder-insert-newsgroup-line):
14597         Use message-make-date instead of current-time-string.
14598
14599         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14600         to gnus-decoded which mm-uu might set.
14601
14602 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14605         don't decode quoted parameters; remove misimported Emacs code.
14606         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14607         (rfc2231-decode-encoded-string): Don't use split-string which
14608         behaves differently according to Emacs version; use
14609         mm-decode-coding-region to convert charset to coding-system.
14610         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14611         (rfc2231-encode-string): Remove misimported Emacs code.
14612
14613 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14616         when calling mail-header-parse-content-type.
14617         (article-de-quoted-unreadable): Ditto.
14618         (article-de-base64-unreadable): Ditto.
14619         (article-wash-html): Ditto.
14620
14621         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14622         calling mail-header-parse-content-type and
14623         mail-header-parse-content-disposition.
14624         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14625         mail-header-parse-content-type.
14626
14627         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14628         insert charset and format parameters; encode description after
14629         inserting it to buffer.
14630         (mml-insert-parameter): Fold lines properly even if a parameter is
14631         segmented into two or more lines; change the max column to 76.
14632
14633         * rfc1843.el (rfc1843-decode-article-body): Don't use
14634         ignore-errors when calling mail-header-parse-content-type.
14635
14636         * rfc2231.el (rfc2231-parse-string): Return at least type if
14637         possible; don't cause an error even if it fails in parsing of
14638         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14639         (rfc2231-encode-string): Don't break lines at the beginning, leave
14640         it to mml-insert-parameter.
14641
14642         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14643         calling mail-header-parse-content-type.
14644
14645 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * spam-report.el (spam-report-gmane-use-article-number):
14648         Improve doc string.
14649         (spam-report-gmane-internal): Check if a suitable header was found
14650         in the article.
14651
14652 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14655         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14656
14657 2006-02-05  Romain Francoise  <romain@orebokech.com>
14658
14659         Update copyright notices of all files in the gnus directory.
14660
14661 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14662
14663         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14664
14665 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14668         segmented lines of parameter value to cope with Thunderbird 1.5
14669         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14670         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14671         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14672
14673 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14674
14675         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14676         parts.
14677
14678 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14679
14680         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14681         there's only one active file for all servers.
14682         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14683         solid groups.  Gnus might have used a FAST request to select the group.
14684         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14685         and nnweb-search redundantly in the active file.
14686         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14687         (nnweb-request-create-group): Don't use ARGS.
14688         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14689         initialisations.  Let nnoo do the work.
14690
14691 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14694         Say the part has been decoded.
14695
14696         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14697
14698 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14699
14700         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14701         mailcap-viewer-test-cache when there's no 'test clause, since that
14702         will invert the meaning of a "nil" test previously determined by
14703         mailcap-mailcap-entry-passes-test.
14704
14705 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14708         compiling.
14709
14710         * gnus-sum.el: Ditto.
14711
14712         * message.el: Don't bind tool-bar-map when compiling.
14713
14714 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14717
14718 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14719
14720         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14721         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14722         current Google Groups.
14723
14724 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14727         and tool-bar-mode.
14728
14729         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14730         and tool-bar-mode.
14731
14732         * message.el (message-tool-bar-update): Simplify.
14733         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14734
14735         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14736         gnus-summary-buffer.
14737         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14738         gnus-summary-reply.
14739
14740         * gmm-utils.el (gmm): Add :version.
14741
14742 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * Makefile.in (clean): New rule.
14745         (distclean): Use it.
14746
14747 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14748
14749         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14750         Don't autoload.
14751
14752 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * gmm-utils.el (gmm-verbose): Add :group.
14755
14756 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * message.el: Change some comments WRT tool-bars.
14759
14760         * gnus-sum.el (gnus-summary-tool-bar)
14761         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14762         (gnus-summary-tool-bar-zap-list): New variables.
14763         (gnus-summary-make-tool-bar): Complete rewrite using
14764         `gmm-tool-bar-from-list'.
14765
14766         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14767         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14768         New variables.
14769         (gnus-group-make-tool-bar): Complete rewrite using
14770         `gmm-tool-bar-from-list'.
14771         (gnus-group-tool-bar-update): New function.
14772
14773         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14774
14775 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14778         is dissected into a single part of which the type is the same as
14779         the given one; decode charset.
14780
14781 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14782
14783         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14784         into alists as symbol not string, since that's what
14785         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14786         look for.
14787
14788 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14791         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14792
14793         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14794
14795 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14798         (gnus-xmas-mime-security-button-menu): New function.
14799
14800         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14801         (gnus-mime-security-button-menu): New definition.
14802         (gnus-mime-security-button-map): Use them.
14803         (gnus-mime-security-button-menu): New function.
14804         (gnus-insert-mime-security-button): Addition to help echo.
14805         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14806         (gnus-mime-security-pipe-part): New functions.
14807
14808         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14809         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14810
14811         * mm-decode.el (mm-handle-set-disposition): Remove.
14812         (mm-handle-set-description): Remove.
14813
14814 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14817         (mm-w3m-standalone-supports-m17n-p): New function.
14818         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14819         w3m usage.
14820
14821         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14822         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14823
14824 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * message.el (message-tool-bar-zap-list):
14827         Use gmm-tool-bar-zap-list as custom type.
14828         (message-tool-bar-update): New function.
14829         (message-tool-bar, message-tool-bar-gnome)
14830         (message-tool-bar-retro): Add message-tool-bar-update.
14831         (message-tool-bar-gnome): Add flyspell-buffer.
14832
14833         * gnus-util.el (gnus-error): Describe `args'.
14834
14835         * gmm-utils.el (gmm-error): Describe `args'.
14836         (gmm-tool-bar-zap-list): New widget.
14837         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14838
14839 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14842         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14843         the number of recursive calls.
14844
14845         * mm-decode.el (mm-handle-set-disposition): New macro.
14846         (mm-handle-set-description): New macro.
14847
14848 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14851         encoding.
14852
14853 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * message.el (message-tool-bar-zap-list, message-tool-bar)
14856         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14857         (message-tool-bar-local-item-from-menu): Remove.
14858         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14859         (message-make-tool-bar): New function.
14860         (message-mode): Use `message-make-tool-bar'.
14861
14862         * gmm-utils.el: New file.
14863         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14864         (gmm-lazy): New widget copied from `nnmail.el'.
14865         (gmm-tool-bar-from-list): New function for creating customizable
14866         tool bars.
14867         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14868         output.
14869         (gmm): Add :prefix to defgroup.
14870
14871 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14872
14873         * gmm-utils.el (gmm-widget-p): New function.
14874
14875 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * mml.el (mml-attach-file): Describe `description' in doc string.
14878         (mml-menu): Add Emacs MIME manual and PGG manual.
14879
14880 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14881
14882         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14883
14884 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14885
14886         * nntp.el (nntp-end-of-line): Doc fix.
14887
14888 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14889
14890         * imap.el (imap-open): Handle case where buffer is a buffer
14891         object.
14892
14893 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14894
14895         * gnus-delay.el (gnus-delay): Don't autoload.
14896         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14897         to be re-loaded when customizing the `gnus-delay' group.
14898
14899 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14900
14901         * message.el (message-insert-citation-line): Use newlines.
14902
14903 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14904
14905         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14906         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14907         these routines, so the passphrase can be managed externally and
14908         passed in to the system.
14909         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14910         pgg-add-passphrase-to-cache function.
14911
14912         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14913         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14914         these routines, so the passphrase can be managed externally and
14915         passed in to the system.
14916         (pgg-pgp5-sign-region): Use new name of
14917         pgg-add-passphrase-to-cache function.
14918
14919 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14920
14921         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14922         part of the decoded armor to find the key-identifier.
14923         (pgg-gpg-lookup-key-owner): New function to return the
14924         human-readable identifier of a key owner.
14925         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14926         itself.
14927         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14928         the key value) if we have a key and can match it against a secret
14929         key.  Also, added a note pointing out fact that the prompt only
14930         indicates the first matching key.
14931
14932         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14933         pgg-decrypt-region.
14934         (pgg-add-passphrase-to-cache): Rename from
14935         `pgg-add-passphrase-cache' to reduce confusion (all callers
14936         changed).
14937         (pgg-remove-passphrase-from-cache): Rename from
14938         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14939         changed).
14940         (pgg-read-passphrase, pgg-add-passphrase-cache)
14941         (pgg-remove-passphrase-cache): Add informative docstrings.
14942         (pgg-decrypt): Convey provided passphrase in subordinate call to
14943         pgg-decrypt-region.
14944
14945 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14946
14947         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14948         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14949         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14950         'passphrase' argument, so the passphrase can be managed externally
14951         and then passed in to the system.
14952
14953         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14954         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14955         so the passphrase cache can be used reliably with identifiers
14956         besides a pgp packet's key id.
14957
14958         * pgg-gpg.el (pgg-gpg-encrypt-region)
14959         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14960         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14961         these routines, so the passphrase can be managed externally and
14962         passed in to the system.
14963
14964         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14965         'notruncate' argument, so the passphrase cache can be used
14966         reliably with identifiers besides a pgp packet's key id.
14967
14968 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14969
14970         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14971         symmetric encryption.
14972         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14973         encrypted session key.
14974         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14975         message ask for the passphrase in a proper way.
14976
14977         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14978         New user commands for symmetric encryption.
14979
14980 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14983
14984         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14985
14986 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14987
14988         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14989
14990 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * mm-decode.el (mm-inlined-types): Add application/pgp.
14993         (mm-automatic-display): Ditto.
14994
14995         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14996         part as text.
14997
14998 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * nnrss.el: Update copyright.
15001         (nnrss-opml-import): Query whether to subscribe to each entry.
15002
15003         * gnus-art.el:
15004         * gnus-sum.el:
15005         * gnus-xmas.el:
15006         * messagexmas.el:
15007         * mm-uu.el:
15008         * mm-view.el: Update copyright.
15009
15010 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * message.el (message-info): New function.
15013         (message-mode-menu): Add it.
15014         Update copyright.
15015
15016         * ChangeLog: Fix and update copyright.
15017
15018 2006-01-13  Romain Francoise  <romain@orebokech.com>
15019
15020         * message.el (message-forward-subject-name-subject): Prefer the
15021         address to 'nowhere' if the sender has no name.
15022         Fix typo.  Update copyright year.
15023
15024 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-art.el (article-wash-html):
15027         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15028         (gnus-article-wash-html-with-w3m-standalone): New function.
15029
15030         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15031         mm-inline-text-html-render-with-w3m-standalone.
15032         (mm-text-html-washer-alist): Map w3m-standalone to
15033         gnus-article-wash-html-with-w3m-standalone.
15034         (mm-inline-text-html-render-with-w3m-standalone): New function.
15035
15036 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15037
15038         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15039         Improve LaTeX.
15040
15041 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15044         (nnrss-request-article): Render text/plain parts as HTML.
15045
15046         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15047         the buffer.
15048
15049 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15050
15051         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15052         custom definition of `gnus-posting-styles'.
15053
15054         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15055         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15056
15057 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15058
15059         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15060         Use nntp for bug archive.
15061
15062 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15065         parts.
15066         (nnrss-normalize-date): New function converts ISO 8601 date into
15067         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15068         (nnrss-check-group): Use it.
15069
15070 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15073
15074         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15075         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15076         (nnrss-insert-w3): Ditto.
15077
15078 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15081         the articles to be forwarded including the case where neither a
15082         number of articles nor a region is specified.
15083
15084 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * nnrss.el (nnrss-request-article): Fix last change; fill
15087         text/plain parts.
15088
15089 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15092         in text/plain part.
15093         (nnrss-check-group): Don't add excessive newline to dc:subject.
15094
15095 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15096
15097         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15098         article.
15099
15100 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15101
15102         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15103         (nnml-use-compressed-files, nnml-save-mail): Support other
15104         comression programs such as bzip2.
15105
15106 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15107
15108         * dns.el (query-dns): Make sure we check the buffer size before
15109         removing tcp headers.
15110
15111 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15114         remove MIME buttons associated with multipart/alternative parts.
15115         (gnus-mime-display-alternative): Tag buttons using `article-type'
15116         text property.
15117
15118         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15119         associated with multipart/alternative parts.
15120
15121         * gnus-art.el (gnus-signature-separator): Fix custom type.
15122
15123         * mm-decode.el (mm-inlined-types): Fix custom type.
15124         (mm-keep-viewer-alive-types): Ditto.
15125         (mm-automatic-display): Ditto.
15126         (mm-attachment-override-types): Ditto.
15127         (mm-inline-override-types): Ditto.
15128         (mm-automatic-external-display): Ditto.
15129
15130 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * spam-report.el (spam-report-user-mail-address)
15133         (spam-report-user-agent): New variables.
15134         (spam-report-url-ping-plain): Use spam-report-user-agent.
15135
15136 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15137
15138         * gnus-art.el (gnus-button-handle-custom): Do not just use
15139         `customize-apropos' for any "M-x customize-*" button but the
15140         function called for.  Accept both the function name and its
15141         argument in order to achieve this.
15142         (gnus-button-alist): Remove support for "custom:" URL's.
15143         Pass function name to `gnus-button-handle-custom' in case of "M-x
15144         customize-*" buttons.
15145
15146 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15149         multipart/alternative and add xref to mm-discouraged-alternatives
15150         in doc string.
15151
15152         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15153         gnus-buttonized-mime-types in doc string.
15154
15155 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15158         Suggest image/.* in the doc string.
15159
15160 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15161
15162         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15163         message-marks (Debian bug #342521).
15164
15165 2005-12-12  Simon Josefsson  <jas@extundo.com>
15166
15167         * password.el (password-read-from-cache): Add.
15168         (password-read): Use it.
15169
15170 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * rfc2047.el (rfc2047-charset-to-coding-system):
15173         Recognize us-ascii as a MIME charset.
15174
15175         * mm-bodies.el (mm-decode-content-transfer-encoding):
15176         Protect against the case where the 2nd arg TYPE is nil.
15177
15178 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * pop3.el (pop3-stream-type): Fix custom version.
15181
15182         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15183
15184 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15185
15186         * mm-decode.el (mm-display-external): Add missing cdr.
15187
15188 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15191         RFC1524) if it is in mailcap or add a suffix according to
15192         mailcap-mime-extensions when generating a temp filename; postpone
15193         deleting a temp file for 2 seconds for some wrappers, shell
15194         scripts, and so on, which might exit right after having started a
15195         viewer command as a background job.
15196
15197 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * nntp.el (nntp-marks-directory): Fix custom group.
15200
15201         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15202         steps when < 10.
15203
15204         * gnus-start.el (gnus-no-server-1):
15205         Mention `gnus-level-default-subscribed' in doc string.
15206
15207 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15208
15209         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15210         parens.
15211
15212 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-xmas.el (gnus-use-toolbar): Revert.
15215         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15216         gnus-use-toolbar is default.
15217
15218         * messagexmas.el (message-use-toolbar): Revert.
15219         (message-setup-toolbar): Use global default-toolbar if
15220         message-use-toolbar is default.
15221
15222 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15225         according to default-toolbar-visible-p.
15226
15227         * messagexmas.el (message-use-toolbar): Ditto.
15228
15229 2005-11-26  Dave Love  <fx@gnu.org>
15230
15231         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15232         (tls-program, tls-success): Provide openssl alternative.
15233
15234         * starttls.el: Doc fixes.
15235         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15236         SERVICE to PORT.
15237
15238         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15239         port null or service name.
15240         (starttls-negotiate): Autoload.
15241
15242 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * message.el (message-kill-to-signature): Fix interactive spec.
15245
15246 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * pop3.el (pop3-open-server): Recognize a string as a service name.
15249
15250 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15251
15252         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15253
15254 2005-11-23  Dave Love  <fx@gnu.org>
15255
15256         Add pop3s, pop3/starttls.
15257
15258         * pop3.el (pop3-authentication-scheme): Clarify doc.
15259         (open-tls-stream, starttls-open-stream): Autoload.
15260         (pop3-stream-type): New.
15261         (pop3-open-server): Use it.
15262
15263         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15264         for POP.
15265         (mail-source-keyword-map): Add :stream for POP.
15266         (mail-source-fetch-pop): Use pop3-stream-type.
15267
15268 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15271         of current-time-string.
15272
15273 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15274
15275         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15276         date header.
15277
15278 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15279
15280         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15281         it can seriously impact performance as it bypasses the agent's
15282         local caches.
15283
15284 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15285
15286         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15287         must be explicitly online rather than "not explicitly offline" for
15288         its flags to be synchronized.
15289
15290         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15291         that gnus-uu-unmark-thread will function correctly.
15292
15293         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15294         1024K is instead displayed as 1M.
15295
15296 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15297
15298         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15299
15300 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15301
15302         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15303
15304 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15305
15306         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15307         error message to display actual error condition.
15308         (gnus-agent-save-local): Avoid saving symbols that are bound to
15309         nil as they simply result in a warning message in
15310         gnus-agent-read-local.
15311
15312 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15315         rather than make-variable-buffer-local for file-precious-flag.
15316
15317 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15318
15319         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15320         for duplicates which are removed.  The invalid sort check then
15321         triggers a rescan after the sort as sorting may have moved
15322         duplicate entries such that they can be cheaply detected.
15323
15324 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15327
15328 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15329
15330         * gnus-agent.el (gnus-agent-article-alist-save-format):
15331         Change internal variable to a custom variable.  Change default value
15332         from compressed(2) to uncompressed(1).
15333         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15334         support for uncompressed agentview files.  Taken together, reading
15335         the agentview file should now be 6-7 times faster.
15336
15337 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15338
15339         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15340         as a buffer-local variable.  This avoids creating truncated
15341         dribble files as a result of a hang up, eg.
15342
15343 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15344
15345         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15346         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15347         XEmacs.
15348
15349 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15350
15351         * gnus-start.el (gnus-start-draft-setup):
15352         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15353
15354         * gnus.el (gnus-splash): Change custom group.
15355         (gnus-group-get-parameter, gnus-group-parameter-value):
15356         Describe allow-list argument.
15357
15358         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15359         string.
15360
15361 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * gnus-art.el (gnus-default-article-saver): Add user-defined
15364         `function' to custom type.
15365
15366 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15367
15368         * imap.el (imap-open): Handle case where buffer is a buffer
15369         object.
15370
15371 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15374         long lines.
15375         (gnus-cache-delete-group): Wrap doc strings.
15376
15377         * gnus-agent.el (gnus-agent-rename-group)
15378         (gnus-agent-delete-group): Wrap doc strings.
15379
15380 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * messagexmas.el (message-use-toolbar): Change the valid values
15383         into default, top, bottom, left, and right.
15384         (message-toolbar-thickness): New variable.
15385         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15386         well.
15387         (message-setup-toolbar): Make it work.
15388
15389         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15390         (gnus-use-toolbar): Change the valid values into default, top,
15391         bottom, left, and right.
15392         (gnus-toolbar-thickness): New variable.
15393         (gnus-xmas-setup-toolbar): New function.
15394         (gnus-xmas-setup-group-toolbar): Use it.
15395         (gnus-xmas-setup-summary-toolbar): Use it.
15396
15397 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15398
15399         * gnus-start.el (gnus-1): Add "native" to
15400         gnus-predefined-server-alist.
15401
15402         * gnus.el (gnus-method-to-server): Don't add "native" to the
15403         lists here, because that leads to problems when
15404         gnus-select-method is bound.
15405
15406 2005-11-09  Simon Josefsson  <jas@extundo.com>
15407
15408         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15409         use (not sort-by-date) instead.
15410
15411 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15412
15413         * gnus-delay.el (gnus-delay-group): Don't autoload.
15414         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15415         to be re-loaded when customizing the `gnus-delay' group.
15416
15417 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15418
15419         * message.el: Revert last changes.
15420         (message-insert-citation-line): Use newlines.
15421
15422 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15423
15424         * message.el (message-courtesy-message)
15425         (message-mark-insert-begin, message-mark-insert-end)
15426         (message-elide-ellipsis, message-cancel-message)
15427         (message-add-header, message-change-subject)
15428         (message-cross-post-followup-to-header)
15429         (message-cross-post-insert-note, message-reduce-to-to-cc)
15430         (message-widen-reply, message-delete-not-region)
15431         (message-kill-to-signature, message-insert-signature)
15432         (message-insert-importance-high, message-insert-importance-low)
15433         (message-insert-or-toggle-importance)
15434         (message-insert-disposition-notification-to)
15435         (message-indent-citation, message-yank-original)
15436         (message-cite-original-without-signature, message-cite-original)
15437         (message-insert-citation-line, message-position-on-field)
15438         (message-fix-before-sending, message-send-mail-partially)
15439         (message-send-mail, message-send-mail-with-sendmail)
15440         (message-send-mail-with-qmail, message-send-news)
15441         (message-check-news-header-syntax, message-generate-headers)
15442         (message-insert-courtesy-copy, message-fill-address)
15443         (message-fill-header, message-shorten-references)
15444         (message-setup-1, message-cancel-news)
15445         (message-forward-make-body-plain, message-forward-make-body-mime)
15446         (message-forward-make-body-mml, message-encode-message-body)
15447         (message-forward-make-body-digest-plain)
15448         (message-forward-make-body-digest-mime)
15449         (message-use-alternative-email-as-from): Insert `hard-newline'
15450         instead of ordinary newlines.
15451
15452 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * message.el (message-generate-headers): Downcase the argument
15455         given to message-check-element.
15456
15457 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15458
15459         * nntp.el (nntp-authinfo-rejected): New error condition.
15460         (nntp-wait-for): Use new error condition to signal authentication
15461         error.
15462         (nntp-retrieve-data): Rethrow new error condition to break out of
15463         recursive call to nntp-send-authinfo.
15464
15465 2005-11-08  Romain Francoise  <romain@orebokech.com>
15466
15467         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15468         (gnus-summary-exit-map): Bind to `Z p'.
15469         (gnus-summary-make-menu-bar): Add menu item.
15470
15471 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15472
15473         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15474         (gnus-treat-*): Add `first' in all doc strings.
15475
15476         * gnus-group.el (gnus-group-compact-group): Fix typo.
15477
15478 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus.el (gnus-parameters-case-fold-search): New variable.
15481         (gnus-parameters-get-parameter): Use it.
15482
15483         * gnus-score.el (gnus-home-score-file): Doc fix.
15484
15485 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15486
15487         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15488
15489 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * mm-util.el (mm-special-display-p): New function.
15492
15493         * mml.el (mml-preview): Use it; doc fix.
15494
15495 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15496
15497         * imap.el (imap-open): Handle case where buffer is a buffer object.
15498
15499 2005-10-29  Romain Francoise  <romain@orebokech.com>
15500
15501         * message.el (message-fix-before-sending): Fix comment.
15502
15503 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15504
15505         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15506
15507 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15508
15509         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15510         Used in gnus-score.el.
15511
15512 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15515
15516 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15519         whitespace removed in revision 7.8.  Use concatenated string to
15520         protect trailing whitespace.
15521
15522 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15523
15524         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15525         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15526         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15527         Courier IMAP ("some version from 2004").  Mostly based on similar
15528         code in the same function.
15529
15530 2005-10-26  Didier Verna  <didier@xemacs.org>
15531
15532         * gnus-group.el (gnus-group-compact-group): Invalidate original
15533         article buffer.
15534         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15535         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15536         NOV database and in article itself.
15537         Invalidate article backlog.
15538
15539 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15540
15541         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15542
15543 2005-10-26  Simon Josefsson  <jas@extundo.com>
15544
15545         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15546         part of 2004-07-25 change.
15547
15548 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * message.el (message-display-completion-list): New function.
15551         (message-expand-group): Use it; make sure the Completions buffer
15552         is modifiable.
15553 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15554
15555         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15556         user-mail-name is an empty string.
15557
15558 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15561         depending on gnus-score-decay-constant.
15562
15563         * encrypt.el (encrypt-insert-file-contents)
15564         (encrypt-write-file-contents): Don't use `gnus-message'.
15565
15566         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15567         arguments.
15568         (mm-uu-type-alist): Add message-marks and insert-marks.
15569         Pass arguments to mm-uu-verbatim-marks-extract.
15570         (mm-uu-hide-markers): New variable.
15571         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15572
15573         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15574         (gnus-convert-image-to-face-command): Use "convert" by default to
15575         allow other input image formats.
15576         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15577         accordingly.
15578
15579 2005-10-23  Simon Josefsson  <jas@extundo.com>
15580
15581         * imap.el (imap-gssapi-program): Align command line parameters
15582         with latest GNU SASL.
15583         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15584
15585 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15586
15587         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15588         HTML.
15589         (nnslashdot-request-article): Ditto.
15590
15591         * lpath.el (featurep): Add nobreak-char-display.
15592
15593 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15594
15595         * mail-source.el (mail-source-fetch-pop): Require pop3.
15596         (mail-source-check-pop): Ditto.
15597
15598 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15601         errors.
15602
15603 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15606         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15607
15608         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15609
15610         * mm-bodies.el (mm-decode-string):
15611         Call `mm-charset-to-coding-system' with allow-override argument.
15612
15613 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15616         (rfc2047-charset-to-coding-system): New function.
15617         (rfc2047-decode-encoded-words): New function.
15618         (rfc2047-decode-region): Use them.
15619         (rfc2047-decode-cte): Remove.
15620         (rfc2047-parse-and-decode): Remove.
15621         (rfc2047-decode): Remove.
15622
15623 2005-10-15  Kenichi Handa  <handa@m17n.org>
15624
15625         * rfc2047.el (rfc2047-decode-cte): New function.
15626         (rfc2047-decode-region): Change the way to decode successive
15627         encoded-words: decode B- or Q-encoding in each encoded-word,
15628         concatenate them, and decode it as charset.
15629
15630 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * lpath.el: Fbind codepage-setup for XEmacs.
15633
15634 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15635
15636         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15637         widget-move-and-invoke.
15638         (gnus-custom-mode): Use gnus-custom-map.
15639
15640 2005-10-15  Bill Wohler  <wohler@newt.com>
15641
15642         * message.el (message-tool-bar-map): Rename image file from
15643         mail_send to mail/send.
15644
15645 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15646
15647         * message.el (message-expand-group): Pass the common
15648         prefix substring of completion to `display-completion-list'.
15649
15650 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * mml-sec.el (mml-secure-method): New internal variable.
15653         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15654         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15655         New functions using mml-secure-method.
15656
15657         * mml.el (mml-mode-map): Add key bindings for those functions.
15658         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15659         Harder <harder@myrealbox.com>.
15660         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15661         Goto end of message if point is the headers of the message.
15662
15663         * message.el (message-in-body-p): New function.
15664
15665         * assistant.el: Autoload gnus-util and netrc.
15666
15667         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15668         Use `mm-charset-override-alist' only when decoding.
15669
15670         * mm-bodies.el (mm-decode-body):
15671         Call `mm-charset-to-coding-system' with allow-override argument.
15672
15673         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15674         `filename' from Content-Disposition if Content-Type doesn't
15675         provide `name'.
15676         (gnus-mime-view-part-as-type): Set default instead of
15677         initial-input.
15678
15679 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15680
15681         * format-spec.el (format-spec): Propagate text properties of % spec.
15682
15683 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15684
15685         * gnus-art.el (gnus-treat-predicate): Add `first'.
15686
15687 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15690         (mm-charset-override-alist): New variable.
15691         (mm-charset-to-coding-system): Use it.
15692         (mm-codepage-setup): New helper function.
15693         (mm-charset-eval-alist): New variable.
15694         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15695         Warn about unknown charsets.
15696
15697         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15698
15699 2005-10-04  David Hansen  <david.hansen@gmx.net>
15700
15701         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15702         (nnrss-check-group): Ditto.
15703
15704 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15707         Rename x-gnus-verbatim to x-verbatim.
15708         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15709
15710         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15711         x-verbatim.
15712
15713         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15714
15715         * gnus-util.el (gnus-remove-duplicates): Remove.
15716
15717         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15718         instead of gnus-remove-duplicates.
15719
15720         * message.el (message-remove-duplicates): Remove.
15721         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15722         message-remove-duplicates.
15723
15724         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15725         available, else use implementation from `delete-dups'.
15726
15727         * message.el (message-insert-expires): New function.
15728         (message-mode-map): Add key binding.
15729         (message-mode-field-menu): Add menu entry.
15730         (message-mode): Document it.
15731         (message-make-expires-date): Use `message-make-date'.
15732
15733 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15734
15735         * message.el (message-make-expires-date): New function.
15736
15737 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * Makefile.in (list-installed-shadows): New entry.
15740         (install): Use it.
15741         (remove-installed-shadows): New entry.
15742
15743         * dgnushack.el (dgnushack-default-load-path): New variable.
15744         (dgnushack-find-lisp-shadows): New function.
15745         (dgnushack-remove-lisp-shadows): New function.
15746
15747 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * Makefile.in (install-el-elc): New entry.
15750         (install): Use it so that .el files are necessarily installed.
15751
15752 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15755
15756 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15757
15758         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15759         function rather than the diff-mode.el package.
15760         (mm-display-external): Use with-current-buffer.
15761         (mm-viewer-completion-map, mm-viewer-completion-map):
15762         Move initialization inside declaration.
15763
15764 2005-09-29  Simon Josefsson  <jas@extundo.com>
15765
15766         * spam.el: Load hashcash when compiling, to avoid warnings.
15767         Don't autoload mail-check-payment.
15768         (spam-check-hashcash): Define unconditionally, since hashcash.el
15769         is part of Gnus now.  Ignore errors from payment checking.
15770
15771 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15772
15773         * message.el (message-bold-region, message-unbold-region):
15774         Rename from `bold-region' and `unbold-region'.
15775
15776         * message.el: Remove useless autoloads.
15777
15778 2005-09-28  Simon Josefsson  <jas@extundo.com>
15779
15780         * message.el (message-use-idna): Default to t.
15781         (message-use-idna): Test whether encoding works too.  Doc fix.
15782
15783 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * nntp.el (nntp-warn-about-losing-connection): Remove.
15786
15787 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15790         customizable.  Change default value.
15791         (mm-uu-diff-groups-regexp): Change default value.
15792         (mm-uu-type-alist): Add doc string.
15793         (mm-uu-configure): Add doc string.  Make it interactive.
15794         (mm-uu-tex-groups-regexp): New variable.
15795         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15796         (mm-uu-type-alist): Add LaTeX documents.
15797         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15798         of "text/verbatim".
15799         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15800
15801         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15802         instead of "text/verbatim".
15803
15804         * message.el (message-mark-inserted-region)
15805         (message-mark-insert-file): Use slrn style marks when called with
15806         prefix argument.
15807
15808 2005-09-27  Simon Josefsson  <jas@extundo.com>
15809
15810         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15811
15812 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15813
15814         * message.el (message-remove-duplicates): New function.
15815         Implementation borrowed from `gnus-remove-duplicates'.
15816         (message-idna-to-ascii-rhs): Also encode idna addresses in
15817         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15818         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15819         only ask about the same idna domain once per header and also tell
15820         in what header to replace the idna domain.
15821
15822         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15823         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15824         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15825         a header is decoded and not just the last one.
15826
15827 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15830         has been decoded.
15831
15832         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15833         (mm-insert-part): Don't modify text if it has been decoded.
15834
15835         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15836         decoded.
15837
15838         * mm-view.el (mm-inline-text): Don't strip text props unless
15839         decoding enriched or richtext parts.
15840
15841 2005-09-25  Romain Francoise  <romain@orebokech.com>
15842
15843         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15844         * gnus-start.el (gnus-subscribe-interactively):
15845         * gnus-uu.el (gnus-uu-grab-articles):
15846         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15847         space.
15848
15849 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15850
15851         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15852         * mm-view.el (mm-view-pkcs7-decrypt):
15853         * gnus-sum.el (gnus-summary-limit-to-extra)
15854         (gnus-summary-respool-article, gnus-read-move-group-name):
15855         * gnus-score.el (gnus-summary-increase-score):
15856         * gnus-util.el (gnus-completing-read-with-default):
15857         * gnus-art.el (gnus-read-save-file-name)
15858         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15859         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15860         * message.el (message-check-news-header-syntax):
15861         Follow convention for reading with the minibuffer.
15862
15863 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15864
15865         * spam-report.el (spam-report-url-ping-plain):
15866         Use gnus-extended-version as User-Agent.
15867
15868         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15869         default value is nil.
15870
15871         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15872         (mm-uu-verbatim-marks-extract): New function.
15873         (mm-uu-extract): New face.
15874         (mm-uu-copy-to-buffer): Use it.
15875
15876         * spam-report.el (spam-report-gmane-ham): Rename from
15877         `spam-report-gmane-unspam'.
15878         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15879         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15880
15881         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15882         Autoload.
15883         (spam-report-gmane-unregister-routine):
15884         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15885
15886 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15887
15888         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15889         (spam-report-gmane-unregister-routine): Add support for gmane
15890         unregistration.
15891
15892         * spam-report.el (spam-report-gmane-unspam)
15893         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15894         (spam-report-gmane): Change to take a single article and do unspam
15895         registration.
15896
15897 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15898
15899         * mm-url.el (mm-url-decode-entities): Fix regexp.
15900
15901 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15902
15903         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15904         default to nil, to be able to use Gnus at all.  If the default
15905         switches to something else, then the function should be fixed not
15906         be exceedingly slow.
15907
15908 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15909
15910         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15911         fail hard.
15912
15913         * spam-report.el: Add better Keywords line.
15914
15915         * spam.el: Add Maintainer and better Keywords line.
15916
15917 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * gnus-art.el (gnus-article-replace-part)
15920         (gnus-mime-replace-part): New functions.
15921         (gnus-mime-action-alist, gnus-mime-button-commands)
15922         (gnus-mime-save-part-and-strip): Add file argument.
15923         (gnus-article-part-wrapper): Add interactive argument.
15924
15925         * gnus-sum.el (gnus-summary-mime-map):
15926         Add `gnus-article-replace-part'.
15927
15928 2005-09-19  Didier Verna  <didier@xemacs.org>
15929
15930         The nnml compaction feature:
15931         * nnml.el (nnml-request-compact-group): New function.
15932         * nnml.el (nnml-request-compact): New function.
15933         * gnus-int.el (gnus-request-compact-group): New function.
15934         * gnus-int.el (gnus-request-compact): New function.
15935         * gnus-group.el (gnus-group-compact-group): New function.
15936         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15937         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15938         * gnus-srvr.el (gnus-server-compact-server): New function.
15939         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15940         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15941
15942 2005-09-18  Deepak Goel  <deego@gnufans.org>
15943
15944         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15945         format spec.
15946
15947 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15950
15951 2005-09-15  Romain Francoise  <romain@orebokech.com>
15952
15953         * message.el (message-fill-paragraph): Clarify docstring.
15954
15955 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * gnus-art.el (gnus-mime-display-part): Protect against broken
15958         MIME messages.
15959
15960 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15961
15962         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15963         before parsing header.
15964
15965 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15966
15967         * html2text.el (html2text-replace-list): Add new entities.
15968
15969 2005-09-11  Romain Francoise  <romain@orebokech.com>
15970
15971         * message.el (message-alternative-emails): Improve docstring.
15972         (message-setup-1): Call `message-use-alternative-email-as-from'
15973         after `message-setup-hook' to give it precedence over posting
15974         styles, etc.
15975         (message-use-alternative-email-as-from): Add docstring.
15976         Remove the original From header if present.
15977
15978         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15979         (nnml-save-mail): Use it.
15980
15981         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15982         articles.  Add new argument `silent'.
15983         (gnus-uu-mark-all): Report the total number of marked articles.
15984
15985 2005-09-10  Romain Francoise  <romain@orebokech.com>
15986
15987         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15988         (gnus-uu-mark-series): Likewise.
15989
15990 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15991
15992         * spam-report.el (spam-report-gmane): Fix generation of spam
15993         report URL.
15994
15995 2005-09-10  Simon Josefsson  <jas@extundo.com>
15996
15997         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15998         t, based on discussion on the ding list with Robert Epprecht
15999         <epprecht@solnet.ch>.
16000
16001 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16002
16003         * spam-report.el (spam-report-gmane): Make it work without
16004         X-Report-Spam header.  Gmane now only provides Archived-At.
16005         This is only used if `spam-report-gmane-use-article-number' is nil.
16006         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16007
16008         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16009         make `gnus-summary-sort-by-recipient' work with threading.
16010
16011         * nnweb.el (nnweb-google-wash-article): Print a message if article
16012         is not available.
16013
16014 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16015
16016         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16017         change.  Decode text/* parts content before displaying.
16018
16019 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16022
16023 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16026
16027         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16028         url-package-name, url-package-version,
16029         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16030         w3m-display-inline-images, and w3m-minor-mode-map.
16031
16032 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16033
16034         * message.el (message-tab-body-function): Fix mismatched custom type.
16035
16036         * gnus.el (gnus-group-change-level-function): Ditto.
16037
16038         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16039
16040         * gnus-art.el (gnus-signature-limit)
16041         (gnus-article-mime-part-function): Ditto.
16042
16043 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * mml.el (mml-mode): Silence the byte compiler.
16046
16047         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16048         using `(sit-for 0)' before moving the point to the specified part;
16049         skip unbuttonized parts.
16050         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16051         return to the summary window if gnus-auto-select-part is non-nil.
16052
16053 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16056         New variables.
16057         (mml-dnd-attach-file, mml-mode): Use them.
16058
16059         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16060         Make fetching article by MID work again for Google Groups.
16061         Add FIXME concerning gnus-group-make-web-group.
16062
16063         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16064         Don't depend on Gnus by using mail-extract-address-components if
16065         gnus-extract-address-components is not bound.
16066
16067 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16068
16069         * gnus-art.el (gnus-mime-display-security): Don't display the
16070         signature, but only the signed part.
16071
16072 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16075
16076         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16077         list, not listp.
16078
16079 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16080
16081         * mm-encode.el (mm-encode-content-transfer-encoding):
16082         Likewise when encoding.
16083
16084         * mm-bodies.el (mm-decode-content-transfer-encoding):
16085         De-canonicalize CRLF for all text content types, not just
16086         text/plain.
16087
16088 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16091         valid article; point arrow and cursor at the MIME button.
16092
16093 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16096         Suggested by Dan Christensen <jdc@uwo.ca>.
16097
16098         * mm-decode.el (mm-save-part): Enable change of prompt.
16099
16100 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16101
16102         * gnus-msg.el (gnus-inews-add-send-actions):
16103         Make `message-post-method' lambda parameter ARG `&optional'.
16104
16105 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16106
16107         * gnus-sum.el (gnus-summary-mime-map):
16108         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16109         gnus-article-jump-to-part.
16110
16111         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16112         (gnus-article-edit-part): Use it.
16113         (gnus-article-part-wrapper): Add no-handle argument.
16114         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16115         New functions.
16116
16117 2005-08-29  Romain Francoise  <romain@orebokech.com>
16118
16119         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16120         docstring.
16121         (gnus-face-from-file): Likewise.
16122
16123 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16124
16125         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16126         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16127         non-nil.
16128         (gnus-auto-select-part): New variable.
16129         (gnus-article-jump-to-part): New function.
16130         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16131         (gnus-mime-delete-part): Allow selecting specified part after
16132         deleting or stripping parts.
16133         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16134         part if argument is bogus.
16135
16136 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16137
16138         * gnus-art.el (w3m-minor-mode-map):
16139         * gnus-spec.el (gnus-newsrc-file-version):
16140         * gnus-util.el (nnmail-active-file-coding-system)
16141         (gnus-original-article-buffer, gnus-user-agent):
16142         * gnus.el (gnus-ham-process-destinations)
16143         (gnus-parameter-ham-marks-alist)
16144         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16145         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16146         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16147         * mm-decode.el (gnus-current-window-configuration):
16148         * mm-extern.el (gnus-article-mime-handles):
16149         * mm-url.el (url-current-object, url-package-name)
16150         (url-package-version):
16151         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16152         (smime-keys, w3m-cid-retrieve-function-alist)
16153         (w3m-current-buffer, w3m-display-inline-images)
16154         (w3m-minor-mode-map):
16155         * mml-smime.el (gnus-extract-address-components):
16156         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16157         (gnus-newsrc-hashtb, message-default-charset)
16158         (message-deletable-headers, message-options)
16159         (message-posting-charset, message-required-mail-headers)
16160         (message-required-news-headers):
16161         * mml1991.el (mc-pgp-always-sign):
16162         * mml2015.el (mc-pgp-always-sign):
16163         * nnheader.el (nnmail-extra-headers):
16164         * rfc1843.el (gnus-decode-encoded-word-function)
16165         (gnus-decode-header-function, gnus-newsgroup-name):
16166         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16167
16168 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16169
16170         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16171         the end of the date treatments.
16172
16173 2005-08-15  Simon Josefsson  <jas@extundo.com>
16174
16175         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16176         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16177         Capello and Romain Francoise.
16178         (pgg-fetch-key-function): Remove, not used?
16179         (pgg-insert-url-with-w3): Require url, to get
16180         url-insert-file-contents regardless of where it is defined.
16181
16182 2005-08-13  Romain Francoise  <romain@orebokech.com>
16183
16184         * message.el (message-cite-original-1): New function.
16185         (message-cite-original): Use it.
16186         (message-cite-original-without-signature): Ditto.
16187
16188 2005-08-08  Romain Francoise  <romain@orebokech.com>
16189
16190         * message.el (message-yank-empty-prefix): New variable.
16191         (message-indent-citation): Use it.
16192         (message-cite-original-without-signature): Respect X-No-Archive.
16193
16194 2005-08-08  Simon Josefsson  <jas@extundo.com>
16195
16196         * pgg.el: Autoload url-insert-file-contents instead of loading
16197         w3/url.
16198         (pgg-insert-url-with-w3): Don't load url here.
16199
16200 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16201
16202         * message.el (message-kill-to-signature): Don't insert newline at
16203         bol.
16204         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16205
16206 2005-08-06  Romain Francoise  <romain@orebokech.com>
16207
16208         * message.el (message-user-fqdn): Fix typo in docstring.
16209
16210 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16211
16212         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16213
16214         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16215
16216 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * mm-bodies.el (mm-encode-body): Use coding system rather than
16219         charset to encode text.
16220
16221         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16222         number of charsets if utf-8 is available (XEmacs).
16223
16224 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16225
16226         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16227         taken from `gnus-button-mid-or-mail-regexp'.
16228         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16229         (gnus-button-alist): Improve regexp for domain part of the MIDs
16230         for news:localpart@domain buttons.
16231         (gnus-button-ctan-directory-regexp): Update.
16232
16233 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * sieve-manage.el (sieve-manage-interactive-login):
16236         Use make-local-variable rather than make-variable-buffer-local.
16237         (sieve-manage-open): Ditto.
16238         (sieve-manage-authenticate): Ditto.
16239
16240         * mml.el (mml-generate-mime-1): Make the content type default to
16241         text/plain if the filename is not specified.
16242
16243 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16246         instead of insert-buffer.
16247
16248         * message.el (message-yank-original): Ditto; set the mark at the
16249         end of the yanked message.
16250
16251 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16254         lines to scroll rather than to stop it.
16255
16256         * mml.el (mml-generate-default-type): Add doc string.
16257         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16258         default to application/octet-stream when determining the content
16259         type if it is not specified for the part or the mml contents; add
16260         a comment about mml-generate-default-type.
16261
16262 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16265         make it default to application/octet-stream when determining the
16266         content type if it is not specified for the external contents.
16267
16268 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16271         segmented parameter but also other parameters might be there.
16272
16273 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * mm-decode.el (mm-display-external): Delete temp file, directory
16276         and buffer immediately if the external process is exited.
16277
16278 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16281         fewer lines than that of scroll-margin.
16282         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16283
16284 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-art.el (gnus-article-next-page): Revert.
16287         (gnus-article-beginning-of-window): New macro.
16288         (gnus-article-next-page-1): Use it.
16289         (gnus-article-prev-page): Ditto.
16290         (gnus-article-edit-part): Use insert-buffer-substring instead of
16291         insert-buffer.
16292         (gnus-article-edit-exit): Ditto.
16293
16294         * gnus-util.el (gnus-beginning-of-window): Remove.
16295         (gnus-end-of-window): Remove.
16296
16297         * lpath.el: Don't bind header-line-format and scroll-margin.
16298
16299 2005-07-25  Simon Josefsson  <jas@extundo.com>
16300
16301         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16302         to have the url package without w3.  Reported by Daiki Ueno
16303         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16304
16305 2005-07-20  Didier Verna  <didier@xemacs.org>
16306
16307         * gnus-diary.el: Remove the description comment (nndiary is now
16308         properly documented in the Gnus manual).
16309         Fix the spelling of "Back End".
16310         * nndiary.el: Ditto.
16311         Fix the copyright notice.
16312
16313 2005-07-18  Romain Francoise  <romain@orebokech.com>
16314
16315         * gnus-sum.el (gnus-summary-to-prefix)
16316         (gnus-summary-newsgroup-prefix): New variables.
16317         (gnus-summary-from-or-to-or-newsgroups): Use them.
16318
16319 2005-07-17  Romain Francoise  <romain@orebokech.com>
16320
16321         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16322         space as it's generally not especially interesting to the user.
16323
16324 2005-07-16  Romain Francoise  <romain@orebokech.com>
16325
16326         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16327         nil to avoid prompting and file modification if one of the
16328         messages at the top of the nnfolder file contains a copyright
16329         notice.
16330         Update copyright notice.
16331
16332         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16333         instead of `current-time-string' as the latter creates a time
16334         string that is not RFC 2822 compliant (it lacks the zone).
16335         Update copyright notice.
16336
16337 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16338
16339         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16340         for text/rtf.  Display default in prompt.  Pass default for M-n.
16341
16342         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16343
16344 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16345
16346         * gnus-msg.el (gnus-button-mailto):
16347         Remove save-selected-window-window hackery because it relies on
16348         save-selected-window internals.
16349
16350 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16353         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16354         (gnus-article-prev-page): Ditto.
16355
16356         * gnus-util.el (gnus-beginning-of-window): New function.
16357         (gnus-end-of-window): New function.
16358
16359         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16360
16361 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16362
16363         * gnus-score.el (gnus-score-edit-all-score):
16364         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16365         gnus-message.
16366
16367 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16368
16369         * gnus-msg.el (gnus-button-mailto):
16370         Remove save-selected-window-window hackery because it relies on
16371         save-selected-window internals.
16372
16373 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16376         add-minor-mode.
16377         (gnus-binary-mode): Ditto.
16378
16379         * gnus-topic.el (gnus-topic-mode): Ditto.
16380
16381 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16382
16383         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16384         (gnus-article-prev-page): Take scroll-margin into consideration.
16385
16386 2005-07-04  Lute Kamstra  <lute@gnu.org>
16387
16388         Update FSF's address in GPL notices.
16389
16390 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16391
16392         * gnus.el (gnus-exit):
16393         * gnus-group.el (gnus-group-icons):
16394         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16395
16396         * gnus-nocem.el (gnus-nocem):
16397         * message.el (message-various, message-buffers, message-sending)
16398         (message-interface, message-forwarding, message-insertion)
16399         (message-headers, message-news, message-mail):
16400         * pgg-gpg.el (pgg-gpg):
16401         * pgg-parse.el (pgg-parse):
16402         * pgg-pgp.el (pgg-pgp):
16403         * pgg-pgp5.el (pgg-pgp5):
16404         * pop3.el (pop3): Finish `defgroup' description with period.
16405
16406 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus-art.el (article-display-face): Improve the efficiency.
16409         (article-display-x-face): Ditto; remove grey x-face stuff.
16410
16411 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-art.el (article-display-face): Correct the position in
16414         which Faces are inserted.
16415
16416 2005-06-29  Didier Verna  <didier@xemacs.org>
16417
16418         * gnus-art.el (article-display-face): Display faces in correct
16419         order.
16420
16421 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16424         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16425         (gnus-nocem-check-article): Fetch the Type header.
16426         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16427         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16428         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16429         make sure gnus-nocem-hashtb is initialized.
16430         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16431         (gnus-nocem-unwanted-article-p): Ditto.
16432
16433         * pgg.el (pgg-verify): Return the verification result.
16434
16435 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16436
16437         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16438         is ascii.
16439
16440 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16441
16442         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16443         `show-nonbreak-escape'.
16444
16445 2005-06-23  Lute Kamstra  <lute@gnu.org>
16446
16447         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16448
16449         * dig.el (dig-mode):
16450         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16451
16452 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16453
16454         * nnimap.el (nnimap-split-download-body): Fix spellings.
16455
16456 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16457
16458         * gnus-art.el (gnus-article-encrypt-body):
16459         * gnus-cus.el (gnus-score-customize):
16460         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16461         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16462
16463 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16464
16465         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16466         header by looking for magic "MII" at the beginnig.
16467
16468 2005-06-16  Miles Bader  <miles@gnu.org>
16469
16470         * gnus-xmas.el (gnus-xmas-group-startup-message):
16471         Use renamed gnus-splash face.
16472
16473         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16474         (assistant-field-face): New backward-compatibility alias for renamed
16475         face.
16476         (assistant-render-text): Use renamed assistant-field face.
16477
16478         * spam.el (spam): Remove "-face" suffix from face name.
16479         (spam-face): New backward-compatibility alias for renamed face.
16480         (spam-face, spam-initialize): Use renamed spam face.
16481
16482         * message.el (message-header-to, message-header-cc)
16483         (message-header-subject, message-header-newsgroups)
16484         (message-header-other, message-header-name)
16485         (message-header-xheader, message-separator, message-cited-text)
16486         (message-mml): Remove "-face" suffix from face names.
16487         (message-header-to-face, message-header-cc-face)
16488         (message-header-subject-face, message-header-newsgroups-face)
16489         (message-header-other-face, message-header-name-face)
16490         (message-header-xheader-face, message-separator-face)
16491         (message-cited-text-face, message-mml-face):
16492         New backward-compatibility aliases for renamed faces.
16493         (message-font-lock-keywords): Use renamed message faces.
16494
16495         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16496         (sieve-test-commands, sieve-tagged-arguments):
16497         Remove "-face" suffix from face names.
16498         (sieve-control-commands-face, sieve-action-commands-face)
16499         (sieve-test-commands-face, sieve-tagged-arguments-face):
16500         New backward-compatibility aliases for renamed faces.
16501         (sieve-control-commands-face, sieve-action-commands-face)
16502         (sieve-test-commands-face, sieve-tagged-arguments-face):
16503         Use renamed sieve faces.
16504
16505         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16506         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16507         (gnus-group-news-3-empty, gnus-group-news-4)
16508         (gnus-group-news-4-empty, gnus-group-news-5)
16509         (gnus-group-news-5-empty, gnus-group-news-6)
16510         (gnus-group-news-6-empty, gnus-group-news-low)
16511         (gnus-group-news-low-empty, gnus-group-mail-1)
16512         (gnus-group-mail-1-empty, gnus-group-mail-2)
16513         (gnus-group-mail-2-empty, gnus-group-mail-3)
16514         (gnus-group-mail-3-empty, gnus-group-mail-low)
16515         (gnus-group-mail-low-empty, gnus-summary-selected)
16516         (gnus-summary-cancelled, gnus-summary-high-ticked)
16517         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16518         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16519         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16520         (gnus-summary-low-undownloaded)
16521         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16522         (gnus-summary-low-unread, gnus-summary-normal-unread)
16523         (gnus-summary-high-read, gnus-summary-low-read)
16524         (gnus-summary-normal-read, gnus-splash):
16525         Remove "-face" suffix from face names.
16526         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16527         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16528         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16529         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16530         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16531         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16532         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16533         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16534         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16535         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16536         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16537         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16538         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16539         (gnus-summary-normal-ticked-face)
16540         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16541         (gnus-summary-normal-ancient-face)
16542         (gnus-summary-high-undownloaded-face)
16543         (gnus-summary-low-undownloaded-face)
16544         (gnus-summary-normal-undownloaded-face)
16545         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16546         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16547         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16548         (gnus-splash-face):
16549         New backward-compatibility aliases for renamed faces.
16550         (gnus-group-startup-message): Use renamed gnus faces.
16551
16552         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16553         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16554         (gnus-server-agent): Remove "-face" suffix from face names.
16555         (gnus-server-agent-face, gnus-server-opened-face)
16556         (gnus-server-closed-face, gnus-server-denied-face)
16557         (gnus-server-offline-face):
16558         New backward-compatibility aliases for renamed faces.
16559         (gnus-server-agent-face, gnus-server-opened-face)
16560         (gnus-server-closed-face, gnus-server-denied-face)
16561         (gnus-server-offline-face): Use renamed gnus faces.
16562
16563         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16564         Remove "-face" suffix from face names.
16565         (gnus-picon-xbm-face, gnus-picon-face):
16566         New backward-compatibility aliases for renamed faces.
16567
16568         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16569         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16570         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16571         (gnus-cite-11): Remove "-face" suffix from face names.
16572         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16573         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16574         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16575         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16576         New backward-compatibility aliases for renamed faces.
16577         (gnus-cite-attribution-face, gnus-cite-face-list)
16578         (gnus-article-boring-faces): Use renamed gnus faces.
16579
16580         * gnus-art.el (gnus-signature, gnus-header-from)
16581         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16582         (gnus-header-content): Remove "-face" suffix from face names.
16583         (gnus-signature-face, gnus-header-from-face)
16584         (gnus-header-subject-face, gnus-header-newsgroups-face)
16585         (gnus-header-name-face, gnus-header-content-face):
16586         New backward-compatibility aliases for renamed faces.
16587         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16588
16589         * gnus-sum.el (gnus-summary-selected-face)
16590         (gnus-summary-highlight): Use renamed gnus faces.
16591         * gnus-group.el (gnus-group-highlight): Likewise.
16592
16593 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16594
16595         * gnus-sieve.el (gnus-sieve-article-add-rule):
16596         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16597         * spam-stat.el (spam-stat-buffer-change-to-spam)
16598         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16599
16600         * message.el (message-is-yours-p):
16601         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16602
16603 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * mm-view.el (mm-inline-text): Withdraw the last change.
16606
16607 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16610         executing enriched-decode.
16611
16612 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16615         charset of tar files.
16616
16617 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16618
16619         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16620
16621 2005-06-04  Lute Kamstra  <lute@gnu.org>
16622
16623         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16624         information is never recorded.
16625
16626 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16627
16628         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16629
16630 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * pop3.el (pop3-apop): Run md5 in the binary mode.
16633
16634         * starttls.el (starttls-set-process-query-on-exit-flag):
16635         Use eval-and-compile.
16636
16637 2005-05-31  Simon Josefsson  <jas@extundo.com>
16638
16639         * smime.el (smime-replace-in-string): Define.
16640         (smime-cert-by-ldap-1): Use it.
16641
16642 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * gnus-art.el (article-display-x-face): Replace
16645         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16646
16647         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16648         set-process-query-on-exit-flag or process-kill-without-query.
16649
16650         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16651         loop instead of replace-regexp.
16652
16653         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16654         instead of process-kill-without-query if it is available.
16655
16656         * lpath.el: Fbind ldap-search-entries.
16657
16658         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16659         instead of find-file-hooks if it is available.
16660
16661         * mml1991.el: Bind pgg-default-user-id when compiling.
16662
16663         * mml2015.el: Bind pgg-default-user-id when compiling.
16664
16665         * nndraft.el (nndraft-request-associate-buffer):
16666         Use write-contents-functions instead of write-contents-hooks if it is
16667         available.
16668
16669         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16670         instead of find-file-hooks if it is available.
16671
16672         * nntp.el (nntp-open-connection): Replace
16673         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16674         (nntp-open-ssl-stream): Ditto.
16675         (nntp-open-tls-stream): Ditto.
16676
16677         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16678         set-process-query-on-exit-flag or process-kill-without-query.
16679         (starttls-open-stream-gnutls): Use it instead of
16680         process-kill-without-query.
16681         (starttls-open-stream): Ditto.
16682
16683 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16684
16685         * smime.el (smime-cert-by-ldap-1): Don't use
16686         replace-regexp-in-string.
16687
16688 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16689
16690         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16691
16692         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16693         in PEM format.  Adjust to the XEmacs compatibility.
16694
16695 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16696
16697         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16698         by `string-to-number'.
16699         * gnus-agent.el (gnus-agent-regenerate-group)
16700         (gnus-agent-fetch-articles): Ditto.
16701         * gnus-art.el (gnus-button-fetch-group): Ditto.
16702         * gnus-cache.el (gnus-cache-generate-active)
16703         (gnus-cache-articles-in-group): Ditto.
16704         * gnus-group.el (gnus-group-set-current-level)
16705         (gnus-group-insert-group-line): Ditto.
16706         * gnus-score.el (gnus-score-set-expunge-below)
16707         (gnus-score-set-mark-below, gnus-summary-score-effect)
16708         (gnus-summary-score-entry): Ditto.
16709         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16710         (gnus-soup-pack): Ditto.
16711         * gnus-spec.el (gnus-xmas-format): Ditto.
16712         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16713         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16714         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16715         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16716         * nndb.el (nndb-get-remote-expire-response): Ditto.
16717         * nndiary.el (nndiary-parse-schedule-value)
16718         (nndiary-string-to-number, nndiary-request-replace-article)
16719         (nndiary-request-article): Ditto.
16720         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16721         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16722         * nneething.el (nneething-make-head): Ditto.
16723         * nnfolder.el (nnfolder-request-article)
16724         (nnfolder-retrieve-headers): Ditto.
16725         * nnheader.el (nnheader-file-to-number): Ditto.
16726         * nnkiboze.el (nnkiboze-request-article): Ditto.
16727         * nnmail.el (nnmail-process-unix-mail-format)
16728         (nnmail-process-babyl-mail-format): Ditto.
16729         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16730         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16731         (nnmh-request-create-group, nnmh-request-list-1)
16732         (nnmh-request-group, nnmh-request-article): Ditto.
16733         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16734         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16735         * nnsoup.el (nnsoup-make-active): Ditto.
16736         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16737         * nntp.el (nntp-find-group-and-number)
16738         (nntp-retrieve-headers-with-xover): Ditto.
16739         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16740         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16741         (pgg-format-key-identifier): Ditto.
16742         * pop3.el (pop3-last, pop3-stat): Ditto.
16743         * qp.el (quoted-printable-decode-region): Ditto.
16744
16745         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16746         of concat.
16747
16748 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16751
16752         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16753
16754         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16755
16756         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16757
16758         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16759
16760         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16761
16762         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16763         (gnus-carpal-mode): Ditto.
16764
16765         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16766         (gnus-browse-mode): Ditto.
16767
16768         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16769
16770         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16771
16772 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16773
16774         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16775
16776 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * gnus-util.el (gnus-run-mode-hooks): New function.
16779
16780         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16781
16782         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16783         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16784
16785 2005-05-27  Lute Kamstra  <lute@gnu.org>
16786
16787         * dns-mode.el (dns-mode): Specify customization group.
16788
16789 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16790
16791         * gnus-agent.el (gnus-agent-make-mode-line-string):
16792         Use mode-line-highlight as mouse-face.
16793
16794 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * canlock.el (canlock): Change the parent group to news.
16797
16798         * deuglify.el (gnus-outlook-deuglify): Add :group.
16799
16800         * dig.el (dig): Add :group.
16801
16802         * dns-mode.el (dns-mode): Add :group.
16803
16804         * encrypt.el (encrypt): Add :group.
16805
16806         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16807         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16808         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16809         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16810         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16811
16812         * gnus-diary.el (gnus-diary): Add :group.
16813
16814         * gnus.el (gnus-group-news-1-face): Add :group.
16815         (gnus-group-news-1-empty-face): Ditto.
16816         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16817         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16818         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16819         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16820         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16821         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16822         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16823         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16824         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16825         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16826         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16827         (gnus-summary-high-ticked-face): Ditto.
16828         (gnus-summary-low-ticked-face): Ditto.
16829         (gnus-summary-normal-ticked-face): Ditto.
16830         (gnus-summary-high-ancient-face): Ditto.
16831         (gnus-summary-low-ancient-face): Ditto.
16832         (gnus-summary-normal-ancient-face): Ditto.
16833         (gnus-summary-high-undownloaded-face): Ditto.
16834         (gnus-summary-low-undownloaded-face): Ditto.
16835         (gnus-summary-normal-undownloaded-face): Ditto.
16836         (gnus-summary-high-unread-face): Ditto.
16837         (gnus-summary-low-unread-face): Ditto.
16838         (gnus-summary-normal-unread-face): Ditto.
16839         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16840         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16841
16842         * hashcash.el (hashcash): New custom group.
16843         (hashcash-default-payment): Add :group.
16844         (hashcash-payment-alist): Ditto.
16845         (hashcash-default-accept-payment): Ditto.
16846         (hashcash-accept-resources): Ditto.
16847         (hashcash-path): Ditto.
16848         (hashcash-extra-generate-parameters): Ditto.
16849         (hashcash-double-spend-database): Ditto.
16850         (hashcash-in-news): Ditto.
16851
16852         * message.el (message-minibuffer-local-map): Add :group.
16853
16854         * netrc.el (netrc): Add :group.
16855
16856         * sieve-manage.el (sieve-manage-log): Add :group.
16857         (sieve-manage-default-user): Diito.
16858         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16859         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16860         (sieve-manage-authenticators): Ditto.
16861         (sieve-manage-authenticator-alist): Ditto.
16862         (sieve-manage-default-port): Ditto.
16863
16864         * sieve-mode.el (sieve-control-commands-face): Add :group.
16865         (sieve-action-commands-face): Ditto.
16866         (sieve-test-commands-face): Ditto.
16867         (sieve-tagged-arguments-face): Ditto.
16868
16869         * smime.el (smime): Add :group.
16870
16871         * spam-report.el (spam-report): Add :group.
16872
16873         * spam.el (spam, spam-face): Add :group.
16874
16875 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16876
16877         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16878         return \n.\n.\n at the end of articles.  Protect against that.
16879         (nntp-with-open-group): Allow debugging.
16880
16881         * nnheader.el (mail-header-set-extra): Make into a function
16882         because I just could't understand how to quote the list properly.
16883
16884         * dns.el (query-dns-cached): New function.
16885
16886 2005-05-26  Lute Kamstra  <lute@gnu.org>
16887
16888         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16889
16890 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16893
16894         * gnus-art.el: Don't autoload mail-extract-address-components.
16895
16896         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16897         eval-and-compile to evaluate it.
16898
16899         * hashcash.el: Don't autoload executable-find.
16900
16901         * nndb.el: Don't declare the nndb back end two or more times; don't
16902         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16903
16904         * nntp.el: Autoload format-spec instead of format; use
16905         eval-and-compile to evaluate autoload forms.
16906
16907 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16908
16909         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16910
16911 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16912
16913         * gnus.el (gnus-version-number): Bump version.
16914
16915 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16916
16917         * gnus.el: No Gnus v0.3 is released.
16918
16919 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16920
16921         * lpath.el (featurep): Bind show-nonbreak-escape.
16922
16923 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * gnus-art.el (gnus-article-edit-part): Disable undo.
16926
16927 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16930         gnus-article-date-lapsed-new-header is t if date timer is active;
16931         skip headers in which the original date value is empty.
16932         (gnus-article-save-original-date): Redefine it as a macro.
16933         (gnus-display-mime): Use it.
16934
16935 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * gnus-art.el (article-date-ut): Support converting date in
16938         forwarded parts as well.
16939         (gnus-article-save-original-date): New function.
16940         (gnus-display-mime): Use it.
16941
16942 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16943
16944         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16945         enclosure element of <item>.
16946
16947 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16948
16949         * message.el (message-kill-buffer-query): Rename from
16950         `message-kill-buffer-query-if-modified'.  Add :version.
16951
16952 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16955         window layout.
16956
16957 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * mml.el: Autoload dnd when compiling.
16960
16961 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16962
16963         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16964         x-dnd-*.
16965
16966 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * qp.el (quoted-printable-encode-region): Save excursion.
16969
16970 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16971
16972         * message.el (message-kill-buffer-query-if-modified): Add new variable
16973         so the user can kill a modified message buffer quickly.
16974         (message-kill-buffer): Use it.
16975
16976 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * lpath.el: Fbind display-time-event-handler; don't fbind
16979         string-to-multibyte.
16980
16981         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16982
16983 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16986         contained in text because xml.el decodes entities) with LFs.
16987
16988 2005-04-11  Lute Kamstra  <lute@gnu.org>
16989
16990         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16991         differently.
16992
16993 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16994
16995         * mm-util.el (mm-detect-coding-region): Typo.
16996
16997 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17000
17001 2005-04-06  Deepak Goel  <deego@gnufans.org>
17002
17003         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17004         user-function allow user modifications of the scores.
17005         (spam-stat-score-buffer-user): New function, to allow
17006         user-computed modifications to the score.
17007         (spam-stat-score-buffer-user-functions): List of additional
17008         scoring functions.
17009         (spam-stat-error-holder): Global temporary error holder.
17010         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17011         variable.
17012
17013 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17014
17015         * gnus-registry.el (gnus-registry-clean-empty-function)
17016         (gnus-registry-trim, gnus-registry-fetch-groups)
17017         (gnus-registry-delete-group): Groups that match
17018         `gnus-registry-ignored-groups' are removed from the registry
17019         entries, not just ignored for splitting.  This helps clean up the
17020         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17021         to get all the groups a message ID is in.
17022
17023         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17024         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17025         (spam-stat-score-buffer-user-functions): Add :number custom type.
17026
17027 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17030         argument in XEmacs.
17031
17032         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17033         (nnrss-request-group): Decode group name first.
17034         (nnrss-request-article): Make a text/plain article if mml-to-mime
17035         failed.
17036         (nnrss-get-encoding): Return a compatible encoding according to
17037         nnrss-compatible-encoding-alist.
17038         (nnrss-find-el): Use consp instead of listp.
17039         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17040
17041 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17044         which Emacs 20 doesn't support.
17045         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17046
17047 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17048
17049         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17050         silence the byte compiler inside the defun.
17051
17052         * gnus-demon.el (parse-time-string): Add autoload.
17053
17054         * gnus-delay.el (parse-time-string): Add autoload.
17055
17056         * gnus-art.el (parse-time-string): Add autoload.
17057
17058         * nnultimate.el (parse-time): Require for `parse-time-string'.
17059
17060 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17061
17062         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17063
17064         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17065
17066         * smime.el (smime-ldap-host-list): Add :version.
17067
17068 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17069
17070         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17071         pass it to `gnus-browse-read-group'.
17072         (gnus-browse-read-group): Add NUMBER argument and pass it to
17073         `gnus-group-read-ephemeral-group'.
17074
17075         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17076         argument and pass it to `gnus-group-read-group'.
17077
17078 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17079
17080         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17081         mm-xemacs-find-mime-charset-1 if we have the mule feature
17082         available at runtime.
17083
17084 2005-03-25  Werner Lemberg  <wl@gnu.org>
17085
17086         * nnmaildir.el: Replace `illegal' with `invalid'.
17087
17088 2005-03-23  Lute Kamstra  <lute@gnu.org>
17089
17090         * time-date.el: Add comment on time value formats.
17091         Don't require parse-time.
17092         (with-decoded-time-value): New macro.
17093         (encode-time-value): New function.
17094         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17095         (days-to-time): Return a valid time value when arg is huge.
17096         (time-since): Use time-subtract.
17097         (time-to-number-of-days): Use time-to-seconds.
17098
17099 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17100
17101         * gnus-start.el (gnus-display-time-event-handler):
17102         Check display-time-timer at runtime rather than only at load time
17103         in case display-time-mode is turned off in the mean time.
17104
17105 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17106
17107         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17108         used.
17109
17110         * nneething.el (nneething-map-file-directory): Derive from
17111         `gnus-directory'.
17112
17113         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17114         the To/Cc button.
17115
17116 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * nnmaildir.el (nnmaildir-request-accept-article):
17119         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17120
17121 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17122
17123         * gnus-async.el: Require timer-funcs at compile time when in
17124         XEmacs for `run-with-idle-timer'.
17125
17126 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17127
17128         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17129         autoloaded function.
17130
17131 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17132
17133         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17134
17135 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17136
17137         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17138
17139 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17140
17141         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17142         Add gnus-expert-user to default.
17143
17144 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17145
17146         * nnimap.el (nnimap-open-server): Ditto.
17147
17148         * imap.el (imap-authenticate): Fix typo.
17149
17150 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17151
17152         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17153         buffer (since IMAP server might return FETCH response out of
17154         order, and the nntp buffer must be sorted).
17155
17156 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17157
17158         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17159         comparison on string.
17160
17161         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17162         (gnus-agent-score): Rename category keywords to match gnus-cus.
17163         (gnus-agent-summary-fetch-series): Modify to protect against
17164         gnus-agent-summary-fetch-group clearing processable flags.
17165         (gnus-agent-synchronize-group-flags): Update live group buffer as
17166         synchronization may occur due to the user toggle the plugged
17167         status.
17168         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17169         successfully downloaded.
17170         (gnus-agent-expire-group-1): Avoid using markers when the overview
17171         is in ascending order; greatly improves performance.
17172         (gnus-agent-regenerate-group):
17173         Use gnus-agent-synchronize-group-flags to reset read status in both
17174         gnus and server.
17175         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17176
17177 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * message.el: Don't autoload former message-utils variables.
17180         (message-strip-subject-trailing-was): Change doc string.
17181
17182         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17183         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17184         (nnweb-google-search): Add "hl=en" here.
17185         (nnweb-google-parse-1, nnweb-google-create-mapping):
17186         Don't hardcode URL.
17187
17188 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * message.el (message-get-reply-headers, message-followup):
17191         Mention related variables `message-use-followup-to' and
17192         `message-use-mail-followup-to', in the information buffer.
17193
17194         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17195         of broken groups(-beta).google.com.
17196
17197 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17198
17199         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17200         parameter to invoked gnus-request-move-article; remove the
17201         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17202         all at once instead of once per article.
17203         (gnus-summary-remove-process-mark): Accept a list of articles as
17204         well as a single article for processing.
17205
17206         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17207         parameter.
17208
17209         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17210
17211         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17212
17213         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17214         parameter.
17215
17216         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17217         parameter.
17218
17219         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17220         parameter and remove the gnus-sum-hint-move-is-internal variable.
17221
17222         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17223         parameter.
17224
17225         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17226         parameter.
17227
17228         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17229         parameter.
17230
17231         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17232
17233         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17234         parameter.
17235
17236         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17237         parameter.
17238
17239 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17240
17241         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17242         a more conservative way.
17243
17244 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17245
17246         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17247         buffer, so it moves the window's cursor.
17248
17249 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17250
17251         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17252         `mm-dissect-multipart' and receive the from field as an (optional)
17253         argument from `mm-dissect-multipart'.
17254         (mm-dissect-multipart): Receive the from field as an argument and
17255         pass it on when we call `mm-dissect-buffer' on MIME parts.
17256         Fixes verification/decryption of signed/encrypted MIME parts.
17257
17258 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17259
17260         * gnus-sum.el (gnus-summary-move-article):
17261         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17262         whatever it calls (right now, only nnimap-request-move article
17263         respects it).
17264
17265         * nnimap.el (nnimap-request-move-article):
17266         When gnus-sum-hint-move-is-internal is set, don't do the extra
17267         nnimap-request-article.
17268
17269 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17272
17273         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17274         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17275
17276         * gnus-sum.el (gnus-summary-caesar-message):
17277         Apply `gnus-treat-article' after rotation.
17278
17279         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17280         doc string.
17281
17282 2005-02-22  Simon Josefsson  <jas@extundo.com>
17283
17284         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17285         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17286         <arne@arnested.dk>.
17287         (encrypt): Add password-cache and password-cache-expiry as group
17288         members.
17289
17290 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17291
17292         * smime.el (smime-ldap-host-list): Doc fix.
17293         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17294         cache) password.
17295         (smime-sign-region): Use it.
17296         (smime-decrypt-region): Use it.
17297         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17298         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17299         fails.
17300         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17301         certificate from DER to PEM format rather than calling openssl.
17302
17303         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17304
17305         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17306         for signing/encryption.
17307
17308         * mml.el (mml-parse-1): Use them.
17309
17310 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17311
17312         * nnrss.el (nnrss-verbose): Remove.
17313         (nnrss-request-group): Use `nnheader-message' instead.
17314
17315 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17316
17317         * nnrss.el (nnrss-verbose): New variable.
17318         (nnrss-request-group): Make it say nnrss is requesting a group.
17319
17320 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17321
17322         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17323         Handle news URL with given port correctly.
17324
17325 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17328         containing special characters.
17329
17330         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17331
17332         * mml.el (mime-to-mml): Ditto.
17333
17334         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17335         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17336         (rfc2047-decode-region): Quote decoded words containing special
17337         characters when rfc2047-quote-decoded-words-containing-tspecials
17338         is non-nil.
17339
17340 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17341
17342         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17343
17344         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17345
17346 2005-02-15  Simon Josefsson  <jas@extundo.com>
17347
17348         * nnimap.el (nnimap-debug): Doc fix.
17349
17350         * imap.el (imap-debug): Doc fix.
17351
17352 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17355
17356 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17357
17358         * gnus.el (spam-contents): Improve docs for spam-contents
17359         parameter in its variable incarnation.
17360
17361 2005-02-14  Simon Josefsson  <jas@extundo.com>
17362
17363         * smime-ldap.el: Use require instead of load-library for ldap.
17364         (smime-ldap-search): Indent.
17365         (smime-ldap-search-internal): Shorten line.
17366
17367         * smime.el (smime-cert-by-dns): Add doc-string.
17368         (smime-cert-by-ldap-1): Indent.
17369
17370         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17371         mml-smime-get-dns-ldap.
17372         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17373
17374 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17375
17376         * smime.el: Require smime-ldap.
17377         (smime-ldap-host-list): New variable.
17378         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17379
17380         * mml-smime.el (mml-smime-encrypt-query): New function.
17381         (mml-smime-encrypt-query): Use it.
17382
17383         * smime-ldap.el: New file.
17384
17385 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17388
17389 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17390
17391         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17392         argument in doc string.  Make query for type more clear.
17393
17394 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * gnus.el (gnus-group-startup-message): Search for gnus images in
17397         etc/images/gnus.
17398         * mm-util.el (mm-image-load-path): Likewise.
17399         * smiley.el (smiley-data-directory): Search for smilies in
17400         etc/images/smilies.
17401
17402 2005-02-09  Kim F. Storm  <storm@cua.dk>
17403
17404         Change Emacs release version from 21.4 to 22.1 throughout.
17405         Change Emacs development version from 21.3.50 to 22.0.50.
17406
17407 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17410
17411         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17412         non-Mule XEmacs as well.
17413         (mm-decompress-buffer): Signal an error intentionally if it does
17414         not decompress compressed data because auto-compression-mode is
17415         disabled.
17416
17417 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17418
17419         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17420         an ID in the registry even if it has no groups.
17421
17422 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17425         merge it into mm-decompress-buffer.
17426         (gnus-mime-copy-part): Use the MIME part charset, the value which
17427         a user specified or gnus-newsgroup-charset for decoding, like
17428         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17429         save-buffer what was used.  Suggested by Kevin Ryde
17430         <user42@zip.com.au>.
17431         (gnus-mime-inline-part): Allow the name parameter as well as the
17432         filename parameter; force decompressing of compressed data; always
17433         display contents being not decoded as unibyte.
17434
17435         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17436         as well as the filename parameter.
17437
17438         * mm-util.el (mm-decompress-buffer):
17439         Merge gnus-mime-jka-compr-maybe-uncompress.
17440         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17441         of compressed data.
17442
17443 2005-02-08  Simon Josefsson  <jas@extundo.com>
17444
17445         * imap.el (imap-log): Doc fix.
17446
17447 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17450         the coding cookies; decompress compressed parts.
17451
17452         * mml.el (mml-generate-mime-1): Add the charset parameter according
17453         to the value which a user specified manually or the coding cookie.
17454
17455         * mm-util.el (mm-string-to-multibyte): New function.
17456         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17457         (mm-coding-system-to-mime-charset): New function.
17458         (mm-decompress-buffer): New function.
17459         (mm-find-buffer-file-coding-system): New function.
17460
17461         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17462         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17463         parts.
17464
17465 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17466
17467         * mm-view.el (mm-display-inline-fontify): Decode a part according
17468         to the charset parameter.
17469
17470 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17473         prefix arg is neither nil nor a number, as info specifies.
17474
17475 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17478         timestamps.
17479
17480 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17481
17482         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17483         groups error checking and notify user.
17484
17485 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17486
17487         * message.el (message-send-mail-function): Check existence of
17488         sendmail-program first before using default value
17489         `message-send-mail-with-sendmail'.  Otherwise use more generic
17490         `smtpmail-send-it'.
17491
17492 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * nntp.el (nntp-request-update-info): Always return nil.
17495
17496 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17497
17498         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17499
17500 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17501
17502         * message.el (message-beginning-of-line): Change the behavior when
17503         invoked between BOL and : so that it first moves backward.
17504
17505 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17508         article buffer when editing of the article is discarded.
17509         (gnus-article-prepare): Revert.
17510
17511 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gnus-art.el (gnus-article-prepare):
17514         Remove message-strip-forbidden-properties from the local hook.
17515
17516 2005-01-27  Simon Josefsson  <jas@extundo.com>
17517
17518         * password.el (password-cache-add): Only start one timer per key.
17519         Reported by Derek Atkins <warlord@MIT.EDU>.
17520
17521 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17522
17523         * run-at-time.el: Remove.  It is no longer needed as
17524         timer-funcs.el in the xemacs-base package has a working version of
17525         `run-at-time'.
17526
17527         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17528
17529         * password.el: Require timer-funcs instead of run-at-time in
17530         XEmacs.
17531         Remove `password-run-at-time' macro.
17532         (password-cache-add): Use `run-at-time' instead of
17533         `password-run-at-time'.
17534
17535         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17536         Remove `nnheader-cancel-function-timers' alias,
17537         `cancel-function-timers' exists in XEmacs in timer-funcs.
17538
17539         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17540         for `run-with-idle-timer'.
17541
17542         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17543         for `run-at-time'.
17544
17545         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17546         for `with-timeout'.
17547
17548         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17549         the same as for XEmacs 21.4.
17550         No need to ignore `run-with-idle-timer', this function exists in
17551         XEmacs now in timer-funcs.el in the xemacs-base package.
17552         (dgnushack-compile): No need to delete
17553         run-at-time.el from the list of files to compile because it
17554         doesn't exist anymore.
17555
17556 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17559         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17560
17561 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17562
17563         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17564         sensitively.
17565
17566 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17567
17568         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17569
17570 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17573         which will be inserted according to the multibyteness of a buffer
17574         rather than the type of contents.  Suggested by ARISAWA Akihiro
17575         <ari@mbf.ocn.ne.jp>.
17576
17577         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17578         of string which old xml.el may return rather than a string.
17579
17580 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17583
17584 2005-01-16  Simon Josefsson  <jas@extundo.com>
17585
17586         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17587         idn/idna.el isn't available.
17588         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17589         <michael@waxrat.com>.
17590
17591         * hashcash.el: Remove non-FSF copyright header.
17592
17593         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17594         (hashcash-generate-payment): Use it.
17595         (hashcash-generate-payment-async): Use it.
17596
17597 2005-01-15  Simon Josefsson  <jas@extundo.com>
17598
17599         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17600         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17601
17602         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17603         gnus-summary-idna-message.
17604         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17605         (gnus-summary-idna-message): New function.
17606
17607 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17608
17609         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17610         gnus-novice-user.
17611
17612 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * nnrss.el (nnrss-request-delete-group): Delete entries in
17615         nnrss-group-alist as well.
17616         (nnrss-save-server-data): Insert newline.
17617
17618 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17619
17620         * gnus.el (gnus-user-agent): Use list of symbols instead of
17621         symbols.  Display full version number for (S)XEmacs.
17622         Optionally display (S)XEmacs codename.
17623
17624         * gnus-util.el (gnus-emacs-version): Update for new
17625         `gnus-user-agent'.
17626
17627         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17628         Gnus version.
17629
17630 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17631
17632         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17633         which is unreadable in some setups.
17634
17635 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-spec.el (gnus-update-format-specifications): Flush the
17638         group format spec cache if it doesn't support decoded group names.
17639
17640 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17641
17642         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17643         Allow to apply decay on score files matching a regexp.
17644
17645 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17648         compatibility in %g and %c.
17649
17650 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17653         name for only %g and %c.
17654         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17655         of gnus-tmp-group to decoded group name.
17656         (gnus-group-make-rss-group): Exclude `/'s from group names.
17657
17658 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * nnrss.el (nnrss-get-encoding): Fix regexp.
17661
17662 2004-12-27  Simon Josefsson  <jas@extundo.com>
17663
17664         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17665         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17666         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17667
17668 2004-12-17  Kim F. Storm  <storm@cua.dk>
17669
17670         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17671
17672         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17673
17674 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17675
17676         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17677
17678 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * nnrss.el: Require rfc2047 and mml.
17681         (nnrss-file-coding-system): New variable.
17682         (nnrss-format-string): Redefine it as an inline function.
17683         (nnrss-decode-group-name): New function.
17684         (nnrss-string-as-multibyte): Remove.
17685         (nnrss-retrieve-headers): Decode group name; don't use
17686         nnrss-format-string.
17687         (nnrss-request-group): Decode group name.
17688         (nnrss-request-article): Decode group name; allow a Message-ID as
17689         well as an article number; don't use nnrss-format-string; encode a
17690         Message-ID string which may contain non-ASCII characters; use
17691         mml-to-mime to compose a MIME article.
17692         (nnrss-request-expire-articles): Decode group name.
17693         (nnrss-request-delete-group): Decode group name.
17694         (nnrss-fetch): Clarify error message.
17695         (nnrss-read-server-data): Use insert-file-contents instead of load;
17696         bind file-name-coding-system; use multibyte buffer.
17697         (nnrss-save-server-data): Bind coding-system-for-write to the
17698         value of nnrss-file-coding-system; bind file-name-coding-system;
17699         add coding cookie.
17700         (nnrss-read-group-data): Use insert-file-contents instead of load;
17701         bind file-name-coding-system; use multibyte buffer.
17702         (nnrss-save-group-data): Bind coding-system-for-write to the
17703         value of nnrss-file-coding-system; bind file-name-coding-system.
17704         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17705         make it work with non-ASCII text.
17706         (nnrss-find-el): Make it work with old xml.el as well.
17707
17708 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17709
17710         * nnrss.el (nnrss-get-encoding): New function.
17711         (nnrss-fetch): Use unibyte buffer initially; bind
17712         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17713         decode contents according to the encoding attribute.
17714         (nnrss-save-group-data): Add coding cookie.
17715         (nnrss-mime-encode-string): New function.
17716         (nnrss-check-group): Use it to encode subject and author.
17717
17718 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17719
17720         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17721         imaginary variable.
17722
17723 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17726         correctly even if there are wide characters.
17727
17728 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17729
17730         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17731         downcased symbol names; make a new cache instead of reusing
17732         bbdb-hashtable.
17733
17734 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17737         concatenating segments rather than before concatenating them.
17738         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17739
17740         * message.el (message-get-reply-headers): Bind `extra'.
17741
17742 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17743
17744         * message.el (message-extra-wide-headers): New variable.
17745         (message-get-reply-headers): Use it.
17746
17747 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17750         (gnus-agent-group-pathname): Ditto.
17751
17752         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17753
17754         * gnus-group.el (gnus-group-make-group): Decode group name.
17755         (gnus-group-make-rss-group): Register the group data after opening
17756         the nnrss group.
17757
17758 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17759
17760         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17761         by expiry now get marked as read.
17762
17763 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17766
17767 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17768
17769         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17770         unify Latin characters in XEmacs.
17771         (mm-find-mime-charset-region): Use it.
17772
17773 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * gnus-util.el (gnus-delete-directory): New function.
17776
17777         * gnus-agent.el (gnus-agent-delete-group): Use it.
17778
17779         * gnus-cache.el (gnus-cache-delete-group): Use it.
17780
17781 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17784         names.
17785
17786 2004-12-16  Simon Josefsson  <jas@extundo.com>
17787
17788         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17789
17790 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17793
17794         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17795         (gnus-group-set-current-level): Decode group name.
17796
17797 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17798
17799         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17800         failed.
17801
17802 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * gnus-group.el (gnus-group-delete-group): Decode group name.
17805         (gnus-group-make-rss-group): Encode group name.
17806         (gnus-group-catchup-current): Decode group name.
17807         (gnus-group-kill-group): Decode group name.
17808
17809 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17810
17811         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17812
17813 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * gnus-group.el (gnus-group-make-rss-group):
17816         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17817
17818         * gnus-start.el (gnus-setup-news): Honor user's setting to
17819         gnus-message-archive-method.  Suggested by Lute Kamstra
17820         <lute@gnu.org>.
17821
17822 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17823
17824         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17825         global counterparts of the buffer-local variables.
17826
17827 2004-11-16  Romain Francoise  <romain@orebokech.com>
17828
17829         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17830         counterparts of the buffer-local variables.
17831
17832 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17833
17834         * message.el (message-forbidden-properties): Fix typo in doc
17835         string.
17836
17837 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17838
17839         * gnus-util.el (gnus-replace-in-string): Add doc string.
17840
17841         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17842         to avoid problems when splitting mails with many recipients.
17843
17844 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17845
17846         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17847         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17848
17849 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17850
17851         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17852         if there is no hashtable in memory or file modification time is
17853         newer than cached timestamp.
17854
17855 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17856
17857         * gnus-sum.el (gnus-summary-limit-to-recipient):
17858         Implement not-matching option.
17859
17860 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17861
17862         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17863         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17864         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17865         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17866         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17867         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17868
17869 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * message.el (message-forward-make-body-mml): Remove headers
17872         according to message-forward-ignored-headers if a message is decoded.
17873
17874 2004-12-02  Romain Francoise  <romain@orebokech.com>
17875
17876         * message.el (message-forward-make-body-plain): Always remove
17877         headers according to message-forward-ignored-headers.
17878
17879 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17880
17881         * spam.el (spam-summary-prepare-exit): Remove the
17882         gnus-summary-limit pop for now, it has problems with ham marks for
17883         me.
17884
17885 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17886
17887         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17888         correctly.
17889
17890 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17891
17892         * format-spec.el (format-spec): Message the char.
17893
17894 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17895
17896         * gnus-art.el (gnus-split-methods): Reformat comments.
17897
17898         * spam.el (spam-summary-prepare-exit): Remove article limits
17899         before exiting the summary buffer.
17900
17901 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17904         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17905
17906         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17907         order to silence the byte compiler.
17908
17909         * spam.el: Fix the way to silence the byte compiler, which
17910         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17911         bbdb-search-simple, spam-BBDB-register-routine,
17912         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17913         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17914         spam-stat-buffer-is-spam, spam-stat-load,
17915         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17916         spam-stat-save and spam-stat-split-fancy.
17917
17918 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17921         which may confuse users.
17922         (canlock-password-for-verify): Ditto.
17923
17924         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17925
17926         * gnus-art.el (gnus-emphasis-alist): Ditto.
17927
17928         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17929
17930         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17931
17932         * gnus-start.el (gnus-save-killed-list): Ditto.
17933
17934         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17935         (gnus-sum-thread-tree-root): Ditto.
17936         (gnus-sum-thread-tree-false-root): Ditto.
17937         (gnus-sum-thread-tree-single-indent): Ditto.
17938
17939         * message.el (message-courtesy-message): Ditto.
17940         (message-archive-note): Ditto.
17941         (message-subscribed-address-file): Ditto.
17942         (message-user-fqdn): Ditto.
17943
17944         * spam-report.el (spam-report-gmane-regex): Ditto.
17945
17946         * spam.el (spam-blackhole-good-server-regex): Ditto.
17947
17948 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * mml.el (mml-preview): Widen the message buffer before copying
17951         the contents to the preview buffer; sort headers before previewing.
17952
17953         * message.el (message-hidden-headers): Fix the way to avoid a bug
17954         in the `repeat' widget in Emacs 21.3 or earlier.
17955
17956 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * message.el (message-hidden-headers): Default to "^References:".
17959         Improve customization type.  Suggested by Reiner Steib
17960         <Reiner.Steib@gmx.de>.
17961
17962 2004-11-25  Romain Francoise  <romain@orebokech.com>
17963
17964         * message.el (message-strip-forbidden-properties): Remove check for
17965         obsolete `message-hidden' text property, hidden headers are not
17966         accessible in the buffer anymore.
17967
17968 2004-11-22  Romain Francoise  <romain@orebokech.com>
17969
17970         * message.el (message-header-format-alist): Add `From' in list
17971         so that it can be sorted.
17972         (message-fix-before-sending): Widen and sort headers before
17973         sending.
17974         (message-hide-headers): Use narrowing to hide headers by moving
17975         them to the top of the buffer and narrowing to the region
17976         underneath.
17977
17978 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17979
17980         * message.el (message-strip-forbidden-properties):
17981         Bind buffer-read-only (etc) to nil.
17982
17983 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17986         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17987
17988 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17989
17990         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17991
17992 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17993
17994         * dns.el (query-dns): Use sit-for to time instead of
17995         accept-process-output, since that doesn't seem to work on udp
17996         sockets.
17997
17998 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18001
18002 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18003
18004         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18005         doc string.  Improve doc string.
18006
18007 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * nntp.el (nntp-request-update-info): Return nil if
18010         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18011         may not call gnus-activate-group which uselessly issues the GROUP
18012         commands for all nntp groups and wastes time.  Reported by Romain
18013         Francoise <romain@orebokech.com>.
18014
18015         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18016
18017 2004-11-15  Simon Josefsson  <jas@extundo.com>
18018
18019         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18020         headers separately.
18021         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18022         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18023
18024 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18025
18026         * gnus-start.el (gnus-convert-old-newsrc):
18027         Assign legacy-gnus-agent to 5.10.7.
18028
18029 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18030
18031         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18032         start of the lines.
18033
18034 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18035
18036         * hashcash.el (hashcash-default-payment): Change default to 20.
18037         (hashcash-default-accept-payment): Change default to 20.
18038         (hashcash-process-alist): New variable.
18039         (hashcash-generate-payment-async): Add.
18040         (hashcash-already-paid-p): Add.
18041         (hashcash-insert-payment): Don't generate payments twice.
18042         (hashcash-insert-payment-async): Add.
18043         (hashcash-insert-payment-async-2): Add.
18044         (hashcash-cancel-async): Add.
18045         (hashcash-wait-async): Add.
18046         (hashcash-processes-running-p): Add.
18047         (hashcash-wait-or-cancel): Add.
18048         (mail-add-payment): New optional argument.  Conditionally start
18049         asynchronous calculation.
18050         (mail-add-payment-async): Add.
18051
18052         * message.el (message-send-mail): Wait for asynchronous hashcash
18053         results.  Don't clobber existing X-Hashcash headers.
18054         (message-setup-1): Call mail-add-payment-async when
18055         message-generate-hashcash is non-nil.
18056
18057 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18058
18059         * message.el (message-use-alternative-email-as-from): Examine the
18060         From header as well; use message-make-from in order to include a
18061         user's full name.
18062
18063 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18066         default; improve customization type.
18067         (gnus-emphasis-custom-with-format): New macro.
18068         (gnus-emphasis-custom-value-to-external): New function.
18069         (gnus-emphasis-custom-value-to-internal): New function.
18070
18071 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18072
18073         * dns.el (query-dns): Resolve reverse addresses.
18074
18075 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18076
18077         * gnus-group.el (gnus-group-get-new-news): Use it.
18078
18079         * gnus-start.el (gnus-check-reasonable-setup): New function.
18080
18081 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18084         "Args out of range" error.  Reported by Arnaud Giersch
18085         <arnaud.giersch@free.fr>.
18086
18087 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18088
18089         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18090
18091 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18092
18093         * spam.el (spam group): Add :version.
18094
18095         * pgg-def.el (pgg group): Add :version.
18096
18097 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * gnus-art.el (gnus-article-edit-article): Don't associate the
18100         article buffer with a draft file.  This is a temporary measure
18101         against the 2004-08-22 change to gnus-article-edit-mode.
18102
18103 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18106         (html2text-format-tags): Remove unused variable `attr'.
18107
18108 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18109
18110         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18111
18112         * tls.el (tls-process-connection-type, tls-success)
18113         (tls-certtool-program): Add :version.
18114
18115         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18116         (starttls-extra-arguments, starttls-process-connection-type)
18117         (starttls-connect, starttls-failure, starttls-success): Add :version.
18118
18119         * spam-stat.el (spam-stat): Add :version.
18120
18121         * sieve.el (sieve): Add :version.
18122
18123         * sha1.el (sha1): Add :version.
18124         (sha1-use-external): Remove redundant version.
18125
18126         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18127         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18128         (nnmail-split-fancy-match-partial-words)
18129         (nnmail-split-lowercase-expanded): Add :version.
18130
18131         * nndiary.el (nndiary): Add :version.
18132
18133         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18134
18135         * mml-sec.el (mml-default-sign-method)
18136         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18137         Add :version.
18138
18139         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18140
18141         * mm-url.el (mm-url-use-external, mm-url-program)
18142         (mm-url-arguments): Add :version.
18143
18144         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18145         (mm-attachment-file-modes, mm-decrypt-option)
18146         (mm-w3m-safe-url-regexp): Add :version.
18147
18148         * message.el (message-cite-prefix-regexp)
18149         (message-sendmail-envelope-from, message-minibuffer-local-map)
18150         (message-user-fqdn, message-completion-alist): Add :version.
18151
18152         * gnus-win.el (gnus-configure-windows-hook)
18153         (gnus-use-frames-on-any-display): Add :version.
18154
18155         * gnus-art.el (gnus-article-address-banner-alist)
18156         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18157         (gnus-treat-from-picon, gnus-treat-mail-picon)
18158         (gnus-treat-x-pgp-sig): Add :version.
18159
18160         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18161         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18162         (gnus-summary-article-delete-hook)
18163         (gnus-summary-display-while-building): Add :version.
18164
18165         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18166         (gnus-get-top-new-news-hook): Add :version.
18167
18168         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18169         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18170
18171         * gnus-registry.el (gnus-registry): Add :version.
18172
18173         * gnus-spec.el (gnus-use-correct-string-widths)
18174         (gnus-make-format-preserve-properties): Add :version.
18175
18176         * gnus.el (gnus-group-charter-alist)
18177         (gnus-group-fetch-control-use-browse-url)
18178         (gnus-install-group-spam-parameters): Add :version.
18179
18180         * gnus-diary.el (gnus-diary): Add :version.
18181
18182         * gnus-delay.el (gnus-delay): Add :version.
18183
18184         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18185         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18186         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18187         Add :version.
18188
18189         * gnus-agent.el (gnus-agent-max-fetch-size)
18190         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18191         (gnus-agent-prompt-send-queue): Add :version.
18192
18193         * deuglify.el (gnus-outlook-deuglify): Add :version.
18194
18195         * html2text.el: Beautify code.  Improve doc strings.
18196         Some checkdoc cleanup.
18197         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18198
18199 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18200
18201         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18202
18203 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18204
18205         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18206         when package is loaded.
18207
18208         * spam.el (spam-summary-score-preferred-header): Add global preference
18209         for people who want to override the default SpamAssassin over
18210         Bogofilter preference (when both are set).
18211         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18212         (spam-user-format-function-S):
18213         Check spam-summary-score-preferred-header.
18214         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18215         (spam-user-format-function-S): Format the score correctly.
18216
18217 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18220         signature file.  Suggested by Manoj Srivastava
18221         <srivasta@golden-gryphon.com>.
18222
18223         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18224         iso-2022-jp even in the Japanese language environment.
18225         Suggested by Jason Rumney <jasonr@gnu.org>.
18226
18227 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18230         use the same characters as the dummy marks; make it free from
18231         getting affected by the language environment.
18232         (gnus-summary-read-group-1): Update mark positions only when the
18233         format spec is updated.
18234
18235         * gnus-spec.el (gnus-update-format-specifications): Return a list
18236         of updated types.
18237
18238 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18241         of boundp to check if display-warning is available.
18242
18243 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18244
18245         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18246
18247 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18248
18249         * nnspool.el (nnspool-spool-directory): Use news-path if the
18250         news-directory variable is not bound.
18251
18252         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18253         function instead of display-warning if it is not available.
18254
18255 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18256
18257         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18258         v5-10: Use `point-at-bol'.
18259
18260 2004-10-26  Simon Josefsson  <jas@extundo.com>
18261
18262         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18263         <chenggao@gmail.com>.
18264
18265 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18266
18267         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18268         instead.
18269
18270 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18271
18272         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18273         to remove a server from the nnimap-server-buffer-alist.
18274         (nnimap-open-connection, nnimap-close-server): Use it.
18275
18276         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18277
18278 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18281         running the major-mode function.
18282
18283 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18284
18285         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18286         dummy marks in the right way.
18287
18288 2004-10-18  David Edmondson  <dme@dme.org>
18289
18290         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18291         excessively.
18292
18293 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18294
18295         * gnus-util.el (gnus-split-references): Accept a nil references
18296         string and go on blissfully.
18297
18298         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18299         cases where the references string is non-nil but has no references.
18300
18301         * encrypt.el: Add autoload tags.
18302
18303         * spam.el (spam-resolve-registrations-routine): Remove article
18304         from unregistration list too.  Reported by David Hanak
18305         <dhanak@isis.vanderbilt.edu>
18306
18307 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18308
18309         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18310         nil.  Change custom type.
18311
18312 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18313
18314         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18315
18316         * gnus-sum.el (gnus-summary-move-article): Use it.
18317
18318 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18319
18320         * encrypt.el: Add autoload cookies.
18321
18322         * spam.el (spam-backend-article-list-property)
18323         (spam-backend-get-article-todo-list)
18324         (spam-backend-put-article-todo-list)
18325         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18326         Resolve registrations separately.
18327         (spam-register-routine): Format comments.
18328         (spam-unregister-routine, spam-register-routine): Always call with
18329         specific-articles, no default list.
18330         (spam-summary-prepare-exit): Use the spam-classifications function.
18331
18332         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18333         gnus-encrypt.el.
18334
18335         * encrypt.el: Copied from gnus-encrypt.el.
18336
18337         * gnus-encrypt.el: Commented that it's obsolete.
18338
18339 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18340
18341         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18342         (gnus-score-save): Use it.
18343
18344         * message.el (message-bury): Use `window-dedicated-p'.
18345
18346 2004-10-15  Simon Josefsson  <jas@extundo.com>
18347
18348         * pop3.el (top-level): Don't require nnheader.
18349         (pop3-read-timeout): Add.
18350         (pop3-accept-process-output): Add.
18351         (pop3-read-response, pop3-retr): Use it.
18352
18353 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18354
18355         * spam.el (spam-register-routine): Move comment.
18356         (spam-verify-bogofilter): Use 'unknown for the initial
18357         spam-bogofilter-valid state, not 'never.
18358
18359         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18360         for netrc-machine.
18361
18362         * nnimap.el (nnimap-open-connection):
18363         Use netrc-machine-user-or-password.
18364
18365 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18366
18367         * gnus-registry.el (gnus-registry-unload-hook):
18368         Set as a variable with add-hook.
18369
18370         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18371         of news-path.
18372
18373         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18374
18375         * spam.el: Delete duplicate `provide'.
18376         (spam-unload-hook): Set as a variable with add-hook.
18377
18378 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18379
18380         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18381         in the doc string.
18382
18383         * message.el (message-ignored-news-headers)
18384         (message-ignored-supersedes-headers)
18385         (message-ignored-resent-headers)
18386         (message-forward-ignored-headers): Improve custom type.
18387
18388 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * message.el (message-tokenize-header): Fix 2004-09-06 change
18391         which used point-min in the wrong place.
18392
18393 2004-10-12  Simon Josefsson  <jas@extundo.com>
18394
18395         * tls.el (tls-certtool-program): New variable.
18396         (tls-certificate-information): New function, based on
18397         ssl-certificate-information.
18398
18399 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * compface.el: Move the version of ELisp-based uncompface program
18402         to the contrib directory because of the copyright problem.
18403
18404 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18405
18406         * message.el (message-kill-buffer): Raise the current frame.
18407
18408 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18409
18410         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18411
18412         * gnus.el (message-y-or-n-p): Autoload.
18413
18414         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18415         (pop3-password-required, pop3-authentication-scheme)
18416         (pop3-leave-mail-on-server): Make customizable.
18417         (pop3): New custom group.
18418         (pop3-retr): Remove `sleep-for' statements.
18419         Suggested by Dave Love <fx@gnu.org>.
18420
18421         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18422         Windows/DOS.
18423
18424         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18425         (imap-parse-body): Fix incorrect use of `assert'.
18426         Suggested by Dave Love <fx@gnu.org>.
18427
18428         * mml.el (mml-minibuffer-read-disposition): Require match.
18429         Suggested by Dave Love <fx@gnu.org>.
18430
18431 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18432
18433         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18434         doc string.
18435
18436 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18437
18438         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18439
18440 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18441
18442         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18443         instead of calling `mm-insert-inline', to decode text/* parts
18444         before displaying them.
18445
18446 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * mm-uu.el (mm-uu-text-plain-type): New variable.
18449         (mm-uu-pgp-signed-extract-1): Use it.
18450         (mm-uu-pgp-encrypted-extract-1): Use it.
18451         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18452         bind mm-uu-text-plain-type with that value.
18453         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18454         mm-uu-dissect.
18455
18456 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18457
18458         * gnus-group.el (gnus-update-group-mark-positions):
18459         * gnus-sum.el (gnus-update-summary-mark-positions):
18460         * message.el (message-check-news-body-syntax):
18461         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18462         of string-as-multibyte.
18463
18464 2004-10-05  Juri Linkov  <juri@jurta.org>
18465
18466         * gnus-group.el (gnus-update-group-mark-positions):
18467         * gnus-sum.el (gnus-update-summary-mark-positions):
18468         * message.el (message-check-news-body-syntax):
18469         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18470         8-bit unibyte values to a multibyte string for search functions.
18471
18472 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18475         (mm-uu-dissect-text-parts): New function.
18476
18477         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18478         dissect text parts.
18479
18480         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18481         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18482
18483         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18484
18485         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18486         Use gnus-current-topics instead of gnus-current-topic.
18487
18488 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18489
18490         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18491
18492 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18493
18494         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18495         where approriate.
18496
18497         * nnml.el (nnml-generate-active-info): do.
18498
18499         * nndiary.el (nndiary-generate-active-info): do.
18500
18501         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18502         (gnus-topic-move): do.
18503
18504         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18505         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18506
18507         * gnus-srvr.el (gnus-server-prepare)
18508         (gnus-server-open-all-servers): do.
18509
18510         * gnus-msg.el (gnus-summary-cancel-article)
18511         (gnus-summary-resend-message)
18512         (gnus-summary-mail-crosspost-complaint): do.
18513
18514         * gnus-move.el (gnus-change-server): do.
18515
18516         * gnus-group.el (gnus-group-unmark-all-groups)
18517         (gnus-group-set-current-level): do.
18518
18519 2004-10-04  Simon Josefsson  <jas@extundo.com>
18520
18521         * message.el (message-generate-hashcash): Doc fix.
18522
18523 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18524
18525         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18526         avoid infinite recursion via gnus-get-function.
18527
18528 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18529
18530         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18531
18532         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18533
18534         * nnmail.el (nnmail-split-history): do.
18535
18536         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18537         (nnml-request-delete-group): do.
18538
18539         * nnslashdot.el (nnslashdot-read-groups): do.
18540
18541         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18542         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18543
18544         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18545         (nnspool-sift-nov-with-sed): Use last.
18546         (nnspool-retrieve-headers-with-nov): Use mapc.
18547         (nnspool-request-newgroups): Use dolist.
18548         (nnspool-request-group): Use last.
18549
18550         * nntp.el (nntp-read-server-type): Use dolist.
18551
18552         * nnvirtual.el (nnvirtual-create-mapping)
18553         (nnvirtual-update-read-and-marked): Use dolist.
18554         (nnvirtual-convert-headers): Simplify.
18555
18556 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18557
18558         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18559         Add support for sync'ing tick marks.
18560
18561 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18564         there's no visible header.
18565
18566 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18567
18568         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18569         When necessary, pass full group name to gnus-request-set-marks.
18570
18571 2004-10-01  Simon Josefsson  <jas@extundo.com>
18572
18573         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18574         acroread.
18575
18576 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18577
18578         * spam-report.el (spam-report-gmane): Fix interactive.
18579
18580         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18581
18582         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18583         when writing file.
18584         (gnus-agent-synchronize-flags): Don't default to being
18585         interactive.
18586
18587 2004-09-30  Simon Josefsson  <jas@extundo.com>
18588
18589         * message.el (message-generate-hashcash): Add.
18590         (message-send-mail): Use it, call mail-add-payment.
18591
18592 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18593
18594         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18595
18596 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18597
18598         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18599         gnus-requst-update-info with explicit code to sync the in-memory
18600         info read flags with the marks being sync'd to the backend.
18601
18602         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18603
18604 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18605
18606         * spam.el (spam-verify-bogofilter): Add new function.
18607         (spam-check-bogofilter)
18608         (spam-bogofilter-register-with-bogofilter): Use it.
18609         (spam-verify-bogofilter): Add small fixes.
18610
18611 2004-09-28  Simon Josefsson  <jas@extundo.com>
18612
18613         * hashcash.el (hashcash-generate-payment): Revert.
18614
18615 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18616
18617         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18618         Use gnus-extract-references instead of gnus-split-references.
18619
18620         * gnus-util.el (gnus-extract-references): Add new function, analogous
18621         to gnus-split-references but extracts only the message-ID without
18622         anything extra.
18623
18624         * hashcash.el (hashcash-generate-payment)
18625         (hashcash-check-payment): Do the right thing if hashcash-path is
18626         nil (because the hashcash program could not be found).
18627
18628         * spam.el (spam-use-hashcash): Remove comment.
18629
18630 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18631
18632         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18633         (gnus-cache-enter-article, gnus-cache-remove-article)
18634         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18635
18636         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18637
18638         * gnus-art.el (article-hide-boring-headers)
18639         (article-translate-strings, article-display-face)
18640         (gnus-article-mime-match-handle-first)
18641         (gnus-article-highlight-headers)
18642         (gnus-article-add-buttons-to-head): do.
18643
18644 2004-09-27  Simon Josefsson  <jas@extundo.com>
18645
18646         * hashcash.el: New version, from
18647         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18648         ../contrib/.
18649
18650 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18651
18652         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18653
18654 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18655
18656         * gnus-dup.el (gnus-dup-open): Use mapc.
18657         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18658
18659         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18660         Reported by Stefan Wiens <s.wi@gmx.net>.
18661
18662         * gnus.el (gnus-shutdown): Use dolist.
18663
18664         * gnus-undo.el (gnus-undo): Use mapc.
18665
18666         * nnrss.el (nnrss-generate-active): do.
18667
18668         * message.el (message-cite-original-without-signature)
18669         (message-cite-original): Use mapc.
18670         (message-do-actions, message-make-forward-subject): Use dolist.
18671
18672 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18673
18674         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18675         deletion to remove entire duplicate line.  Fixes merged article
18676         number bug.
18677
18678 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18679
18680         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18681         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18682         first ask if you want to open a server and then, even when you
18683         responded with no, asking if you want to synchronize the server's
18684         flags.
18685         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18686         multi-line expressions.
18687         (gnus-agent-synchronize-group-flags): New internal function.
18688         Updates marks in memory (in the info structure) AND in the
18689         backend.
18690
18691         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18692
18693         * nnagent.el (nnagent-request-set-mark):
18694         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18695         method, to ensure that synchronization updates marks in the
18696         backend and in the info (in memory) structure.
18697
18698 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18699
18700         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18701         convention fully; don't miss the root article of a thread; make
18702         the X-Draft-From header with correct article numbers.
18703
18704 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18705
18706         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18707         unless plugged.  Disable the agent so that an open failure causes
18708         an error.
18709
18710         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18711         Revert 2004-09-21 change.  The backend must be opened while
18712         synchronizing flags even when the backend stores the flags
18713         locally.
18714
18715 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18716
18717         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18718         in `header' match.  Reported by Svend Tollak Munkejord.
18719
18720         * message.el (message-cite-original): Fix use of
18721         `message-cite-articles-with-x-no-archive'.
18722
18723 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18724
18725         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18726         (gnus-window-to-buffer): Ditto.
18727
18728         * mml.el (mml-preview-buffer): New variable.
18729         (mml-preview): Manage window layout with gnus-buffer-configuration.
18730
18731         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18732         X-Draft-From header even if those articles aren't quoted.
18733
18734 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18735
18736         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18737         (gnus-request-set-mark, gnus-request-update-mark): Use new
18738         g-s-t-u-l-m to decide to use backend even when unplugged.
18739
18740 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18743         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18744
18745 2004-09-20  Simon Josefsson  <jas@extundo.com>
18746
18747         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18748         "utf-16-le".
18749
18750 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18751
18752         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18753
18754 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * uudecode.el (uudecode-use-external): Add :version.
18757
18758         * smime.el (smime-CA-file, smime-encrypt-cipher)
18759         (smime-dns-server): Add :version.
18760
18761         * smiley.el (gnus-smiley-file-types): Add :version.
18762
18763         * sha1.el (sha1-use-external): Add :version.
18764
18765         * pgg-def.el (pgg-query-keyserver): Add :version.
18766
18767         * nnmail.el (nnmail-fancy-expiry-targets)
18768         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18769         Add :version.
18770
18771         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18772         (nnimap-retrieve-groups-asynchronous): Add :version.
18773         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18774
18775         * mml.el (mml-content-disposition-parameters)
18776         (mml-insert-mime-headers-always): Add :version.
18777
18778         * mm-util.el (mm-coding-system-priorities): Add :version.
18779
18780         * mm-decode.el (mm-inline-text-html-with-images)
18781         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18782         (mm-verify-option): Add :version.
18783         (mm-text-html-renderer): Change :version.
18784
18785         * message.el (message-fcc-externalize-attachments)
18786         (message-required-headers, message-draft-headers)
18787         (message-subject-trailing-was-query)
18788         (message-subject-trailing-was-ask-regexp)
18789         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18790         (message-mark-insert-end, message-archive-header)
18791         (message-archive-note, message-cross-post-default)
18792         (message-cross-post-note, message-followup-to-note)
18793         (message-cross-post-note-function, message-use-mail-followup-to)
18794         (message-subscribed-address-functions)
18795         (message-subscribed-address-file, message-subscribed-addresses)
18796         (message-subscribed-regexps, message-allow-no-recipients)
18797         (message-yank-cited-prefix, message-signature-insert-empty-line)
18798         (message-hidden-headers, message-hierarchical-addresses)
18799         (message-mail-user-agent, message-use-idna)
18800         (message-valid-fqdn-regexp)
18801         (message-strip-special-text-properties, message-header-synonyms)
18802         (message-beginning-of-line, message-tab-body-function): Add :version.
18803         (message-insert-canlock, message-wide-reply-confirm-recipients):
18804         Change :version.
18805
18806         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18807         and :version.
18808         (mail-source-delete-old-incoming-confirm)
18809         (mail-source-movemail-program): Add :version.
18810
18811         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18812         (gnus-agent-cache, gnus-agent): Change :version.
18813
18814         * gnus-util.el (gnus-use-byte-compile): Change :version.
18815
18816         * gnus-sum.el (gnus-summary-make-false-root-always)
18817         (gnus-summary-default-high-score)
18818         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18819         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18820         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18821         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18822         (gnus-sum-thread-tree-single-indent)
18823         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18824         (gnus-sum-thread-tree-leaf-with-other)
18825         (gnus-sum-thread-tree-single-leaf): Add :version.
18826         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18827         (gnus-article-loose-mime): Change :version.
18828
18829         * gnus-start.el (gnus-backup-startup-file)
18830         (gnus-save-startup-file-via-temp-buffer): Add :version.
18831
18832         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18833         (gnus-server-offline-face): Add :version.
18834
18835         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18836
18837         * gnus-msg.el (gnus-gcc-externalize-attachments)
18838         (gnus-debug-files, gnus-debug-exclude-variables)
18839         (gnus-discouraged-post-methods): Change :version.
18840         (gnus-confirm-mail-reply-to-news)
18841         (gnus-confirm-treat-mail-like-news): Add :version.
18842
18843         * gnus-int.el (gnus-server-unopen-status): Add :version.
18844
18845         * gnus-group.el (gnus-group-jump-to-group-prompt)
18846         (gnus-large-ephemeral-newsgroup)
18847         (gnus-fetch-old-ephemeral-headers): Add :version.
18848
18849         * gnus-fun.el (gnus-x-face-directory)
18850         (gnus-convert-pbm-to-x-face-command)
18851         (gnus-convert-image-to-x-face-command)
18852         (gnus-convert-image-to-face-command): Add :version.
18853
18854         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18855
18856         * gnus-cite.el (gnus-cite-blank-line-after-header)
18857         (gnus-article-boring-faces): Add :version.
18858
18859         * gnus-art.el (gnus-buttonized-mime-types)
18860         (gnus-inhibit-mime-unbuttonizing)
18861         (gnus-treat-display-face)
18862         (gnus-treat-body-boundary): Change :version.
18863         (gnus-body-boundary-delimiter, gnus-picon-databases)
18864         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18865         (gnus-treat-date-english, gnus-treat-fold-headers)
18866         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18867         (gnus-treat-mail-picon, gnus-treat-wash-html)
18868         (gnus-article-encrypt-protocol)
18869         (gnus-use-idna, gnus-article-over-scroll)
18870         (gnus-mime-display-multipart-alternative-as-mixed)
18871         (gnus-mime-display-multipart-related-as-mixed)
18872         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18873         (gnus-ctan-url, gnus-button-ctan-handler)
18874         (gnus-button-handle-ctan-bogus-regexp)
18875         (gnus-button-ctan-directory-regexp)
18876         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18877         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18878         (gnus-button-man-level, gnus-button-emacs-level)
18879         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18880
18881         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18882         (gnus-agent-go-online): Change :version.
18883         (gnus-agent-expire-unagentized-dirs)
18884         (gnus-agent-auto-agentize-methods): Add :version.
18885
18886         * flow-fill.el (fill-flowed-display-column)
18887         (fill-flowed-encode-column): Add :version.
18888
18889         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18890         (gnus-outlook-deuglify-unwrap-max)
18891         (gnus-outlook-deuglify-cite-marks)
18892         (gnus-outlook-deuglify-unwrap-stop-chars)
18893         (gnus-outlook-deuglify-no-wrap-chars)
18894         (gnus-outlook-deuglify-attrib-cut-regexp)
18895         (gnus-outlook-deuglify-attrib-verb-regexp)
18896         (gnus-outlook-deuglify-attrib-end-regexp)
18897         (gnus-outlook-display-hook): Add :version.
18898
18899         * binhex.el (binhex-use-external): Add :version.
18900
18901 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18902
18903         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18904         and `invisible'.
18905
18906 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18907
18908         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18909         in gnus-registry-trim.
18910
18911 2004-09-13  Simon Josefsson  <jas@extundo.com>
18912
18913         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18914
18915         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18916
18917         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18918         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18919         <yamaoka@jpl.org>.
18920         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18921         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18922         <yamaoka@jpl.org>.
18923
18924         * sieve.el (sieve-manage-mode): Ditto.
18925
18926 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18927
18928         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18929
18930 2004-09-11  Simon Josefsson  <jas@extundo.com>
18931
18932         * dns-mode.el: Add.
18933
18934         * mm-view.el (mm-display-dns-inline): Add.
18935
18936         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18937         (mm-automatic-display): Ditto.
18938
18939         * mailcap.el (mailcap-mime-data): Add text/dns.
18940         (mailcap-mime-extensions): Map .soa to text/dns.
18941
18942 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18943
18944         * gnus-art.el (article-decode-mime-words, article-babel)
18945         (gnus-article-highlight-signature, gnus-article-add-buttons)
18946         (gnus-signature-toggle): Remove unnecessary bindings of
18947         `inhibit-read-only' inherited from v5.10 merge.
18948
18949 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18950
18951         * nntp.el (nntp): New customization group.
18952         (nntp-authinfo-file): Add customization group.
18953
18954         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18955
18956         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18957
18958         * gnus.el (to-address, to-list, subscribed)
18959         (large-newsgroup-initial): Ditto.
18960
18961         * flow-fill.el (fill-flowed-display-column)
18962         (fill-flowed-encode-column): Ditto.
18963
18964 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18965
18966         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18967         Use point-min rather than 1.
18968         (message-send-mail): Use buffer-size rather than point-max.
18969
18970         * gnus-sum.el (gnus-summary-search-article-forward):
18971         Signal a specific `search-failed' rather than a generic `error'.
18972
18973         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18974         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18975         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18976
18977 2004-09-10  Simon Josefsson  <jas@extundo.com>
18978
18979         * nndb.el (require): Remove tcp and duplicate cl.
18980
18981 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * gnus-agent.el (directory-files-and-attributes): Move forward.
18984
18985 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18986
18987         * gnus-agent.el (directory-files-and-attributes):
18988         Optionally defined to support XEmacs.
18989
18990 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18991
18992         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18993         to avoid run-time CL dependencies.
18994         (gnus-agent-unfetch-articles): New function.
18995         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18996         article numbers even when local .overview file is missing.
18997         (gnus-agent-read-article-number): New function.  Only accepts
18998         27-bit article numbers.
18999         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19000         Use gnus-agent-read-article-number.
19001         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19002         from backend while recognizing that article numbers in .overview
19003         must be valid.
19004         (gnus-agent-update-files-total-fetched-for):
19005         Use directory-files-and-attributes to improve performance.
19006         * gnus-int.el (gnus-request-move-article):
19007         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19008         improve performance.
19009
19010         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19011         some users confused by references to .newsrc when they only have a
19012         .newsrc.eld file.
19013         (gnus-convert-mark-converter-prompt)
19014         (gnus-convert-converter-needs-prompt): Fix use of property list.
19015         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19016         New function.  Used internally to only display 'gnus converting
19017         files' message when actually necessary.
19018
19019         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19020         methods now autoloaded.
19021
19022 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19025         identifiers.
19026
19027 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * gnus-picon.el: Fix indentation and closing parenthesis.
19030
19031 2004-09-01  Simon Josefsson  <jas@extundo.com>
19032
19033         * message.el (message-canlock-generate): Require sha1, not
19034         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19035         to require within a function.  Sadly, if sha1.el isn't loaded, the
19036         let binding in m-c-g will hide the defcustom definition, which is
19037         bad.)
19038
19039         * canlock.el: Require sha1, not sha1-el.
19040
19041         * message.el: Don't autoload sha1 (there is a autoload cookie in
19042         sha1.el).
19043
19044         * sha1-el.el: Rename to sha1.el.
19045
19046 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19047
19048         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19049
19050 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19051
19052         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19053
19054 2004-08-30  Kim F. Storm  <storm@cua.dk>
19055
19056         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19057
19058         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19059         Add :group 'nnimap.
19060
19061 2004-08-30  Andreas Schwab  <schwab@suse.de>
19062
19063         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19064         ?* and ?\;.
19065
19066         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19067         and ?\' to symbol instead of whitespace.
19068
19069 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19070
19071         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19072
19073         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19074         instead of re-search-forward.
19075
19076         * gnus-uu.el (gnus-uu-save-article): Ditto.
19077         (gnus-uu-post-encode-uuencode): Ditto.
19078
19079         * html2text.el (html2text-clean-list-items): Ditto.
19080         (html2text-clean-dtdd): Ditto.
19081         (html2text-format-tags): Ditto.
19082
19083         * message.el (message-send-mail-with-sendmail): Fix regexp.
19084         (message-fill-field-general): Use search-forward instead of
19085         re-search-forward.
19086         (unbold-region): Ditto.
19087
19088         * nnrss.el (nnrss-request-article): Ditto.
19089
19090         * nnslashdot.el (nnslashdot-request-article): Ditto.
19091
19092         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19093
19094         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19095         "Unrecognized menu descriptor" error in XEmacs.
19096
19097 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19098
19099         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19100         parent article of a sparse article in the thread hashtb.
19101
19102 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19103
19104         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19105         (nnmail-expand-newtext): Lowercase expanded entries if
19106         nnmail-split-lowercase-expanded is non-nil.
19107
19108 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19111
19112         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19113         of gnus-tmp-news-method into string under XEmacs.  It will be
19114         passed to gnus-correct-length which takes only a string argument.
19115
19116 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * gnus-util.el (gnus-bind-print-variables): New macro.
19119         (gnus-prin1): Use it.
19120         (gnus-prin1-to-string): Use it.
19121         (gnus-pp): New function.
19122         (gnus-pp-to-string): New function.
19123
19124         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19125         Replace pp-to-string with gnus-pp-to-string.
19126         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19127         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19128         * gnus-msg.el (gnus-debug): Ditto.
19129         * gnus-score.el (gnus-score-save): Ditto.
19130         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19131         gnus-pp-to-string.
19132         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19133         with gnus-pp.
19134         * score-mode.el (gnus-score-pretty-print): Ditto.
19135         * webmail.el (webmail-debug): Ditto.
19136
19137 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19138
19139         * gnus-art.el (article-display-face, article-display-x-face):
19140         Use buffer-read-only.
19141
19142 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19143
19144         * gnus-art.el (article-hide-list-identifiers):
19145         Bind inhibit-read-only as t.
19146
19147 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19148
19149         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19150
19151 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19152
19153         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19154         (gnus-narrow-to-page): Don't assume point-min == 1.
19155         (gnus-article-edit-mode): Derive from message-mode.
19156
19157         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19158         point-min == 1.
19159
19160         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19161         Disable incorrect use of `assert'.
19162
19163         * message.el (message-mode): Set comment-start-skip.
19164
19165
19166 2004-08-22  Sam Steingold  <sds@gnu.org>
19167
19168         * pop3.el (pop3-leave-mail-on-server): New user variable.
19169         (pop3-movemail): Delete mail only when it is nil.
19170
19171 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19174
19175         * mml.el (mml-preview): Use `pop-to-buffer'.
19176
19177         * message.el (message-goto-mail-followup-to): Insert after "To".
19178         (message-carefully-insert-headers): Add comment.
19179
19180         * gnus.el: Remove unused variable `gnus-article-check-size'.
19181
19182         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19183
19184         * gnus-art.el (gnus-button-alist):
19185         Improve `gnus-button-handle-library' entry.
19186
19187 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19188
19189         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19190         Use downcase, since XEmacs capitalizes error messages differently.
19191
19192 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19193
19194         * nntp.el: Add (require 'gnus) due to reference to
19195         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19196
19197 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19198
19199         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19200         Bind `mm-fill-flowed'.
19201
19202         * mm-decode.el (mm-dissect-singlepart): Check it.
19203
19204 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19205
19206         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19207         'imap' for netrc parsing.
19208
19209 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19210
19211         * mailcap.el (mailcap-mime-data): Mark as risky.
19212
19213 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19216         may be included in the encoded word.
19217         (rfc2047-encode): Don't append a space if the encoded word
19218         includes close parenthesis.
19219
19220 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19223         of text within parentheses.
19224
19225 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19226
19227         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19228         (gnus-encrypt-write-file-contents): Make the password key the file
19229         name PLUS the cipher, not just the cipher.  Also remove failed
19230         passwords from the cache.
19231
19232 2004-08-06  Simon Josefsson  <jas@extundo.com>
19233
19234         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19235         Doc fix.
19236
19237 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19238
19239         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19240         LWSP.
19241
19242 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19243
19244         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19245         Try to append in-reply-to: data to the references: header.
19246
19247         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19248         (netrc-parse): Use gnus-encrypt.el functions.
19249
19250         * gnus-encrypt.el: Add new file for encryption support; currently
19251         does only a few GPG ciphers and an internal XOR cipher.
19252
19253         * password.el: Add comments on using password-read-and-add.
19254         (password-read-and-add): Add function to read and add the
19255         password to the cache at once.
19256
19257 2004-07-28  Simon Josefsson  <jas@extundo.com>
19258
19259         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19260         parameter (but don't use it, for now).
19261
19262         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19263         instead of hard coding to nil.
19264
19265 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19268         as mm-inline-image-xemacs does.
19269
19270 2004-07-26  Simon Josefsson  <jas@extundo.com>
19271
19272         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19273         Revert part of 2004-07-17 change below.
19274
19275 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19278         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19279
19280 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19281
19282         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19283         quotes that actually start with ">" at the beginning of the
19284         lines.
19285
19286 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * rfc2047.el (rfc2047-encode-region): Fix last change.
19289         (rfc2047-encode-parameter): Remove useless concat.
19290
19291 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19294         encode special characters; fix some kind of misconfigured headers;
19295         signal a real error if debug-on-quit or debug-on-error is non-nil.
19296         (rfc2047-encode-max-chars): New variable.
19297         (rfc2047-encode-1): Use it.
19298         (rfc2047-encode-parameter): New function.
19299
19300         * mml.el (mml-insert-parameter): Remove an excessive space.
19301
19302 2004-07-17  Simon Josefsson  <jas@extundo.com>
19303
19304         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19305         Kai Grossjohann <kai@emptydomain.de>.
19306         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19307         (gnus-group-make-menu-bar): Ditto.
19308
19309         * gnus-util.el (gnus-group-server): Add.
19310
19311 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19312
19313         * message.el (message-clone-locals): Clone sendmail and smtp
19314         variables.
19315
19316 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19317
19318         * rfc2047.el (rfc2047-encode-region): Fix last change.
19319
19320 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19323         characters as non-special.
19324
19325 2004-07-09  Simon Josefsson  <jas@extundo.com>
19326
19327         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19328         Users will lose all flag changes made while unplugged with
19329         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19330         good default.  See numerous reports on ding mailing list.
19331
19332 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19335         add generate-head-function and generate-article-function to the
19336         rfc822-forward entry.
19337         (nndoc-rfc822-forward-generate-article): New function.
19338         (nndoc-rfc822-forward-generate-head): New function.
19339
19340         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19341
19342 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19343
19344         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19345         respect display group parameter and gnus-summary-expunge-below.
19346         (gnus-articles-to-read): Remove unused reference to display group
19347         parameter.
19348
19349 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19350
19351         * nnheader.el (nnheader-uniquify-message-id): New experimental
19352         variable.
19353         (nnheader-nov-read-message-id): Use it.
19354
19355         * spam-report.el (spam-report-gmane): Add interactive.
19356
19357 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19358
19359         * mm-encode.el (mm-content-transfer-encoding-defaults):
19360         Use qp-or-base64 for the application/* types.
19361
19362 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19363
19364         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19365
19366 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19367
19368         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19369         trim value.
19370
19371 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19372
19373         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19374         New macro and function.
19375         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19376
19377 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19378
19379         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19380         after-load-alist.
19381
19382 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19383
19384         * gnus-group.el (gnus-group-get-new-news-this-group):
19385         Don't update info that isn't there.
19386
19387 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19388
19389         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19390         entry.
19391
19392 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * mm-view.el (mm-inline-render-with-function): Use multibyte
19395         buffer; decode html source by charset.
19396
19397         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19398
19399         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19400         Mule-UCS is loaded under XEmacs.
19401         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19402
19403 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19404
19405         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19406
19407 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * mm-util.el (mm-coding-system-p): Return a coding-system.
19410         (mm-mime-mule-charset-alist): Use shift_jis instead of
19411         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19412         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19413         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19414         instead of japanese-shift-jis and iso-latin-1 respectively in
19415         order to share the default value with both Emacs and XEmacs-mule.
19416         (mm-mule-charset-to-mime-charset):
19417         Make mm-coding-system-priorities effective.
19418         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19419         while predicating of candidates upon the priorities.
19420
19421 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19422
19423         * gnus-sum.el (gnus-summary-make-menu-bar):
19424         Add gnus-uu-invert-processable.
19425
19426         * gnus.el: Autoload gnus-uu-invert-processable.
19427
19428 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19429
19430         * mm-util.el (mm-with-multibyte-buffer): New macro.
19431
19432         * rfc2047.el (rfc2047-encode-string): Use it.
19433         (rfc2047-encode-region): Move point to the end of the region after
19434         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19435
19436 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19437
19438         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19439         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19440
19441 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19444         (gnus-cite-parse): Ignore quoted envelope From_.
19445         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19446
19447 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19448
19449         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19450         invalid addresses.
19451
19452 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19453
19454         * spam.el: Change section markers, revise TODO list.
19455         (spam-backends): Make new master list of all installed backends.
19456         (spam-summary-exit-behavior): Add new variable to determine how
19457         messages moves are done at summary exit.
19458         (spam-move-spam-nonspam-groups-only)
19459         (spam-process-ham-in-nonham-groups)
19460         (spam-process-ham-in-spam-groups): Remove variables, the
19461         spam-summary-exit-behavior variable should be used to manage this
19462         behavior.
19463         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19464         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19465         and spam-old-spam-articles.
19466         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19467         Add empty variables, placeholders for the backends they represent.
19468         (spam-set-difference): Move, unchanged.
19469         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19470         unless the user has a processor variable.
19471         (spam-classifications, spam-classification-valid-p)
19472         (spam-backend-properties, spam-backend-property-valid-p)
19473         (spam-backend-function-type-valid-p)
19474         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19475         (spam-report-articles-gmane, spam-report-articles-resend):
19476         Remove functions, they are not needed.
19477         (spam-install-backend-super, spam-backend-list)
19478         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19479         (spam-backend-function, spam-backend-ham-registration-function)
19480         (spam-backend-spam-registration-function)
19481         (spam-backend-ham-unregistration-function)
19482         (spam-backend-spam-unregistration-function)
19483         (spam-backend-statistical-p, spam-backend-mover-p)
19484         (spam-install-backend-alias, spam-install-checkonly-backend)
19485         (spam-install-mover-backend, spam-install-nocheck-backend)
19486         (spam-install-backend, spam-install-statistical-backend)
19487         (spam-install-statistical-checkonly-backend): Add backend installation
19488         support.
19489         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19490         (spam-group-processor-p): Use the new backend code and respect the
19491         summary exit behavior.
19492         (spam-mark-spam-as-expired-and-move-routine): Remove.
19493         (spam-summary-prepare): Change to use the new spam-old-articles
19494         variable.
19495         (spam-copy-or-move-routine, spam-copy-spam-routine)
19496         (spam-move-spam-routine, spam-copy-ham-routine)
19497         (spam-move-ham-routine): Add code to copy/move ham or spam.
19498         (spam-fetch-field-fast): Improve doc and code, plus allow the
19499         'number request.
19500         (spam-list-of-checks, spam-list-of-statistical-checks):
19501         Remove variables.
19502         (spam-split, spam-find-spam): Use the new backend code.
19503         (spam-registration-functions): Remove variable.
19504         (spam-unregister-routine): Add convenience wrapper.
19505         (spam-log-undo-registration, spam-register-routine)
19506         (spam-log-processing-to-registry)
19507         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19508         where possible.
19509         (spam-check-gmane-xref, spam-check-regex-headers)
19510         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19511         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19512         (spam-check-bogofilter-headers, spam-check-spamoracle)
19513         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19514         (spam-check-crm114-headers): Use the spam-split-group that
19515         spam-split prepares, no need to determine it every time.
19516
19517         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19518         to the nnheader-parse-naked-head call.
19519
19520         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19521
19522         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19523         the nnheader-nov-read-message-id call.
19524
19525 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19528         gnus-activate-group twice.  Suggested by Markus Peter
19529         <warp@spin.de>.
19530
19531 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * gnus-art.el (gnus-article-time-format): Exchange the order of
19534         day and month in the default value; fix customization type.
19535         (article-date-ut): Use add-text-properties.
19536         (article-make-date-line): Use message-make-date instead of
19537         current-time-string.
19538
19539         * message.el (message-fetch-field): Don't use set-text-properties.
19540         (message-make-date): Simplify.
19541
19542         * messagexmas.el (message-xmas-make-date): New function.
19543         (message-xmas-redefine): Defalias message-make-date to it.
19544
19545 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19548         (rfc2047-encode-region): Treat text within parentheses as special;
19549         show the original text when error has occurred.
19550
19551         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19552         already-computed method to gnus-activate-group.
19553
19554         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19555         same select-methods identical Lisp objects.
19556
19557         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19558         object when modifying the info.
19559
19560 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19561
19562         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19563         gnus-opened-servers since it has never been opened with the new
19564         configuration yet.
19565
19566 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19569         arg to nnheader-generate-fake-message-id.
19570
19571 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19572
19573         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19574         number and build a fake message ID localized to a group and
19575         article number (so it's repeatable from that point on).
19576         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19577         ID format.
19578
19579         * gnus-sum.el (gnus-get-newsgroup-headers):
19580         Call nnheader-generate-fake-message-id with the article number.
19581
19582 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19583
19584         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19585         end-of-buffer.
19586
19587 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19588
19589         * message.el (message-ignored-supersedes-headers): Add Approved.
19590
19591 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19594         goto-char.
19595         (rfc2047-encode): Fold the line before encoding.
19596
19597 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19598
19599         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19600         folding -- not all headers can be folded, and this should be done
19601         by the message composition mode.  Probably.  I think.
19602
19603 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19604
19605         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19606         fast.
19607
19608         * gnus-ems.el (gnus-remove-image): Don't use
19609         message-text-with-property; remove only the image found first.
19610
19611         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19612         found first.
19613
19614 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19615
19616         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19617
19618 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * message.el (message-text-with-property): Make it fast and accept
19621         optional arguments.
19622         (message-strip-forbidden-properties): Use it.
19623         (message-fix-before-sending): Follow the m-t-w-p change.
19624
19625         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19626
19627 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19628
19629         * gnus-art.el (article-hide-headers): Don't change the buffer
19630         mistakenly when performing mml-preview even if
19631         gnus-single-article-buffer is nil.
19632
19633 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19634
19635         * message.el (message-expand-name-databases): New user option.
19636         (message-expand-name): Use it.
19637
19638 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19639
19640         * spam.el (spam-report-articles-resend)
19641         (spam-report-resend-register-routine): Allow ham reporting.
19642         (spam-report-resend-register-ham-routine): Add wrapper.
19643         (spam-registration-functions): Add ham resending functions.
19644         (spam-list-of-processors): Add ham resend processor.
19645
19646         * gnus.el (ham-resend-to): Add new group parameter.
19647         (spam-process): Add ham resend option.
19648
19649         * spam-report.el (spam-report-resend): Allow reporting ham.
19650         (spam-report-resend-ham): Add wrapper.
19651
19652 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19653
19654         * message.el (message-cite-articles-with-x-no-archive):
19655         New variable.
19656         (message-cite-original): Use it.
19657
19658 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19659
19660         * message.el (message-cite-original): Respect X-No-Archive.
19661
19662 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19663
19664         * gnus-art.el (article-hide-headers): Refer to the values for
19665         gnus-ignored-headers and gnus-visible-headers in the summary
19666         buffer since a user may have set them as group parameters.
19667
19668 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19669
19670         * assistant.el (assistant-node-name): Add convenience function.
19671         (assistant-render-text, assistant-render-node): Add error handling,
19672         plus handle multiple next nodes.
19673         (assistant-find-next-node): Comment out for now.
19674         (assistant-find-next-nodes): Add function, returns list of next
19675         nodes.
19676
19677 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19678
19679         * mail-source.el (mail-source-directory): Fix doc-string.
19680
19681 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19682
19683         * assistant.el (assistant-render-text, assistant-eval): Add :set
19684         widget type, which is different because it takes and returns a
19685         list.  Much hilarity ensues.
19686
19687 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19688
19689         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19690
19691         * gnus-group.el (gnus-group-get-new-news-this-group):
19692         Add doc-string.
19693
19694         * gnus-start.el (gnus-activate-group): Add doc-string.
19695
19696 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19699
19700 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19701
19702         * assistant.el (assistant-render-text): Try to add a :set
19703         widget, more to come.
19704
19705         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19706         strings.
19707         (spam-report-articles-resend)
19708         (spam-register-routine): Do registration iff any articles warrant
19709         it.
19710         (spam-summary-prepare-exit): Change log message for nil group
19711         destinations.
19712
19713 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19714
19715         * spam.el (spam-report-resend-register-routine):
19716         Allow spam-report-resend-to to be a group parameter or a global value.
19717
19718 2004-05-26  Simon Josefsson  <jas@extundo.com>
19719
19720         * starttls.el: Merge with my GNUTLS based starttls.el.
19721         (starttls-gnutls-program, starttls-use-gnutls)
19722         (starttls-extra-arguments, starttls-process-connection-type)
19723         (starttls-connect, starttls-failure, starttls-success):
19724         New variables.
19725         (starttls-program, starttls-extra-args): Doc fix.
19726         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19727         New functions.
19728         (starttls-negotiate, starttls-open-stream):
19729         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19730         function if it is set.
19731
19732 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19735         structured fields.
19736
19737 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19738
19739         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19740
19741 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19742
19743         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19744         Add variable.
19745         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19746         assigning the spam-mark to new messages.
19747
19748 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19749
19750         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19751
19752 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19753
19754         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19755
19756         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19757         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19758         default.
19759
19760 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19761
19762         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19763         correct data.
19764
19765 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19766
19767         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19768         (spam-group-processor-p): Fix function.
19769         (spam-group-processor-multiple-p)
19770         (spam-group-spam-processor-report-gmane-p)
19771         (spam-group-spam-processor-report-resend-p)
19772         (spam-group-spam-processor-bogofilter-p)
19773         (spam-group-spam-processor-blacklist-p)
19774         (spam-group-spam-processor-ifile-p)
19775         (spam-group-ham-processor-ifile-p)
19776         (spam-group-spam-processor-spamoracle-p)
19777         (spam-group-spam-processor-crm114-p)
19778         (spam-group-ham-processor-bogofilter-p)
19779         (spam-group-spam-processor-stat-p)
19780         (spam-group-ham-processor-stat-p)
19781         (spam-group-ham-processor-whitelist-p)
19782         (spam-group-ham-processor-BBDB-p)
19783         (spam-group-ham-processor-spamoracle-p)
19784         (spam-group-ham-processor-copy-p): Remove functions with some
19785         prejudice against unneeded code.
19786         (spam-report-articles-resend)
19787         (spam-report-resend-register-routine): Allow the group/topic
19788         spam-resend-to value to override spam-report-resend-to.
19789         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19790         properly now.
19791
19792         * gnus.el (spam-resend-to): Add group/topic parameter.
19793         (spam-process): Move the OBSOLETE processors to the end of the
19794         choices.
19795
19796 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19797
19798         * spam-report.el (spam-report-resend-to, spam-report-resend):
19799         Start with resend-to set to nil, and then ask the user if necessary.
19800         (spam-report-resend): spam-report-resend takes a list of articles, not
19801         separate article numbers.
19802
19803 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19804
19805         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19806         addition to emacs-w3m.
19807
19808 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19809
19810         * assistant.el (assistant-authinfo-data): New function.
19811         (assistant-eval): Eval for entire assistant.
19812
19813         * netrc.el (netrc-services-file): New variable.
19814         (netrc-parse-services): New function.
19815         (netrc-find-service-name): New function.
19816         (netrc-find-service-number): New function.
19817         (netrc-port-equal): New function.
19818         (netrc-machine): Use it.
19819
19820         * nnimap.el (nnimap-open-connection): Use netrc.
19821
19822         * gnus-util.el (gnus-netrc-get): Remove aliases.
19823
19824         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19825
19826         * assistant.el (wid-edit): Fix compilation.
19827
19828         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19829
19830 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19831
19832         * gnus-util.el (gnus-set-file-modes): New function.  (small
19833         patch).
19834
19835 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19836
19837         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19838
19839         * assistant.el (assistant-render-node): Fix up rendering and
19840         read-only text.
19841         (assistant-render-node): Reset.
19842         (assistant-make-read-only): Not sticky.
19843
19844 2004-05-20  Danny Siu  <dsiu@adobe.com>
19845
19846         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19847         centered even when gnus-auto-center-summary is t.
19848
19849 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19850
19851         * dns.el (dns-get-txt-answer): New function.
19852         (dns-read-txt): Ditto.
19853         (query-dns): Use it.
19854
19855 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19858         active for foreign groups even if the group level is higher than
19859         the specified value.
19860
19861 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19862
19863         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19864         non-active groups.
19865
19866         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19867
19868 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19869
19870         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19871
19872 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19873
19874         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19875         (spam-crm114-header, spam-crm114-spam-switch)
19876         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19877         (spam-crm114-positive-spam-header)
19878         (spam-crm114-database-directory, spam-list-of-processors)
19879         (spam-group-spam-processor-crm114-p)
19880         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19881         (spam-generic-score, spam-list-of-checks)
19882         (spam-list-of-statistical-checks, spam-registration-functions)
19883         (spam-check-crm114-headers, spam-crm114-score)
19884         (spam-check-crm114, spam-crm114-register-with-crm114)
19885         (spam-crm114-register-spam-routine)
19886         (spam-crm114-unregister-spam-routine)
19887         (spam-crm114-register-ham-routine)
19888         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19889         From asjo@koldfront.dk (Adam Sjøgren).
19890
19891         * gnus.el: Add spam-use-crm114.
19892
19893         * spam.el (spam-list-of-processors, spam-registration-functions):
19894         Add spam-use-resend.
19895         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19896         (spam-report-articles-gmane): Add doc fix.
19897         (spam-report-articles-resend, spam-report-resend-register-routine):
19898         Add wrappers around spam-report-resend-to.
19899
19900         * spam-report.el (spam-report-resend-to, spam-report-resend):
19901         Add support for resending spam.
19902         (spam-report-gmane): Fix line length >80.
19903
19904         * gnus.el (spam-process): Add spam-use-resend.
19905
19906 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19907
19908         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19909         number of processed spam messages.
19910         (spam-ham-copy-or-move-routine): Return the number of processed
19911         ham messages.
19912         (spam-summary-prepare-exit): Use the above values to decide
19913         whether status messages shouled be displayed.
19914
19915 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19918         `rfc2047-encoding-function-alist' in order to avoid conflicting
19919         with the old version.
19920         (rfc2047-encode-region): Concatenate words containing non-ASCII
19921         characters in structured fields; don't encode space-delimited
19922         ASCII words even in unstructured fields; don't break words at
19923         char-category boundaries.
19924         (rfc2047-encode-1): New function.
19925         (rfc2047-encode): Use it; encode text so that it occupies the
19926         maximum width within 76-column; work correctly on Q encoding for
19927         iso-2022-* charsets.
19928         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19929         sure not to break a line just after the header name.
19930         (rfc2047-b-encode-region): Remove.
19931         (rfc2047-b-encode-string): New function.
19932         (rfc2047-q-encode-region): Remove.
19933         (rfc2047-q-encode-string): New function.
19934
19935         * mm-util.el (mm-replace-in-string): New function.
19936
19937 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19938
19939         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19940         Really get it right.
19941         (gnus-inews-make-draft): Really.
19942
19943 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19944
19945         * nnmh.el (nnmh-request-list-1): Don't check the link count
19946         before descending.  (small patch)
19947
19948 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19949
19950         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19951         stuff.
19952
19953         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19954         Match on real group name.
19955
19956         * gnus-art.el (gnus-signature-limit): Doc fix.
19957
19958         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19959
19960         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19961
19962 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19963
19964         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19965         isn't a string.
19966
19967 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19968
19969         * gnus-draft.el (gnus-draft-send):
19970         Bind rfc2047-encode-encoded-words.
19971
19972         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19973         (rfc2047-encodable-p): Say that =? needs encoding.
19974         (rfc2047-encode-encoded-words): New variable.
19975
19976         * gnus-group.el (gnus-group-select-group): Doc fix.
19977
19978         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19979
19980         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19981         to nil.
19982
19983         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19984
19985         * nnheader.el (nnheader-get-lines-and-char): New function.
19986
19987 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19988
19989         * gnus-msg.el (gnus-summary-followup-with-original):
19990         Document yanking of region when active.
19991
19992 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19993
19994         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19995         groups if the group level is higher than the specified value.
19996
19997 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19998
19999         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20000         (gnus-group-jump-to-group): Add prefix argument using
20001         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20002         non-active group.
20003
20004         * compface.el (uncompface): Be verbose when changing
20005         `uncompface-use-external'.
20006
20007         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20008         handle manual section.
20009
20010 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20011
20012         * gnus-art.el (gnus-button-alist): Revert previous change.
20013
20014 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20015
20016         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20017
20018 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20019
20020         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20021         whether backend can accept message.
20022
20023         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20024
20025 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20026
20027         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20028         Avoid creating directory when nntp-marks-is-evil is true.
20029         Reported by Reiner Steib.
20030
20031 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20032
20033         * gnus-picon.el (gnus-picon-style): New variable.
20034         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20035         (gnus-picon-transform-address): Support `gnus-picon-style'.
20036         From Jesper Harder <harder@ifa.au.dk>.
20037
20038 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20039
20040         * message.el (message-fill-field): Return point.
20041         (message-generate-headers): Go to end of field.
20042
20043         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20044         stuff for non-living groups.
20045
20046 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20047
20048         * gnus-art.el (gnus-article-followup-with-original)
20049         (gnus-article-reply-with-original): gnus-mark-active-p ->
20050         gnus-region-active-p.
20051
20052 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20053
20054         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20055         only when there is spam or ham to be processed.
20056
20057 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20058
20059         * mail-source.el (mail-source-delete-crash-box): Refactor.
20060         (mail-source-fetch): Use it.
20061         (mail-source-fetch-file): Ditto.
20062         (mail-source-fetch-directory): Run postscript in loop.
20063         (mail-source-fetch-pop): Delete.
20064         (mail-source-fetch-maildir): Ditto.
20065         (mail-source-fetch-imap): Ditto.
20066
20067         * imap.el (imap-authenticators): Comment out sasl.
20068
20069         * message.el (message-skip-to-next-address): New function.
20070         (message-fill-header-address): Refactor.
20071         (message-fill-address): Use it.
20072         (message-delete-address): Use it.
20073         (message-fill-header-general): Refactor.
20074         (message-fill-field-address): Rename.
20075         (message-narrow-to-field): Find the start of the header.
20076         (message-header-format-alist): Don't pre-fill.
20077         (message-fill-header): Remove.
20078         (message-insert-header): New function.
20079         (message-shorten-references): Use it.
20080
20081         * rfc2047.el (rfc2047-field-value): Strip props.
20082
20083         * mail-parse.el (mail-header-make-address): New alias.
20084
20085         * ietf-drums.el (ietf-drums-make-address): New function.
20086
20087         * imap.el: Add compiler directives.
20088
20089         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20090
20091         * gnus-art.el (article-decode-idna-rhs): Don't use
20092         message-idna-inside-rhs-p.
20093
20094 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20095
20096         * message.el (message-idna-inside-rhs-p): Remove.
20097         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20098
20099         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20100         false positives.
20101
20102 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20103
20104         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20105
20106 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20107
20108         * nneething.el (nneething-file-name): Don't create spurious
20109         files.
20110
20111         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20112         (gnus-inews-do-gcc): Remove sleep.
20113
20114         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20115         part under point.
20116
20117         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20118         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20119
20120 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20121
20122         * spam.el (spam-summary-prepare-exit): Fix (length).
20123
20124 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20125
20126         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20127         as expired without moving it" message when there are spam
20128         messages left.
20129
20130 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20131
20132         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20133         header is not nil.
20134
20135 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20136
20137         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20138         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20139         (nntp-marks-changed-p): New arg SERVER.
20140         (nntp-request-update-info): Adjust caller.
20141
20142 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20143
20144         * nntp.el (nntp-save-marks): Pass missing arg.
20145
20146 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20147
20148         * nntp.el: Support marks.
20149         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20150         (nntp-marks-modtime, nntp-marks-directory): New variables.
20151         (nntp-request-set-mark, nntp-request-update-info)
20152         (nntp-possibly-create-directory, nntp-marks-changed-p)
20153         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20154         New functions.
20155
20156 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20157
20158         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20159         (gnus-xmas-redefine): Rename.
20160
20161         * gnus-score.el (gnus-score-insert-help):
20162         Use gnus-select-lowest-window.
20163
20164         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20165         appt-select-lowest-window and rename to gnus-select-lowest-window.
20166
20167         * gnus.el: do.
20168
20169 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20170
20171         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20172         encodings of MIME-encoded words, in order to improve
20173         interoperability with several broken MUAs.
20174
20175 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20176
20177         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20178         tags, only when charsets are not specified in headers.
20179         (mm-inline-text-html-render-with-w3m): Ditto.
20180
20181         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20182         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20183
20184 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20185
20186         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20187         instead of MIME-decoded from fields when checking
20188         `gnus-article-address-banner-alist'.
20189
20190 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20191
20192         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20193         description rather than subject.
20194
20195 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20196
20197         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20198
20199 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20200
20201         * gnus.el (gnus-version-number): Bump.
20202
20203 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20204
20205         * gnus.el: No Gnus v0.2 is released.
20206
20207 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20208
20209         * gnus-agent.el (gnus-agent-read-agentview):
20210         Inline gnus-uncompress-range.
20211
20212 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20213
20214         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20215         `exec-installed-p'.
20216
20217 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20218
20219         * gnus.el (spam-process, spam-autodetect-methods):
20220         Add bsfilter and bsfilter-headers.
20221
20222         * spam.el (spam-bsfilter): New customize group.
20223         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20224         (spam-bsfilter-header, spam-bsfilter-probability-header)
20225         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20226         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20227         (spam-bsfilter-database-directory): New options.
20228         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20229         (spam-list-of-statistical-checks, spam-registration-functions):
20230         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20231         (spam-bsfilter-score): New command.
20232         (spam-check-bsfilter-headers, spam-check-bsfilter)
20233         (spam-bsfilter-register-with-bsfilter)
20234         (spam-bsfilter-register-spam-routine)
20235         (spam-bsfilter-unregister-spam-routine)
20236         (spam-bsfilter-register-ham-routine)
20237         (spam-bsfilter-unregister-ham-routine): New functions.
20238         (spam-generic-score): Support bsfilter; Accept an optional argument
20239         to recalcurate spam score even if scoring header has already been
20240         added.
20241         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20242         optional argument to recalcurate spam score even if scoring header
20243         has already been added.
20244
20245 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20246
20247         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20248         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20249         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20250         link is missing.
20251
20252 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20253
20254         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20255         (html2text-get-attr): Rewrite.
20256
20257         * message.el (message-setup-1): Remove redundant put-text-property
20258         on mail-header-separator.
20259
20260 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20261
20262         * gnus-registry.el (gnus-registry-cache-whitespace)
20263         (gnus-registry-action, gnus-registry-spool-action)
20264         (gnus-registry-split-fancy-with-parent): Change message levels
20265         from 5 to 3 or 7, as needed.
20266
20267         * spam.el (spam-summary-prepare-exit)
20268         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20269         (spam-split, spam-find-spam, spam-log-undo-registration)
20270         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20271         level from 5 to 6.
20272
20273 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20274
20275         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20276         2004-03-04 change).
20277
20278 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20279
20280         * sieve-manage.el (sieve-manage-open):
20281         * nnweb.el (nnweb-insert-html):
20282         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20283         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20284         * nnspool.el (nnspool-request-group):
20285         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20286         * nnml.el (nnml-request-update-info):
20287         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20288         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20289         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20290         (nnimap-request-set-mark):
20291         * nnfolder.el (nnfolder-request-update-info):
20292         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20293         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20294         * gnus-uu.el (gnus-uu-find-articles-matching):
20295         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20296         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20297         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20298         * gnus-nocem.el (gnus-nocem-scan-groups):
20299         * gnus-int.el (gnus-start-news-server):
20300         * gnus-group.el (gnus-group-make-kiboze-group)
20301         (gnus-group-browse-foreign-server):
20302         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20303         Use mapc when appropriate.
20304
20305 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20306
20307         FIXME: Make separate entries for each person.
20308
20309         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20310         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20311         <shields@msrl.com>:
20312
20313         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20314         may need for spam sorting and scoring.
20315         (spam-user-format-function-S): Add user format function suitable for
20316         general use.
20317         (spam-article-sort-by-spam-status): Add sorting function for summary
20318         sorting.
20319         (spam-extra-header-to-number): Add function to get a score from a
20320         header.
20321         (spam-summary-score): Add function to get a numeric score from the
20322         headers.
20323         (spam-generic-score): Fix function doc, was in wrong place.
20324         (spam-initialize): Take symbols when it's run, and install the
20325         extra headers that spam-necessary-extra-headers thinks we need.
20326
20327 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20328
20329         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20330         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20331
20332 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20333
20334         * gnus-sum.el (gnus-set-global-variables)
20335         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20336         (gnus-article-get-xrefs, gnus-summary-best-group)
20337         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20338         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20339         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20340         Use with-current-buffer.
20341
20342 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20343
20344         * spam.el (spam-summary-prepare-exit): Simplify logic.
20345         (spam-fetch-article-header): Read the article header if it's not
20346         available.
20347         (spam-list-articles): Simplify logic.
20348         (spam-filelist-register-routine): Fix bug with unregister-list.
20349
20350         * gnus-registry.el: Fix comments at beginning.
20351
20352 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20353
20354         * message.el (message-cater-to-broken-inn): Remove.
20355         (message-shorten-references): Make sure the total folded length of
20356         References is shorter than 998 characters to cater to a bug in INN
20357         2.3.  Also, don't pretend that references aren't folded -- this
20358         hasn't worked for a while.
20359
20360 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20361
20362         * gnus-agent.el (gnus-agentize):
20363         gnus-agent-send-mail-real-function no longer set to current value
20364         of message-send-mail-function but rather a lambda that calls
20365         message-send-mail-function.  The change makes the agent real-time
20366         responsive to user changes to message-send-mail-function.
20367
20368 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20369
20370         * legacy-gnus-agent.el
20371         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20372         help from Florian Weimer <fw@deneb.enyo.de>
20373
20374 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * nnmail.el (nnmail-cache-insert): Revert last change.
20377
20378 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20379
20380         * nnmail.el (nnmail-cache-insert): Always check whether
20381         nnmail-cache-ignore-groups matches a group name.
20382
20383 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20384
20385         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20386         (spam-find-spam, spam-log-processing-to-registry)
20387         (spam-log-registered-p, spam-log-unregistration-needed-p)
20388         (spam-log-undo-registration): Use gnus-message instead of
20389         gnus-error, none of these errors are fatal.
20390
20391         * gnus-registry.el (gnus-registry-clean-empty-function)
20392         (gnus-registry-clean-empty): Remove only empty entries without
20393         extra data.
20394
20395 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20396
20397         * spam-stat.el (spam-stat-buffer-change-to-spam)
20398         (spam-stat-buffer-change-to-non-spam): Change (error) to
20399         (gnus-message 8) invocation.
20400
20401 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20402
20403         * nntp.el (nntp-via-netcat-command): New variable.
20404         (nntp-via-netcat-switches): New variable.
20405         (nntp-open-via-rlogin-and-netcat): New function.
20406         (nntp-open-connection-function): Doc fix.
20407         (nntp-telnet-command): Doc fix.
20408         (nntp-end-of-line): Doc fix.
20409         (nntp-via-rlogin-command): Doc fix.
20410         (nntp-via-user-name): Doc fix.
20411         (nntp-via-address): Doc fix.
20412
20413 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20414
20415         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20416         error in Emacs 21.1.
20417
20418 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20419
20420         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20421
20422 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20423
20424         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20425         (gnus-agent-with-refreshed-group): New macro.
20426         (gnus-agent-rename-group): New function.
20427         (gnus-agent-delete-group): New function.
20428         (gnus-agent-save-group-info): Use gnus-command-method when
20429         `method' parameter is nil.  Don't write nil entries into the
20430         active file.
20431         (gnus-agent-get-group-info): New function.
20432         (gnus-agent-fetch-articles):
20433         Use gnus-agent-update-files-total-fetched-for to increment disk space
20434         used.
20435         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20436         Use gnus-agent-update-view-total-fetched-for to increment disk space
20437         used.
20438         (gnus-agent-get-local): Add optional parameters to avoid calling
20439         gnus-group-real-name and gnus-find-method-for-group.
20440         (gnus-agent-set-local): Delete stored entry if either min, or max,
20441         are nil.
20442         (gnus-agent-fetch-session): Reworded error/quit messages.
20443         On quit, use gnus-agent-regenerate-group to record existance of any
20444         articles fetched to disk before the quit occurred.
20445         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20446         gnus-agent-update-view-total-fetched-for, and
20447         gnus-agent-update-files-total-fetched-for to decrement disk space
20448         used.
20449         (gnus-agent-retrieve-headers):
20450         Use gnus-agent-update-view-total-fetched-for to increment disk space
20451         used.
20452         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20453         with gnus-agent-update-files-total-fetched-for to decrement disk
20454         space and fresh group buffer.
20455         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20456         (gnus-agent-need-update-total-fetched-for): New variable.
20457         (gnus-agent-update-files-total-fetched-for): New function.
20458         (gnus-agent-update-view-total-fetched-for): New function.
20459         (gnus-agent-total-fetched-for): New function.
20460
20461         * gnus-cache.el (gnus-cache-save-buffers):
20462         Use gnus-cache-update-overview-total-fetched-for to change disk space
20463         used by this group.
20464         (gnus-cache-possibly-enter-article):
20465         Use gnus-cache-update-file-total-fetched-for to increment disk space
20466         used by this group.
20467         (gnus-cache-possibly-remove-article):
20468         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20469         used by this group.
20470         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20471         (gnus-cache-rename-group): New function.
20472         (gnus-cache-delete-group): New function.
20473         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20474         (gnus-cache-need-update-total-fetched-for): New variable.
20475         (gnus-cache-with-refreshed-group): New macro.
20476         (gnus-cache-update-file-total-fetched-for): New function.
20477         (gnus-cache-update-overview-total-fetched-for): New function.
20478         (gnus-cache-rename-group-total-fetched-for): New function.
20479         (gnus-cache-delete-group-total-fetched-for): New function.
20480         (gnus-cache-total-fetched-for): New function.
20481
20482         * gnus-group.el: Require gnus-sum and autoload functions to
20483         resolve warnings when gnus-group.el compiled alone.
20484         (gnus-group-line-format): Documented new %F.
20485         (size of Fetched data) group line format; identifies disk space
20486         used by agent and cache.
20487         (gnus-group-line-format-alist): Defined new F format.
20488         (gnus-total-fetched-for): New function.
20489         (gnus-group-delete-group): No longer update
20490         gnus-cache-active-altered as gnus-request-delete-group now keeps
20491         the cache in sync.
20492         (gnus-group-list-active): Let the agent store a server's active
20493         list if currently plugged.
20494
20495         * gnus-int.el (gnus-request-delete-group):
20496         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20497         local disk in sync with the server.
20498         (gnus-request-rename-group):
20499         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20500         local disk in sync with the server.
20501
20502         * gnus-start.el (gnus-get-unread-articles):
20503         Cosmetic simplification to logic.
20504
20505         * gnus-util.el (gnus-rename-file): New function.
20506
20507 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20508
20509         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20510
20511 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20512
20513         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20514         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20515
20516 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20517
20518         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20519         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20520
20521 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20522
20523         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20524
20525 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20526
20527         * spam.el (spam-set-difference): Add function to replace
20528         gnus-set-difference in spam.el.
20529         (spam-summary-prepare-exit): Use spam-set-difference.
20530
20531 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20532
20533         * gnus-registry.el (gnus-registry-cache-file): Update to use
20534         gnus-dribble-directory OR gnus-home-directory OR ~.
20535         (gnus-registry-split-fancy-with-parent): Fix doc.
20536
20537 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20538
20539         * message.el (message-exchange-point-and-mark):
20540         Use message-mark-active-p.  Suggested by Jesper Harder
20541         <harder@ifa.au.dk>.
20542
20543 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * message.el (message-exchange-point-and-mark): Don't activate
20546         region if it was inactive.  Suggested by Hiroshi Fujishima
20547         <pooh@nature.tsukuba.ac.jp>.
20548
20549 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20550
20551         * gnus-art.el (article-display-face): Display Faces in the same
20552         order as X-Faces.
20553
20554 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20555
20556         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20557
20558 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20559
20560         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20561         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20562         (gnus-article-mime-hierarchy): Remove.
20563         (gnus-article-mime-hierarchy-next): Remove.
20564         (gnus-article-mode): Revert 2004-03-19 change.
20565         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20566         (gnus-insert-mime-button): Revert 2004-03-19 change.
20567         (gnus-mime-accumulate-hierarchy): Remove.
20568         (gnus-mime-enter-multipart): Remove.
20569         (gnus-mime-leave-multipart): Remove.
20570         (gnus-mime-display-part): Revert 2004-03-19 change.
20571         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20572
20573         * mml.el (mml-preview): Revert 2004-03-19 change.
20574
20575 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20576
20577         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20578
20579 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20580
20581         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20582         t while entering a file name using the mm-with-multibyte macro.
20583         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20584
20585         * mm-util.el (mm-with-multibyte): New macro.
20586
20587 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20590         New user option.
20591         (gnus-mime-multipart-functions): Doc and customization fix.
20592         (gnus-article-mime-hierarchy): New variable.
20593         (gnus-article-mime-hierarchy-next): New variable.
20594         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20595         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20596         gnus-article-mime-hierarchy-next to nil.
20597         (gnus-insert-mime-button): Show hierarchy numbers.
20598         (gnus-mime-accumulate-hierarchy): New function.
20599         (gnus-mime-enter-multipart): New function.
20600         (gnus-mime-leave-multipart): New function.
20601         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20602         (gnus-mime-display-alternative): Show hierarchy numbers.
20603
20604         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20605         gnus-article-mime-hierarchy-next to nil.
20606
20607 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20608
20609         * dns.el: Don't require gnus-xmas.
20610
20611 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20612
20613         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20614         inline PGP.
20615         (mml-menu): Disable mml-quote-region if mark is inactive.
20616
20617 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20618
20619         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20620         when the group's active is not available.
20621
20622 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20623
20624         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20625         error.
20626
20627 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20628
20629         * imap.el (imap-store-password): New variable.
20630         (imap-interactive-login): Use it.
20631         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20632
20633 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20634
20635         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20636         window-start and hscroll to summary window.
20637
20638 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20639
20640         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20641         conversion message to newsrc-dribble when an actual conversion is
20642         performed.
20643
20644 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20645
20646         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20647
20648 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20649
20650         * mm-decode.el (mm-complicated-handles): New function reviving
20651         former definition of mm-multiple-handles.
20652
20653         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20654         (gnus-mime-delete-part): Use it.
20655
20656 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20657
20658         * gnus-agent.el (gnus-agent-read-local):
20659         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20660         avoid the implicit assumption that they will always be equal.
20661         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20662         coding-system-for-write, as the with-temp-file macro first prints
20663         to a buffer then saves the buffer.
20664
20665 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20666
20667         * gnus-art.el (gnus-article-edit-part): New function.
20668         (gnus-mime-save-part-and-strip): Use it; do query instead of
20669         signaling an error; don't use mm-multiple-handles.
20670         (gnus-mime-delete-part): Ditto.
20671
20672 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20673
20674         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20675         old file versions.
20676         (gnus-group-prepare-hook): Remove function that converted list
20677         form of gnus-agent-expire-days to group properties.
20678
20679         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20680         (gnus-request-accept-article): Re-indented.
20681
20682         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20683         converters to handle old agent file formats.  Add logic for a
20684         "backup before upgrading warning".
20685         (gnus-convert-mark-converter-prompt): Developers can mark
20686         functions as needing (default), or not needing,
20687         gnus-convert-old-newsrc's "backup before upgrading warning".
20688         (gnus-convert-converter-needs-prompt): Tests whether the user
20689         should be protected from potentially irreversable changes by the
20690         function.
20691
20692         * legacy-gnus-agent.el: New.  Provides converters that are only
20693         loaded when gnus-convert-old-newsrc needs to call them.
20694
20695 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20696
20697         * mail-source.el (mail-source-touch-pop): Doc fix.
20698
20699         * message.el (message-smtpmail-send-it): Doc fix.
20700
20701 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20702
20703         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20704
20705         * nnmail.el (nnmail-split-fancy): do.
20706
20707         * gnus-kill.el (gnus-kill, gnus-execute): do.
20708
20709 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20710
20711         * gnus-sum.el (gnus-widget-reversible-match)
20712         (gnus-widget-reversible-to-internal)
20713         (gnus-widget-reversible-to-external): New functions.
20714         (gnus-widget-reversible): New widget.
20715         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20716
20717 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20718
20719         * gnus-sum.el (gnus-thread-sort-functions)
20720         (gnus-article-sort-functions): Document `(not F)' items.
20721
20722 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20723
20724         * spam.el (spam-use-gmane-xref): Add new backend.
20725         (spam-gmane-xref-spam-group): Add variable to control the name of the
20726         Gmane spam group.
20727         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20728         (spam-regex-headers-spam, spam-regex-headers-ham)
20729         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20730         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20731         backends and checks.
20732         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20733
20734         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20735         an autodetect method.
20736
20737 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20738
20739         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20740         articles are being added to a group.
20741         (gnus-request-replace-article): Inform the agent that articles
20742         need to be uncached as the cached contents are no longer valid.
20743
20744 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20745
20746         * binhex.el: Don't autoload executable-find.
20747
20748         * canlock.el: Don't autoload mail-fetch-field.
20749
20750         * dgnushack.el: Autoload c-mode for XEmacs.
20751
20752         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20753
20754         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20755         rmail-dont-reply-to and rmail-output.
20756
20757         * gnus-score.el: Don't autoload ffap-string-at-point.
20758
20759         * gnus-setup.el: Don't autoload sc-cite-original.
20760
20761         * imap.el: Don't autoload base64-decode-string,
20762         base64-encode-string and md5.
20763
20764         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20765         and rmail-msg-restore-non-pruned-header.
20766
20767         * mm-decode.el: Don't autoload executable-find.
20768
20769         * mm-url.el: Don't autoload executable-find.
20770
20771         * mm-view.el: Don't autoload diff-mode.
20772
20773         * nndb.el: Don't autoload news-reply-mode, news-setup,
20774         cancel-timer and telnet.
20775
20776         * password.el: Don't autoload run-at-time for Emacs.
20777
20778         * sha1-el.el: Don't autoload executable-find.
20779
20780         * sieve-mode.el: Don't autoload c-mode.
20781
20782         * uudecode.el: Don't autoload executable-find.
20783
20784 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20785
20786         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20787         (gnus-agent-possibly-alter-active): Avoid null in numeric
20788         comparison.
20789         (gnus-agent-set-local): Refuse to save null in local object table.
20790         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20791         list of articles that will be marked as unread.
20792
20793 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20796
20797 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20798
20799         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20800         language tags.
20801
20802 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20803
20804         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20805         Don't bind "obarray".
20806
20807         * gnus-sum.el (gnus-thread-sort-functions):
20808         Add `gnus-thread-sort-by-most-recent-number' and
20809         `gnus-thread-sort-by-most-recent-date'.
20810         Reported by Kai Grossjohann <kai@emptydomain.de>.
20811
20812 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20813
20814         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20815
20816 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20817
20818         * gnus-cus.el (gnus-agent-customize-category):
20819         Remove ignore-errors macro reference that required cl to be loaded at
20820         run-time.
20821
20822         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20823         single-interval range of the form (min . max).  Previously the
20824         range had to look like ((min . max)).  Likewise, return
20825         (min . max) rather than ((min . max)).
20826         (gnus-range-map): Use gnus-range-normalize to accept
20827         single-interval range.
20828
20829         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20830         the cache, but not the agent, now appear with their usual face.
20831
20832         * dgnushack.el (loaddir): New variable that is bound to the
20833         directory containing the dgnushack.el file. Use loaddir, rather
20834         than srcdir, to update load-path. Change lets dgnushack compile
20835         code in directories other than GNUS/lisp.
20836
20837 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * lpath.el: Don't bind w3m-safe-url-regexp.
20840
20841         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20842         w3m-safe-url-regexp variable buffer-local.
20843
20844         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20845
20846 2004-02-27  Simon Josefsson  <jas@extundo.com>
20847
20848         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20849         gnus-group-real-prefix.
20850         (gnus-summary-move-article): Use it, instead of
20851         gnus-group-real-prefix.
20852
20853 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20854
20855         * lpath.el: Bind w3m-safe-url-regexp.
20856
20857         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20858         w3m-safe-url-regexp variable buffer-local and set it as the value
20859         of mm-w3m-safe-url-regexp.
20860
20861         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20862
20863         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20864         parsing gnus-posting-styles when the message is not for replying.
20865
20866         * dgnushack.el: Autoload sgml-mode for XEmacs.
20867
20868         * nnrss.el (nnrss-opml-export):
20869         Use mm-set-buffer-file-coding-system instead of
20870         set-buffer-file-coding-system.
20871
20872 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20873
20874         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20875         of checkdoc.el).
20876         * nnrss.el: do.
20877         * gnus-mlspl.el: do.
20878         * gnus-ml.el: do.
20879         * gnus-srvr.el: do.
20880
20881         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20882
20883 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20884
20885         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20886         Corrections to custom-manual links.
20887
20888         * gnus-art.el (gnus-article): Ditto.
20889
20890         * mm-decode.el (mime-display, mime-security): Ditto.
20891
20892 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20893
20894         * flow-fill.el: Typo.
20895
20896 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20897
20898         * spam-wash.el: New file.
20899
20900 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20901
20902         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20903
20904 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20905
20906         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20907         to be run with new-articles as LIST1, not LIST2.
20908         (spam-registration-functions): Add spam-use-ham-copy as a nil
20909         registration backend.
20910
20911 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20912
20913         * spam-stat.el (spam-stat-washing-hook): New option.
20914         (spam-stat-buffer-words): Use it.
20915         (spam-stat-process-directory, spam-stat-test-directory):
20916         Use insert-file-contents-literally.
20917         (spam-stat-coding-system): New variable.
20918         (spam-stat-load, spam-stat-save): Use it.
20919
20920 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20921
20922         * spam-report.el (spam-report-plug-agent):
20923         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20924
20925 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20926
20927         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20928         Allow / in mailto URLs.
20929
20930 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20931
20932         * spam-report.el (spam-report-process-queue): Fix interactive use.
20933         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20934         (spam-report-unplug-agent): Doc fixes.
20935         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20936         (spam-report-agentize, spam-report-deagentize): Autoload.
20937
20938 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20939
20940         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20941
20942         * message.el (message-setup-fill-variables): Add mml tags to
20943         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20944         <ajk@iu.edu>.
20945         (message-mode): Don't modify paragraph-separate there.
20946
20947 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20948
20949         * compface.el (uncompface-use-external): Default to undecided.
20950         (uncompface-use-external-threshold): New variable.
20951         (uncompface-float-time): New macro.
20952         (uncompface): Determine whether to use the external decoder if
20953         uncompface-use-external is undecided.
20954
20955 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20956
20957         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20958         after images.
20959
20960         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20961
20962 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20963
20964         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20965
20966         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20967
20968         * gnus-sum.el (gnus-summary-limit-to-age)
20969         (gnus-summary-limit-children): do.
20970
20971         * gnus-int.el (gnus-request-scan): do.
20972
20973         * gnus-group.el (gnus-group-suspend): do.
20974
20975         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20976
20977         * gnus-cite.el (gnus-cite-parse-attributions): do.
20978
20979         * gnus-agent.el (gnus-summary-set-agent-mark)
20980         (gnus-agent-regenerate-group): do.
20981
20982         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20983
20984         * binhex.el (binhex-decode-region-internal): do.
20985
20986 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * gnus-fun.el (gnus-face-properties-alist): New user option.
20989         (gnus-display-x-face-in-from): Use it.
20990
20991         * gnus-art.el (article-display-face): Ditto.
20992
20993         * compface.el (uncompface-use-external): Default to nil.
20994
20995 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20996
20997         * nntp.el (nntp-erase-buffer): New function.
20998         (nntp-retrieve-data, nntp-send-command)
20999         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21000         (nntp-possibly-change-group): Use it.
21001
21002         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21003         Use with-current-buffer.
21004
21005 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21006
21007         * compface.el: Merge the ELisp-based uncompface program.
21008         (compface): New customization group.
21009         (uncompface-use-external): New user option.
21010         (uncompface): Call uncompface-internal if uncompface-use-external
21011         is nil.
21012         (uncompface-internal): New function.  Note that there are also
21013         some other functions and variables added for this function.
21014
21015 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21016
21017         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21018         if necessary.
21019
21020 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21021
21022         * spam-report.el (spam-report-unplug-agent)
21023         (spam-report-plug-agent, spam-report-deagentize)
21024         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21025         Add support for the Agent in spam-report: when unplugged, report to a
21026         file; when plugged, submit all the requests.
21027
21028         * spam.el (spam-register-routine): Fix message about
21029         registration.
21030
21031 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21032
21033         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21034         dependencies.
21035         (rfc2047-encode): Use it.
21036
21037         * gnus-art.el (gnus-button-marker-list): Move before first
21038         reference.
21039
21040         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21041         (imap-parse-body): Fix format string mismatch.
21042
21043         * gnus-score.el (gnus-summary-increase-score): do.
21044
21045         * nnrss.el (nnrss-close): New function.
21046
21047 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21048
21049         * nnrss.el (nnrss-make-filename): New function.
21050         (nnrss-request-delete-group, nnrss-read-server-data)
21051         (nnrss-save-server-data, nnrss-read-group-data)
21052         (nnrss-save-group-data): Use it.
21053         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21054         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21055         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21056
21057 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21058
21059         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21060
21061 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21062
21063         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21064         files.
21065
21066         * message.el (message-generate-headers-first): Don't quote nil
21067         and t in docstrings.
21068
21069         * imap.el (imap-id): do.
21070
21071         * gnus-agent.el (gnus-agent-consider-all-articles)
21072         (gnus-agent-queue-mail): do.
21073
21074 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21075
21076         * spam-report.el (spam-report-process-queue): New function.
21077         Process requests from `spam-report-requests-file'.
21078         (spam-report-process-queue): Doc fix.
21079
21080 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21081
21082         * spam.el (spam-register-routine)
21083         (spam-log-processing-to-registry, spam-log-registered-p)
21084         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21085         Change "check" to "spam-check" for semi-clarity.
21086
21087 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21088
21089         * pop3.el: Require nnheader.
21090
21091         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21092
21093         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21094
21095         * gnus-picon.el: Require cl.
21096
21097         * gnus-fun.el: Require gnus-ems and gnus-util.
21098
21099         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21100
21101         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21102
21103         * gnus-art.el (gnus-article-edit-mode): Define before first
21104         reference.
21105
21106 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21107
21108         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21109         (gnus-uu-post-encoded): Use point-at-bol.
21110
21111         * gnus-topic.el (gnus-group-active-topic-p): do.
21112
21113         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21114
21115         * gnus-group.el (gnus-group-kill-region): do.
21116
21117         * gnus-art.el (article-date-ut): do.
21118
21119         * message.el (message-fetch-field): Remove redundant
21120         case-fold-search binding.
21121         (message-narrow-to-field): Simplify.
21122
21123 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21124
21125         * spam.el (spam-directory): Derive from `gnus-directory'.
21126
21127         * spam-report.el (spam-report-url-to-file)
21128         (spam-report-requests-file): New function and variable for offline
21129         reporting.
21130         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21131         and user defined function.
21132         (spam-report-url-ping-mm-url): Remove doubled slash.
21133
21134 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21135
21136         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21137
21138 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21139
21140         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21141         Fix format string mismatch.
21142
21143         * sieve.el (sieve-deactivate-all): do.
21144
21145         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21146
21147         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21148
21149         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21150
21151         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21152
21153 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21154
21155         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21156         the list of checks.
21157
21158 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21159
21160         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21161         padding.
21162
21163 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21164
21165         * mm-view.el (mm-fill-flowed): New variable.
21166         (mm-inline-text): Use it.
21167
21168 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21169
21170         * spam.el (spam-spamassassin-register-ham-routine)
21171         (spam-spamassassin-register-spam-routine): Fix function names.
21172
21173 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21174
21175         * gnus.el (gnus-tmp-grouplens): Remove.
21176         (gnus-summary-line-format): Remove grouplens.
21177
21178         * gnus-group.el (gnus-group-line-format): Ditto.
21179
21180         * gnus-spec.el (gnus-format-specs): Ditto.
21181         (gnus-update-format-specifications): Flush the group format spec
21182         cache if there's the grouplens stuff.
21183         (gnus-parse-simple-format): Replace %l with the empty string.
21184
21185 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21186
21187         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21188         omission.
21189
21190 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21191
21192         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21193         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21194
21195 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21196
21197         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21198         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21199         New macros and functions.
21200         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21201         Handle > NLINK_MAX messages.
21202         * nnmaildir.el (nnmaildir-request-set-mark):
21203         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21204
21205 2004-01-25  Alex Schroeder  <alex@gnu.org>
21206
21207         * spam-stat.el (spam-stat-process-directory-age): New option.
21208         (spam-stat-process-directory): Use it.
21209
21210 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21211
21212         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21213         (spam-stat-save): Accept prefix argument.
21214
21215 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21216
21217         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21218         links" error.
21219
21220 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21221
21222         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21223         the rest of the and/or forms.
21224
21225 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21226
21227         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21228         compatibility with old .newsrc.eld files.
21229
21230         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21231
21232         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21233
21234         * gnus-start.el (gnus-1): do.
21235
21236         * gnus-group.el (gnus-group-line-format-alist): do.
21237
21238         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21239
21240         * gnus-gl.el: Remove.
21241
21242 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21243
21244         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21245         marks consisting of a single range {for example, (3 . 5)} rather
21246         than a list of a single range { ((3 . 5)) }.
21247
21248 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21249
21250         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21251         Use with-current-buffer.
21252         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21253         avoid consing a string.
21254
21255         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21256         Remove obsolete entries for big5 and gb2312.
21257
21258 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21259
21260         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21261         uncompressed list.
21262
21263 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21264
21265         * spam-stat.el (spam-stat-strip-xref): New function.
21266         (spam-stat-process-directory): Use it.
21267
21268         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21269         here -- it's done in message-fetch-field.
21270
21271 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21272
21273         * gnus-agent.el (gnus-agent-queue-mail)
21274         (gnus-agent-prompt-send-queue): New variables.
21275         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21276         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21277         "nndraft:queue" along to gnus-draft-send.
21278         Use gnus-agent-prompt-send-queue.
21279         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21280         is "nndraft:queue".  Suggested by Gaute Strokkenes
21281         <gs234@srcf.ucam.org>
21282
21283         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21284         (agent-enable-undownloaded-faces): Add.
21285         (gnus-agent-cat-groups): Use eval-and-compile, not
21286         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21287         method of gnus-agent-cat-groups even when the buffer has been
21288         evaled.
21289         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21290         delete gnus-agent-save-active-1.
21291         (gnus-agent-save-groups): Delete.  Identical to
21292         gnus-agent-save-active.
21293         (gnus-agent-write-active): No longer adjust agent's copy of active
21294         file as agent's adjustments are now stored in their own
21295         file.  Remove optional parameter.
21296         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21297         servers.  Add use of min/max range limits from server's local
21298         file.
21299         (gnus-agent-save-alist): Remove unused optional argument.
21300         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21301         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21302         (gnus-agent-set-local): A per-server file that keeps min/max range
21303         limits for articles known to the agent.  Provides a fast mechanism
21304         for altering many active ranges.
21305         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21306         active file (local makes it unnecessary).
21307         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21308
21309         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21310         (agent-enable-undownloaded-faces): Add.
21311
21312         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21313         disable it when sending to "nndraft:queue".
21314         (gnus-group-send-queue): Add safety check to avoid sending queue
21315         when unplugged.
21316
21317         * gnus-group.el (gnus-group-catchup): Use new
21318         gnus-sequence-of-unread-articles, not
21319         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21320         numbers of articles.  Use gnus-range-map to avoid having to
21321         uncompress the unread list.
21322         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21323         Fix invalid ange-ftp reference.
21324
21325         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21326         (gnus-sorted-range-intersection): Intersection of two ranges
21327         without requiring that they first be uncompressed.
21328
21329         * gnus-start.el (gnus-activate-group): Unless blocked by the
21330         caller, possibly expand the active range to include both cached
21331         and agentized articles.
21332         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21333         multiple version-dependent converters.
21334         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21335         gnus-agent-save-active.
21336         (gnus-save-newsrc-file): Save dirty agent range limits.
21337
21338         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21339         gnus-agent-possibly-alter-active.
21340         (gnus-adjust-marked-articles): Faster handling of simple lists.
21341
21342 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21343
21344         * spam-stat.el (spam-stat-test-directory): New optional argument
21345         displays a list of files detected.  Suggested by Andrew Cohen
21346         <cohen@andy.bu.edu>.
21347         (spam-stat-buffer-words-with-scores): Don't narrow and change
21348         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21349
21350 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21351
21352         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21353         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21354         (spam-spamassassin-arguments)
21355         (spam-spamassassin-spam-flag-header)
21356         (spam-spamassassin-positive-spam-flag-header)
21357         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21358         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21359         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21360         (spam-list-of-processors, spam-list-of-checks)
21361         (spam-list-of-statistical-checks, spam-registration-functions)
21362         (spam-check-spamassassin-headers, spam-check-spamassassin)
21363         (spam-spamassassin-score)
21364         (spam-spamassassin-register-with-sa-learn)
21365         (spam-spamassassin-register-spam-routine)
21366         (spam-spamassassin-register-ham-routine)
21367         (spam-assassin-register-spam-routine)
21368         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21369         (spam-bogofilter-score): Fix to show article before scoring.
21370
21371 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21372
21373         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21374         default scoring function.
21375         (spam-generic-score): Call spam-spamassassin-score if
21376         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21377         spam-bogofilter-score otherwise.
21378
21379         * gnus.el (spam-process, spam-autodetect-methods):
21380         Add spamassassin and spamassassin-headers.
21381
21382 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21383
21384         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21385         Suppress unnecessary messages.
21386
21387 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21388
21389         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21390         make-hash-table.
21391
21392 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * canlock.el (base64-encode-string): Don't autoload it.
21395
21396 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21397
21398         * run-at-time.el: Remove useless (require 'itimer),
21399         eval-and-compile and (featurep 'xemacs).
21400
21401 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21402
21403         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21404         GROUP is a virtual group.
21405
21406 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21407
21408         * gnus.el: Autoload `message-y-or-n-p'.
21409
21410 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21411
21412         * pgg-parse.el: Remove unnecessary (require 'custom).
21413
21414         * pgg-def.el: do.
21415
21416         * nnmail.el: do.
21417
21418         * gnus-undo.el: do.
21419
21420         * gnus-picon.el: do.
21421
21422         * gnus-util.el: do.
21423
21424 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21425
21426         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21427
21428 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21429
21430         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21431         handle, as well as a list.
21432
21433         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21434         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21435         (mm-w3m-cid-retrieve): Simplify.
21436
21437 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21438
21439         * message.el (message-kill-to-signature): Allow prefix arg to
21440         specify number of lines to keep before signature.
21441
21442 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21443
21444         * message.el (message-kill-to-signature): Change docstring.
21445
21446 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21447
21448         * canlock.el: Always require sha1-el.
21449         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21450
21451         * message.el: Autoload sha1 only when compiling.
21452
21453         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21454         eudc-expand-inline for XEmacs.
21455
21456 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21457
21458         * message.el (message-canlock-generate): Require sha1-el.
21459
21460 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21461
21462         * message.el (message-expand-name): Silence the byte compiler.
21463
21464         * lpath.el: Add detect-coding-system.
21465
21466         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21467         cus-edit.
21468
21469 2004-01-13  Simon Josefsson  <jas@extundo.com>
21470
21471         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21472         Invoke gnus-score-mode.
21473         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21474
21475         * gnus-range.el (gnus-compress-sequence): Doc fix.
21476         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21477
21478 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21479
21480         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21481
21482 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21483
21484         * spam.el (spam-get-article-as-string): Update to use
21485         gnus-request-article-this-buffer, much simpler.
21486         (spam-get-article-as-buffer): Remove.
21487
21488 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21489
21490         * message.el (message-expand-name): Use EUDC if the user uses that.
21491
21492 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21493
21494         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21495         character for the encoding to avoid consing a string.
21496
21497         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21498         unnecessarily.
21499
21500         * mm-util.el (mm-replace-chars-in-string): Remove.
21501
21502         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21503         of mm-replace-chars-in-string.
21504
21505 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21506
21507         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21508
21509         * mm-util.el (mm-subst-char-in-string): Support inplace.
21510
21511         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21512         a new string in every iteration.  Use shy groups.
21513
21514 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21515
21516         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21517         * gnus-soup.el (gnus-soup-group-brew):
21518         * gnus-msg.el (gnus-put-message):
21519         * gnus-move.el (gnus-group-move-group-to-server):
21520         * gnus-kill.el (gnus-batch-score):
21521         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21522         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21523         (gnus-group-update-group, gnus-group-read-group)
21524         (gnus-group-make-group, gnus-group-make-help-group)
21525         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21526         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21527         (gnus-group-sort-by-unread, gnus-group-catchup)
21528         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21529         (gnus-group-yank-group, gnus-group-set-info)
21530         (gnus-group-list-groups):
21531         * gnus.el (gnus-generate-new-group-name):
21532         * gnus-delay.el (gnus-delay-send-queue):
21533         * nnvirtual.el (nnvirtual-catchup-group):
21534         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21535         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21536         (gnus-group-prepare-topics, gnus-topic-check-topology):
21537         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21538         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21539         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21540         (gnus-group-make-articles-read):
21541         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21542         (gnus-group-change-level, gnus-kill-newsgroup)
21543         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21544         (gnus-get-unread-articles, gnus-make-articles-unread)
21545         (gnus-make-ascending-articles-unread): Use accessor
21546         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21547         to get group information for improved readability.
21548
21549
21550 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21551
21552         * gnus-art.el (article-decode-mime-words, article-babel)
21553         (gnus-article-highlight-signature, gnus-article-add-buttons)
21554         (gnus-signature-toggle): Use gnus-with-article-buffer.
21555
21556         * gnus-art.el (gnus-article-highlight-headers)
21557         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21558
21559         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21560         (gnus-article-set-globals, gnus-request-article-this-buffer)
21561         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21562         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21563         (gnus-mime-display-alternative): Use with-current-buffer.
21564
21565 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21566
21567         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21568         also under 80 char limit, and call gnus-error if needed.
21569         (spam-fetch-article-header): Fix - it was a
21570         buffer-local variable (gnus-newsgroup-data).
21571         (spam-find-spam): Use spam-generate-fake-headers, forget about
21572         spam-insert-fake-headers.
21573         (spam-insert-fake-headers): Remove.
21574
21575 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21576
21577         * deuglify.el (gnus-article-outlook-unwrap-lines)
21578         (gnus-outlook-rearrange-article)
21579         (gnus-outlook-repair-attribution-outlook)
21580         (gnus-outlook-repair-attribution-block)
21581         (gnus-outlook-repair-attribution-other): Remove redundant
21582         save-excursion.
21583
21584 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21585
21586         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21587         (spam-fetch-field-subject-fast)
21588         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21589         (spam-fetch-article-header): Add functions to deal with Gnus
21590         internals for fast retrieval of article header data.
21591         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21592
21593 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21594
21595         * pop3.el (pop3-md5): Remove.
21596         (pop3-apop): Replace pop3-md5 with md5.
21597
21598         * mm-bodies.el: base64 is always built-in.
21599
21600         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21601         Use with-current-buffer.
21602
21603 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21604
21605         * canlock.el (canlock-insert-header): Remove excessive grouping in
21606         regexp.
21607
21608         * gnus-sum.el (gnus-summary-read-document): Ditto.
21609
21610         * gnus-uu.el (gnus-uu-part-number): Ditto.
21611
21612         * html2text.el (html2text-remove-tags): Ditto.
21613         (html2text-format-tags): Ditto.
21614         (html2text-format-single-elements): Ditto.
21615
21616         * mml.el (mml-parse-1): Ditto.
21617
21618 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21619
21620         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21621
21622         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21623
21624         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21625
21626         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21627
21628 2003-11-15  Simon Josefsson  <jas@extundo.com>
21629
21630         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21631         (pgg-gpg-lookup-key): Use regexp match instead of
21632         split-string (split-string is different between emacs 21.2 and
21633         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21634
21635 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21636
21637         * gnus-art.el (gnus-mime-view-all-parts)
21638         (gnus-article-part-wrapper, gnus-article-view-part):
21639         Use with-current-buffer.
21640
21641 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21642
21643         * spam.el (spam-disable-spam-split-during-ham-respool)
21644         (spam-spamoracle-database, spam-cache-lookups)
21645         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21646         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21647         (spam-group-ham-marks, spam-group-spam-marks)
21648         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21649         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21650         also add spam-use-blackholes to the statistical checks.
21651         (spam-fetch-field-fast): Add interface to fetching fields, may
21652         become a macro.
21653         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21654         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21655         (spam-insert-fake-headers): Fake an article when needed.
21656         (spam-find-spam): Fake article when possible.
21657         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21658         (spam-check-bogofilter-headers): Use message-fetch-field instead
21659         of nnmail-fetch-field.
21660
21661 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21662
21663         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21664
21665 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21666
21667         * spam.el (spam-split): Do not require spam-use-CHECK to be
21668         enabled if that check is passed to spam-split explicitly; also
21669         fix so 'spam doesn't get converted to spam-split-group when
21670         spam-split-symbolic-return is t.
21671         (spam-find-spam): Find registrations of the article and use those
21672         instead of re-running spam-split to find the spam/ham
21673         classification of the article.
21674         (spam-log-processing-to-registry, spam-log-registered-p)
21675         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21676         Use gnus-error instead of gnus-message.
21677         (spam-log-registration-type): Add function to determine the
21678         classification of a message based on registry entries; will
21679         return nil if both 'spam and 'ham are found.
21680         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21681         a reasonably fast local cache without the loading errors.
21682         (spam-cache-lookups): Set to t by default.
21683         (spam-find-spam): Don't try to guess spam-cache-lookups.
21684         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21685         spam-caches entry.
21686         (spam-filelist-build-cache, spam-filelist-check-cache):
21687         Fix caching of whitelist/blacklist entries.
21688         (spam-check-whitelist, spam-check-blacklist):
21689         Invoke spam-from-listed-p with a type, not a cache variable.
21690         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21691
21692 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21693
21694         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21695
21696         * nnmail.el (nnmail-split-fancy): do.
21697
21698         * mml.el (mml-parse): do.
21699
21700         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21701         (gnus-score-adaptive): do.
21702
21703 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21704
21705         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21706         (gnus-mime-button-map): Don't set keymap parent.
21707         (gnus-button-ctan-directory-regexp): Use shy grouping.
21708         (gnus-prev-page-map): Don't set keymap parent.
21709         (gnus-prev-page-map): Remove duplicated one.
21710         (gnus-next-page-map): Don't set keymap parent.
21711         (gnus-mime-security-button-map): Ditto.
21712
21713         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21714         version number.
21715
21716         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21717
21718 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21719
21720         * canlock.el (canlock-sha1-function): Remove.
21721         (canlock-sha1-function-for-verify): Remove.
21722         (canlock-openssl-program): Remove.
21723         (canlock-openssl-args): Remove.
21724         (canlock-ignore-errors): Remove.
21725         (canlock-sha1-with-openssl): Remove.
21726         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21727         (canlock-verify): Don't use canlock-ignore-errors.
21728
21729         * sha1-el.el (sha1-string-external): Make it can return a string
21730         in binary form.
21731         (sha1-region-external): Ditto.
21732         (sha1-string-internal): Ditto.
21733         (sha1-region-internal): Ditto.
21734         (sha1-region): Ditto.
21735         (sha1-string): Ditto.
21736         (sha1): Ditto.
21737
21738 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21739
21740         * spam.el (spam-report-articles-gmane): New command.
21741
21742 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21745
21746         * run-at-time.el (run-at-time-saved): Remove.
21747         (run-at-time): Doc fix.
21748
21749 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21750
21751         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21752         (gnus-summary-limit-map): Add it.
21753         (gnus-summary-make-menu-bar): do.
21754
21755 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21756
21757         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21758         Make attempt at some caching support (done for BBDB only now).
21759         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21760         addresses to be checked.
21761         (spam-clear-cache-BBDB): Add function, to be invoked by
21762         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21763         (spam-check-BBDB): Check and use the caches, if
21764         spam-cache-lookups is on, remove superfluous (provide).
21765
21766 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21767
21768         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21769
21770 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21771
21772         * run-at-time.el (run-at-time-saved): Move to after the definition
21773         of `run-at-time'.
21774
21775         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21776
21777 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21778
21779         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21780         mm-w3m-local-map-property.
21781
21782         * mm-view.el (mm-w3m-mode-map): Remove.
21783         (mm-w3m-local-map-property): Remove.
21784         (mm-inline-text-html-render-with-w3m): Don't use
21785         mm-w3m-local-map-property.
21786
21787 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21788
21789         * run-at-time.el: New file.
21790
21791         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21792         under Emacs.
21793
21794         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21795         of gnus-set-text-properties.
21796
21797         * gnus-uu.el (gnus-uu-save-article): Ditto.
21798
21799         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21800
21801         * gnus-cite.el (gnus-cite-parse): Ditto.
21802
21803         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21804         of gnus-.
21805
21806         * gnus-xmas.el (run-at-time): Require run-at-time.
21807
21808         * gnus.el: Change calls to nnheader-run-at-time and
21809         password-run-at-time throughout to use run-at-time directly.
21810
21811         * password.el: Remove definition of run-at-time.
21812
21813         * nnheaderxm.el: Remove definition of run-at-time.
21814
21815 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21816
21817         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21818         in prompt.
21819
21820 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21821
21822         * messagexmas.el (message-xmas-redefine): Alias
21823         `message-make-caesar-translation-table' to
21824         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21825         version.
21826
21827         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21828         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21829         `gnus-xmas-set-text-properties'.
21830         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21831         `gnus-xmas-completing-read'.
21832         (gnus-xmas-completing-read): Removed.
21833         (gnus-xmas-open-network-stream): Removed.
21834
21835         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21836         XEmacs version.
21837
21838         * dns.el (dns-make-network-process): Use `open-network-stream'
21839         instead of `gnus-xmas-open-network-stream'.
21840
21841         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21842
21843         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21844
21845 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21846
21847         * gnus-art.el (gnus-mime-display-alternative)
21848         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21849         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21850         Don't use gnus-local-map-property.
21851
21852         * gnus-util.el (gnus-local-map-property): Remove.
21853
21854         * mm-view.el (mm-view-pkcs7-decrypt):
21855         Replace gnus-completing-read-maybe-default with completing-read.
21856
21857         * gnus-util.el (gnus-completing-read): do.
21858         (gnus-completing-read-maybe-default): Remove.
21859
21860 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21861
21862         * password.el: Only autoload `run-at-time' if not XEmacs.
21863         Only autoload the itimer functions if XEmacs.
21864
21865 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21866
21867         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21868         XEmacsen.
21869
21870         * dgnushack.el: Autoload executable-find for XEmacs.
21871
21872 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21873
21874         * gnus-art.el (gnus-read-string): Remove.
21875         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21876         read-string.
21877
21878 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21879
21880         * netrc.el: Autoload password-read.
21881         (netrc): Add configuration group.
21882         (netrc-encoding-method, netrc-openssl-path):
21883         Add variables for encoding and decoding of files with symmetric
21884         ciphers.
21885         (netrc-encode): Add assistant function to encode a file with
21886         netrc-encoding-method.
21887         (netrc-parse): Add interactive parameter, added optional
21888         decoding if netrc-encoding-method is non-nil but otherwise
21889         behavior is standard.
21890         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21891         Do s/encode/encrypt/ everywhere.
21892
21893         * spam.el: Remove executable-find autoload.
21894
21895 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21896
21897         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21898
21899         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21900
21901 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21902
21903         * gnus-art.el (gnus-treat-ansi-sequences)
21904         (article-treat-ansi-sequences): New variable and function.
21905         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21906
21907         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21908         Use it.
21909
21910 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21911
21912         * mm-util.el (mm-quote-arg): Remove.
21913
21914         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21915         shell-quote-argument.
21916
21917         * gnus-uu.el (gnus-uu-command): do.
21918
21919         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21920
21921         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21922         with make-char.
21923
21924         * mm-util.el (mm-make-char): Remove.
21925
21926         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21927         add-minor-mode.
21928
21929         * gnus-undo.el (gnus-undo-mode): do.
21930
21931         * gnus-topic.el (gnus-topic-mode): do.
21932
21933         * gnus-sum.el (gnus-dead-summary-mode): do.
21934
21935         * gnus-start.el (gnus-slave-mode): do.
21936
21937         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21938
21939         * gnus-ml.el (gnus-mailing-list-mode): do.
21940
21941         * gnus-gl.el (gnus-grouplens-mode): do.
21942
21943         * gnus-draft.el (gnus-draft-mode): do.
21944
21945         * gnus-dired.el (gnus-dired-mode): do.
21946
21947         * gnus-ems.el (gnus-add-minor-mode): Remove.
21948
21949         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21950         Replace gnus-char-width with char-width.
21951
21952         * gnus-ems.el (gnus-char-width): Remove.
21953
21954         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21955         Replace gnus-char-width with char-width.
21956
21957         * gnus-ems.el (gnus-char-width): Remove.
21958
21959         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21960         definition.
21961         Remove Emacs 20 hash table compatibility code.
21962
21963         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21964         20 compatibility code.
21965
21966         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21967
21968         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21969
21970         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21971         Replace with point-at-{eol,bol}.
21972
21973         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21974
21975         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21976
21977         * flow-fill.el (fill-flowed-point-at-bol)
21978         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21979
21980         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21981         Replace with point-at-{eol,bol} throughout all files.
21982
21983 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21984
21985         * ntlm.el (ntlm-string-as-unibyte): New macro.
21986         (ntlm-build-auth-response): Use it.
21987
21988         Remove Emacs 20 stuff:
21989         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21990         (butlast, mapc, remove): Remove the compiler macros.
21991         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21992         of delq and copy-sequence.
21993         * gnus-art.el (popup-menu): Remove the compiler macro.
21994         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21995         Emacs 20.
21996
21997 2004-01-05  Simon Josefsson  <jas@extundo.com>
21998
21999         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22000         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22001         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22002         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22003         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22004         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22005         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22006         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22007         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22008         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22009         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22010         string-xor into ntlm-string-xor.
22011         Suggested by Jesper Harder <harder@myrealbox.com>.
22012
22013         * ntlm.el: Don't include poem.
22014
22015         * md4.el (print-int32, print-string-hexa): Remove.
22016         Suggested by Jesper Harder <harder@myrealbox.com>.
22017
22018         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22019
22020         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22021         probably breaks emacs with DL patch, but do we care? Is anyone
22022         still using the DL stuff?)
22023
22024         * sieve-manage.el: Use the password package.
22025         (sieve-manage-read-passwd): Remove.
22026         (sieve-manage-interactive-login): Use password.  Re-add
22027         condition-case around loop.
22028
22029         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22030         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22031         Use the password package.
22032
22033 2003-02-19  Simon Josefsson  <jas@extundo.com>
22034
22035         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22036         token.
22037
22038 2002-08-07  Simon Josefsson  <jas@extundo.com>
22039
22040         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22041         (sieve-manage-authenticators):
22042         (sieve-manage-authenticator-alist): Add some SASL mechs.
22043         (sieve-sasl-auth): New function.
22044         (sieve-manage-cram-md5-auth):
22045         (sieve-manage-plain-auth): Rewrite using SASL library.
22046         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22047         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22048         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22049         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22050
22051 2004-01-05  Simon Josefsson  <jas@extundo.com>
22052
22053         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22054         New files.
22055
22056 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22057
22058         * gnus-group.el (gnus-no-groups-message): Update.
22059
22060         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22061
22062 2003-11-09  Simon Josefsson  <jas@extundo.com>
22063
22064         * imap.el: Support for ID IMAP extension (RFC 2971).
22065         (imap-local-variables): Add imap-id.
22066         (imap-id): New variable.
22067         (imap-id): New function.
22068         (imap-parse-response): Parse untagged ID response.
22069         * nnimap.el (nnimap-id): New variable.
22070         (nnimap-open-connection): Use it.
22071
22072 2003-12-28  Simon Josefsson  <jas@extundo.com>
22073
22074         * gnus-score.el (gnus-score-edit-all-score): New.
22075         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22076
22077 2004-01-04  Simon Josefsson  <jas@extundo.com>
22078
22079         * password.el: Add.
22080
22081 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22082
22083         * dns.el (dns-query-types): Fix typo.
22084         (dns-query-types): New function.
22085         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22086         PTR and SOA replies, see RFC 1035.
22087
22088 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22089
22090         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22091
22092         * Move to Changelog.2.
22093
22094 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22095
22096         * gnus.el (gnus-version-number): Bump version.
22097
22098 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22099
22100         * gnus.el: No Gnus v0.1 is released.
22101
22102 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22103
22104         * gnus.el: No Gnus v0.0 is released.
22105
22106 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22107
22108         * gnus.el (gnus-version-number): Bump.
22109         (gnus-version): No.
22110
22111 See ChangeLog.2 for earlier changes.
22112
22113   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22114
22115   This file is part of GNU Emacs.
22116
22117   GNU Emacs is free software: you can redistribute it and/or modify
22118   it under the terms of the GNU General Public License as published by
22119   the Free Software Foundation, either version 3 of the License, or
22120   (at your option) any later version.
22121
22122   GNU Emacs is distributed in the hope that it will be useful,
22123   but WITHOUT ANY WARRANTY; without even the implied warranty of
22124   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22125   GNU General Public License for more details.
22126
22127   You should have received a copy of the GNU General Public License
22128   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22129
22130 ;; Local Variables:
22131 ;; coding: utf-8
22132 ;; fill-column: 79
22133 ;; add-log-time-zone-rule: t
22134 ;; End: