Auto-expiry doesn't make sense in read-only groups.
[gnus] / lisp / ChangeLog
1 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4         in read-only groups.
5
6         * gnus-group.el (gnus-group-mark-article-read): Ditto
7
8         * message.el (message-cite-reply-position): Doc string fix.
9
10         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
11         avoid regexp overflow.
12         (nnimap-transform-split-mail): Ditto.
13
14         * pop3.el (pop3-retr): Error out if the server closes the connection.
15
16 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
19         at the end of lines.
20
21 2011-05-29  Julien Danjou  <julien@danjou.info>
22
23         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
24
25 2011-05-27  Glenn Morris  <rgm@gnu.org>
26
27         * gnus-group.el (gnus-bug-group-download-format-alist):
28         Use the "maintainer" version of debian reports as well.
29
30 2011-05-26  Glenn Morris  <rgm@gnu.org>
31
32         * gnus-group.el (gnus-bug-group-download-format-alist):
33         Use the "maintainer" version of debbugs.gnu.org reports.
34
35 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
38
39 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
40
41         * gnus-cus.el (gnus-agent-customize-category):
42         * gnus-delay.el (gnus-delay-send-queue):
43         * gnus.el (gnus-other-frame):
44         Don't quote lambda expressions with `quote'.
45
46 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
49         the thread moves us backwards and so we loop forever.
50
51 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
54         whitespace in base64 data lines.
55
56 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * gnus-registry.el (gnus-registry-user-format-function-M):
59         Use `mapconcat'.
60         (gnus-registry-user-format-function-M2): Use to see the full text of
61         the marks.  Make "," the mark text separator.
62
63         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
64         authentication with auth-source.
65
66 2011-05-17  Glenn Morris  <rgm@gnu.org>
67
68         * gnus-group.el (gnus-import-other-newsrc-file):
69         Use insert-file-contents.
70
71 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
74         1000 iterations.
75
76 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * nntp.el (nntp-open-connection): Check if process-type is available.
79
80 2011-05-16  Julien Danjou  <julien@danjou.info>
81
82         * shr.el (shr-tag-del): Add support for del tag.
83
84 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * gnus-html.el (gnus-html-put-image): Register a displayer.
87
88         * shr.el (shr-image-displayer): Don't remove text props from alt text.
89
90 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
91
92         * registry.el (prune-factor): New initialization parameter defaulting
93         to 0.1.
94         (registry-prune-hard): Use it.
95
96         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
97         0.1 expicitly.
98
99 2011-05-13  Glenn Morris  <rgm@gnu.org>
100
101         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
102         is bound, since this function requires sendmail.
103
104 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
105
106         * registry.el (registry-usage-test): Disable pruning test.
107
108 2011-05-11  David Engster  <dengste@eml.cc>
109
110         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
111         Bind set-network-process-option for XEmacs.
112
113 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * registry.el (registry-prune-hard-candidates)
116         (registry-prune-soft-candidates): Helper methods for registry pruning.
117         (registry-prune): Use them.  Make the sort function optional.
118
119 2011-05-10  Jim Meyering  <meyering@redhat.com>
120
121         * shr.el (shr-colorize-region): Fix typo "on on -> on".
122
123 2011-05-10  Julien Danjou  <julien@danjou.info>
124
125         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
126         symbol and not a list.
127
128 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * gnus-art.el (gnus-article-mode): Move binding of
131         shr-put-image-function here from gnus-article-prepare-display.
132
133         * shr.el (shr-put-image-function): New variable.
134         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
135         (shr-put-image): Return scaled image.
136
137         * gnus-art.el (gnus-shr-put-image): New function.
138         (gnus-article-prepare-display): Bind shr-put-image-function to it.
139
140         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
141         original ones, as deletable.
142
143 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
144
145         * nntp.el (nntp-open-connection): Set TCP keepalive option.
146
147 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
148
149         * registry.el (registry-full): Add convenience method.  Fix logic.
150         (registry-insert): Use it.  Fix logic here too.
151
152         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
153         `registry-prune' if `registry-full' returns t.
154         (gnus-registry-handle-action)
155         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
156         (gnus-registry-usage-test): Use it.
157
158 2011-05-07  Julien Danjou  <julien@danjou.info>
159
160         * shr.el (shr-link): Make shr-link inherit from link by default.
161
162 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
163
164         * shr.el (shr-urlify, shr-link): Fix shr-link face.
165
166 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
167
168         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
169         error out because the face is not a list.
170
171 2011-05-05  Glenn Morris  <rgm@gnu.org>
172
173         * proto-stream.el (gnutls-negotiate): Fix declarations.
174
175         * gnus-start.el (gnus-propagate-marks): Declare.
176
177 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * registry.el (registry-reindex): Fix percentage message.
180
181         * proto-stream.el (network-stream-open-starttls): Adjust to call
182         `gnutls-negotiate' with :process and :hostname arguments.
183
184 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
185
186         * shr.el: Add shr-link face for links.
187         (shr-urlify): Use it.
188
189         * registry.el (registry-insert): Make error message more helpful.
190
191 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * gnus-html.el (gnus-html-schedule-image-fetching):
194         Use url-queue-retrieve, if it exists.
195
196         * shr.el (shr-tag-img): Ditto.
197
198         * gnus.el: Autoload more gnus-agent functions.
199
200         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
201         agent if we haven't already (bug#8502).
202
203         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
204         into the Agent, too.
205
206         * gnus-agent.el (gnus-agent-store-article): New function.
207
208         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
209         and moved from that file for reuse.
210
211         * pop3.el (pop3-open-server): Error messages are "-ERR".
212
213 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
216         (open-tls-stream): Remove superfluous tls/starttls autoloads.
217
218 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
219
220         * gnus.el: No Gnus v0.17 is released.
221
222 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
223
224         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
225         buffer has moved to a different frame.
226
227 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
230         to get the conversion from unibyte to multibyte buffers to work on
231         Emacs 22.
232
233         * nntp.el (nntp-request-article): Slight clean-up.
234
235 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * shr.el (shr-strike-through): New face.
238         (shr-tag-s): Use it to provide <s> support.
239         (shr-tag-s): Remove duplicate definition.
240
241 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
242
243         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
244         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
245
246 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
247
248         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
249         `gnutls-negotiate'.
250         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
251
252 2011-04-23  Glenn Morris  <rgm@gnu.org>
253
254         * gnus-sum.el (gnus-extra-headers): Bump :version.
255
256 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * shr.el (shr-tag-sup): New function.
259         (shr-tag-sub): Ditto.
260
261 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
262
263         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
264         for the case where `gnus-registry-ignored-groups' is a list of lists,
265         and don't call `gnus-parameter-registry-ignore' otherwise.
266
267 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
268
269         * nnimap.el (nnimap-user): New backend variable.
270         (nnimap-open-connection-1): Use it.
271         (nnimap-credentials): Accept user parameter so it's explicit what user
272         name is desired.
273
274         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
275         default.
276
277         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
278         not gnus-registry.el.
279
280         * gnus-registry.el: Mention in comments how to modify
281         `gnus-extra-headers' for proper recipient tracking and that it may
282         already have To and Cc recently, which it does as of this commit.
283         (gnus-registry-ignored-groups): Remove defcustom.
284         Explain why in comments.
285         (gnus-registry-action): Fix data-header reference to use the extra
286         headers.  Explain in package commentary how to add To and Cc headers to
287         the gnus-extra-headers.
288         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
289         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
290         parameter list or a string list in `gnus-registry-ignored-groups'.
291         Fix logic error.
292
293 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * shr.el (shr-expand-url): Protect against null urls.
296
297 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * shr.el (shr-base): New binding.
300         (shr-tag-base): Keep track of <base>.
301         (shr-expand-url): New function used throughout.
302
303 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
304
305         * gnus-registry.el
306         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
307         (gnus-registry-ignored-groups): New variable.
308         (gnus-registry-ignore-group-p): Use it.
309         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
310         set the destination group to nil (same as delete) if it's ignored.
311
312 2011-04-20  David Engster  <dengste@eml.cc>
313
314         * tests/gnustest-nntp.el: New file for simple NNTP testing.
315
316         * Makefile.in (test-nntp): New rule.
317         (check): Add it.
318         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
319
320 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * gnus-registry.el (gnus-registry-action)
323         (gnus-registry-fetch-header-fast):
324         Don't use mail-header that looks an internal function of mailheader.el.
325
326 2011-04-19  Glenn Morris  <rgm@gnu.org>
327
328         * time-date.el (time-to-days): Remove unused local variables.
329
330 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-registry.el: Eliminate cl functions.
333         (gnus-registry-sort-addresses): New function that replaces mapcan.
334         (gnus-registry-action, gnus-registry-spool-action)
335         (gnus-registry-split-fancy-with-parent)
336         (gnus-registry-fetch-recipients-fast): Use it.
337         (gnus-registry-import-eld): Replace delete* with dolist + delq.
338
339         * registry.el (initialize-instance, registry-lookup)
340         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
341         (registry-lookup-secondary-value, registry-search, registry-delete)
342         (registry-insert, registry-reindex, registry-size, registry-prune):
343         Use eval-and-compile.
344
345 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
346
347         * registry.el (registry-reindex): New method to recreate the secondary
348         registry indices.
349
350         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
351         tracked field changes.
352         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
353         (gnus-registry-action, gnus-registry-spool-action)
354         (gnus-registry-handle-action)
355         (gnus-registry--split-fancy-with-parent-internal)
356         (gnus-registry-split-fancy-with-parent)
357         (gnus-registry-register-message-ids): Add recipient tracking on spool,
358         move, and delete actions, and for fancy splitting with parent.
359         (gnus-registry-extract-addresses)
360         (gnus-registry-fetch-recipients-fast)
361         (gnus-registry-fetch-header-fast): Convenience functions.
362         (gnus-registry-misc-test): ERT test of
363         `gnus-registry-extract-addresses'.
364
365 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
366
367         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
368         Track by subject first, then sender.
369
370 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
371
372         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
373
374         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
375         Lisp.
376
377         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
378         (gnus-draft-send): Use it to avoid popping
379         up frames from gnus-group-send-queue.
380
381 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
382
383         * gnus-registry.el: Updated gnus-registry docs.
384
385 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
386
387         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
388         Fix logic bug.
389         (gnus-registry-post-process-groups): Fix logging of no results and
390         quote sender and subject.
391
392 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
395         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
396         gnutls-cli are too slow to be done opportunistically.
397
398         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
399         (gnus-read-active-for-groups): Don't try to finish getting stuff where
400         we had no early-data returned.
401         (gnus-get-unread-articles): Add a sanity check so that we don't issue
402         two async commands to the same server at the same time.
403
404 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
405
406         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
407
408 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
411         "warning" level.
412
413         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
414         (mm-url-insert-file-contents): Don't set the package names.
415
416 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * gnus-registry.el (gnus-registry-action): Remove properties and
419         simplify subject in `gnus-registry-handle-action'.
420         (gnus-registry-spool-action): Get subject and sender from message if
421         they are not passed in.
422         (gnus-registry-handle-action): Remove properties and simplify subject
423         consistently.
424
425 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
426
427         * registry.el: Require CL before using defmacro*.
428
429 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * gnus-art.el (article-treat-date): Assume that
432         gnus-article-date-headers may be a group parameter.
433
434 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
435
436         * gnus-registry.el (gnus-registry-handle-action): More debugging.
437
438         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
439         interactively so the newsrc file can contain foreign groups too.
440         Useful for debugging but not much for users.
441
442 2011-04-07  David Engster  <dengste@eml.cc>
443
444         * registry.el (registry-usage-test): Only do
445         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
446         lexical binding.
447
448 2011-04-07  David Engster  <dengste@eml.cc>
449
450         * Makefile.in (check, test-registry): New rules for test-suite.
451
452 2011-04-06  David Engster  <dengste@eml.cc>
453
454         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
455         argument NOERROR for `require', since XEmacs 21.4 does not support it.
456
457 2011-04-06  David Engster  <dengste@eml.cc>
458
459         * registry.el (initialize-instance): Change :after to :AFTER to be
460         compatible with old EIEIO version in XEmacs.
461
462 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
463
464         * gnus-registry.el (gnus-registry-post-process-groups)
465         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
466         and provide better messaging.
467
468 2011-04-06  David Engster  <dengste@eml.cc>
469
470         * Makefile.in (fail-on-warning): New rule to compile with warnings as
471         errors.
472
473         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
474         dgnushack-compile with error-on-warn enabled, and to signal an error if
475         clean compilation failed.
476         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
477         with `byte-compile-error-on-warn'.  Return nil if errors occured.
478
479 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * gnus-registry.el: Don't use ERT if it's not available.  Load it
482         unconditionally anyway, discarding errors.
483         (gnus-registry-delete-entries): New convenience function.
484         (gnus-registry-import-eld): Import from old .eld registry.
485
486         * registry.el: Don't use ERT if it's not available.  Load it
487         unconditionally anyway, discarding errors.
488
489         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
490         version from the Claudio Bley GnuTLS patch (extra optional parameters
491         and host name).
492
493 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
494
495         * gnus-registry.el (gnus-registry-fixup-registry): New function to
496         fixup the parameters that can be customized by the user between
497         save/read cycles.
498         (gnus-registry-read): Use it.
499         (gnus-registry-make-db): Use it.
500         (gnus-registry-spool-action, gnus-registry-handle-action):
501         Fix messaging.
502         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
503         Map references to actual group names with sender and subject tracking.
504         (gnus-registry-post-process-groups): Use `cond' for better messaging.
505         (gnus-registry-usage-test): Add subject lookup test.
506
507         * registry.el (registry-db, initialize-instance): Set up constructor
508         instead of :initform arguments for the sake of older Emacsen.
509         (registry-lookup-breaks-before-lexbind): New method to demonstrate
510         pre-lexbind merge bug.
511         (registry-usage-test): Use it.
512         (initialize-instance, registry-db): Move the non-function initforms
513         back to the class definition.
514
515 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * registry.el: New library to manage gnus-registry-style data.
518
519         * gnus-registry.el: Use it (major rewrite).
520
521         * nnregistry.el: Use it.
522
523         * spam.el: Use it.
524
525 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
528         marks on non-selected articles.
529
530 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
531
532         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
533         parameter to open-protocol-stream.
534
535 2011-04-01  Julien Danjou  <julien@danjou.info>
536
537         * mm-view.el (mm-display-inline-fontify): Do not fontify with
538         fundamental-mode.
539
540 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
543         servers.
544
545 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
548         made marks not propagate, again.
549
550 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
551
552         * proto-stream.el (open-protocol-stream): Bring back `network' type.
553         Make this the default type.
554         (proto-stream-open-plain): Rename from proto-stream-open-default.
555         (open-protocol-stream, proto-stream-open-starttls)
556         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
557         with `plain'.
558
559         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
560         value.
561
562         * nntp.el (nntp-open-connection-function): Document the fact that some
563         values are not functions but are instead handled specially.
564         Recognize nntp-open-plain-stream value.
565         (nntp-open-connection): Recognize that value.
566
567 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
570         where it seems to be needed.
571
572 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
575         stuff.
576
577         * gnus-score.el (gnus-score-string): Fix calling convention of
578         `gnus-simplify-buffer-fuzzy' after last patches.
579
580         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
581         server for articles we didn't get any headers for.  This is a sanity
582         check.
583
584 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
585
586         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
587         new CAPABILITY, use it.
588
589 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590
591         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
592         downloading anything.
593
594         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
595
596 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
597
598         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
599         colors.
600         (gnus-splash-svg-color-symbols): New function.
601
602 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
605         instead of using the global gnus-simplify-subject-fuzzy-regexp.
606         (gnus-simplify-subject-fuzzy): Use the local
607         gnus-simplify-subject-fuzzy-regex instead of the global one.
608         This makes using this variable in group parameters work.
609
610 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
611
612         * gnus-registry.el (gnus-registry-unfollowed-groups):
613         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
614         archive:sent-YYYY-MM-DD groups).
615         (gnus-registry-split-fancy-with-parent): Bail out early in sender
616         tracking if there are more than `gnus-registry-max-track-groups'
617         matches.
618
619 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
620
621         * message.el (message--yank-original-internal): New function to do the
622         insertion cleanly inside eval in `message-yank-original'.
623         (message-yank-original): Use it.
624
625 2011-03-29  Julien Danjou  <julien@danjou.info>
626
627         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
628         local variables disabled rather than `normal-mode'.
629
630 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
631
632         * imap.el (imap-shell-open, imap-process-connection-type):
633         Use imap-process-connection-type for 'shell' streams as well as
634         Kerberos, SSL, other subprocesses.
635
636 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
637
638         * proto-stream.el: Changes preparatory to merging open-protocol-stream
639         with open-network-stream.
640         (proto-stream-always-use-starttls): Option removed.
641         (open-protocol-stream): Return a process object by default.  Provide a
642         new parameter :return-list specifying a list-type return value, which
643         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
644         :type `network' to `try-starttls', and `network-only' to `default'.
645         Make `default' the default, for compatibility with open-network-stream.
646         Handle the no-parameter case exactly as open-network-stream, with no
647         additional stream processing.  Search plists using plist-get.
648         Explicitly add :end-of-commend parameter if it is missing.
649         (proto-stream-open-default): Rename from
650         proto-stream-open-network-only.  Return 'default as the type.
651         (proto-stream-open-starttls): Rename from proto-stream-open-network.
652         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
653         failed.  Always return a list with a (possibly dead) process as the
654         first element, for compatibility with open-network-stream.
655         (proto-stream-open-tls): Use plist-get.  Always return a list.
656         (proto-stream-open-shell): Return `default' as connection type.
657         (proto-stream-capability-open): Use plist-get.
658         (proto-stream-eoc): Function deleted.
659
660         * nnimap.el (nnimap-stream, nnimap-open-connection)
661         (nnimap-open-connection-1): Handle renaming of :type parameter for
662         open-protocol-stream.
663         (nnimap-open-connection-1): Pass a :return-list parameter
664         open-protocol-stream to obtain a list return value.  Parse this list
665         using plist-get.
666
667         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
668         for open-protocol-stream.  Accept open-protocol-stream return value
669         that is a subprocess object instead of a list.  Handle the case of a
670         dead returned process.
671
672 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
673
674         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
675
676         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
677
678 2011-03-21  Julien Danjou  <julien@danjou.info>
679
680         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
681         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
682         query.
683         (mm-inline-text): Render normal text with fontification whenever
684         possible.
685
686         * gnus-sum.el (gnus-summary-save-parts-1):
687         * gnus-art.el (gnus-article-browse-html-save-cid-content)
688         (gnus-article-browse-html-parts, gnus-mime-delete-part)
689         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
690         Use `mm-handle-filename'.
691
692         * mm-util.el (mm-handle-filename): New function, return the filename of
693         an handle.
694
695 2011-03-18  Julien Danjou  <julien@danjou.info>
696
697         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
698         (gnus-buffer-live-p): Check that buffer is not nil.
699
700 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
701
702         * gnus.el: No Gnus v0.15 is released.
703
704 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * time-date.el (format-seconds): Use assoc instead of assoc-string to
707         avoid warning on XEmacs.
708
709         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
710         on XEmacs.
711
712         * gnus-art.el: Require mouse, which the build bot seems to say is
713         needed.
714
715         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
716
717         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
718         XEmacs, since it doesn't have url-retrieve-synchronously.
719
720         * time-date.el (format-seconds): Use assoc instead of assoc-string,
721         since assoc-string doesn't exist in XEmacs.
722
723 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
724
725         * gnus-group.el (gnus-group-list-ticked): New function.
726         (gnus-group-make-menu-bar): Provide a menu entry for it.
727         (gnus-group-list-map): Provide a binding for it.
728
729 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * shr.el (shr-visit-file): New command.
732
733         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
734
735 2011-03-17  Bjørn Mork  <bjorn@mork.no>
736
737         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
738         servers.
739
740 2011-03-16  Julien Danjou  <julien@danjou.info>
741
742         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
743         inline.
744
745         * gnus-art.el (article-hide-list-identifiers):
746         Use gnus-group-get-list-identifiers.
747
748         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
749         (gnus-summary-remove-list-identifiers):
750         Use gnus-group-get-list-identifiers to get regexp.
751         (gnus-select-newsgroup, gnus-summary-insert-subject)
752         (gnus-summary-insert-articles):
753         Call gnus-summary-remove-list-identifiers unconditionally.
754
755 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
758         we're selecting a group with unread articles.
759
760         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
761
762         * gssapi.el: New file separated out from imap.el to provide a general
763         Kerberos 5 connection facility for Emacs.
764
765         * message.el (message-elide-ellipsis): Document the format spec
766         ellipsis.
767
768 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
769
770         * message.el (message-elide-region): Allow the ellipsis to say how many
771         lines were removed.
772
773 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
776         window configurations containing buffers that are now dead.
777
778         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
779         parsing to avoid integer overflows.
780         (nnimap-parse-flags): Simplify the last change.
781         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
782         too large for 32-bit Emacsen.
783
784 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
785
786         * auth-source.el (auth-source-netrc-create):
787         * message.el (message-yank-original): Fix use of `case'.
788
789 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
790
791         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
792         XEmacs, which was one character too wide.
793
794 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
795
796         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
797         default number of articles to display.
798         (gnus-articles-to-read): Use pretty names for prompt.
799
800 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-int.el (gnus-open-server): Ditto.
803
804         * gnus-start.el (gnus-activate-group): Give a backtrace if
805         debug-on-quit is set and the user hits `C-g'.
806         (gnus-read-active-file): Ditto.
807
808         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
809
810 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
811
812         * message.el (message-yank-original): Use cond instead of CL case.
813
814 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
815
816         * auth-source.el (auth-source-netrc-create): Use usual format for the
817         default in prompts.
818
819 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * lpath.el: Fbind read-char-choice for XEmacs.
822
823 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
824
825         * auth-source.el (auth-source-netrc-create): Show the default in the
826         prompt when prompting for token creation.
827
828 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
829
830         * auth-source.el (auth-source-format-prompt): Always convert the value
831         to a string to avoid evaluating non-string arguments.
832         (auth-source-netrc-create): Offer default properly, not as initial
833         content in `read-string'.
834         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
835         of line to determine if we've been run before.  If so, don't run again,
836         but print a trivial message to indicate the cache was hit instead.
837
838 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
839
840         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
841         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
842         The user will have to run `gnus-sync-read' manually and wait for Cloudy
843         Gnus.
844
845 2011-03-11  Julien Danjou  <julien@danjou.info>
846
847         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
848         modified file".
849
850 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
851
852         * auth-source.el (auth-source-read-char-choice): New function to read a
853         character choice using `dropdown-list', `read-char-choice', or
854         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
855         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
856         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
857         (auth-source-netrc-saver): Use it.
858         (auth-source-pick-first-password): New convenience function.
859
860 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
861
862         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
863         parameter in the credentials.
864         (nnimap-open-connection-1): Use it after a successful login.
865         (nnimap-credentials): Add IMAP-specific user and password prompt.
866
867         * auth-source.el (auth-source-search): Add :require parameter, taking a
868         list.  Document it and the :save-function return token.  Pass :require
869         down.  Change the CREATED message from a warning to a debug statement.
870         (auth-source-search-backends): Pass :require down.
871         (auth-source-netrc-search): Pass :require down.
872         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
873         Change save prompt to indicate all modifications saved here are
874         deletions.
875         (auth-source-netrc-create): Take user login name as default in user
876         prompt.  Move all the save functionality to a lexically bound function
877         under the :save-function token in the returned list.  Set up clearer
878         default prompts for user, host, port, and secret.
879         (auth-source-netrc-saver): New function, intended to be wrapped for
880         :save-function.
881
882 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * shr.el (shr-table-horizontal-line): Change the defaults for the table
885         lines to be spaces instead.
886
887 2011-03-07  Julien Danjou  <julien@danjou.info>
888
889         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
890         (sieve-sasl-auth): Check that auth-source-search did return something,
891         or just return an empty string.
892
893 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
894
895         * gnus.el (gnus-interactive): Use read-directory-name.
896
897         * gnus-uu.el (gnus-uu-decode-uu-and-save)
898         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
899         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
900         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
901         Likewise.
902
903         * gnus-group.el (gnus-group-make-directory-group): Likewise.
904
905 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
908         onto the list of killed groups, too.  This makes killed nnimap groups,
909         for instance, more reliably not reappear.
910
911         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
912         the parent.
913
914         * gnus-sum.el (gnus-update-read-articles): Fix typo.
915
916         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
917         really have server-side marks.
918
919         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
920         since most backends do not usefully have server-side marks.
921         (gnus-update-read-articles): Propagate marks to all backends that
922         really have server-side marks.
923
924 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
925
926         * message.el (message-cite-reply-position, message-cite-style):
927         New variables.
928         (message-yank-original): Use the new citation styles.
929
930 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
931
932         * message.el (message-options): Revert 22da67af (workaround for XEmacs
933         buffer-local issue); don't mark it buffer-local when running under
934         XEmacs.
935
936 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
937
938         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
939         numbers too big to be `read'.
940
941 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
942
943         * password-cache.el (password-in-cache-p): Add autoload.
944
945         * message.el (message-options): Make buffer-local two ways to attempt
946         to fix a XEmacs bug.
947
948 2011-03-02  Julien Danjou  <julien@danjou.info>
949
950         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
951
952 2011-03-01  Julien Danjou  <julien@danjou.info>
953
954         * gnus-art.el (list-identifier): Add list-identifier as a parameter
955         group.
956         (article-hide-list-identifiers): Use list-identifier group parameter.
957
958 2011-02-28  Julien Danjou  <julien@danjou.info>
959
960         * sieve.el (sieve-buffer-script-name): New local variable to store
961         sieve script name.
962         (sieve-edit-script): Store sieve script name.
963         (sieve-upload): Use sieve script name when uploading.
964         (sieve-upload): Use substitute-command-keys.
965         (sieve-edit-script): Use substitute-command-keys.
966         (sieve-refresh-scriptlist): Use substitute-command-keys.
967         (sieve-manage-mode-map): Define keymap properly.
968         (sieve-manage-mode): Do not set mode name manually, change mode-name to
969         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
970         Remove commented code about cvs.
971         (sieve-manage-quit): New function.
972         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
973
974 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-group.el (gnus-import-other-newsrc-file): New function.
977
978 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
979
980         * auth-source.el (auth-source-search): Cache empty result sets.
981
982         * password-cache.el (password-in-cache-p): Convenience function to
983         check if a key is in the cache, even if the value is nil.
984
985         * auth-source.el (auth-source-save-behavior): New variable to replace
986         `auth-source-never-create'.
987         (auth-source-netrc-create): Use it.
988         (auth-source-never-save): Remove.
989
990 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
991
992         * nnimap.el (nnimap-stream): Doc fix.
993         (nnimap-open-connection-1): Reverse the order of the ports to that the
994         prompted-for port is first.
995
996         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
997         retrieval by the no-group selection.
998
999         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1000         numerical parameters.
1001
1002 2011-02-25  Julien Danjou  <julien@danjou.info>
1003
1004         * gnus-gravatar.el: Use gnus-with-article-buffer.
1005
1006         * gnus-art.el (gnus-with-article-buffer): Check that the
1007         gnus-article-buffer is alive.
1008
1009 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1010
1011         * auth-source.el (auth-source-creation-prompts): New variable to manage
1012         creation-time prompts.
1013         (auth-source-search): Document it.
1014         (auth-source-format-prompt): Add utility function.
1015         (auth-source-netrc-create): Don't default the user name to
1016         user-login-name.  Use `auth-source-creation-prompts' and some default
1017         prompts for user, host, port, and password (the default generic prompt
1018         remains ugly).
1019         (auth-source-never-save): Add customizable option to never save info.
1020         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1021         mode excursion.
1022
1023 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1026         argument that XEmacs doesn't support.
1027
1028         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1029         compiled for Emacsen having no `libxml-parse-html-region' support.
1030
1031         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1032
1033         * lpath.el: Bind buffer-save-without-query for XEmacs.
1034
1035 2011-02-23  Julien Danjou  <julien@danjou.info>
1036
1037         * gnus-art.el (article-make-date-line): Ignore errors if time is
1038         invalid and not convertible.
1039         (article-make-date-line): Only add lapsed time if time is not nil.
1040
1041 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1042
1043         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1044         `read-char-choice' for backwards compatibility.
1045         (auth-source-netrc-element-or-first): New function to DTRT for
1046         parameter extraction.
1047         (auth-source-netrc-create): Use it and fix multiple parameter print
1048         bug.  Use the default passed from above (given-default) or the
1049         built-in (user-login-name for :user).
1050
1051 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1052
1053         * gnus-start.el (gnus-dribble-read-file):
1054         Set buffer-save-without-query, since we always want to save the dribble
1055         file, probably.
1056
1057         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1058         nnimap.
1059
1060         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1061         -summary- since it's a user-visible variable.
1062
1063         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1064         first time you use the new Gnus.
1065
1066 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1067
1068         * auth-source.el: Don't load netrc.el.
1069         (auth-sources): Search ~/.netrc as well by default.
1070         (auth-source-debug): Add 'trivia option for extra output.
1071         (auth-source-do-trivia): Use it.
1072         (auth-source-search): Simplify logic to use
1073         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1074         appropriate.  Don't keep a running count at this level.  Layer :create
1075         and :delete options appropriately on the first and second passes.
1076         Don't track the backend with the search results.
1077         (auth-source-search-backends): New function to search a list of
1078         backends for a processed spec.
1079         (auth-source-netrc-parse): Cache all netrc files, making
1080         auth-source-netrc-cache an alist keyed by the file name and using the
1081         file mtime as the caching criterion.  Keep the obfuscated data secret
1082         with a lexical bind.
1083         (auth-source-netrc-search): Don't calculate the length of the results
1084         unnecessarily.
1085         (auth-source-search-backends): Fix bug.
1086         (auth-source-netrc-create): Rework prompts.
1087
1088 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1089
1090         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1091         Lower case names of search constraints.
1092         (nnir-run-query): Cache and reuse search constraints for all imap
1093         servers.
1094
1095 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1096
1097         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1098         after exit.
1099         (gnus-setup-message): Define missing variable from last checkin.
1100
1101         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1102         value, show the raw article.
1103
1104 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1105
1106         * gnus.el: No Gnus v0.13 is released.
1107
1108 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1109
1110         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1111         auth-source now accepts numbers.
1112
1113         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1114         spec, too.
1115         (auth-source-ensure-strings): New function.
1116
1117         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1118         (gnus-article-setup-buffer): Always restart the date timer so that user
1119         changes to the frequency is respected.
1120
1121         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1122         port numbers, so make sure it gets that if nnimap-server-port is
1123         explicit.
1124
1125 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1126
1127         * nnimap.el (nnimap-inbox): Doc fix.
1128
1129 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1130
1131         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1132         Autoload.  Add optional arg FRAME, and pass it to color-values.
1133         (color-complement): Caller changed.  Doc fix.
1134         (color-gradient): Rewrite for better clarity and efficiency.
1135
1136 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1137
1138         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1139         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1140         color-lab-to-srgb.
1141
1142 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1143
1144         * color.el: First part of merge from hexrgb.el.
1145         (color-rgb-to-hex): Rename from color-rgb->hex.
1146         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1147         saturation to zero if the value is too small.
1148         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1149         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1150         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1151         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1152         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1153         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1154         (color-cie-de2000): Doc fix.
1155
1156 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1157
1158         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1159         given method as in the group name if we're using an extended method.
1160         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1161         command, if we're using that, instead of waiting for the beginning.
1162
1163         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1164         we're sure to get unique server names, and we don't output two async
1165         commands in the same buffer.  This fixes an NNTP hang for some users.
1166
1167 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1168
1169         * gnus.el: No Gnus v0.11 is released.
1170
1171 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1174         summary buffer before reading going to the next buffer.  This avoids
1175         putting the point in the group buffer if you `C-g' the command.
1176
1177         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1178         cache (for now) to make ~/.authinfo.gpg files usable.
1179
1180         * nnfolder.el (copyright-update): Define for the compiler.
1181
1182         * auth-source.el (auth-source-search): Fix unbound variable.
1183
1184 2011-02-19  Glenn Morris  <rgm@gnu.org>
1185
1186         * gnus.el (gnus-meta): Doc fix.
1187
1188 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1189
1190         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1191         in case it's not yet loaded.
1192
1193 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1194
1195         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1196         line we're waiting for.
1197
1198 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1199
1200         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1201         face with line-width greater than zero will cause RET in gnus summary
1202         buffer to scroll down article page-wise because auto vscroll happens,
1203         it should be temporalily disabled when doing a scroll-up.
1204
1205 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1206
1207         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1208         outputs from the server.
1209
1210 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1211
1212         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1213         later so that bbdb can hook in easier.
1214
1215 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1216
1217         * auth-source.el (auth-source-search): Don't try to create credentials
1218         if the caller doesn't want that.
1219         (auth-source-search): If we don't find a match, don't bug out on
1220         non-bound variables.
1221         (auth-source-search): Only ask a single backend to create the
1222         credentials.
1223
1224         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1225         logging.
1226         (nnimap-credentials): Protect against auth-source-search returning nil.
1227         (nnimap-request-list): Protect against not being able to open the
1228         server.
1229
1230 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1231
1232         * auth-source.el (auth-source-search): Do a two-phase search, one with
1233         no :create to get the responses from all backends.
1234
1235         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1236         when getting credentials.
1237
1238         * gnus-util.el (gnus-delete-duplicates): New function.
1239
1240 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1241
1242         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1243         a creation default, pass the whole port list down.  It will be
1244         completed.
1245
1246         * auth-source.el (auth-source-search): Updated docs to talk about
1247         multiple creation choices.
1248         (auth-source-netrc-create): Accept a list as a value (from the search
1249         parameters) and do completion on that list.  Keep a separate netrc line
1250         with the password obscured for showing the user.
1251
1252         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1253         first choice to `auth-source-search' so it will be used for entry
1254         creation instead of the server's Gnus-specific name.
1255         (nnimap-credentials): Rely on the auth-source library to select which
1256         port is actually wanted in the new netrc entry, so don't override
1257         `auth-source-creation-defaults'.
1258
1259         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1260         :protocol and accept a missing user, host, or port as a wildcard match.
1261         (auth-source-debug): Default to off.
1262
1263         (auth-source-netrc-search, auth-source-netrc-create)
1264         (auth-source-secrets-search, auth-source-secrets-create)
1265         (auth-source-user-or-password, auth-source-backend, auth-sources)
1266         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1267         instead of :protocol.
1268
1269         * nnimap.el (nnimap-credentials): Pass a port default to
1270         `auth-source-search' in case an entry needs to be created.
1271         (nnimap-open-connection-1): Use :port instead of :protocol.
1272
1273 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * auth-source.el: Bind load-path when loading EIEIO from
1276         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1277         21.4 doesn't support, to `require'.
1278         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1279         delete-dups that is not available in XEmacs 21.4.
1280
1281 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1282
1283         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1284         as EIEIO must also be loaded when auth-source.el is being
1285         byte-compiled.
1286
1287 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1288
1289         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1290
1291         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1292
1293         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1294
1295         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1296
1297         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1298
1299         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1300
1301         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1302
1303         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1304         necessary.
1305
1306 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1309         nil means that nnimap doesn't get updated.
1310
1311 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1312
1313         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1314         result when the user doesn't want to write to the file.
1315         (auth-source-netrc-search): Expect a synthetic result and proceed
1316         accordingly.
1317         (auth-source-cache-expiry): New variable to override
1318         `password-cache-expiry'.
1319         (auth-source-remember): Use it.
1320
1321         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1322         parameter.  Create entry if necessary by using :create t.
1323         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1324
1325 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1326
1327         * auth-source.el (auth-source-debug): Enable by default and don't
1328         mention the obsolete `auth-source-hide-passwords'.
1329         (auth-source-do-warn): New function to debug unconditionally.
1330         (auth-source-do-debug): Use it.
1331         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1332         and for Secrets API entries when the secrets.el library is not
1333         available.
1334
1335 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1336
1337         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1338         (gnus-summary-exit): Kill the correct article buffer on exit from a
1339         `C-d' group.
1340
1341         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1342         gnus-propagate-marks.
1343
1344         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1345         before killing the buffers so that a non-full window conf gets handled
1346         correctly.
1347         (gnus-summary-exit): Ditto.
1348         (gnus-summary-read-group-1): Ditto.
1349
1350         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1351         async code again so that we can debug it properly.
1352
1353         * message.el (message-reply): Take an optional switch-buffer parameter
1354         so that Gnus window confs are respected better.
1355
1356 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1357
1358         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1359         `plist-get' to accept non-list parameters (XEmacs issue).
1360         Fix docstring.
1361         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1362         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1363         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1364         Login collection is "Login" and not "login".
1365
1366 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1369         multiple headers.
1370
1371         * nnimap.el (nnimap-inhibit-logging): New variable.
1372         (nnimap-log-command): Don't log login commands.
1373
1374         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1375         to have more parameters.
1376
1377         * nnimap.el (nnimap-send-command): Mark the command time for each
1378         command, so that we don't get NOOPs stepping on our toes.
1379
1380         * gnus-art.el (article-date-ut): Get the date from the Date header on
1381         `t'.
1382
1383 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * auth-source.el (auth-source-search): Use copy-sequence instead of
1386         the cl.el copy-list.
1387
1388 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1389
1390         * imap.el: Bring it back (revert
1391         84d800cd31de3064f0ed39617d725709a2f8f42f).
1392
1393 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1394
1395         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1396         Improve prompt.
1397
1398 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1399
1400         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1401         washing status from the default format.  It isn't very informative.
1402
1403 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1404
1405         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1406         Fix Gcc processing on imap.
1407
1408 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1409
1410         * imap.el: Remove file.  All the functionality is in nnimap.el.
1411
1412 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1413
1414         * message.el (message-bury): Don't pop up a new window when selected
1415         window is dedicated.
1416
1417 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1418
1419         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1420
1421 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1422
1423         * sieve-manage.el: Autoload `auth-source-search'.
1424         (sieve-sasl-auth): Use it.
1425
1426 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1427
1428         * nnimap.el: Autoload `auth-source-forget+'.
1429         (nnimap-open-connection-1): Use it if the connection fails.
1430
1431         * auth-source.el: Require `password-cache'.
1432         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1433         obsolete.
1434         (auth-source-magic): Marker for `password-cache' keys.
1435         (auth-source-do-cache): Update docstring.
1436         (auth-source-search): Use and check cache.
1437         (auth-source-forget-all-cached, auth-source-remember)
1438         (auth-source-recall, auth-source-forget, auth-source-forget+)
1439         (auth-source-specmatchp): Caching support functions.
1440         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1441         Remove and obsolete.
1442         (auth-source-user-or-password): Remove caching to further discourage
1443         using it.  Always hide passwords.
1444
1445         * password-cache.el (password-cache-remove): Accept secrets that are
1446         not strings.
1447
1448 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1449
1450         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1451         code for now, since it doesn't work for all users.
1452
1453 2011-02-09  Julien Danjou  <julien@danjou.info>
1454
1455         * message.el (message-options): Make message-options really buffer
1456         local.
1457
1458 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1459
1460         * mail-source.el: Autoload `auth-source-search'.
1461         (mail-source-keyword-map): Note order matters.
1462         (mail-source-set-1): Get all the mail-source source values and
1463         defaults and search auth-source on those if needed.  This can all
1464         probably be simplified.
1465
1466         * nnimap.el: Autoload `auth-source-search'.
1467         (nnimap-credentials): Use it.
1468         (nnimap-open-connection-1): Ask for the virtual server and physical
1469         address in one shot.
1470
1471         * nntp.el: Autoload `auth-source-search'.
1472         (nntp-send-authinfo): Use it.  Note TODO.
1473
1474 2011-02-08  Julien Danjou  <julien@danjou.info>
1475
1476         * shr.el (shr-tag-body): Add support for text attribute in body
1477         markups.
1478
1479         * message.el (message-options): Make message-options a local variable.
1480
1481 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1482
1483         * auth-source.el (auth-source-secrets-search)
1484         (auth-source-user-or-password): Use `append' instead of `nconc'.
1485         (auth-source-user-or-password): Build return list better and protect
1486         against nil :secret.
1487
1488 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1489
1490         * nnimap.el (nnimap-update-info): Refactor slightly.
1491         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1492         (nnimap-update-info): Clean up slightly.
1493         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1494         characters.
1495         (nnimap-process-quirk): Rename function to avoid collision.
1496         (nnimap-update-info): Fix macrology bug-out.
1497         (nnimap-update-info): Simplify split history test.
1498
1499 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1500
1501         * auth-source.el (top): Require 'eieio unconditionally.
1502         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1503         (auth-source-secrets-search): Limit search when `max' is greater than
1504         number of results.
1505
1506 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1507
1508         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1509         part not returning any data.
1510
1511         * proto-stream.el (open-protocol-stream): Document the return value.
1512
1513 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1514
1515         * auth-source.el (auth-source-secrets-search): Add examples.
1516
1517 2011-02-06  Julien Danjou  <julien@danjou.info>
1518
1519         * message.el (message-setup-1): Handle message-generate-headers-first
1520         set to t.
1521
1522 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1523
1524         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1525         API with a string "secrets:collection-name" and with 'default.
1526         (auth-source-backend-parse): Parse "secrets:collection-name" and
1527         'default.  Recurse on parses instead of repeating code.  Use the
1528         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1529         message when ignoring a source.
1530         (auth-source-search): List ignored search keys at the top level.
1531         (auth-source-netrc-create): Use `case' instead of `cond'.
1532         (auth-source-secrets-search): Created with TODOs.
1533         (auth-source-secrets-create): Created with TODOs.
1534         (auth-source-retrieve, auth-source-create, auth-source-delete)
1535         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1536         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1537         (auth-source-user-or-password-sftp)
1538         (auth-source-user-or-password-smtp): Remove.
1539         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1540         around `auth-source-search'.  Not tested thoroughly.
1541
1542 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1543
1544         * auth-source.el: Bring in assoc and eioeio libraries.
1545         (secrets-enabled): New variable to track the status of the Secrets API.
1546         (auth-source-backend): New EIOEIO class to represent a backend.
1547         (auth-source-creation-defaults): New variable to set prompt defaults
1548         during token creation (see the `auth-source-search' docstring for
1549         details).
1550         (auth-sources): Simplify to allow a simple string as a netrc backend
1551         spec.
1552         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1553         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1554         (auth-source-search): Main auth-source API entry point.
1555         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1556         (auth-source-search-collection): Helper function for searching.
1557         (auth-source-netrc-parse, auth-source-netrc-normalize)
1558         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1559         Supports search, create, and delete.
1560         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1561         backend stubs.
1562         (auth-source-user-or-password): Call `auth-source-search' but it's not
1563         ready yet.
1564
1565 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1566
1567         * message.el (message-setup-1): Remove the read-only stuff, since it
1568         doesn't work under XEmacs, for some reason.
1569
1570         * gnus-sum.el (gnus-user-date): Rename back from
1571         gnus-summary-user-date since user code refers to it.
1572
1573         * shr.el (shr-render-td): Store the actual background colour used.
1574
1575         * message.el (message-setup-1): Don't bind the constant
1576         -forbidden-properties.
1577         (message-setup-1): Revert previous change, since it needs to bind the
1578         props to insert them.
1579         (message-resend): Allow removing the read-only separator line.
1580
1581 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1582
1583         * nnimap.el (nnimap-request-accept-article): Give an error message if
1584         the APPEND wasn't successful.
1585
1586 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1587
1588         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1589         that have no groups.
1590
1591 2011-02-03  Julien Danjou  <julien@danjou.info>
1592
1593         * gnus-draft.el: Remove progn around gnus-draft-setup.
1594
1595 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1596
1597         * gnus-start.el (gnus-read-active-for-groups): This function is never
1598         called with a nil `infos', so clean that up.
1599         (gnus-get-unread-articles): Request active files from primary/secondary
1600         methods that have no groups (yet).
1601
1602 2011-02-03  Julien Danjou  <julien@danjou.info>
1603
1604         * message.el (message-setup-1): Always generate References first.
1605         (message-mail): Return the return value of message-setup, not always t.
1606         (message-setup-1): Insert mail-header-separator with read-only and
1607         intangible properties set.
1608
1609         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1610         user-date in docstring.
1611
1612         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1613
1614         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1615         docstring.
1616
1617         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1618         defcustom, with type and group. Move from gnus-util.el. Rename to
1619         gnus-summary-user-date-format-alist.
1620
1621 2011-02-03  Glenn Morris  <rgm@gnu.org>
1622
1623         * nnimap.el (gnus-fetch-headers): Declare.
1624
1625         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1626
1627 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1628
1629         * message.el (message-forward-make-body-digest-plain)
1630         (message-followup, message-reply): Clean up things noted by Stefan.
1631
1632         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1633         gnus-article-update-date-headers is nil.
1634         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1635         it didn't really work with defcustom.
1636         (article-update-date-lapsed): Make sure the window start doesn't move,
1637         either.
1638
1639 2011-02-01  Julien Danjou  <julien@danjou.info>
1640
1641         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1642         format.
1643
1644         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1645         standard in Emacs nowadays.
1646
1647         * color.el (color-gradient): Add a color-gradient function.
1648
1649 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1650
1651         * message.el (message-expand-name): Don't trust the return value of
1652         bbdb-complete-name.
1653         (message-check-news-header-syntax): Remove unused var `start'.
1654         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1655         (message-inhibit-body-encoding): Move to before first use.
1656         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1657         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1658         (Organization, Message-ID, Date, mh-previous-window-config):
1659         Defvar the vars using dynamic scoping.
1660
1661 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1662
1663         * shr.el (shr-render-td): Only do colours at the final rendering.
1664         Should be slightly faster.
1665         (shr-insert-table): Fix up TD background colours when doing the
1666         vertical padding.
1667
1668         * gnus-art.el (article-date-ut): Protect against articles with no Date
1669         header.
1670         (article-update-date-lapsed): Don't use current-column to find the
1671         horizontal position.  It's fragile in the presence of \003 characters.
1672
1673         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1674
1675 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1676
1677         * gnus-art.el (article-transform-date): Rewrite to still work when
1678         there are several rfc2822 parts.
1679         (article-transform-date): Fix infinite recursion.
1680         (article-date-ut): Replace infinitely many Date headers with a single
1681         one when called interactively.
1682
1683         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1684         secure manner.
1685
1686         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1687         move around by not using save-window-excursion.  It seems to work...
1688
1689 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * gnus-art.el (article-make-date-line): Work for user-defined format.
1692
1693 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1694
1695         * nntp.el (nntp-retrieve-group-data-early)
1696         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1697         fetching functions.
1698
1699         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1700         thoroughly for all backends that have no known groups.  This should
1701         allow new nnml methods to retrieve mail.
1702
1703         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1704         that Gnus doesn't know exists again.
1705
1706         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1707         (gnus-treat-date-ut): Ditto.
1708         (gnus-article-update-date-header): Rename.
1709         (gnus-treat-date-local): Remove.
1710         (gnus-treat-date-english): Remove.
1711         (gnus-treat-date-lapsed): Remove.
1712         (gnus-treat-date-combined-lapsed): Remove.
1713         (gnus-treat-date-original): Remove.
1714         (gnus-treat-date-iso8601): Remove.
1715         (gnus-treat-date-user-defined): Remove.
1716         (gnus-article-date-headers): New variable to control all the date
1717         header options.
1718         (article-date-ut): Rewrite to allow using the new way to format date
1719         headers(s).
1720
1721 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1722
1723         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1724         method.
1725         (nnmail-article-group): A better test for fanciness.
1726
1727         * nnimap.el (nnimap-request-head): Protect against not finding the
1728         article by Message-ID.
1729
1730 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1731
1732         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1733         keep point at the "same place".
1734
1735 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1736
1737         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1738         data if the group is unactivated.
1739
1740 2011-01-28  Julien Danjou  <julien@danjou.info>
1741
1742         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1743         (gnus-all-windows-visible-p): Remove old compatibility code.
1744         (gnus-window-top-edge): Add docstring.
1745
1746         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1747
1748 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1749
1750         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1751         older request-update-info.
1752
1753         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1754
1755 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1756
1757         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1758         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1759
1760 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1763         groups.  This makes the nndraft:queue group pop up if it's not already
1764         there.
1765
1766         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1767         messages" logic, which was reversed.
1768
1769         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1770         the "same place" even if point is on the line being replaced.
1771         (article-update-date-lapsed): Allow updating both the combined lapsed
1772         and the lapsed headers.
1773         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1774         (article-make-date-line): Limit the number of segments dynamically to
1775         avoid too-long lines.
1776
1777 2011-01-27  Julien Danjou  <julien@danjou.info>
1778
1779         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1780         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1781
1782 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1785         Use plist-get instead of the cl function getf.
1786
1787 2011-01-27  Glenn Morris  <rgm@gnu.org>
1788
1789         * gnus-util.el (float-time): Get rid of compiler warning, again.
1790
1791 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1792
1793         * shr.el (shr-put-color): Special-case background colours: Do put them
1794         at the blank parts at the front of the lines.
1795
1796         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1797         exit hook to nix out all data on readedness on group exit.
1798
1799         * gnus-util.el (float-time): If float-time is bound, always use it on
1800         all Emacsen.  It's unclear why the subrp check was there.
1801         (time-date): Require to make some autoload issues on XEmacs go away.
1802
1803         * shr.el (shr-put-color): Don't do the box padding in tables, since
1804         they're already padded.
1805
1806 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1807
1808         * gnus-art.el (gnus-article-next-page): When the last line of the
1809         article is displayed, scroll down once more instead of going to the
1810         next article at once.
1811         (article-lapsed-string): Refactor out and allow specifying how many
1812         segments you want.
1813         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1814         (gnus-article-update-lapsed-header): New variable.
1815
1816         * shr.el: Revert change that made headings use different-sized faces.
1817         The Emacs display engine isn't advanced enough that, for instance,
1818         tables can comfortably use differently-sized faces.
1819
1820 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1821
1822         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1823         used.
1824         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1825         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1826         we're using an encrypted connection.
1827
1828         * proto-stream.el: Alter the interface functions to also return the
1829         actual stream type used: network or tls.
1830
1831 2011-01-25  Julien Danjou  <julien@danjou.info>
1832
1833         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1834         (mm-display-javascript-inline): New function.
1835
1836         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1837         viewing function.
1838
1839 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * shr.el (shr-expand-newlines): Fix variable name.
1842
1843 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1844
1845         * shr.el (shr-expand-newlines): Make nested boxes work.
1846
1847 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1848
1849         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1850         backgrounds.
1851         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1852         in a more sensible manner.
1853
1854 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1855
1856         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1857         if EPG is loaded.
1858
1859 2011-01-24  Julien Danjou  <julien@danjou.info>
1860
1861         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1862         tags.
1863
1864 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1865
1866         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1867         commands.
1868
1869         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1870         in the article buffer.
1871         (gnus-gravatar-insert): Use blank space from the current buffer to
1872         avoid breaking text properties.  This makes X-Sent updating work again.
1873
1874         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1875
1876 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1879         fix the bug in url-http.el instead.
1880
1881         * shr.el (shr-image-fetched): Ditto.
1882
1883         * shr.el (shr-image-fetched): Avoid having point move in the article
1884         buffer.
1885
1886         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1887         buffer after being called.  It's apparently being killed by url.el, and
1888         killing it made point move to end-of-buffer in a random buffer.
1889
1890         * shr.el (shr-image-fetched): Ditto.
1891
1892 2011-01-23  Julien Danjou  <julien@danjou.info>
1893
1894         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1895
1896         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1897         text/x-org.
1898
1899 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1900
1901         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1902         (i.e., nnimap) returning nil as the article number.
1903
1904 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1905
1906         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1907         "DelSp" parameter in RFC3676.
1908
1909 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1910
1911         * message.el (message-check-recipients): Display the encoded version of
1912         the bogus address if they differ.
1913
1914         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1915         after sending.
1916
1917         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1918
1919         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1920
1921         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1922         group buffer after sending the queue.
1923
1924         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1925
1926 2011-01-22  Julien Danjou  <julien@danjou.info>
1927
1928         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1929
1930 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1931
1932         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1933         nested related parts.
1934
1935         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1936         unexpired articles.  This fixes the regression that led expiry marks to
1937         disappear from nnfolder groups.
1938
1939 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1940
1941         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1942         Don't confuse the "ret" of "retrograde" with RET.
1943
1944 2011-01-21  Julien Danjou  <julien@danjou.info>
1945
1946         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1947         than mm-insert-inline.
1948
1949 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1952         Widen article buffer.
1953
1954 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1955
1956         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1957         the temp buffer.
1958         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1959
1960 2011-01-20  Julien Danjou  <julien@danjou.info>
1961
1962         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1963
1964         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1965         than mm-insert-inline to insert inline part: this respect
1966         mm-inline-media-tests displayers.
1967
1968         * mm-view.el (mm-display-shell-script-inline): New function.
1969
1970         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1971
1972         * mm-uu.el (mm-uu-type-alist): Add org block.
1973         (mm-uu-org-src-code-block-extract): New function.
1974
1975         * mm-view.el (mm-display-org-inline): New function.
1976
1977         * mm-decode.el (mm-automatic-display): Add text/org.
1978
1979         * mailcap.el (mailcap-mime-extensions): Add .org.
1980
1981 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1984         gnus-article-add-buttons.
1985
1986 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1987
1988         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1989         From header with a date and "nobody" as the sender.
1990
1991 2011-01-19  Julien Danjou  <julien@danjou.info>
1992
1993         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1994         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1995         if you have the same regexp several times.
1996         (gnus-button-push): Fix matching when regexp is symbol.
1997
1998 2011-01-15  Glenn Morris  <rgm@gnu.org>
1999
2000         * message.el (message-mail): A compose-mail function should
2001         accept headers as strings.
2002
2003 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2004
2005         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2006         Add :vert-only tags.
2007         (message-mail): New arg RETURN-ACTION.
2008         (message-return-action): New var.
2009         (message-bury): Use it.
2010         (message-mode): Make it buffer-local.
2011         (message-send-and-exit): Always call message-bury.
2012
2013         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2014         message-mail.
2015
2016 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * nnimap.el (nnimap-convert-partial-article): Protect against
2019         zero-length body parts.
2020
2021         * mm-decode.el (mm-preferred-alternative-precedence):
2022         Discourage showing empty parts.
2023
2024         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2025         and stuff if the backend didn't return the article number.  This fixes
2026         an Exchange-related nnimap bug.
2027
2028         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2029         group window, because it does the wrong thing when a separate frame
2030         displays the group buffer.
2031
2032         * proto-stream.el (open-protocol-stream): Protect against the low-level
2033         transport functions returning nil.
2034
2035 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2036
2037         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2038         (mml2015-epg-find-usable-secret-key): New function.
2039         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2040         mml2015-epg-find-usable-key (Bug#7797).
2041         (mml2015-epg-encrypt): Ditto.
2042
2043 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * dgnushack.el (rot13-string): Fix the way to get the argument.
2046
2047 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2050
2051 2011-01-03  Glenn Morris  <rgm@gnu.org>
2052
2053         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2054
2055         * sieve.el (sieve-open-server): Give a more explicit error if
2056         sieve-manage-open returns nil.  (Bug#7720)
2057
2058 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2059
2060         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2061
2062 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2065         This avoids sending passwords in plain text over non-encrypted
2066         channels.
2067
2068         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2069
2070         * nnimap.el (nnimap-login): Refactored out into own function, and
2071         implement CRAM-MD5.
2072         (nnimap-wait-for-line): Refactored out.
2073
2074         * mm-view.el (mml-smime): Require.
2075
2076 2010-12-20  David Engster  <deng@eml.cc>
2077
2078         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2079         use EPG to decrypt S/MIME messages instead of openssl.
2080
2081 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2084
2085         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2086         status is the group clearly is unreachable.
2087
2088         * auth-source.el (auth-source-create): Add the optional second
2089         parameter to `local-variable-p' to be compatible with XEmacs.
2090
2091 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2092
2093         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2094         work when using a compressed nnml folder.
2095
2096 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2099         backends after sanitising on entry, because this never makes sense:
2100         If the articles have gone missing, then the data no longer exists on
2101         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2102         overwrite anything anyway.
2103
2104         * shr.el (shr-insert-document): Bind shr-width dynamically to
2105         window-width if it's nil.
2106
2107 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2108
2109         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2110         with the meaning of using the full emacs window width for rendering.
2111
2112 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2113
2114         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2115         case when sender is not given.
2116
2117 2010-12-23  Julien Danjou  <julien@danjou.info>
2118
2119         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2120         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2121         the addresses, otherwise we might misplaced the gravatar.
2122
2123 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2124
2125         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2126         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2127         obsolete in Emacs.
2128
2129 2010-12-20  Julien Danjou  <julien@danjou.info>
2130
2131         * gnus-util.el (gnus-rescale-image): Revert last change.
2132
2133 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2134
2135         * binhex.el: Improve commentary (Bug#7482).
2136
2137 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-group.el (gnus-group-delete-articles): New command.
2140
2141 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2142
2143         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2144
2145 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2148         here, since it's up to the backends to do CRLF removal if their
2149         protocol has it.
2150
2151         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2152
2153 2010-12-17  Julien Danjou  <julien@danjou.info>
2154
2155         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2156         they are from file. Can also scale up.
2157
2158 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2159
2160         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2161         gnus-use-agent.
2162         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2163
2164         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2165
2166 2010-12-17  Julien Danjou  <julien@danjou.info>
2167
2168         * gravatar.el (gravatar-retrieve-synchronously): New function.
2169         (gravatar-get-data): Make more robust.
2170
2171 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2174
2175 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2178         to really consider the last line.
2179
2180 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2181
2182         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2183         list of recipient keys, or use symmetric encryption if not a list.
2184         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2185         EPA override, replacing the call to `netrc-store-data'.
2186
2187 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2188
2189         * gnus-srvr.el: Avoid passing nil regexp argument to
2190         delete-matching-lines.
2191
2192 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2195         fetching stops when Gnus exits.
2196
2197         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2198         function.
2199         (nnfolder-request-expire-articles): Save all the buffers after doing
2200         expiry.
2201
2202         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2203         the last article", since that led to serious performance regressions
2204         when expiring nnml groups.
2205
2206 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2207
2208         * nnir.el: Improve customizations.
2209
2210 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2213
2214         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2215         group has been killed.
2216         (gnus-group-yank-group): Ditto.
2217
2218         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2219
2220         * nnimap.el (nnimap-request-update-group-status): New function.
2221
2222         * gnus-int.el (gnus-request-update-group-status): New interface
2223         function.
2224
2225         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2226         copying read-ness to the backends.
2227
2228         * nnimap.el (nnimap-quirk): New function.
2229         (nnimap-retrieve-group-data-early): Use it.
2230         (nnimap-quirks): New alist.
2231
2232 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2235         don't delete it within indentation.
2236
2237 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2240         previous line.
2241
2242 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2245         QRESYNC command by deleting a superfluous space which broke Cyrus
2246         servers.  This change will break other servers that are buggy the other
2247         way around.
2248
2249 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2250
2251         * spam.el: Reindent and fix long lines.
2252         (spam-copy-or-move-routine): Exclude invalid move destinations.
2253
2254 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2255
2256         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2257         installed the registry.
2258
2259 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2262
2263 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2264
2265         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2266         groupname doesn't contain "gmane".
2267
2268 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2271         and netrc-bound-and-true-p bindings.
2272         (netrc-parse): Cache the netrc contents.
2273
2274         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2275         (gnus-1): Don't create the nndrafts group twice.
2276         (gnus-setup-news): There's no need to read the active file here, since
2277         that's done again later on a per-backend basis.
2278         (gnus-start-draft-setup): Make sure that the new group is started out
2279         empty.
2280
2281         * gnus-agent.el (gnus-agentize): Don't create the queue group
2282         automatically on startup.  It'll be created later, if needed.
2283
2284         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2285         of automatically subscribed groups.
2286         (gnus-auto-subscribed-categories): New variable.
2287         (gnus-matches-options-n): Use it.
2288         (gnus-default-subscribed-newsgroups): Remove unused variable.
2289         (gnus-start-draft-setup): Message a bit less.
2290
2291 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2292
2293         * nnir.el (nnir-run-imap): Return article list in order of increasing
2294         UID.
2295
2296 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-sum.el (gnus-summary-enter-digest-group):
2299         Mention gnus-auto-select-on-ephemeral-exit.
2300
2301         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2302         convention of the network-only option.
2303
2304 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * proto-stream.el (proto-stream-open-network-only): New function to
2307         have a way to specify non-STARTTLS upgrade connections.
2308
2309 2010-12-10  Julien Danjou  <julien@danjou.info>
2310
2311         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2312         email address is nil.
2313
2314         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2315
2316 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2317
2318         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2319         deletion.
2320         (nnir-run-imap): Only need to parse list once.
2321
2322 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * shr.el (shr-tag-script): Ignore <script>.
2325         (shr-tag-label): Add <label> support.
2326
2327 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2330
2331         * shr.el (shr-image-displayer): Work for images lined side by side.
2332
2333 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2334
2335         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2336         parameter, since XEmacs doesn't accept t as a parameter.
2337
2338 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2339
2340         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2341         ids.
2342         (nnir-run-gmane): Simplify groupspec formatting.
2343         (nnir-request-expire-articles): New function.
2344
2345 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2348         overflow, possibly.
2349
2350         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2351         (shr-render-td): Handle td style="" better.
2352         (shr-tag-table): Use the color from the style sheet.
2353         (shr-render-td): Make sure we copy over all the overlays, too.
2354
2355 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2356
2357         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2358         (nnir-request-article): Improve article retrieval.
2359
2360 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * mm-util.el (mm-extra-numeric-entities): New variable.
2363
2364         * mm-url.el (mm-url-decode-entities):
2365         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2366
2367         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2368
2369 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2370
2371         * message.el: Use completion-at-point.
2372         (message-completion-function): New fun, extracted from message-tab.
2373         (message-mode): Use it for completion-at-point-functions.
2374         (message-tab): Use it and completion-at-point.
2375
2376 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2379         character if a non-breakable character follows.
2380
2381 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2384         any stream.
2385
2386         * shr.el (shr-tag-font): Colorize the region.
2387         (shr-tag-body): Ditto.
2388         (shr-tag-font): Actually let the styles be inherited instead of
2389         overwriting them.
2390         (shr-tag-font): Get the background color right.
2391         (shr-tag-style): Ignore all <style> tags for the moment.
2392
2393         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2394         a Message-ID to avoid having nnimap depend on gnus-sum.
2395
2396         * shr.el (shr-descend): Only colorize something if we have a node that
2397         sets colors.
2398
2399 2010-12-06  Julien Danjou  <julien@danjou.info>
2400
2401         * shr.el (shr-render-td): Render td content with shr-descend, so style
2402         will be applied to <td> too.
2403         (shr-colorize-region): Colorize region even if we only have a background.
2404         (shr-tag-body): Fix color and background color inheritance.
2405         Do not recolorize after shr-generic.
2406         (shr-tag-font): Let shr-generic colorize via inheritance.
2407
2408 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2411
2412 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2413
2414         * nnir.el (nnir-request-move-article): Remove obsolete code.
2415
2416 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2419
2420 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * gnus-sum.el (gnus-summary-respool-article): The completion function
2423         expects a list instead of an alist.
2424
2425         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2426         string as the parameter.
2427
2428         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2429
2430         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2431         styles.
2432         (shr-colorize-region): New function.
2433         (shr-insert-background-overlay): Remove.
2434         (shr-render-td): Background setting should be taken care of on a higher
2435         level.
2436         (shr-tag-body): Use post-hoc colorizations.
2437         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2438         (shr-put-color-1): Don't overwrite old colors.
2439         (shr-colorize-region): When the background color isn't explicit, use
2440         a fixed background.
2441
2442         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2443         nnmail variables.
2444
2445 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2446
2447         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2448         unless necessary.
2449
2450 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2451
2452         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2453         server.
2454
2455 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2458         so that TAB works.
2459
2460         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2461         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2462
2463         * shr.el (shr-urlify): Show the URL before the title to avoid
2464         misleading URLs.
2465
2466 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2467
2468         * shr.el (shr-urlify): Display the title in <a> tags.
2469
2470 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2471
2472         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2473
2474 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2475
2476         * nnir.el: Rearrange code to allow macros to be autoloaded by
2477         gnus-sum.el.
2478         (nnir-retrieve-headers-override-function): Make this variable
2479         customizable.
2480         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2481
2482         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2483         from nnir.el.
2484
2485 2010-12-03  Julien Danjou  <julien@danjou.info>
2486
2487         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2488
2489 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2492         allow optional argument `environment'.
2493
2494 2010-12-03  Glenn Morris  <rgm@gnu.org>
2495
2496         * mm-extern.el (message-goto-body): Update declaration.
2497
2498 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-util.el (gnus-macroexpand-all): New function.
2501
2502         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2503         instead of macroexpand-all that is unavailable in XEmacs.
2504
2505 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2506
2507         * nnir.el (nnir-summary-line-format): New variable.
2508         (nnir-mode): Use it.
2509         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2510         (nnir-article-ids): Reimplement as defsubst.
2511         (nnir-retrieve-headers): Don't mangle the subject header.
2512         (nnir-run-imap): Use 100 as RSV score.
2513         (nnir-run-find-grep): Fix for full server searching.
2514         (nnir-run-gmane): Better restriction to gmane groups.
2515
2516         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2517         summary buffers.
2518
2519 2010-12-02  Julien Danjou  <julien@danjou.info>
2520
2521         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2522
2523         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2524
2525         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2526         support.
2527
2528 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2529
2530         * nnir.el: Update to handle the registry better.
2531         (autoload): Silence byte-compiler.
2532         (nnir-open-server): Add a hook for nnir groups.
2533         (nnir-request-move-article): Don't mangle the header. Better to use
2534         formating variables (which will be added in the future).
2535         (nnir-registry-action): Update the registry using the original article
2536         group name.
2537         (nnir-mode): Install nnir-specific hooks for updating the registry.
2538
2539         * gnus-sum.el
2540         (gnus-article-original-subject,gnus-newsgroup-original-name):
2541         Remove obsolete variables.
2542         (gnus-summary-move-article): Remove use of obsolete variables.
2543         (gnus-summary-local-variables): Make move and delete hooks local to
2544         summary buffers.
2545
2546 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * rtree.el: New file.
2549
2550 2010-12-01  Julien Danjou  <julien@danjou.info>
2551
2552         * message.el (message-user-organization): Do not use
2553         gnus-local-organization.
2554
2555         * gnus.el: Remove gnus-local-organization.
2556
2557         * gnus-msg.el: Remove nastygram thing.
2558
2559 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2560
2561         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2562         funcall.
2563
2564 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2567         names.
2568
2569         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2570         characters.
2571
2572         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2573         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2574         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2575         (gnus-gravatar-transform-address): Use mail-extract-address-components
2576         that supports non-ASCII names rather than mail-header-parse-addresses.
2577
2578 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * proto-stream.el (open-protocol-stream): All starttls connections are
2581         handled by the network handler.
2582
2583 2010-11-30  Julien Danjou  <julien@danjou.info>
2584
2585         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2586         (nnimap-open-connection-1): Fix PREAUTH.
2587
2588         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2589
2590 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2593         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2594         (shr-insert): Use them.
2595         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2596
2597 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2598
2599         * nnir.el (nnir-request-move-article): Bail out if original group
2600         doesn't support article moves.
2601         (nnir-get-active): Improve active list retrieval.
2602
2603 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2606
2607 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2608
2609         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2610         seem to accept strings-with-numbers as port numbers,
2611
2612 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2613
2614         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2615         change the registry.
2616
2617 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2620         delete-dups that is not available in XEmacs 21.4.
2621
2622         * mm-util.el (mm-delete-duplicates): Add comment.
2623
2624 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2625
2626         * nnir.el (nnir-ignored-newsgroups): New variable.
2627         (nnir-get-active): Use it.
2628
2629 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * proto-stream.el (proto-stream-open-network): Add some comments.
2632
2633         * nntp.el (nntp-open-connection): Provide a :success condition.
2634
2635         * nnimap.el (nnimap-open-connection-1): Ditto.
2636
2637         * proto-stream.el (proto-stream-open-network): See what the response to
2638         the STARTTLS command is.
2639
2640         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2641         backwards compatibility).
2642         (nnimap-open-connection-1): Really respect nnimap-server-port.
2643
2644         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2645         TLS upgrades we don't really care about the identity of the peer.
2646         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2647         that what we've checked for.
2648         (proto-stream-always-use-starttls): Only default to t if
2649         open-gnutls-stream exists.
2650         (proto-stream-open-network): If STARTTLS failed, then just open a
2651         normal connection.
2652         (proto-stream-open-network): Wait until the greeting before doing
2653         STARTTLS.
2654
2655         * nntp.el (nntp-open-connection): Report what the connection error is.
2656
2657         * proto-stream.el (open-protocol-stream): Rename from
2658         open-proto-stream.
2659
2660 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * nnimap.el (nnimap-stream): Change default to `undecided'.
2663         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2664         first, and then network.
2665         (nnimap-open-connection-1): Respect nnimap-server-port.
2666         (nnimap-open-connection): Be more backwards-compatible.
2667
2668         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2669         (proto-stream-open-starttls): De-duplicate the starttls code.
2670         (proto-stream-open-starttls): Folded back into the main function.
2671         (proto-stream-open-network): Fix typo in the gnutls path.
2672         (proto-stream-command): Refactor out.
2673
2674         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2675
2676         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2677         starttls.el STARTTLS.
2678
2679         * color.el (color-lab->srgb): Fix function call name.
2680
2681         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2682         if we're using tls.el.
2683         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2684         built in, then don't try to establish a STARTTLS connection.
2685
2686         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2687         servers.
2688
2689         * proto-stream.el (open-proto-stream): Use network, not stream.
2690         (open-proto-stream): Add a way to specify what the end of a command is.
2691
2692         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2693         connections types.
2694         (nntp-open-network-stream): Remove.
2695         (nntp-open-ssl-stream): Remove.
2696         (nntp-open-tls-stream): Remove.
2697         (nntp-ssl-program): Remove.
2698
2699         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2700
2701 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2702
2703         * nnir.el: Fix typos.
2704         (nnir-retrieve-headers-override-function): Rename variable to reflect
2705         new semantics.
2706         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2707         macros.
2708         (nnir-request-article, nnir-request-move-article): Use them.
2709         (nnir-categorize): New function.
2710         (nnir-run-query): Use it.
2711         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2712         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2713         sorted.
2714         (nnir-group-full-name): Use gnus-group-full-name instead.
2715         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2716         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2717
2718 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2721
2722         * proto-stream.el: New library to provide protocol-specific
2723         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2724         protocols.
2725         (open-proto-stream): Complete the documentation.
2726         (proto-stream-open-network): Fix some typos.
2727
2728         * nnimap.el (nnimap-open-connection): Use it.
2729
2730 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2731
2732         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2733         negotiation.
2734
2735 2010-11-26  Julien Danjou  <julien@danjou.info>
2736
2737         * color.el: Rename various rgb functions to srgb.
2738
2739 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2742         names.
2743
2744 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * shr.el (shr-insert): Revert last change.
2747         (shr-find-fill-point): Never leave point being at bol;
2748         relax the kinsoku limitation when rendering tables.
2749
2750 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2753         results from -accept-article.
2754
2755         * shr-color.el: Require cl when compiling.
2756
2757         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2758         checkin.
2759
2760         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2761
2762         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2763
2764         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2765         'add and 'delete to set backend marks.
2766
2767         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2768
2769         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2770
2771         * nntp.el (nntp-request-set-mark): Use it.
2772
2773         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2774
2775         * nnml.el (nnml-request-set-mark): Ditto.
2776
2777         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2778         introduces regressions in article selection.
2779         (nnimap-find-uid-response): New function.
2780         (nnimap-request-accept-article): Use the UID returned, if any.
2781         (nnimap-request-move-article): Use the UID returned, if any.
2782         (nnimap-get-groups): Reimplement to work with folded lines.
2783         (nnimap-find-uid-response): The UID is the last element in the list.
2784         (nnimap-request-set-mark): Extend syntax with 'set.
2785
2786         * nnml.el (nnml-request-set-mark): Ditto.
2787
2788         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2789
2790         * nntp.el (nntp-request-set-mark): Ditto.
2791
2792 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * message.el (message-called-interactively-p): A temporary macro.
2795         (message-goto-body): Use it temporarily.
2796
2797 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2800         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2801         (nnimap-last-response-string): Fix last unfolding fix.
2802
2803 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * shr.el (shr-insert): Fix the way to fold lines.
2806
2807 2010-11-25  Julien Danjou  <julien@danjou.info>
2808
2809         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2810
2811         * color.el: Rename from color-lab.el
2812         (color-rgb->hex): Add.
2813         (color-complement): Add.
2814         (color-complement-hex): Add.
2815
2816         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2817
2818 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2821         don't exist.
2822
2823 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2826         assuming that article displaying or another mml-preview may be
2827         interrupted for an error or for the like.
2828
2829         * shr.el (shr-get-background): Fix argument name.
2830
2831 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2834
2835         * gnus-sum.el (gnus-summary-include-articles): New function.
2836
2837         * message.el (message-goto-body): called-interactively-p needs a
2838         parameter, so use `any'.
2839
2840         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2841         clear marks before moving, since they're synced from the Gnus side
2842         first.
2843
2844         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2845         (gnus-summary-move-article): Copy over all marks before moving, so that
2846         IMAP doesn't think a new article has arrived.
2847
2848 2010-11-24  Julien Danjou  <julien@danjou.info>
2849
2850         * shr.el (shr-insert-background-overlay): Fix typo.
2851         (shr-render-td): Copy the background before rendering.
2852
2853         * shr-color.el (shr-color-visible): Fix docstring.
2854
2855         * shr.el (shr-tag-table): Add bgcolor support.
2856         (shr-render-td): Add bgcolor support.
2857         (shr-get-background): Add.
2858         (shr-insert-foreground-overlay): Use shr-get-background.
2859
2860         * message.el (message-goto-body): Use called-interactively-p.
2861         (message-in-body-p): message-goto-body returns point.
2862
2863 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2866         Fixes something or other in Emacs 23, and is backwards compatible.
2867
2868         * message.el (message-goto-body): Remove the <#secure special-casing,
2869         which is too special.
2870
2871         * shr.el (shr-parse-style): Drop !important from styles.
2872
2873 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2874
2875         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2876         this function to return incorrect results when calling it with an
2877         explicit article argument different from
2878         (gnus-summary-article-number).
2879
2880 2010-11-24  Julien Danjou  <julien@danjou.info>
2881
2882         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2883         (shr-tag-body): Add background support.
2884         (shr-descend): Add background support.
2885         (shr-tag-title): Add.
2886
2887         * shr-color.el (shr-color-visible): Really return original background
2888         if fixed.
2889
2890 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * shr.el (shr-color-check): Protect against non-existent colour names.
2893
2894 2010-11-24  Julien Danjou  <julien@danjou.info>
2895
2896         * color-lab.el: Require 'cl when compiling.
2897
2898         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2899
2900         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2901         matched part.
2902
2903         * color-lab.el: Fix all expt calls to use float type.
2904
2905 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2908         expression to shr-color-check as is.
2909
2910         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2911
2912         * color-lab.el: Add coding cookie.
2913         (float-pi): Use eval-and-compile.
2914
2915         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2916         compiled for Emacsen having no `libxml-parse-html-region' support.
2917
2918 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * shr.el (shr-insert-color-overlay): Split stuff like
2921         "#444444 !important" to find the real colour.
2922         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2923         parse <font color="red"> entries.
2924
2925 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2926
2927         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2928         point when parsing headers.
2929
2930         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2931         is positioned properly when parsing headers.
2932
2933 2010-11-23  Julien Danjou  <julien@danjou.info>
2934
2935         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2936
2937         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2938
2939         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2940
2941         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2942         Use shr-color-hue-to-rgb.
2943         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2944
2945 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * shr.el (shr-color->hexadecimal): Autoload.
2948         (shr-descend): Add color to all tags.
2949
2950 2010-11-22  Julien Danjou  <julien@danjou.info>
2951
2952         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2953         shr-color->hexadecimal.
2954
2955         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2956         RGB() or HSL() color representation.
2957
2958         * shr.el (shr-tag-font): Add.
2959         (shr-tag-color-check): New function to get better colors.
2960         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2961         tag-span.
2962
2963         * shr-color.el: New file.
2964
2965         * color-lab.el: New file.
2966
2967         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2968
2969 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2970
2971         * nnir.el: Fix typo in comments.
2972         (nnir-run-imap): Simplify code. No need to reverse artlist.
2973         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2974
2975 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2976
2977         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2978
2979         * nnimap.el (nnimap-get-capabilities): Refactor out.
2980         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2981
2982 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2983
2984         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2985         appearing when `mm-uu-hide-markers' is nil.
2986
2987 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * nnimap.el (nnimap-unselect-group): Make into its own function.
2990         (nnimap-request-rename-group): Unselect group before renaming.
2991         This had gotten lost somewhere.
2992         (nnimap-request-accept-article): Keep track of examined groups, and
2993         unselect the group before APPENDing to read-only groups.
2994         (nnimap-request-move-article): Clear flags before moving so that they
2995         can be re-set later.
2996
2997 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3000         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3001
3002 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * gnus-art.el (gnus-mime-display-single)
3005         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3006         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3007         parameter.
3008
3009 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3012         (shr-table-vertical-line): New variable.
3013         (shr-insert-table): Use it.
3014
3015 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * gnus-html.el (gnus-html-wash-images): Don't display images if
3018         gnus-inhibit-images is non-nil; register displayer for cid images.
3019         (gnus-html-display-image): Work for cid image.
3020         (gnus-html-insert-image): Allow arguments.
3021         (gnus-html-put-image): Inhibit read-only.
3022         (gnus-html-prefetch-images): Don't prefetch images if
3023         gnus-inhibit-images is non-nil.
3024
3025 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * shr.el (shr-put-image): Break lines when inserting big pictures.
3028
3029 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3030
3031         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3032         sender, thanks Katsumi Yamaoka.
3033
3034 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3035
3036         * nnir.el (nnir-run-imap): Reverse the article list for each group
3037         rather than the whole list.
3038
3039 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * shr.el (shr-image-displayer): Protect function against non-existent
3042         image source.
3043
3044         * gnus-art.el (gnus-inhibit-images): New user option.
3045         (gnus-mime-display-single): Don't display image if it is non-nil.
3046
3047         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3048         gnus-inhibit-images.
3049
3050         * shr.el (shr-image-displayer): New function.
3051         (shr-tag-img): Use it.
3052
3053 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3054
3055         * mml2015.el (mml2015-epg-sign): Use From header.
3056
3057 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3060
3061         * gnus-util.el (gnus-find-text-property-region): Return markers.
3062
3063         * shr.el (shr-tag-img): Put a displayer in the text property.
3064
3065         * gnus-util.el (gnus-find-text-property-region): New utility function.
3066
3067         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3068         (gnus-html-show-images): Remove.
3069
3070         * gnus-art.el (gnus-article-show-images): New, more general function.
3071
3072         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3073         image url text properties.
3074
3075         * shr.el: Ditto.
3076
3077         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3078         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3079
3080 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3083         work for two or more articles.
3084
3085 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3088         divide an image that's in an html article to two or more when washing
3089         non-ASCII characters in alt text of it.
3090
3091 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3094         smime-decrypt-region using function argument.
3095         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3096
3097         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3098
3099         * smime.el (smime-decrypt-region): Catch it.
3100
3101 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3102
3103         * smime.el (smime-mode-map): Move initialization into declaration.
3104         (gnus-run-mode-hooks): Don't autoload.
3105         (smime-mode): Use define-derived-mode.
3106
3107 2010-11-11  Glenn Morris  <rgm@gnu.org>
3108
3109         * smime.el (from): Restrict declaration to XEmacs.
3110
3111         * nnir.el (gnus-group-topic-name): Autoload.
3112
3113 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * shr.el (shr-insert): Don't break long line if it is because of
3116         kinsoku-bol characters in the line end.
3117
3118 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3119
3120         * nnir.el (nnir-request-move-article): Fix to provide original group
3121         and subject.
3122         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3123         been retrieved.
3124
3125         * gnus-sum.el (gnus-summary-move-article): Use original group and
3126         subject for virtual articles such as those in an nnir summary buffer.
3127
3128 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3131         least 21.5).
3132
3133         * smime.el (from): Declare it again for XEmacs.
3134
3135 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * message.el (message-resend): Don't disable encoding unless it's
3138         already encoded.
3139
3140         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3141         low-numbered articles.
3142
3143 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * rfc2047.el (rfc2047-syntax-table): Simplify.
3146
3147         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3148
3149         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3150         set-char-table-range for XEmacs.
3151
3152 2010-11-10  Glenn Morris  <rgm@gnu.org>
3153
3154         * time-date.el (time-to-seconds): Always an alias on Emacs,
3155         never a real function.
3156         (with-no-warnings): Remove compat stub, now unused.
3157         (time-less-p): Doc fix.
3158         (time-to-number-of-days): Simplify.
3159
3160         * smime.el (from): Remove unused declaration.
3161
3162         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3163         (gnus-float-time): On Emacs, always an alias.
3164
3165         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3166         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3167
3168 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * dgnushack.el: Don't use ignore-errors in the top level form since it
3171         is unavailable in XEmacs even if cl is loaded.
3172
3173         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3174
3175 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * shr.el (browse-url-mailto): Autoload.
3178
3179         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3180
3181         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3182         regexp doesn't need quoting.
3183
3184 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3185
3186         * message.el (message-subject-trailing-was-ask-regexp)
3187         (message-subject-trailing-was-regexp): Match was: in addition to was.
3188
3189 2010-11-09  Glenn Morris  <rgm@gnu.org>
3190
3191         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3192         (nnbabyl-check-mbox): Use point-at-bol.
3193
3194 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3197
3198         * message.el (message-mailto): New function.
3199         (message-mailto): Should accept other parameters.
3200         (message-mailto): Remove since it duplicates browse-url-mailto
3201         functionality.
3202
3203 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3206         methods.
3207         (gnus-read-active-file): Ditto.
3208
3209         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3210         ": " from the prompt.
3211         (gnus-group-make-group): Ditto.
3212
3213 2010-11-07  Glenn Morris  <rgm@gnu.org>
3214
3215         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3216         (gnus-bookmark-kill-line): Use point-at-eol.
3217
3218 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3221         asterisks in From header.
3222
3223 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3226         string to avoid making the From headers syntactically invalid.
3227
3228         * message.el (message-send-mail): Don't insert courtesy messages if the
3229         message already has List-Post and List-ID messages.
3230
3231 2010-11-06  Glenn Morris  <rgm@gnu.org>
3232
3233         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3234         `condition', `type', `length' a prefix.
3235         (gnus-treat-predicate): Update for above name changes.
3236
3237 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3238
3239         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3240         binding.  Handled by `gnus-summary-refer-thread' instead.
3241         (nnir-warp-to-article): New backend function.
3242
3243         * nnimap.el (nnimap-request-thread): Force dependency updating.
3244
3245         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3246         (gnus-summary-refer-thread): Rework to improve thread-referral.
3247
3248         * gnus-int.el (gnus-warp-to-article): New function.
3249
3250         * gnus-sum.el (gnus-summary-article-map): Bind it.
3251
3252 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3253
3254         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3255         gnus-summary-refer-thread.
3256
3257         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3258         headers.
3259         (gnus-summary-limit-include-thread): Prevent articles in thread from
3260         being cut in gnus-cut-threads.
3261         (gnus-summary-refer-thread): Limit retrieved headers to those in
3262         thread.
3263
3264 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * message.el (message-send-mail): Use the value of
3267         message-courtesy-message from the message buffer.
3268
3269         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3270
3271         * shr.el (shr-browse-url): Implement mailto: URLs.
3272
3273         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3274         "raw".
3275
3276         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3277         if it's already selected.
3278
3279         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3280
3281 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3284         to measure the length and truncate alt text.
3285
3286 2010-11-03  Glenn Morris  <rgm@gnu.org>
3287
3288         * nndiary.el (nndiary-generate-nov-databases-1)
3289         (nndiary-generate-active-info): Rename dynamic variable `files' to
3290         something less generic.
3291
3292 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3293
3294         * nnir.el (nnir-request-move-article): Call the underlying backend to
3295         move articles from nnir.
3296
3297 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3300
3301 2010-11-02  Julien Danjou  <julien@danjou.info>
3302
3303         * nnir.el: Remove wais support.
3304
3305 2010-11-02  Glenn Morris  <rgm@gnu.org>
3306
3307         * gnus-html.el: Reorder requirements to quieten compiler.
3308
3309 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3312         properly for XEmacs as well.
3313         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3314         (gnus-article-natural-long-line-p): Use window-width rather than
3315         frame-width.
3316
3317 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3318
3319         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3320         (nnir-read-parms): Don't modify query.
3321         (nnir-run-query): Add ability to search topic on current line.
3322         (nnir-get-active): Clean up.
3323
3324 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3327         degenerate articles.
3328
3329         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3330         (gnus-print-buffer): Just print the buffer as is, without any copying
3331         to a buffer and then re-highlighting.
3332
3333         * nnimap.el (nnimap-request-group): Store the new updated info.
3334         (nnimap-request-group): Select the group when we don't know whether it
3335         exists or not.
3336
3337         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3338         groups.
3339
3340         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3341         groups.
3342
3343         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3344         groups.
3345
3346         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3347         long-lines case by only filling the long lines.
3348
3349         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3350         (bug #7311).
3351
3352 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * shr.el: No need to declare `declare-function' since shr.el is for
3355         only Emacsen that provide `libxml-parse-html-region'.
3356
3357         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3358         effective only in a file it is referred to.
3359
3360 2010-11-01  Glenn Morris  <rgm@gnu.org>
3361
3362         * mm-util.el (gnus-completing-read): Autoload.
3363         (mm-read-coding-system): Simplify Emacs definition.
3364
3365         * nnmail.el (gnus-activate-group):
3366         * nnimap.el (gnutls-negotiate):
3367         * nntp.el (netrc-parse): Fix declarations.
3368
3369 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3372         string-match-p in Emacs >=23.
3373
3374         * gnus-msg.el (gnus-configure-posting-styles)
3375         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3376
3377 2010-11-01  Glenn Morris  <rgm@gnu.org>
3378
3379         * nnir.el (declare-function): Add compat stub.
3380         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3381         (nnir-run-gmane): Require 'mm-url.
3382
3383         * mm-util.el (mm-string-to-multibyte): Simplify.
3384
3385         * shr.el (declare-function): Add compat stub.
3386         (url-cache-create-filename): Declare.
3387         (mm-disable-multibyte, widget-convert-button): Autoload.
3388
3389         * smime.el (ldap-search): Declare.
3390         (smime-cert-by-ldap-1): Require ldap on Emacs.
3391
3392         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3393         (nnimap-keepalive): Use gnus-float-time.
3394
3395         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3396         (mail-source-delete-crash-box): Use gnus-float-time.
3397
3398         * gnus-dired.el (gnus-completing-read): Autoload.
3399
3400         * mm-view.el (gnus-rescale-image): Autoload.
3401
3402         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3403
3404         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3405
3406         * sieve-manage.el: Require 'cl when compiling.
3407
3408         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3409         (gnus-iswitchb-completing-read): Require iswitchb.
3410         (gnus-select-frame-set-input-focus): Silence compiler.
3411
3412 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * message.el (message-subject-trailing-was-query): Change default to t,
3415         since I think that's what most people want.
3416
3417         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3418         appending for easier debugging.
3419         (nnimap-wait-for-connection): Take a regexp.
3420         (nnimap-request-accept-article): Wait for the continuation line before
3421         sending anything unless we're streaming.
3422
3423         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3424         leave the header washing to take place.
3425
3426 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3427
3428         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3429         regular expression match and replace in posting styles.
3430
3431 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3432
3433         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3434         an entire server.
3435         (nnir-get-active): New function.
3436         (nnir-run-imap): Use it.
3437         (nnir-run-gmane): Who knew, gmane search returns an article score!
3438
3439         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3440         server on the current line with nnir.
3441
3442 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3445         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3446         left edge.
3447         (gnus-article-foldable-buffer): Skip past the prefix when determining
3448         raggedness.
3449
3450         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3451         the raw article, and change `C-u g' to show the article without doing
3452         treatments.
3453
3454         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3455         on to `gnus-treat-article'.
3456         (gnus-inhibit-article-treatments): New variable.
3457
3458         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3459
3460         * gnus-art.el (gnus-treatment-function-alist): Have
3461         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3462         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3463         sections.
3464
3465         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3466         parameter.
3467         (gnus-article-fill-cited-long-lines): New function.
3468         (gnus-article-fill-cited-article): Allow filling only long sections.
3469
3470         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3471         and non-punctuation (like after the apostrophe in "'We").
3472
3473         * gnus-sum.el (gnus-summary-select-article): Make sure
3474         gnus-original-article-buffer is alive.
3475
3476         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3477         reflect the order they're in in the digest.
3478
3479         * gnus.el (gnus-group-startup-message): Move point to the start of the
3480         buffer.
3481
3482         * nnimap.el (nnimap-capability): New function.
3483         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3484         is set.
3485
3486 2010-10-31  David Engster  <dengste@eml.cc>
3487
3488         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3489         conform with changes to gnus-completing-read.
3490
3491 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3494
3495 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3496
3497         * nnir.el: Move defvar, defcustom around to keep file organized
3498         and keep byte-compiler quiet.
3499         (nnir-read-parms): Accept search-engine as arg.
3500         (nnir-run-query): Pass search-engine as arg.
3501         (nnir-search-engine): Remove.
3502
3503 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * shr.el (shr-generic): The text nodes should be text, not :text.
3506
3507         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3508         later in the file.
3509
3510 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3511
3512         * nnir.el: General clean up.  Allow searching with multiple engines.
3513         Allow separate extra-parameters for each engine.
3514         Batch queries when possible.
3515         (nnir-imap-default-search-key,nnir-method-default-engines):
3516         Add customize interface.
3517         (nnir-run-gmane): New engine.
3518         (nnir-engines): Use it.  Qualify all prompts with engine name.
3519         (nnir-search-engine): Remove global variable.
3520         (nnir-run-hyrex): Restore for now.
3521         (nnir-extra-parms,nnir-search-history): New variables.
3522         (gnus-group-make-nnir-group): Use them.
3523         (nnir-group-server): Remove in favor of gnus-group-server.
3524         (nnir-request-group): Avoid searching twice.
3525         (nnir-sort-groups-by-server): New function.
3526
3527 2010-10-30  Julien Danjou  <julien@danjou.info>
3528
3529         * gnus-group.el: Remove gnus-group-fetch-control.
3530
3531         * gnus-start.el (gnus-find-new-newsgroups):
3532         Remove gnus-check-first-time-used.
3533
3534         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3535
3536 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3537
3538         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3539         set on groups that don't have \* permanentflags.
3540
3541 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3544         control the background color.
3545         (shr-tag-img): Ignore very small web bug type images.
3546         (shr-put-image): Add help-echo alt texts to the images.
3547         (shr-tag-video): Show the video poster image.
3548
3549 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * shr.el (shr-table-depth): New variable.
3552         (shr-tag-table-1): Only insert the images after the top-level table.
3553
3554         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3555
3556         * gnus-util.el (gnus-list-memq-of-list): New function.
3557
3558         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3559         selected.
3560         (nnimap-unsplittable-articles): New slot.
3561         (nnimap-new-articles): Use it.
3562
3563 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3564
3565         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3566         move to the previous line on `M-g'.
3567
3568 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3571         *-request-group, which seems unnecessary.
3572
3573         * nnimap.el (nnimap-quote-specials): Function copied over from
3574         imap.el.
3575         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3576         they support that.  Suggested by Tom Regner.
3577
3578 2010-10-29  Julien Danjou  <julien@danjou.info>
3579
3580         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3581         defalias.
3582         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3583
3584         * gnus.el: Remove `gnus-nntp-service' variable.
3585         (gnus-secondary-servers): Make obsolete.
3586         (gnus-nntp-server): Make obsolete.
3587
3588         * gnus-start.el (gnus-1): Remove x-splash calls.
3589
3590         * gnus-ems.el (gnus-x-splash): Remove.
3591
3592         * gnus.el (gnus-group-startup-message): Simplify/update code.
3593
3594         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3595         definition.
3596
3597         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3598         capability before doing anything.
3599         (gnus-group-insert-group-line): Remove useless
3600         gnus-group-remove-excess-properties.
3601
3602 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3605
3606 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3609         config after reselecting.
3610
3611 2010-10-28  Julien Danjou  <julien@danjou.info>
3612
3613         * shr.el (shr-put-image): Use point even if only inserting text.
3614         (shr-put-image): Save excursion when inserting alt text on non-graphic
3615         display, so the behaviour is the same when we are on a graphic display.
3616
3617         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3618
3619 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3622         (gnus-mime-copy-part): Check coding system, not charset.
3623         (gnus-mime-view-part-externally): Never remove part.
3624         (gnus-mime-view-part-internally): Don't remove part here.
3625         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3626         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3627         multipart/alternative.
3628
3629         * mm-decode.el (mm-display-part): Take optional arg `force'.
3630
3631 2010-10-26  Julien Danjou  <julien@danjou.info>
3632
3633         * gnus-group.el (gnus-group-default-list-level): Add this function to
3634         compute the default list level.
3635         (gnus-group-default-list-level): Add possibility to use a function.
3636
3637 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3640
3641         * gnus-group.el (gnus-group-completing-read)
3642         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3643         gnus-replace-in-string.
3644
3645 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * shr.el (shr-tag-div): Add.
3648
3649         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3650
3651 2010-10-25  Julien Danjou  <julien@danjou.info>
3652
3653         * gnus-util.el: Remove `gnus-with-local-quit'.
3654
3655         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3656
3657 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658
3659         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3660         the original article buffer.
3661
3662 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663
3664         * nnimap.el (nnimap-request-head): New function.
3665         (nnimap-request-move-article): Try to be slighly faster by not
3666         requesting the entire message when moving.
3667         (nnimap-transform-headers): Don't bug out on bodiless articles.
3668         (nnimap-send-command): Have no outstanding messages if the IMAP server
3669         doesn't support streaming.
3670         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3671
3672 2010-10-24  Julien Danjou  <julien@danjou.info>
3673
3674         * message.el (message-default-headers): Fix type.
3675
3676 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3679         prefetching images.
3680
3681         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3682         backend for unknown groups.  This is mainly useful for nnimap groups.
3683
3684         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3685         group isn't covered by the agent.
3686
3687 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3688
3689         * nnir.el (nnir-method-default-engines): New variable.
3690         (nnir-run-query): Use it.
3691         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3692         (gnus-summary-nnir-goto-thread): Change group if needed.
3693
3694         * gnus-group.el (gnus-group-group-map): Add key binding for
3695         gnus-group-make-nnir-group.
3696
3697 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * shr.el (shr-tag-object): Add.
3700
3701         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3702         original article buffer live.
3703         (gnus-summary-select-article-buffer):
3704         Mention gnus-widen-article-buffer.
3705
3706 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * shr.el (shr-tag-strong): Add.
3709
3710 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3713         group names.  They mess up the group buffer badly.
3714
3715         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3716
3717         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3718         instead of the summary one.
3719
3720 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * mml.el (mml-preview): Work properly when editing article.
3723
3724         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3725         gnus-have-read-active-file if it's already been in.
3726
3727 2010-10-22  Tom Tromey  <tromey@redhat.com>
3728
3729         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3730         gnus-group-completing-read.
3731
3732 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * message.el (message-mode-map): Don't bind M-; to comment region, to
3735         allow the global comment-dwim to work.
3736
3737 2010-10-21  Julien Danjou  <julien@danjou.info>
3738
3739         * message.el (message-setup-1): Allow message-default-headers to be a
3740         function.
3741
3742 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * shr.el (shr-tag-table): Simplify.
3745
3746 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3749         to avoid trying to snarf invalid stuff.
3750
3751         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3752
3753         * gnus.el (gnus-message-archive-group): Quote value.
3754         (gnus-message-archive-group): Mark as changed.
3755
3756         * shr.el (shr-add-font): Don't put the font properties on the newline
3757         or the indentation.
3758
3759         * message.el (message-fix-before-sending): Change options when sending
3760         non-printable characters.
3761
3762         * gnus.el (gnus-message-archive-method): Change the default to
3763         monthly outgoing groups.
3764
3765         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3766         that have gotten new numbers.
3767
3768         * nnimap.el (nnimap-request-replace-article): New function.
3769
3770 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3773         (nnrss-request-article): Don't use special html washing code.
3774
3775 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * shr.el (shr-tag-table): Remove useless nconc.
3778
3779 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * gnus-art.el (article-wash-html): Simplify and remove the charset
3782         stuff.  Use the normal html rendering code instead of the special html
3783         washing code.
3784
3785         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3786         `gnus-w3m' symbols.
3787         (mm-text-html-washer-alist): Remove.
3788
3789         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3790         (mm-inline-media-tests): Remove use.
3791         (mm-text-html-renderer): Change default to the `shr' symbol.
3792
3793         * mm-view.el (mm-inline-text-html): Remove use.
3794
3795         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3796         `gnus-blocked-images' to be a function.
3797         (gnus-article-wash-function): Remove.
3798
3799 2010-10-20  Julien Danjou  <julien@danjou.info>
3800
3801         * spam.el (spam-list-of-processors): Mark as obsolete.
3802
3803         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3804         (nnimap-insert-partial-structure): Fix boundary detection.
3805
3806 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3807
3808         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3809         run file-truename on remote files.  This can be expensive and even
3810         prevent one from editing drafts if some unrelated buffer has a stale
3811         connection.
3812
3813 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3816         kinsoku-eol regardless of shr-kinsoku-shorten.
3817         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3818         (shr-tag-table): Support caption, thead, and tfoot.
3819
3820 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3823         lines.
3824         (shr-save-contents): New command and keystroke.
3825
3826         * nndoc.el (nndoc-type-alist): Add git support.
3827         (nndoc-git-type-p): New function.
3828         (nndoc-transform-git-article): Ditto.
3829         (nndoc-transform-git-headers): Ditto.
3830         (nndoc-transform-git-headers): Generate Subject headers.
3831
3832         * shr.el (shr-parse-style): New function.
3833         (shr-tag-span): Ditto.
3834
3835         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3836         to `G G' to avoid collisions.
3837
3838 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * shr.el: Load kinsoku if necessary.
3841         (shr-kinsoku-shorten): New internal variable.
3842         (shr-find-fill-point): Make kinsoku shorten text line if
3843         shr-kinsoku-shorten is bound to non-nil.
3844         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3845         shr-indentation too when testing if table is wider than frame width.
3846         (shr-insert-table): Use `string-width' instead of `length' to measure
3847         text width.
3848         (shr-insert-table-ruler): Make sure indentation is done at bol.
3849
3850 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3851
3852         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3853         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3854         undecoded network data.
3855
3856 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3859         name in the mode line spec so that the mode line menu works
3860         (bug #2431).
3861
3862         * message.el (message-get-reply-headers): If we're fed `to-address',
3863         then always use that.
3864
3865         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3866         aren't so wide as to need to switch off the edit menu.
3867
3868         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3869         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3870
3871         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3872         `M-g'.
3873         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3874         the permanent marks.
3875
3876 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3877
3878         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3879         Splitting according to references/in-reply-to obeys the ignore-groups
3880         variable, while splitting by sender and subject do not.
3881
3882 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3885         alist, so that we can look for non-Unicode chars.
3886         (article-translate-strings): Allow both character and string maps.
3887
3888 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * shr.el (shr-insert): Don't insert space behind a wide character
3891         categorized as kinsoku-bol, or between characters both categorized as
3892         nospace.
3893
3894 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3895
3896         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3897         headers to gnus-newsgroup-headers.
3898
3899 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * shr.el (shr-tag-img): Don't align images -- since we're not
3902         rescaling, this often leads to ugly displays.
3903
3904 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3905
3906         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3907         duplicates.
3908
3909 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3910
3911         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3912         call.
3913
3914 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915
3916         * gnus.el: Autoload gnus-html-show-images.
3917
3918         * nnimap.el: Use nnheader-message throughout.
3919
3920         * shr.el (shr-tag-img): Ignore images with no data.
3921
3922 2010-10-15  Julien Danjou  <julien@danjou.info>
3923
3924         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3925         a possibility to disable format=flow encoding when using hard newlines.
3926
3927 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * shr.el (shr-insert): Remove space inserted before or after a
3930         breakable character or at the beginning or the end of a line.
3931         (shr-find-fill-point): Do kinsoku; find the second best point or give
3932         it up if there's no breakable point.
3933
3934 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * nnimap.el (nnimap-open-connection): Message when opening connection
3937         for debugging purposes.
3938
3939         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3940         on every setup buffer call to allow this to change from article to
3941         article.
3942
3943         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3944         buffers where we have a wide table.
3945
3946 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3947
3948         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3949         uses *-request-thread.
3950
3951 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3954         incantation, which is no longer valid.
3955
3956 2010-10-14  Julien Danjou  <julien@danjou.info>
3957
3958         * shr.el: Fix defcustom type (char -> character).
3959
3960 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3963         programs.
3964
3965 2010-10-14  Julien Danjou  <julien@danjou.info>
3966
3967         * shr.el (shr-tag-a): Use url-link as widget type.
3968
3969         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3970         `gnus-group-get-icon'.
3971
3972 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3975         This should make server editing work better.
3976
3977         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3978
3979         * tls.el (tls-program): Remove spurious %s from openssl.
3980
3981         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3982         (nnimap-parse-flags): Fix regexp.
3983
3984         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3985         probably work for CJVK text, too.
3986
3987         * nnimap.el (nnimap-extend-tls-programs): Remove.
3988         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3989
3990         * tls.el (tls-starttls-switches): Remove starttls hack.
3991         (open-tls-stream): Ditto.
3992         (tls-find-starttls-argument): Ditto.
3993
3994 2010-10-13  Julien Danjou  <julien@danjou.info>
3995
3996         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3997         responses.
3998
3999 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4002
4003         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4004         anything in Emacs.
4005
4006         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4007
4008 2010-10-13  Julien Danjou  <julien@danjou.info>
4009
4010         * shr.el (shr-width): Make shr-width a defcustom with default to
4011         fill-column.
4012         (shr-tag-img): Use shr-width rather than fill-column.
4013
4014 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * dgnushack.el (byte-optimize-apply)
4017         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4018
4019         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4020         position when (X-)Faces exist.
4021         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4022         avatars when called interactively.
4023
4024 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4027         gnus-article-x-face-too-ugly is bound.
4028
4029 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4032
4033         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4034         mailbox that doesn't exist.
4035
4036 2010-10-12  Julien Danjou  <julien@danjou.info>
4037
4038         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4039         (shr-get-image-data): Encode URL properly when fetching from cache.
4040         (shr-tag-img): Use aligned-to spaces to align correctly images.
4041
4042         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4043         before inserting the Gravatar.
4044
4045         * shr.el (shr-tag-img): Add align attribute support for <img>.
4046
4047 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * gnus-gravatar.el (gnus-art): Require.
4050
4051         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4052         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4053         Remove long obsoleted functions.
4054
4055 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4058
4059         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4060
4061         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4062         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4063         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4064         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4065         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4066         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4067         * sieve-manage.el, smime.el, spam.el:
4068         Fix comment for declare-function.
4069
4070 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * nnimap.el (nnimap-request-rename-group): Select group read-only
4073         before renaming it.
4074
4075         * shr.el (shr-insert): Fix up the white space only regexp.
4076
4077         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4078         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4079
4080         * shr.el (shr-current-column): New function.
4081         (shr-find-fill-point): New function.
4082
4083 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4084
4085         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4086         numbers.
4087
4088 2010-10-11  Julien Danjou  <julien@danjou.info>
4089
4090         * shr.el (shr-hr-line): Add.
4091         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4092         display hr lines.
4093         (shr-max-columns): Do not change state to nil if we just inserting
4094         spaces.
4095
4096 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4099         select the last group.
4100
4101 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4102
4103         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4104
4105 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4106
4107         * dig.el (dig-mode-map): Declare and define in one step.
4108
4109 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4112         for Gnus.
4113         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4114         (nnimap-update-qresync-info): Mark \Seen articles as read.
4115
4116         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4117         non-variable, too.
4118
4119         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4120         available.
4121         (nnimap-update-info): Rely more on the current active than the param
4122         active to avoid marking articles as read too much.
4123
4124         * auth-source.el (auth-source-create): Use (user-login-name) for the
4125         user name default.
4126
4127         * nnimap.el (nnimap-update-info): If the server doesn't return any
4128         useful info, just use the previous info.
4129         (nnimap-update-info): Prefer old info over start-article.
4130         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4131
4132 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4133
4134         * nnir.el (autoload): Clean up autoloads.
4135         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4136         Use key rather than value.
4137         (nnir-imap-search-other): New variable.
4138         (nnir-read-parm): Use it.
4139         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4140         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4141
4142 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4143
4144         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4145         the process, too.
4146
4147 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * spam.el (gnus-summary-mode-map): Bind to "$".
4150         Suggested by Russ Allbery.
4151
4152         * shr.el: Rework the way things are indented by <li> slightly.
4153
4154         * gnus.el (gnus-group-set-parameter): Fix typo.
4155
4156         * nnimap.el: Start implementing QRESYNC support.
4157
4158 2010-10-09  Julien Danjou  <julien@danjou.info>
4159
4160         * nnir.el (nnir-engines): Fix too many arguments.
4161
4162 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4165         group is the "last", so that the backends like nnfolder actually save
4166         their folders.
4167
4168         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4169         try to use that for the tls stream.
4170         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4171         UIDVALIDITY and find out which groups are read-only and not.
4172         (nnimap-get-flags): Use the same marks parsing code as the rest of
4173         nnimap.
4174
4175 2010-10-09  Julien Danjou  <julien@danjou.info>
4176
4177         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4178
4179         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4180         retrieving gravatars.
4181
4182         * shr.el (shr-table-corner): Add.
4183         (shr-table-line): Add.
4184         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4185
4186 2010-10-08  Julien Danjou  <julien@danjou.info>
4187
4188         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4189
4190 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4191
4192         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4193
4194         * gnus-sum.el (gnus-mark-article-as-unread)
4195         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4196         (gnus-summary-set-bookmark): Use it.
4197
4198         * gnus-msg.el (gnus-setup-message): Use it.
4199
4200         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4201
4202         * gnus.el (gnus-group-remove-parameter): Use it.
4203
4204         * gnus-group.el (gnus-group-make-web-group): Use it.
4205
4206         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4207
4208         * nnregistry.el: Update docs to mention manual.
4209
4210         * gnus-registry.el: Update docs to mention nnregistry.el.
4211         (gnus-registry-initialize): Don't install nnregistry refer method
4212         automatically.
4213         (gnus-registry-install-nnregistry): Remove it.
4214
4215 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * shr.el (shr-insert): Don't insert double spaces.
4218
4219 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-gravatar.el (gnus-treat-from-gravatar)
4222         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4223         called interactively.
4224
4225         * gnus-art.el (gnus-mime-view-part-externally)
4226         (gnus-mime-view-part-internally): Make predicate function passed to
4227         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4228         of a mime type.
4229
4230         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4231
4232 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4233
4234         * shr.el (require): Require cl when compiling.
4235         (shr-tag-hr): New function.
4236
4237         * nnimap.el (nnimap-update-info): Remove double setting of high.
4238         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4239         This makes nnimap work properly on Courier again.
4240
4241         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4242         the variable for backwards compatibility.
4243
4244         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4245         the file name before using to avoid setting mm-default-directory to
4246         nil.
4247
4248         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4249         bidning gnus-agent variables.
4250
4251         * shr.el (shr-render-td): Use a cache for the table rendering function
4252         to avoid getting an exponential rendering behaviour in nested tables.
4253         (shr-insert): Rework the line-breaking algorithm.
4254         (shr-insert): Don't leave trailing spaces.
4255         (shr-insert-table): Also insert empty TDs.
4256         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4257
4258 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4259
4260         * gnus-sum.el (gnus-number): Rename from `number'.
4261         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4262         (gnus-summary-limit-children): Update uses correspondingly.
4263
4264 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4267         (gnus-gravatar-transform-address): Don't show avatars of people of
4268         which mail addresses match gnus-gravatar-too-ugly.
4269
4270 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * shr.el (shr-table-widths): Expand TD elements to fill available
4273         space.
4274
4275 2010-10-07  Julien Danjou  <julien@danjou.info>
4276
4277         * nnimap.el (nnimap-request-rename-group): Add this method.
4278
4279 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4282         name from XEmacs' function-arglist.
4283
4284         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4285         gravatar under XEmacs.
4286
4287 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * auth-source.el: Update docs with TODO items.
4290
4291         * gnus-sync.el: Update docs to explain state and plans.
4292
4293         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4294         Hooks for mark updates.
4295         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4296
4297         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4298         hooks with arguments, which is needed for mark update hooks.
4299
4300 2010-10-06  Julien Danjou  <julien@danjou.info>
4301
4302         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4303         was matched.
4304
4305         * sieve-manage.el: Update example in `Commentary'.
4306
4307         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4308
4309         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4310         not 2000.
4311         (sieve-manage-authenticate): Re-add function.
4312
4313 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * shr.el (shr-insert): Get 'space transition right.
4316         (shr-render-td): Only delete space at the end of the TD.
4317
4318         * nnimap.el (nnimap-open-connection): Prepare to support
4319         open-gnutls-stream.
4320
4321         * shr.el: Rearrange function order to be more logical.
4322
4323 2010-10-06  Julien Danjou  <julien@danjou.info>
4324
4325         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4326         (nnrss-discover-feed): Remove 404 URL in docstring.
4327
4328         * nnir.el: Fix Swish-E URL.
4329         Fix Namazu URL.
4330
4331         * message.el (message-change-subject): Remove 404 URL in a comment.
4332
4333 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4336         called interactively.
4337
4338         * gnus-util.el (gnus-remove-if): Allow hash table.
4339         (gnus-remove-if-not): New function.
4340
4341         * gnus-art.el (gnus-mime-view-part-as-type)
4342         * gnus-score.el (gnus-summary-score-effect)
4343         * gnus-sum.el (gnus-read-move-group-name):
4344         Replace remove-if-not with gnus-remove-if-not.
4345
4346         * gnus-group.el (gnus-group-completing-read):
4347         Regard collection as a hash table if it is not a list.
4348
4349 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350
4351         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4352
4353         * shr.el: Document the table-rendering algorithm.
4354
4355 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4358         for Emacsen having no `libxml-parse-html-region' support.
4359
4360 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4363         invalid URLs.
4364
4365         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4366         line-broken.
4367         (shr-tag-img): Ignore image fetching errors.
4368         (shr-overlays-in-region): Compute overlay positions correctly.
4369
4370         * mm-decode.el (mm-shr): Require shr.
4371
4372         * gnus-art.el (gnus-blocked-images): Move variable here.
4373
4374         * shr.el (shr-insert-table): Bind free variable.
4375
4376         * mm-decode.el (mm-shr): Bind shr-content-function.
4377
4378         * shr.el (shr-content-function): New variable.
4379
4380         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4381         added for symmetry.
4382
4383         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4384
4385         * gnus-group.el (gnus-group-make-group): Doc fix.
4386
4387         * nnimap.el (nnimap-request-newgroups): Return success.
4388
4389         * shr.el (shr-find-elements): New function.
4390         (shr-tag-table): Put all the images after the table.
4391         (shr-tag-table): Really inhibit images inside the table.
4392         (shr-collect-overlays): Copy over overlays from the TD elements to the
4393         main document.
4394
4395         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4396         gnus-blocked-images.
4397
4398 2010-10-05  Julien Danjou  <julien@danjou.info>
4399
4400         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4401
4402         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4403         (gnus-html-maximum-image-size): Add this function.
4404         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4405
4406         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4407         server-value of the capability is nil.
4408
4409 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410
4411         * shr.el (shr-tag-em): Add <EM> tag.
4412
4413 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4414
4415         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4416         customizable.
4417
4418         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4419         handing broken links to browse-url.
4420
4421 2010-10-05  Julien Danjou  <julien@danjou.info>
4422
4423         * gnus-util.el (gnus-emacs-completing-read)
4424         (gnus-iswitchb-completing-read): Use autoload rather than require.
4425
4426 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4429         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4430         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4431         iswitchb-temp-buflist for XEmacs.
4432
4433         * gnus-util.el (gnus-completing-read-function): Exclude
4434         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4435         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4436         XEmacs.
4437
4438         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4439         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4440
4441         * gnus-html.el: Don't require help-fns under XEmacs.
4442         (gnus-html-schedule-image-fetching): Work for XEmacs.
4443
4444         * mm-decode.el (mm-shr): Decode contents by charset.
4445
4446 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4449         unknown.
4450
4451         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4452         (shr-get-image-data): Ensure against the cache file missing.
4453
4454         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4455         for data.
4456
4457         * spam-report.el (spam-report-url-ping-plain): Don't query about
4458         killing the process.
4459
4460         * shr.el (shr-render-td): Protect against too-wide text.
4461
4462 2010-10-04  Julien Danjou  <julien@danjou.info>
4463
4464         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4465         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4466
4467         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4468         retrieved.
4469
4470 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4471
4472         * shr.el (browse-url): Require.
4473         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4474         lines.
4475         (shr-show-alt-text, shr-browse-image): New commands.
4476         (shr-browse-url, shr-copy-url): New commands.
4477
4478         * gnus-sum.el (gnus-widen-article-window): New variable.
4479         (gnus-summary-select-article-buffer): Use it.
4480
4481         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4482         without @ signs.
4483
4484 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4485
4486         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4487
4488 2010-10-04  Julien Danjou  <julien@danjou.info>
4489
4490         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4491         for XEmacs.
4492
4493 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4496
4497         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4498         (nnimap-close-server): Implement.
4499
4500         * dgnushack.el (iswitchb): Require to shut up the compiler.
4501
4502         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4503         (shr-insert): Tweak line breaking.
4504         (shr-insert): Handle <pre> better.
4505         (shr-tag-li): Get <li> indentation right.
4506         (shr-tag-li): Get <li> indentation even righter.
4507         (shr-tag-blockquote): Ensure paragraph start.
4508         (shr-make-table): Tweak table generation.
4509         (shr-make-table): Fix typo.
4510
4511         * shr.el: Implement table rendering.
4512
4513 2010-10-04  Julien Danjou  <julien@danjou.info>
4514
4515         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4516
4517 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518
4519         * shr.el (shr-insert): Use string anchors instead of line anchors.
4520
4521 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522
4523         * shr.el: Add headings.
4524         (shr-ensure-paragraph): Actually work.
4525         (shr-tag-li): Make <ul> prettier.
4526         (shr-insert): Get white space at the beginning/end of elements right.
4527         (shr-tag-p): Collapse subsequent <p>s.
4528         (shr-ensure-paragraph): Don't insert double line feeds after blank
4529         lines.
4530         (shr-insert): \t is also space.
4531         (shr-tag-s): Fix "s" tag name function.
4532         (shr-tag-s): Fix face prop name.
4533
4534 2010-10-03  Julien Danjou  <julien@danjou.info>
4535
4536         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4537
4538         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4539         gnus-window-inside-pixel-edges.
4540
4541         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4542         gnus-ems.
4543
4544         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4545
4546         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4547         function.
4548
4549         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4550         resize choice.
4551
4552 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4555         beginning of the buffer.
4556
4557         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4558         article buffer again.
4559
4560         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4561
4562         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4563         when it's at the start of the buffer.
4564
4565         * shr.el (shr-tag-blockquote): Convert name.
4566         (shr-rescale-image): Use the right image-size variant.
4567
4568         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4569         buffer isn't shown, then select the current article first instead of
4570         bugging out.
4571         (gnus-summary-select-article-buffer): Show both the article and summary
4572         buffers again.
4573
4574         * shr.el (shr-fontize-cont): Protect against regions with no text.
4575         Rename tag functions to shr-tag-* for enhanced security.
4576         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4577
4578 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4579
4580         * shr.el (shr-insert):
4581         * pop3.el (pop3-movemail):
4582         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4583         loaded.
4584
4585 2010-10-03  Glenn Morris  <rgm@gnu.org>
4586
4587         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4588
4589         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4590
4591         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4592
4593         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4594
4595         * gnus-util.el (gnus-make-local-hook): Simplify.
4596
4597 2010-10-02  Julien Danjou  <julien@danjou.info>
4598
4599         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4600         (gnus-ido-completing-read): New function.
4601         (gnus-emacs-completing-read): New function.
4602         (gnus-completing-read): Use gnus-completing-read-function.
4603         Add gnus-completing-read-function.
4604
4605 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * shr.el (shr-insert-document): Autoload.
4608         (shr-img): Be silent.
4609         (shr-insert): Add a newline after every picture before text.
4610         (shr-add-font): Use overlays for combining faces.
4611         (shr-insert): Pass upwards the text start point.
4612
4613         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4614         possible.
4615         (mm-shr): New function.
4616
4617 2010-10-02  Julien Danjou  <julien@danjou.info>
4618
4619         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4620         should go backward.
4621
4622 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4623
4624         * shr.el (shr): Fix typo in provide call.
4625
4626 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627
4628         * shr.el: New file.
4629
4630         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4631
4632         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4633         completing read.
4634
4635 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4638         we're being queried about.  Suggested by Dan Jacobson.
4639
4640         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4641         Suggested by Jason Eisner.
4642
4643         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4644         table, too.  Suggested by Stefan Wiens.
4645         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4646         the table unnecessary.  Suggested by Stefan Wiens.
4647
4648         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4649         longer needed, and probably doesn't work either, as pointed out by
4650         Stefan Wiens.
4651         (gnus-summary-exit): Remove call to the clearing function.
4652         (gnus-summary-exit-no-update): Ditto.
4653
4654         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4655         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4656         Reported by Stefan Monnier.
4657         (gnus-summary-save-in-rmail): Ditto.
4658
4659         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4660         article buffer, instead of both the article buffer and the summary
4661         buffer.  Sort of suggested by Dan Jacobson.
4662
4663         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4664
4665         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4666         Suggested by Dan Jacobson.
4667
4668         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4669         documentation clearer.
4670
4671         * message.el (message-shorten-references): Comment on the number "21".
4672         Suggested by Stefan Monnier.
4673
4674         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4675         Suggested by Dan Jacobson.
4676
4677         * gnus.el (gnus-large-newsgroup):
4678         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4679
4680         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4681         externalize attachments.  Bug reported by Steve Wen.
4682
4683         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4684         really message anything to the user.
4685
4686         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4687         directly.
4688
4689         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4690         messages in empty groups.
4691
4692 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4693
4694         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4695         non-UIDNEXT group.
4696
4697 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4700         not the value from the collection.
4701
4702         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4703         values.  This sometimes happens on some groups that have no info.
4704         (nnimap-request-newgroups): New function.
4705
4706 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4709         check into `gnus-registry-initialize'.
4710         (gnus-registry-initialize): Ditto.
4711         Fix and extend header docs.
4712
4713 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4716         regexp backtrace overflows.
4717
4718         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4719         for starttls that tls.el implements; i.e. openssl.
4720
4721         * tls.el (tls-starttls-switches): Give up on using starttls with
4722         gnutls-cli.
4723         (tls-program): Add --insecure to be consistent with the defaults from
4724         openssl s_client.  Now all three commands are insecure.
4725
4726 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * lpath.el: Bind completion-styles-alist for XEmacs.
4729
4730         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4731         (gravatar-create-image): New function that's an alias to
4732         gnus-xmas-create-image, gnus-create-image, or create-image.
4733         (gravatar-data->image): Use it.
4734
4735 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4736
4737         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4738         install the nnregistry refer method.
4739         (gnus-registry-install-hooks): Use it.
4740         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4741         unfollowed groups.
4742
4743 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4744
4745         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4746         expanding threads.
4747
4748 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * nnir.el: Use the server names without suffixes (bug #7009).
4751
4752         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4753         unencrypted to STARTTLS, if possible.
4754
4755 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4756
4757         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4758         headers before superseding.
4759
4760 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * nnrss.el (nnrss-use-local): Add documentation.
4763
4764         * nnimap.el (nnimap-extend-tls-programs): New function.
4765         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4766         (nnimap-wait-for-connection): Accept the greeting from the stupid
4767         output from openssl s_client -starttls, too.
4768
4769         * tls.el (tls-starttls-switches): New variable.
4770         (tls-find-starttls-argument): Use it.
4771         (open-tls-stream): Ditto.
4772
4773         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4774         (netrc-machine): Ditto.
4775
4776         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4777         article number.
4778         (nnimap-split-fancy): New variable.
4779         (nnimap-split-incoming-mail): Use it.
4780
4781         * nntp.el (nntp-server-list-active-group): Document.
4782
4783         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4784         SELECT to get the message-id.
4785
4786         * mail-source.el (mail-sources): Remove webmail support.
4787         (defvar): Ditto.
4788         (mail-source-fetcher-alist): Ditto.
4789         (mail-source-fetch-webmail): Remove.
4790
4791         * webmail.el: Remove -- doesn't seem relevant any more.
4792
4793         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4794
4795         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4796         the \r.
4797
4798 2010-09-30  Julien Danjou  <julien@danjou.info>
4799
4800         * gnus-agent.el (gnus-agent-add-group): Fix call to
4801         gnus-completing-read.
4802
4803 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * nndoc.el (nndoc-retrieve-groups): New function.
4806
4807         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4808         `default', use nnmail-split-methods.
4809         (nnimap-request-article): Downcase the NILs so that they are nil.
4810
4811         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4812         symbol.
4813
4814         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4815         code, since if the user has requested network, that's what they ought
4816         to get.
4817         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4818         (nnimap-split-rule): Mark as obsolete.
4819
4820         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4821         New variable.
4822
4823         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4824         correct slot, too.
4825
4826 2010-09-29  Julien Danjou  <julien@danjou.info>
4827
4828         * gnus.el (gnus-local-domain): Declare variable obsolete.
4829
4830         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4831         Fix history computing.
4832         (gnus-ido-completing-read): Require ido.
4833
4834 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4837         build Gnus.
4838
4839         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4840         when interpreting the structures.
4841         (nnimap-request-accept-article): Add \r\n to the lines to make this
4842         work with Cyrus.
4843
4844         * nndraft.el (nndraft-request-expire-articles): Use the group name
4845         instead if "nndraft".  Fix found by Nils Ackermann.
4846
4847 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4848
4849         * nnregistry.el: Add.
4850
4851 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4852
4853         * nnmail.el (group, group-art-list, group-art):
4854         Remove unneeded directives.
4855
4856 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4859         (mm-mime-charset)
4860         * rfc2047.el (rfc2047-syntax-table)
4861         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4862
4863         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4864         rather than `insert-file-contents' and `eval-region'.
4865
4866         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4867         construction.
4868
4869         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4870
4871         * time-date.el: No need to require cl for Emacs 21.
4872
4873 2010-09-29  Julien Danjou  <julien@danjou.info>
4874
4875         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4876         replacement of `gnus-gravatar-relief' to mimic
4877         `gnus-faces-properties-alist'.
4878         Add :version property.
4879
4880 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * mail-source.el (mail-source-report-new-mail)
4883         * message.el (message-default-mail-headers)
4884         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4885
4886         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4887
4888 2010-09-28  Julien Danjou  <julien@danjou.info>
4889
4890         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4891         mail-address contains the same string as real-name.
4892
4893         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4894         non-blank in header, otherwise it'll get stripped.
4895
4896         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4897         real-name, and then for mail address rather than doing : or , search.
4898
4899 2010-09-27  Julien Danjou  <julien@danjou.info>
4900
4901         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4902         right completing-read function.
4903         (gnus-use-ido): New variable
4904         (gnus-completing-read-with-default): Remove.
4905         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4906         (gnus-agent-add-group):
4907         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4908         * mm-view.el (mm-view-pkcs7-decrypt):
4909         * mm-util.el (mm-codepage-setup):
4910         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4911         * mml-smime.el (mml-smime-openssl-sign-query):
4912         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4913         (mml-insert-multipart):
4914         * gnus-msg.el (gnus-summary-yank-message):
4915         * gnus-int.el (gnus-start-news-server):
4916         * mm-decode.el (mm-interactively-view-part):
4917         * gnus-dired.el (gnus-dired-attach):
4918         * gnus.el (gnus-read-method):
4919         * gnus-bookmark.el (gnus-bookmark-jump):
4920         * gnus-art.el (gnus-mime-view-part-as-type)
4921         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4922         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4923         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4924         * nnmairix.el (nnmairix-create-server-and-default-group)
4925         (nnmairix-update-groups, nnmairix-get-server)
4926         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4927         (nnmairix-get-group-from-file-path):
4928         * nnrss.el (nnrss-find-rss-via-syndic8):
4929         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4930         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4931         (gnus-group-browse-foreign-server):
4932         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4933         (gnus-summary-execute-command, gnus-summary-respool-article)
4934         (gnus-read-move-group-name):
4935         * gnus-score.el (gnus-summary-increase-score)
4936         (gnus-summary-score-effect):
4937         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4938
4939 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4942         x-focus-frame.
4943
4944         * nnimap.el (auth-source-forget-user-or-password)
4945         (auth-source-user-or-password): Autoload.
4946
4947         * message.el (message-from-style, message-interactive)
4948         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4949         (message-yank-prefix, message-indentation-spaces, message-signature)
4950         (message-signature-file): Add comment.
4951
4952 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4955         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4956         new articles.
4957
4958         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4959         parts.
4960         (nnimap-request-article): Work with the t setting, too.
4961
4962         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4963         that you don't get flashes of other buffers.
4964         (gnus-summary-show-complete-article): Intern before setting.
4965
4966 2010-09-27  David Engster  <dengste@eml.cc>
4967
4968         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4969         well as HEADERS.
4970         (nnmairix-retrieve-headers): Provide new argument for the above.
4971
4972 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * gnus-sum.el (gnus-summary-move-article): Don't alter
4975         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4976         group.
4977
4978         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4979
4980         * message.el (message-cite-prefix-regexp): Revert my last edit.
4981
4982         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4983         variable instead of the Gnus variable.
4984
4985         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4986
4987         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4988
4989         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4990         since some servers don't like it.
4991         (nnimap-open-connection): Forget credentials if the server says the
4992         password was wrong.
4993         (nnimap-parse-line): Protect against invalid data.
4994
4995         * gnus-sum.el (gnus-summary-move-article): Add comment.
4996         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4997         nothing alters it while scanning for new messages.
4998
4999         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5000         which may or may not help.
5001         (nnimap-open-connection): If we're doing a stream connection, and then
5002         discover we're on a STARTTLS-capable server, then open a STARTTLS
5003         connection instead.
5004
5005 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * nnimap.el (utf7): Require.
5008
5009         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5010         prefix.
5011
5012 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5013
5014         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5015
5016 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017
5018         * nnimap.el (nnimap-request-accept-article): Message the error on
5019         error.
5020
5021 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5024
5025 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * nndoc.el (nndoc-request-list): Return success always.
5028
5029         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5030         `fetch-old' -- we only want to fetch the articles we've requested.
5031         The rest are in the agent, probably.
5032         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5033         disappeared server" to something low.  It's not important.
5034
5035         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5036         arrived before the FETCH data.
5037
5038         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5039         target here, because we don't know the Gnus name of the group.
5040
5041         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5042         for the correct group.
5043
5044         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5045
5046         * gnus.el (gnus): Give a final warning after startup.
5047
5048         * gnus-util.el (gnus-action-message-log): New variable.
5049         (gnus-message): Use it.
5050         (gnus-final-warning): New function.
5051
5052         * nnimap.el (nnimap-open-connection): Record the greeting.
5053         (nnimap): Add greeting.
5054
5055 2010-09-26  Julien Danjou  <julien@danjou.info>
5056
5057         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5058         arguments.
5059         (gnus-html-wash-images): Fix spec computing to include start/end.
5060
5061         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5062
5063 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064
5065         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5066         deletion.
5067         (nnimap-retrieve-headers): Don't select the group, because that's
5068         already done by nnimap-possibly-change-group.
5069
5070         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5071         (gnus-picon-transform-address): Use it.
5072
5073         * mail-source.el (mail-source-value): Revert previous patch.
5074
5075         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5076         on failure.
5077         (nnimap-open-connection): Look up both virtual and physical server name
5078         credentials.
5079
5080         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5081
5082 2009-02-07  Dave Love  <fx@gnu.org>
5083
5084         * tls.el (open-tls-stream): Don't query killing process.
5085
5086 2009-02-08  Dave Love  <fx@gnu.org>
5087
5088         * gnus-win.el (gnus-window-to-buffer-helper)
5089         (gnus-all-windows-visible-p): Function needn't be a symbol.
5090
5091         * mail-source.el (mail-source-value): Function needn't be a symbol.
5092
5093 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094
5095         * message.el (message-cite-prefix-regexp): Remove } from the cite
5096         prefix.
5097
5098         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5099         highlight again, so that the highlight is correct.
5100
5101         * gnus-picon.el (gnus-picon): Remove again.
5102         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5103
5104         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5105         doing the header highlightling, so that the background colour of the
5106         picon is correct.
5107
5108         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5109         (gnus-picon): Ditto.
5110         (gnus-picon): Reinstate.  The background colour for picons is white.
5111         (gnus-picon-insert-glyph): Make the background white.
5112
5113         * nnml.el (nnml-open-nov): Don't return dead buffers.
5114
5115         * auth-source.el (auth-source-create): Query the user for whether to
5116         store the credentials.
5117
5118         * netrc.el (netrc-store-data): New function.
5119
5120         * auth-source.el (auth-source-user-or-password): Use the existing auth
5121         sources, if any, for creation.
5122
5123         * gnus.el (gnus-group-fast-parameter): Return the last matching
5124         parameter instead of the first matching parameter.
5125
5126 2010-09-26  Julien Danjou  <julien@danjou.info>
5127
5128         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5129
5130 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * mml2015.el (mml2015-use): Remove gpg support.
5133
5134         * mml1991.el (mml1991-function-alist): Remove gpg function.
5135         (mml1991-gpg-sign): Remove.
5136
5137 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5138
5139         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5140         (gnus-browse-unsubscribe-current-group): Document it.
5141         (gnus-browse-unsubscribe-group): Use it.
5142
5143 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5146         address to the To list for easier response.
5147
5148         * gnus.el (gnus-play-startup-jingle): Remove.
5149         (gnus-splash): Don't play jingle.
5150         (gnus): Silence gnus-load message.
5151
5152         * gnus-art.el (gnus-treat-play-sounds): Remove.
5153
5154         * gnus.el (gnus-play-jingle): Remove audio support.
5155
5156         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5157
5158         * earcon.el: Remove -- no users.
5159
5160         * gnus-audio.el: Remove -- no users of this package.
5161
5162         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5163
5164         * gnus-start.el (gnus-setup-news): Remove nocem support.
5165
5166         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5167
5168         * gnus.el (gnus-use-nocem): Remove.
5169
5170         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5171         Remove.
5172
5173         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5174         uses NoCeM any more.
5175
5176         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5177         (gnus-button-ctan-handler): Ditto.
5178         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5179         (gnus-button-ctan-directory-regexp): Ditto.
5180         (gnus-button-handle-ctan): Ditto.
5181         (gnus-button-tex-level): Ditto.
5182         (gnus-button-alist): Remove CTAN stuff.
5183
5184 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5187         nnimap-streaming test.
5188
5189         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5190         servers twice.
5191
5192         * nnimap.el (nnimap-open-connection): Add more error reporting when
5193         nnimap fails early.
5194
5195         * nnheader.el (nnheader-get-report-string): New function.
5196         (nnheader-get-report): Use it.
5197
5198         * gnus-int.el (gnus-check-server): Say what the error was when opening
5199         failed.
5200
5201         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5202         using streaming.
5203
5204 2010-09-25  Julien Danjou  <julien@danjou.info>
5205
5206         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5207         gnus-window-inside-pixel-edges.
5208
5209 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5212
5213         * mm-decode.el (mm-save-part): Allow saving to other directories the
5214         normal Emacs way.
5215
5216         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5217         Suggested by Jay Berkenbilt.
5218
5219         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5220         there isn't a single byte.
5221
5222         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5223         just do it.  It doesn't really seem to matter what the user responds
5224         here, I think, so it's just a confusing question.
5225
5226         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5227         non-streaming case.
5228
5229         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5230         (gnus-article-encrypt-body): Use it.
5231
5232         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5233         keystroke.
5234
5235         * nnimap.el (nnimap-find-wanted-parts-1):
5236         Use gnus-fetch-partial-articles.
5237
5238         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5239
5240         * nnimap.el (nnimap-insert-partial-structure): New function.
5241         (nnimap-get-partial-article): New function.
5242         (nnimap-request-article): Use it.
5243         (nnimap-wait-for-response): Return whether the wait was successful.
5244         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5245         retrieval wasn't successful.
5246         (nnimap-retrieve-group-data-early): Allow throttling servers.
5247         (nnimap-streaming): New variable.
5248         (nnimap-fetch-partial-articles): Remove.
5249
5250         * mm-decode.el (mm-with-part): Protect against killed buffers.
5251
5252         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5253         for prettier summary display.
5254
5255 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5256
5257         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5258
5259 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5262         apparently third-party libraries depend on it.
5263
5264         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5265         before starting negotiation.
5266
5267         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5268         privacy reasons.
5269         (gnus-treat-mail-gravatar): Ditto.
5270
5271         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5272         buffer when inserting images.  Inserting text into the headers, for
5273         instance, can make them invalid.
5274
5275 2010-09-25  Julien Danjou  <julien@danjou.info>
5276
5277         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5278         variables.
5279
5280         * nnheader.el: Remove useless variables news-reply-yank-from and
5281         news-reply-yank-message-id.
5282
5283         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5284         variables.
5285
5286         * mml1991.el: Remove useless mml1991-verbose.
5287
5288         * gnus.el: Remove useless variable gnus-use-generic-from.
5289         Remove obsolete variable gnus-topic-indentation.
5290
5291         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5292
5293         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5294
5295         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5296
5297         * gnus-group.el: Remove useless gnus-group-icon-cache.
5298         Remove useless gnus-ephemeral-group-server.
5299
5300         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5301
5302         * mml2015.el: Remove useless mml2015-verbose.
5303
5304         * mml-smime.el: Remove useless mml-smime-verbose.
5305
5306         * gnus.el: Remove useless gnus-local-domain.
5307
5308         * gnus-gravatar.el (gnus-gravatar-transform-address):
5309         Use gnus-gravatar-size.
5310
5311         * gnus-art.el: Remove useless gnus-treat-translate.
5312
5313 2010-09-24  Julien Danjou  <julien@danjou.info>
5314
5315         * gnus-sum.el: Add support for Gravatars.
5316
5317         * gnus-art.el: Add support for Gravatars.
5318
5319         * gnus-gravatar.el: Add this file.
5320
5321         * gravatar.el: Add this file.
5322
5323 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5326
5327         * gnus-group.el (gnus-group-fetch-faq): Remove.
5328
5329         * gnus.el (gnus-group-faq-directory): Remove.
5330
5331         * gnus-group.el (gnus-group-fetch-charter): Remove.
5332
5333         * gnus.el (gnus-group-charter-alist): Remove.
5334
5335         * gnus-group.el (gnus-group-archive-directory): Remove.
5336         (gnus-group-recent-archive-directory): Ditto.
5337         (gnus-group-make-archive-group): Remove.
5338
5339         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5340
5341         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5342         use the same article number for all the cached articles.
5343
5344         * nnimap.el (nnimap-command): Register the last command time so
5345         that we can use it for idling NOOPs.
5346         (nnimap-open-connection): Start the keeplive timer.
5347         (nnimap-make-process-buffer): Store all the process buffers.
5348         (nnimap-keepalive): New function.
5349
5350         * starttls.el (starttls-open-stream): Add autoload cookie.
5351
5352 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5353
5354         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5355         handling.
5356
5357 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5360         its data structures.
5361
5362         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5363         instead of the cl.el copy-list.
5364         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5365         equalp.
5366
5367 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5370         and tool-bar-local-item-from-menu.
5371
5372         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5373         mode-line-highlight face for Emacs.
5374
5375         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5376         loading gnus-sum.elc; fix comment for canlock-verify.
5377         (gnus-article-jump-to-part): Use read-number.
5378         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5379         Remove Emacs pre-21 compatible code for help-echo.
5380         (gnus-article-next-page-1): No need to adjust the number of lines.
5381         (gnus-article-describe-bindings): Always use help-buffer.
5382
5383         * gnus-audio.el (gnus-audio-inline-sound)
5384         * gnus-cus.el (gnus-custom-mode)
5385         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5386
5387         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5388
5389         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5390         compatible code.
5391
5392 2010-09-24  Glenn Morris  <rgm@gnu.org>
5393
5394         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5395         visiting the fcc file in rmail-mode.
5396
5397         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5398
5399 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * nnir.el: Silence the byte compiler.
5402
5403         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5404         alias to browse-url-url-encode-chars if any.
5405         (gnus-html-encode-url): Use it.
5406
5407 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5408
5409         * gnus-start.el (gnus-use-backend-marks): New variable.
5410         (gnus-get-unread-articles-in-group): Use it.
5411
5412         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5413         makeover.
5414
5415 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5416
5417         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5418
5419 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5422         Remove.
5423         (gnus-setup-news-hook):
5424         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5425
5426         * gnus-int.el (gnus-request-update-info): Protect against backends not
5427         having the function.
5428
5429         * nnimap.el (nnimap-stream): Mention starttls.
5430         (nnimap-open-connection): Add starttls support.
5431
5432 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5433
5434         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5435
5436 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5439         BODYSTRUCTUREs.
5440         (nnimap-transform-headers): Unfold quoted {42} headers.
5441
5442         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5443         the info.
5444         (gnus-get-unread-articles): Only call updatep on backends that support
5445         it.
5446
5447         * nnweb.el (nnweb-request-update-info): NOOP.
5448
5449         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5450
5451         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5452         since it only deals with marks.
5453
5454         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5455         gnus-request-marks, and make a new gnus-request-update-info.
5456
5457         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5458         the active instead of the high number, which is usually too low.
5459
5460 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5461
5462         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5463         * encrypt.el: Remove.
5464
5465 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5468         server in symbolic form.
5469
5470         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5471
5472 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5475         (nnimap-update-info): Fix up code slightly.
5476
5477         * gnus-int.el (gnus-open-server): Add tracing for performance
5478         debugging.
5479
5480         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5481         (gnus-group-insert-group-line): Pass the real group name so that it
5482         gets the right data.
5483
5484         * gnus-start.el (gnus-get-unread-articles): Don't have
5485         `gnus-get-unread-articles-in-group' update info, since that can be
5486         really slow and doesn't seem to be needed?
5487
5488 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5489
5490         * time-date.el (date-to-time): Try using parse-time-string first before
5491         using the slower timezone-make-date-arpa-standard.
5492
5493 2010-09-22  Julien Danjou  <julien@danjou.info>
5494
5495         * gnus-group.el (gnus-group-insert-group-line):
5496         Call gnus-group-highlight-line.
5497         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5498         default hook list.
5499         (gnus-group-update-eval-form): Add new function.
5500         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5501         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5502
5503 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5506         immediate, then expire all articles.
5507         (nnimap-update-info): Fix off-by-one errors.
5508         (nnimap-flags-to-marks): Would return no marks lists for group with no
5509         flags.  Instead return the other data.
5510
5511 2010-09-22  Julien Danjou  <julien@danjou.info>
5512
5513         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5514         Only return an icon.
5515         (gnus-group-insert-group-line): Compute icon to return.
5516
5517         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5518         (gnus-html-image-fetched): Only cache if
5519         gnus-html-image-automatic-caching is set.
5520         (gnus-html-image-fetched): Check for errors.
5521
5522 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5525         once per method on `g'.  This ensures that backends like nnfolder don't
5526         open all their folders.
5527
5528         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5529         (nnimap-request-list): Nix out group in the correct buffer.
5530         (nnimap-parse-flags): Implement by using `read' instead of
5531         hand-parsing.
5532         (nnimap-flags-to-marks): Pass on permanent-flags.
5533         (nnimap-make-process-buffer): Record the server name.
5534         (nnimap-parse-flags): Fix typo.
5535         (nnimap-request-scan): Run split on the server in general, not just a
5536         single group.
5537
5538         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5539         parameter, and propagate this downwards.
5540
5541         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5542         since EXAMINE changes it on the server.
5543
5544         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5545         this command might take a while.
5546
5547 2010-09-22  Julien Danjou  <julien@danjou.info>
5548
5549         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5550         harmful if you have 2 images side-by-side, they can't be properly
5551         update on text deletion.  Using text-property is safer here.
5552         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5553         data.
5554
5555 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5556
5557         * nnimap.el (nnimap-expunge-inbox): Remove.
5558         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5559         (nnimap-expunge): Flip default to t.
5560
5561         * gnus.el (gnus-method-to-server): Don't push things to the cache
5562         unless it's unique.
5563         (gnus-server-to-method): Ditto.
5564
5565 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5566
5567         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5568
5569 2010-09-22  Julien Danjou  <julien@danjou.info>
5570
5571         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5572         get the start of data.
5573         (gnus-html-encode-url): Add this function to encode special chars in
5574         URL.
5575         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5576         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5577
5578         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5579         default.
5580         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5581
5582         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5583         images alt-text.
5584         (gnus-html-put-image): Put alt-text as help-echo.
5585
5586 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5589         * mm-util.el (mm-decompress-buffer)
5590         * nnir.el (nnir-run-find-grep)
5591         * pop3.el (pop3-list): Use 3rd arg of split-string.
5592
5593         * time-date.el (format-seconds): Comment fix.
5594
5595         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5596         and byte-optimize-form-code-walker.
5597         (dgnushack-make-auto-load): Don't advise make-autoload.
5598
5599         * lpath.el: Remove Emacs 21 stuff.
5600
5601 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5604         outside the active range.  Suggested by Dan Christensen.
5605
5606         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5607         slightly later to avoid double-getting it.
5608
5609         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5610         previous patch.
5611
5612         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5613
5614 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5615
5616         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5617
5618 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619
5620         * gnus-int.el (gnus-open-server): Give a better error message in the
5621         "go offline" case.
5622
5623         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5624         marks for nnimap, which is seldom the right thing to do.
5625
5626         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5627         (gnus-same-method-different-name): New function.
5628
5629         * nnimap.el (parse-time): Require.
5630
5631         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5632         method in the presence of many similar methods.
5633
5634         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5635
5636         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5637         nnml-inhibit-expiry.
5638
5639         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5640         find out whether methods are equal.
5641
5642         * nnimap.el (nnimap-find-expired-articles): New function.
5643         (nnimap-process-expiry-targets): New function.
5644         (nnimap-request-move-article): Request the article before looking at
5645         what the Message-ID is.  Fix found by Andrew Cohen.
5646         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5647
5648         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5649         for oldness in addition to being a predicate.
5650
5651         * nnimap.el (nnimap-request-group): When we have zero articles, return
5652         the right data to Gnus.
5653         (nnimap-request-expire-articles): Only delete articles immediately if
5654         the target is 'delete.
5655
5656         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5657         method, this would bug out.
5658
5659         * gnus-group.el (gnus-group-expunge-group): Rename from
5660         gnus-group-nnimap-expunge, and implemented as a normal interface
5661         function.
5662
5663         * gnus-int.el (gnus-request-expunge-group): New function.
5664
5665         * nnimap.el (nnimap-request-create-group): Implement.
5666         (nnimap-request-expunge-group): New function.
5667
5668 2010-09-21  Julien Danjou  <julien@danjou.info>
5669
5670         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5671         (gnus-html-cache-expired): Add new function.
5672         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5673         wethever we should display image for fetch it.
5674         Compute alt-text earlier to pass it to the fetching function too.
5675         (gnus-html-schedule-image-fetching): Change function argument to only
5676         get one image at a time, not a list.
5677         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5678         cache.
5679         (gnus-html-get-image-data): New function to retrieve image data from
5680         cache.
5681         (gnus-html-put-image): Change buffer argument to use image data rather
5682         than file, and place image above region rather than inserting a new
5683         one.  Do not take alt-text as argument, since it's useless now: we place
5684         the image above alt-text.
5685         (gnus-html-prune-cache): Remove.
5686         (gnus-html-show-images): Start to fetch image when we find one, do not
5687         push into a temporary list.
5688         (gnus-html-prefetch-images): Only fetch image if they have expired.
5689         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5690         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5691
5692 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5695
5696 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5699         spec inser "*" if the group isn't active instead of 0.
5700
5701         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5702         opening the server.
5703         (nnimap-request-delete-group): Implement group deletion.
5704         (nnimap-transform-headers): Return the size of the entire message in
5705         the Bytes header, not just the size of the first part.
5706         (nnimap-request-move-article): When moving an article from nnimap,
5707         request the article first so the accepting form has an article to
5708         accept.  Reported by Dan Christensen.
5709         (nnimap-command): Make sure that the error message doesn't error out.
5710
5711 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5712
5713         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5714         we haven't requested anything.
5715
5716 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5719         "".  Fix found by Andrew Cohen.
5720
5721         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5722         instead of -encode-string.
5723
5724 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5727
5728         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5729         by mm-subst-char-in-string.
5730
5731 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5734         waiting for the connection string.
5735
5736         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5737         arriving.
5738
5739         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5740         bogus characters.  This allows selecting certain Gmail groups.
5741
5742         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5743         (nnimap-fetch-partial-articles): New variable.
5744         (nnimap-open-connection): When looking for credentials, also use the
5745         nnimap-server-port.
5746         (nnimap-request-article): Return the group/article number, so that Gnus
5747         `^' works as expected.
5748         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5749
5750         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5751         comments.
5752         (gnus-methods-sloppily-equal): New function.
5753         (gnus): When using the development version of Gnus, load the gnus-load
5754         file.
5755
5756         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5757         `gnus-open-server' on each method before trying to scan them etc.
5758         This ensures that all the backend parameters are set correctly.
5759
5760         * nnimap.el (nnimap-authenticator): New variable.
5761         (nnimap-open-connection): Allow anonymous login.
5762         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5763         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5764
5765         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5766         patch, found by Knut Anders Hatlen.
5767
5768 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5769
5770         * gnus-agent.el (gnus-agent-batch-confirmation)
5771         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5772         to gnus-message.
5773         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5774         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5775         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5776         * gnus-int.el (gnus-open-server): Likewise.
5777         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5778         (gnus-score-check-syntax): Likewise.
5779         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5780         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5781         Likewise.
5782         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5783
5784 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5787         calling conventions so that prefetch doesn't bug out.
5788
5789 2010-09-19  Julien Danjou  <julien@danjou.info>
5790
5791         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5792         rather than `subst-char-in-region' in order to be able to replace ASCII
5793         char by UTF-8 ones.
5794
5795         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5796         than curl.
5797         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5798         the right URL and ALT text on images.
5799         (gnus-html-wash-tags): Fix tag case.
5800         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5801         (gnus-article-html): Add -o display_ins_del=2 option.
5802         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5803
5804 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5807         the extra mail headers, which sometimes seem to happen for unknown
5808         reasons.
5809
5810         * mail-parse.el (mail-header-encode-parameter): Define as
5811         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5812         (or most, perhaps?) mail readers don't understand the latter, but do
5813         understand the former.
5814
5815         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5816         to nil, so that no methods are automatically agentized.  I think this
5817         is probably what most users want.
5818
5819         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5820         from url-retrieve, for instance about invalid URLs.
5821
5822         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5823         groups that have no articles.
5824         (nnimap-request-article): Check that we really got an article when we
5825         requested one.
5826
5827         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5828         doesn't exist.
5829
5830         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5831         nntp buffer so the agent can save it.
5832         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5833         that CRLF doesn't get translated to \n.
5834         (nnimap-open-connection): Don't make 'shell commands only send \n.
5835
5836 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5837
5838         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5839         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5840         Update var name.
5841         (nnml-generate-nov-file): Use dolist.
5842         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5843         Use with-current-buffer.
5844
5845 2010-09-18  Julien Danjou  <julien@danjou.info>
5846
5847         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5848         parallel.
5849
5850 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5853         the range update right.
5854         (nnimap-request-group): Don't make `M-g' bug out on group with no
5855         marks.
5856         (nnoo): Require, so that other packages can require nnimap.
5857         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5858         command we're looking for.  This helps when the server sends more
5859         responses after we've gotten everything we expected.
5860         (nnimap): Add a `newlinep' field to keep track of end-of-line
5861         conventions.
5862         Don't send CRLF to things that don't want it.
5863         (nnimap-request-accept-article): Ditto.
5864
5865 2010-09-18  Julien Danjou  <julien@danjou.info>
5866
5867         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5868         than curl to retrieve images.
5869
5870 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5873         the marks.
5874         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5875         (nnimap-wait-for-connection): New function.
5876         (nnimap-open-connection): If we have PREAUTH, don't query for login
5877         credentials.
5878         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5879         when doing a partial update.
5880
5881 2010-09-18  Julien Danjou  <julien@danjou.info>
5882
5883         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5884         tags.
5885
5886 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * nnimap.el (nnimap-credentials): New function.
5889         (nnimap-open-connection): Use the new function to look for credentials
5890         also on the numeric equivalents of "imap" and "imaps".
5891
5892         * gnus-start.el (gnus-activate-group): Send the info to
5893         gnus-request-group.
5894
5895         * nnimap.el (nnimap-request-group): Have the "check" version of the
5896         function parse flags and update the info, so that a `M-g' get a total
5897         resync of all flags from the group.
5898
5899         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5900         to allow backends to alter the info on group selection.  Also alter all
5901         the backend -request-group functions to take the parameter.
5902
5903         * nnimap.el (nnimap-store-info): New function.
5904         (nnimap-update-info): Store the info for later usage.
5905         (nnimap-request-group): Use the stored info for the dont-check case, so
5906         that we don't retrieve all marks when we enter a group.
5907
5908         * nnimap.el: Use deffoo instead of defun for interface functions.
5909
5910         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5911         update the group info.  This makes the nndraft groups, for instance, go
5912         back to their old behaviour.
5913
5914         * gnus-sum.el (gnus-select-newsgroup): Indent.
5915
5916         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5917         in.
5918         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5919         nothing.
5920
5921         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5922         from methods that are denied.
5923
5924         * gnus-int.el (gnus-method-denied-p): New function.
5925
5926         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5927         store the password instead of netrc.
5928         (nnimap-open-connection): Don't error out when we can't make a
5929         connections.
5930
5931         * auth-source.el (auth-source-create): In the password prompt, say what
5932         we're querying for.  Also prompt for user name if that hasn't been
5933         given.
5934
5935         * nnimap.el (nnimap-with-process-buffer): Remove.
5936
5937 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5938
5939         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5940         method when we're reading from the agent.
5941
5942         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5943
5944         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5945         that's probably most useful for users.
5946
5947         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5948         "failed" all the time.
5949
5950         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5951         ...)) with (with-current-buffer ... ).
5952
5953         * nntp.el (nntp-open-server): Return whether the open was successful or
5954         not.
5955
5956         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5957         select an unread unseen article first.
5958
5959         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5960         /etc/services, supply some sensible port defaults.
5961
5962         * dgnushack.el: Define netrc-credentials.
5963
5964 2010-09-17  Julien Danjou  <julien@danjou.info>
5965
5966         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5967
5968 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5969
5970         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5971         doesn't have any parameters.
5972
5973 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974
5975         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5976         only upcased checks.
5977
5978         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5979
5980         * nnimap.el (nnimap-open-shell-stream): New function.
5981         (nnimap-open-connection): Use it.
5982         (nnimap-transform-headers): Get the number of lines in each message.
5983         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5984         number of lines.
5985         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5986         problem.
5987
5988         * utf7.el (utf7-encode): Autoload.
5989
5990         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5991         to allow the mail splitting to not return a default group.  This is
5992         useful for nnimap, which will leave unmatched mail in the inbox.
5993
5994         * nnimap.el: Rewritten.
5995
5996         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5997         nnimap usage.
5998
5999         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6000         if the move is internal, so that nnimap can do fast internal moves.
6001
6002         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6003         data.
6004         (gnus-read-active-for-groups): Support finishing the early retrieval of
6005         data.
6006
6007         * gnus-range.el (gnus-range-nconcat): New function.
6008
6009         * gnus-int.el (gnus-finish-retrieve-group-infos)
6010         (gnus-retrieve-group-data-early): New functions.
6011
6012 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6013
6014         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6015         (nnrss-retrieve-groups):
6016         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6017         (pop3-quit): Use with-current-buffer.
6018
6019 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6022         instead of nnheader-accept-process-output.
6023
6024         * dgnushack.el (dgnushack-compile): Add comment.
6025
6026         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6027
6028         * gnus-html.el (gnus-html-schedule-image-fetching)
6029         (gnus-html-prefetch-images): Replace process-kill-without-query by
6030         gnus-set-process-query-on-exit-flag.
6031
6032 2010-09-16  Romain Francoise  <romain@orebokech.com>
6033
6034         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6035
6036 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6039         parameter to unintern is mandatory-ish in Emacs 24.
6040
6041         * gnus-html.el (gnus-html-schedule-image-fetching)
6042         (gnus-html-prefetch-images): Check for curl before using it.
6043
6044         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6045         depend on curl, which isn't essential.
6046
6047         * imap.el: Revert back to version
6048         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6049         seem problematic.
6050
6051 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6052
6053         * gnus-registry.el (gnus-registry-install-shortcuts):
6054         Explicitly pass `obarray' to `unintern' to avoid a warning.
6055
6056 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057
6058         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6059         change.
6060
6061         * nnrss.el (nnrss-request-list): Remove this function and related
6062         functions, including the moreover stuff.
6063
6064 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * nnrss.el (nnrss-retrieve-groups): New function.
6067
6068 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6069
6070         * .dir-locals.el: Add no-byte-compile cookie.
6071
6072 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * time-date.el (format-seconds): Comment fix.
6075
6076         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6077         for back end that doesn't support request-scan.
6078
6079 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6082         then do request scans from the backends.
6083
6084         * netrc.el (netrc-credentials): New conveniency function.
6085
6086         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6087         avoid running a hook per line, since this takes a lot of time,
6088         profiling shows.
6089         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6090         directly if gnus-visual-p is true.
6091
6092 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6095         groups; replace mapcar with dolist which is a bit faster; pass groups
6096         info to gnus-read-active-file-1.
6097         (gnus-read-active-file-1): Scan only specified groups if the new
6098         optional arg `infos' is given.
6099
6100 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6101
6102         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6103
6104         * pop3.el (pop3-movemail): Remove.
6105         (pop3-streaming-movemail): Rename to pop3-movemail.
6106
6107         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6108         don't restrict end-tag searches to the end of the line.
6109
6110 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6113         articles of every unchecked group to t, which means unknown since the
6114         server has never been opened.
6115
6116 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117
6118         * gnus-html.el (gnus-html-show-alt-text): New command.
6119         (gnus-html-browse-image): Ditto.
6120         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6121         to browse the image directly.
6122         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6123         better.
6124
6125         * gnus-async.el (gnus-async-article-callback):
6126         Call `gnus-html-prefetch-images' unconditionally.
6127
6128         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6129         before feeding URLs to curl.
6130
6131 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6134         internal images as deletable by `W D D'.
6135
6136         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6137         (gnus-async-article-callback): Fix typo.
6138
6139 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6140
6141         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6142         current line to work around bugs in the output from w3m.
6143
6144         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6145         for groups that want that.
6146
6147         * nntp.el (nntp-wait-for-string): Supply a timeout for
6148         accept-process-output to ensure progress.
6149
6150         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6151         level to get unread articles from, then use that for foreign groups,
6152         too.
6153
6154         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6155         confuses the rest of the function.
6156
6157         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6158         for the methods that support -retrieve-groups, too.
6159
6160         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6161
6162 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6165         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6166
6167         * pop3.el: Require cl when compiling.
6168         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6169
6170 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6173         that aren't going to be activated.
6174         (gnus-get-unread-articles): Fix up the last commit.
6175
6176         * gnus-html.el (gnus-article-html): Allow calling without specifying
6177         the handle.  In that case, dissect the buffer first.
6178
6179         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6180
6181         * nnimap.el (nnimap-open-connection): Revert the change that would look
6182         into authinfo for imaps instead of imap.
6183
6184         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6185         say that you don't want to call gnus-request-group with don-check, but
6186         do check the reponse.  This is for virtual groups only.
6187         (gnus-get-unread-articles): Count the archive groups as secondary, so
6188         that they're activated the same way as before.
6189
6190         * imap.el (imap-message-map): Removed optional buffer parameter, since
6191         no callers use it.
6192         (imap-message-get): Ditto.
6193         (imap-message-put): Ditto.
6194         (imap-mailbox-map): Ditto.
6195         (imap-mailbox-put): Ditto.
6196         (imap-mailbox-get): Ditto.
6197         (imap-mailbox-get): Revert last change for this function.
6198
6199         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6200         case-insensitively.
6201         (nnimap-debug): Remove.
6202
6203         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6204         callers to use `imap-fetch' instead.  According to the comments, this
6205         should be safe, since all other IMAP clients use the 1:* syntax.
6206         (imap-enable-exchange-bug-workaround): Remove.
6207         (imap-debug): Remove -- doesn't seem very useful.
6208
6209         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6210         mail from a file, and the file doesn't exist.
6211
6212         * imap.el (imap-log): New convenience function used throughout instead
6213         of repeating the same code all over the place.
6214
6215         * pop3.el (pop3-streaming-movemail): Return t for success.
6216
6217         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6218         .authinfo if we're using ssl connection.
6219
6220         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6221         already have if we're in a main Gnus `g' run.
6222
6223         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6224
6225 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6228
6229         * nnmh.el (nnmh-request-list-1): Bind `file'.
6230
6231         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6232         alias to set-process-query-on-exit-flag or process-kill-without-query.
6233         (pop3-open-server): Use it.
6234
6235 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6238         box to the Incoming file.  Fixes mistake in previous checkin.
6239
6240         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6241         request loop (for debugging purposes) removed.
6242
6243         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6244         culprit is more visible.
6245         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6246         (nnml-add-incremental-nov): New functions to do "incremental" nov
6247         updates, where we just append to the end of the existing nov files
6248         without reading/writing them in full.
6249
6250         * mail-source.el (mail-source-delete-crash-box): Really only check the
6251         incoming files once in a while.
6252
6253         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6254
6255         * mail-source.el (mail-source-delete-crash-box): Only check the
6256         incoming files for deletion once per day to save a lot of file
6257         accesses.
6258
6259         * pop3.el (pop3-logon): Fix up unbound variable typo.
6260
6261         * mail-source.el (pop3-streaming-movemail): Autoload.
6262
6263         * pop3.el (pop3-streaming-movemail):
6264         Respect pop3-leave-mail-on-server.
6265
6266         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6267         retrieval.
6268
6269         * pop3.el (pop3-process-filter): Remove unused function.
6270         (pop3-streaming-movemail, pop3-send-streaming-command)
6271         (pop3-wait-for-messages, pop3-write-to-file)
6272         (pop3-number-of-responses): New functions for streaming pop3
6273         retrieval.
6274
6275         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6276         come from no known methods.
6277         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6278         list.
6279
6280         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6281         message sizes.
6282         (pop3-movemail): Use erase-buffer instead of looping and deleting
6283         regions, which seems rather odd.
6284
6285         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6286         file once per `g' run.
6287
6288         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6289         directories.  This makes the draft queue directory work.
6290
6291         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6292         data from the backends, so that we only request the list of groups from
6293         each method once.  This should speed things up considerably.
6294
6295         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6296         detect that it's not implemented.
6297
6298         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6299         we actually do recurse down into the tree, but don't stat all leaf
6300         nodes.
6301
6302         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6303         then say so instead of bugging out.
6304
6305         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6306         files exist before trying to read them.
6307
6308         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6309         around <pre_int>.
6310
6311         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6312
6313         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6314
6315 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6316
6317         * mm-util.el (mm-image-load-path): Just return the image directories,
6318         not all directories in the path in addition to the image directories.
6319         (mm-image-load-path): Maintain a cache of the image directories so that
6320         the `g' command in Gnus doesn't have to stat dozens of directories each
6321         time.
6322
6323         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6324         (gnus-html-wash-tags): Add a new `i' command to insert images.
6325         (gnus-html-insert-image): New command and keystroke.
6326         (gnus-html-redisplay-with-images): New command and keystroke.
6327         (gnus-html-show-images): Rename command.
6328         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6329         spacers.
6330         (gnus-html-wash-tags): Decode entities at the end, so that entities
6331         inside the tags don't mess up the rest of the "parsing".
6332
6333         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6334         so that nnimap methods aren't agentized by default.  There's apparently
6335         many problems related to agent/imap behaviour.
6336
6337         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6338
6339         * gnus-html.el: Doc fix.
6340
6341 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6344         specifier-spec-list for Emacs 21.
6345
6346         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6347         glyph-width and glyph-height instead of display-graphic-p and
6348         image-size; make avoidance of displaying small images work for XEmacs.
6349
6350         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6351         for XEmacs.
6352
6353         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6354         of symbol that holds plist data.
6355         (gnus-process-plist): Remove plist of process after getting it.
6356
6357 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358
6359         * message.el (message-generate-hashcash): Change default to
6360         'opportunistic if hashcash is installed.
6361
6362         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6363         (gnus-html-put-image): Only call image-size once, since it's somewhat
6364         time-consuming on remote X servers.
6365
6366 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6369         type on data, not a file name.
6370
6371         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6372         window-pixel-edges for Emacs 21.
6373
6374         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6375         decoded contents.
6376         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6377
6378 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6381         group line format, since it isn't very interesting.
6382
6383         * gnus-agent.el (gnus-agent-short-article),
6384         (gnus-agent-long-article): Increase values for these two variables,
6385         since most people are likely to have more network connection and
6386         storage than before.
6387
6388         * gnus.el (gnus-refer-article-method): Change default to 'current.
6389         When referring an article, the common behaviour is to refer it from the
6390         current select method, not the native select method.  The chances of
6391         the native select method having the message in question is rather slim
6392         these days.
6393
6394         * gnus-sum.el (gnus-auto-select-subject): Change default to
6395         `unseen-or-unread'.  I think it's likely that most people want to
6396         select an unseen article over a previously seen, but unread one.
6397
6398         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6399         means that in the article buffer none of the minor mode elements will
6400         be shown, usually, and this is not desirable in most cases.
6401
6402         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6403         that commands like `d' (and the like) go to the next line in the
6404         buffer, instead of the next unread article.  I think this is the
6405         behaviour that is most natural for most users.
6406         (gnus-single-article-buffer): Change default to nil, so that people can
6407         have as many article buffers open as they have summary buffer.  I think
6408         this is the most natural way for the groups to behave.
6409
6410         * message.el (message-generate-new-buffers): Change default to
6411         `unsent', so that all new message buffers start their names with the
6412         string "*unsent", and it's easier to find the buffers if you move from
6413         them.
6414
6415 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6418         small.  They're probably tracking images.
6419         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6420         (gnus-html-rescale-image): Yet another try at getting the image sizing
6421         right.
6422
6423         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6424         nntp-marks-file-name is nil.
6425
6426 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * gnus-html.el (gnus-html-wash-tags)
6429         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6430         Better logging.
6431
6432 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6435
6436         * gnus-html.el (gnus-html-wash-tags): Check the value of
6437         gnus-blocked-images in the summary buffer.
6438
6439 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6440
6441         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6442
6443 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6446         like "a", it seems like.
6447         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6448         since it needs to be picked from the correct buffer.
6449
6450         * nnwfm.el: Remove.
6451
6452         * nnlistserv.el: Remove.
6453
6454 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6457         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6458
6459 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * nnkiboze.el: Remove.
6462
6463         * nndb.el: Remove.
6464
6465         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6466         alt text.
6467         (gnus-html-rescale-image): Try to get the rescaling logic right for
6468         images that are just wide and not tall.
6469
6470         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6471         overshadow variable bindings.
6472
6473 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6474
6475         * gnus-html.el (gnus-html-wash-tags)
6476         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6477         Add extra logging.
6478
6479 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6482         (gnus-max-image-proportion): New variable.
6483         (gnus-html-rescale-image): New function.
6484         (gnus-html-put-image): Rescale images.
6485
6486 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6487
6488         Fix up some byte-compiler warnings.
6489         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6490         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6491         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6492         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6493         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6494         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6495         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6496
6497 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus-html.el (gnus-article-html): Decode contents by charset.
6500
6501 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6504         (gnus-html-frame-width, gnus-blocked-images)
6505         * message.el (message-prune-recipient-rules): Add custom version.
6506         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6507
6508         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6509         functions.
6510
6511         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6512         gnus-process-get.
6513
6514 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6515
6516         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6517         instead of lsub directly.
6518
6519 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * nnwarchive.el: Remove.
6522
6523         * gnus-soup.el: Remove.
6524
6525         * nnsoup.el: Remove.
6526
6527         * nnultimate.el: Remove.
6528
6529         * gnus-html.el (gnus-blocked-images): New variable.
6530
6531         * message.el (message-prune-recipients): New function.
6532         (message-prune-recipient-rules): New variable.
6533
6534         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6535         guess whether a long line is natural text or not.
6536
6537         * gnus-html.el (gnus-html-schedule-image-fetching):
6538         Use gnus-process-plist and friends for compatibility.
6539
6540 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6541
6542         * gnus-html.el: Require packages that define macros used in this file.
6543         (gnus-article-mouse-face): Declare to silence byte-compiler.
6544         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6545         process-get.
6546         (gnus-html-put-image): Use plist-get to avoid getf.
6547         (gnus-html-prefetch-images): Use with-current-buffer.
6548
6549 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * gnus-ems.el: Provide compatibility functions for
6552         gnus-set-process-plist.
6553
6554         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6555         header-line-format for XEmacs 21.4.
6556
6557         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6558         * gnus.el (gnus-valid-select-methods)
6559         * message.el (message-send-mail-partially-limit)
6560         * mm-decode.el (mm-text-html-renderer)
6561         * mml.el (mml-insert-mime-headers-always)
6562         * smiley.el (smiley-regexp-alist): Bump custom version.
6563
6564 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6565
6566         * gnus-html.el: require mm-url.
6567         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6568         with the url to `url'.
6569         (gnus-html-wash-tags): Support cid: URLs/images.
6570
6571 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6574         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6575         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6576
6577         * gnus-move.el: Remove file, since it doesn't really work.
6578
6579         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6580         UTF-8.  This seems to fix problems with some German web feeds.
6581
6582         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6583         at the top so that the proper colours are applied.
6584
6585         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6586         don't have dots in their names.
6587
6588         * gnus-art.el (gnus-article-view-part): Doc fix.
6589
6590         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6591         XEmacs-compatible.
6592         (gnus-html-put-image): Don't do images on non-graphic displays.
6593
6594         * nnslashdot.el: Remove this unused backend.
6595
6596         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6597         actions.
6598         (gnus-undo-register-1): Revert last change.
6599
6600         * gnus-group.el (gnus-group-completing-read): Protect against not
6601         having completion-styles bound.
6602
6603         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6604         make broken recipients happier.
6605
6606         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6607
6608         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6609         point parameter.
6610
6611         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6612
6613         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6614         completion-styles for group selection.
6615
6616 2009-02-04  Andreas Schwab  <schwab@suse.de>
6617
6618         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6619         headers and regexp-quote the match if necessary.
6620
6621 2009-03-24  Miles Bader  <miles@gnu.org>
6622
6623         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6624         the blinking smiley.
6625
6626 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6627
6628         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6629         blink smiley.
6630
6631 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6634         where the dribbel file lives exists.
6635
6636         * message.el (message-send-mail-partially-limit): Change the default to
6637         nil, since most people don't want this.
6638
6639         * mm-url.el (mm-url-decode-entities): Also decode entities like
6640         &#x3212.
6641
6642 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6643
6644         * gnus-sum.el (gnus-summary-idna-message):
6645         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6646         Hyperlink urls in docstrings with URL `...'.
6647
6648 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6649
6650         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6651         functions.
6652
6653 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6656         say what the mouseover text should be.
6657
6658         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6659         version of the mm-w3m-safe-url-regexp variable to only download images
6660         in the groups where we want that to happen.
6661
6662         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6663
6664         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6665         easier debugging.
6666         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6667         big pictures in the article buffer.
6668
6669         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6670         gnus-article-html.
6671         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6672         w3m.
6673
6674         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6675
6676 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6679         which doesn't exist.
6680
6681         * message.el (message-inhibit-ecomplete): New variable to allow some
6682         function to inhibit ecomplete address storage.
6683         (message-resend): Disable ecomplete message storage when resending
6684         messages.
6685
6686         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6687
6688 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6691         Save excursion while copying, moving, and deleting articles in order to
6692         prevent the cursor from jumping to unforeseen place.
6693
6694 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * lpath.el: No need to bind bookmark-current-buffer,
6697         bookmark-yank-point and bookmark-make-record-function.
6698
6699 2010-08-17  Glenn Morris  <rgm@gnu.org>
6700
6701         * gnus-sync.el: Require gnus components whose functions are used.
6702
6703         * gnus-art.el (bookmark-make-record-function):
6704         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6705         Declare for compiler.
6706
6707         * mm-url.el (mml-compute-boundary): Autoload.
6708
6709 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6712
6713 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6714
6715         Typo fix "hoo4a" -> "hook".
6716
6717         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6718
6719 2010-08-14  Glenn Morris  <rgm@gnu.org>
6720
6721         * gnus-sync.el (gnus-sync): Fix defgroup version.
6722
6723 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6724
6725         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6726
6727         * gnus-sync.el: Fix docs.
6728         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6729         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6730
6731 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6732
6733         Optimizations for gnus-sync.el.
6734
6735         * gnus-sync.el: Add docs about gnus-sync-backend
6736         possibilities.
6737         (gnus-sync-save): Remove unnecessary message.
6738         (gnus-sync-read): Optimize and show what groups were skipped.
6739
6740 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         Minor bug fixes for gnus-sync.el.
6743
6744         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6745         Don't read the sync on get-new-news.
6746
6747         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6748         quiet.
6749
6750         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6751         (fix typo).
6752
6753 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6754
6755         Make saving and restoring of hidden threads work with overlays.
6756         Patch applied by Ted Zlatanov.
6757
6758         * gnus-sum.el (gnus-hidden-threads-configuration)
6759         (gnus-restore-hidden-threads-configuration): Update to deal with text
6760         properties, rather than searching for a magic character.
6761
6762 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6763
6764         New gnus-sync.el library for synchronization of marks.
6765
6766         * gnus-sync.el: New library for synchronization of marks.
6767
6768         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6769         renamed from `gnus-registry-grep-in-list'.
6770
6771         * gnus-registry.el (gnus-registry-follow-group-p):
6772         Use `gnus-grep-in-list'.
6773
6774         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6775
6776 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6779         determining charset of text fails.
6780
6781 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * nnmail.el (nnmail-get-new-mail-1): Revert.
6784
6785         * nnml.el (nnml-active-number): Make sure names of newly created groups
6786         in nnml-group-alist are encoded.
6787
6788 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6791         containing non-ASCII characters in active file for nnml back end.
6792
6793 2010-07-24  David Engster  <dengste@eml.cc>
6794
6795         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6796         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6797
6798 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6799
6800         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6801         tag (Bug#6654).
6802
6803 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6806         the article buffer, not the summary buffer.
6807
6808 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6811         Emacs 23 as well.
6812
6813 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6816         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6817
6818 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6819
6820         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6821         Patch applied by Karl Fogel.
6822
6823         * gnus-sum.el (gnus-summary-bookmark-make-record):
6824         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6825
6826 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6827
6828         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6829         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6830         C-w still not working correctly from Article buffers; Thierry's
6831         patch to fix that will be applied after this.
6832
6833         * gnus-art.el (bookmark-make-record-function): New local variable.
6834
6835         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6836         article buffer.
6837         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6838
6839 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6840
6841         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6842         on changes in bookmark.el.
6843
6844 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6847         `no-log' instead of message not to log prompt string.
6848
6849 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6850
6851         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6852         the *other* type of HTML form submission.
6853
6854 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6855
6856         * auth-source.el (auth-source-pick): If choice does not contain a
6857         questioned keyword, set the check to t.
6858
6859 2010-06-12  Romain Francoise  <romain@orebokech.com>
6860
6861         * gnus-util.el (gnus-date-get-time): Move up before first use.
6862
6863 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6866         (gnus-article-edit-part): Bind it to make last part that is substituted
6867         or deleted visible.
6868         (gnus-mime-display-single): Buttonize part of which id equals to
6869         gnus-mime-buttonized-part-id.
6870
6871 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6872
6873         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6874         (gnus-dd-mmm): Use gnus-date-get-time.
6875         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6876         simplify logic.
6877         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6878         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6879
6880 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6881
6882         * auth-source.el (top): Autoload `secrets-list-collections',
6883         `secrets-create-item', `secrets-delete-item'.
6884         (auth-sources): Fix tag string.
6885         (auth-get-source, auth-source-retrieve, auth-source-create)
6886         (auth-source-delete): New defuns.
6887         (auth-source-pick): Rewrite in order to avoid 2 passes.
6888         (auth-source-forget-user-or-password): New parameter USERNAME.
6889         (auth-source-user-or-password): New parameters CREATE-MISSING and
6890         DELETE-EXISTING.  Retrieve password interactively, if needed.
6891
6892 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6893
6894         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6895         deleting unused directories when gnus-expert-user is t.
6896
6897 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6900         for each temp file when gnus-article-browse-delete-temp is ask.
6901
6902 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6903
6904         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
6905         Replace Lisp calls to delete-backward-char by calls to delete-char.
6906
6907 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6908
6909         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6910
6911 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6912
6913         * password-cache.el (password-cache-remove): Fix docstring.
6914
6915 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6918         article unless decoding article to be saved.
6919
6920 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6923         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6924         generated within the mm-with-unibyte-current-buffer macro.
6925
6926 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6929         to nil when we're in a mml-preview buffer and no group is selected.
6930
6931 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6932
6933         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6934         when catching the `C-g'.  Reported by "Leo".
6935
6936 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * message.el (message-forward-make-body-plain)
6939         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6940         multibyte-string-p.
6941
6942         * lpath.el: Revert.
6943
6944 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * message.el (message-forward-make-body-mml): Assume original message
6947         is multibyte string; error on unibyte.
6948         (message-forward-make-body-plain): Ditto; don't add excessive newline
6949         in body end.
6950
6951         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6952
6953 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6954
6955         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6956         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6957
6958 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * mm-extern.el (mm-extern-url): Don't use
6961         mm-with-unibyte-current-buffer.
6962         (mm-extern-cache-contents): Use with-current-buffer instead of
6963         save-excursion + set-buffer.
6964
6965 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * mm-util.el (mm-emacs-mule): Remove.
6968
6969 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6970
6971         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6972         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6973         change.
6974
6975 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6978         bind the default value of enable-multibyte-characters to nil.
6979
6980 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * message.el (message-forward-make-body-plain)
6983         (message-forward-make-body-mml):
6984         Don't use mm-with-unibyte-current-buffer.
6985
6986 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6987
6988         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6989
6990 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6991
6992         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6993         (Bug#5592).
6994
6995 2010-05-07  Julien Danjou  <julien@danjou.info>
6996
6997         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6998         it to mm-pipe-part.
6999
7000         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7001         it is given.
7002
7003 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * binhex.el (binhex-decode-region-internal)
7006         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7007         (dns-query)
7008         * nnweb.el (nnweb-gmane-search)
7009         * pgg-parse.el (pgg-parse-armor)
7010         * pgg.el (pgg-verify-region)
7011         * sha1.el (sha1-string-external)
7012         * uudecode.el (uudecode-decode-region-internal)
7013         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7014         XEmacs.
7015
7016         * gnus-art.el (gnus-article-browse-html-parts)
7017         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7018         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7019         make-temp-file.
7020
7021         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7022         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7023         compiling.
7024
7025         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7026         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7027         XEmacs when compiling.
7028
7029         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7030         gnus-pick-mode-off-hook for XEmacs when compiling.
7031         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7032         gnus-binary-mode-off-hook for XEmacs when compiling.
7033
7034         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7035         Return nil if char-charset is not available.
7036
7037         * imap.el (imap-disable-multibyte)
7038         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7039         macros.
7040
7041         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7042         instead of encode-coding-string.
7043
7044         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7045         'xemacs) instead of mm-emacs-mule to switch function definitions.
7046         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7047
7048         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7049         bind temporary-file-directory for XEmacs;
7050         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7051         timer-set-function for XEmacs 21.4 and SXEmacs;
7052         bind timer-list for XEmacs 21.4 and SXEmacs;
7053         fbind char-charset and find-charset-region for non-Mule XEmacs;
7054         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7055         encode-coding-region and encode-coding-string for XEmacs having no
7056         file-coding feature.
7057
7058 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7059
7060         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7061
7062 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7065         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7066
7067 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7068
7069         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7070         alias `jka-compr-delete-temp-file' no longer exists.
7071
7072 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7073
7074         Use define-minor-mode in Gnus where applicable.
7075         * mml.el (mml-mode): Use define-minor-mode.
7076         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7077         (gnus-undo-mode): Use define-minor-mode.
7078         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7079         (gnus-dead-summary-mode): Use define-minor-mode.
7080         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7081         Initialize in declaration.
7082         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7083         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7084         (gnus-mailing-list-mode): Use define-minor-mode.
7085         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7086         (gnus-draft-mode): Use define-minor-mode.
7087         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7088         (gnus-dired-mode): Use define-minor-mode.
7089
7090 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7091
7092         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7093         handles on recursive mml-to-mime translation and check them for
7094         boundary delimiter collisions.  Reported by Greg Troxel.
7095
7096 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7099
7100 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7101
7102         * mm-util.el (mm-find-buffer-file-coding-system):
7103         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7104
7105 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7106
7107         * message.el (message-generate-headers): Record insertion of optional
7108         headers as well.  Otherwise the check to prevent repeated insertion of
7109         optional headers is a no-op.
7110
7111 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7112
7113         * smime.el: Don't mention CVS.
7114
7115         * nnrss.el (nnrss-fetch): Don't mention CVS.
7116
7117         * nnir.el: Don't mention CVS.
7118
7119 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7120
7121         * gnus-sum.el (gnus-summary-bookmark-make-record):
7122         Add `location' field.
7123
7124 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * lpath.el: Fbind bookmark-default-handler,
7127         bookmark-get-bookmark-record, bookmark-make-record-default,
7128         bookmark-prop-get for Emacs <23 and XEmacs.
7129
7130 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7131
7132         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7133         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7134         Use with-current-buffer to silence the byte-compiler.
7135         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7136         bother to require `gnus'.
7137         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7138
7139 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7140
7141         * gnus-sum.el (gnus-summary-bookmark-make-record)
7142         (gnus-summary-bookmark-jump): New functions.
7143         (gnus-summary-mode): Setup bookmark support.
7144
7145 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7146
7147         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7148         if set.
7149
7150 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7153         gnus-article-browse-html-save-cid-image; make it work recursively for
7154         forwarded messages as well.
7155         (gnus-article-browse-html-parts): Work when prefix arg is given.
7156         (gnus-article-browse-html-article): Doc fix.
7157
7158 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7159
7160         * message.el (message-default-mail-headers):
7161         (message-default-headers): Carry the value mail-default-headers over
7162         into message-default-mail-headers, rather than message-default-headers.
7163
7164 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7165
7166         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7167         charset.
7168
7169         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7170         charset into the <meta> tag when the article is encoded to utf-8.
7171
7172 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-art.el (gnus-article-browse-delete-temp-files):
7175         Delete directories as well.
7176         (gnus-article-browse-html-parts): Work for images that do not specify
7177         file names; delete temp directory when quitting; insert header at the
7178         right place; use file: scheme for image files.
7179
7180 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7181
7182         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7183         (gnus-article-browse-html-parts): Use it to make temporary cid image
7184         files in addition to html file so that browser may display them.
7185
7186 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7189
7190 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7191
7192         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7193
7194 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7195
7196         * auth-source.el (auth-sources): Change default to be simpler.
7197         Explain about Secret Service API sources.  Improve Customize options.
7198         (auth-source-pick): Change to accept any number of search parameters.
7199         Implement fallbacks iteratively, not recursively.  Add scoring on the
7200         second pass and sort by score.  Call Secret Service API when needed.
7201         (auth-source-user-or-password): Use it.  Call Secret Service API
7202         directly when needed to get the user name and the password.
7203
7204 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7205
7206         * message.el (message-interactive): Doc fix.
7207         (message-qmail-inject-args): Reflow.
7208         (message-kill-to-signature): Fix typo in docstring.
7209
7210         * smiley.el (smiley-buffer): Fix typo in docstring.
7211
7212 2010-03-24  Glenn Morris  <rgm@gnu.org>
7213
7214         * mail-source.el (gnus-message): Declare.
7215         (mail-source-delete-old-incoming): Require gnus-util.
7216
7217 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7220
7221         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7222
7223         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7224         password-cache's default if it is not bound.
7225         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7226         password-cache-expiry's default if it is not bound.
7227
7228         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7229         available in Emacs 21.
7230
7231         * lpath.el: Suppress compiler warnings for:
7232         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7233         XEmacs;
7234         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7235         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7236         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7237
7238 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7239
7240         * auth-source.el (auth-sources): Fix up definition so extra parameters
7241         are always inline.
7242
7243 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7244
7245         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7246         wasn't updated after mismatch.  Clear cached mailbox info correctly
7247         when uidvalidity changes.
7248         (nnimap-group-prefixed-name): New function to avoid some code
7249         duplication.
7250         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7251         (nnimap-request-group): Use it.
7252         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7253         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7254         with many imap folders.  This is done by caching the group status from
7255         the imap server persistently in a group parameter `imap-status'.  (This
7256         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7257         but not persistently, so every Gnus startup was still very slow.)
7258
7259 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7260
7261         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7262         delete the extra newline.  Otherwise editing of :string and :number
7263         types don't work.
7264
7265 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7266
7267         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7268         secrets.el dependency.
7269         (auth-sources): Add optional user name.  Add secrets.el configuration
7270         choice (unused right now).
7271
7272 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7273
7274         * gnus-sum.el (gnus-summary-make-menu-bar):
7275         Let `gnus-registry-install-shortcuts' fill in the functions.
7276
7277         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7278         warnings.
7279         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7280         (gnus-registry-install-shortcuts): Populate and use it in a
7281         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7282
7283 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7284
7285         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7286         In-place substitutions for the group name encoding/decoding.
7287         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7288         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7289         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7290         (nnimap-update-unseen, nnimap-request-list)
7291         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7292         (nnimap-request-set-mark, nnimap-split-to-groups)
7293         (nnimap-split-articles, nnimap-request-newgroups)
7294         (nnimap-request-create-group, nnimap-request-accept-article)
7295         (nnimap-request-delete-group, nnimap-request-rename-group)
7296         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7297         `encoded-mbx' for consistency.
7298         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7299         variable `imap-current-mailbox'.
7300
7301         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7302         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7303
7304 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7305
7306         * pop3.el (pop3-display-message-size-flag): Display message size byte
7307         counts during POP3 download.
7308         (pop3-movemail): Use it.
7309         (pop3-list): Implement listing of available messages.
7310
7311 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7312
7313         * nnir.el (nnir-get-article-nov-override-function): New function to
7314         override the normal NOV retrieval.
7315         (nnir-retrieve-headers): Use it.
7316
7317 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7318
7319         * auth-source.el (netrc-machine-user-or-password): Autoload.
7320
7321 2010-03-19  Glenn Morris  <rgm@gnu.org>
7322
7323         Stop message.el from loading about 40 libraries it doesn't always need.
7324         The general approach is to autoload rather than require, and to
7325         require in the specific functions rather than the file.  (Bug#5642)
7326
7327         * gmm-utils.el: Don't require wid-edit.
7328         (widget-create-child-value, widget-convert, widget-default-get):
7329         Autoload.
7330
7331         * gnus-util.el: Don't require time-date, netrc.
7332         (message-fetch-field, gnus-group-name-decode): Declare rather than
7333         autoloading.
7334         (gnus-fetch-field): Require message.
7335         (gnus-decode-newsgroups): Require gnus-group.
7336
7337         * ietf-drums.el: Don't require time-date.
7338
7339         * message.el: Don't require hashcash, canlock, ecomplete.
7340         Do require mail-utils.  Require nnheader only when compiling.
7341         (smtpmail-default-smtp-server): Remove declaration.
7342         (message-send-mail-function): Check smtpmail-default-smtp-server
7343         is bound rather than requiring smtpmail.
7344         (message-auto-save-directory, message-insert-signature):
7345         Use expand-file-name rather than nnheader-concat.
7346         (nnheader-insert-file-contents): Autoload.
7347         (hashcash-wait-async): Declare.
7348         (message-send-mail): Only call gnus-setup-posting-charset if
7349         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7350         (message-send-mail-with-sendmail): Require sendmail.
7351         (canlock-password, canlock-password-for-verify): Declare.
7352         (message-canlock-password): Require canlock.
7353         (nnheader-get-report): Autoload.
7354         (gnus-setup-posting-charset): Declare.
7355         (message-send-news): Require gnus-msg.
7356         (message-make-references, message-make-in-reply-to): Use mail-header-id
7357         rather than the alias mail-header-message-id.
7358         (ecomplete-add-item, ecomplete-save): Declare.
7359         (message-put-addresses-in-ecomplete): Require ecomplete.
7360         (ecomplete-display-matches): Autoload.
7361
7362         * mm-decode.el: Don't require mailcap, gnus-util.
7363         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7364         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7365         Autoload.
7366         (mailcap-mime-extensions): Declare.
7367
7368         * mm-encode.el: Don't require mailcap.
7369         (mailcap-extension-to-mime): Autoload.
7370
7371         * mml-sec.el: Don't require password-cache.
7372
7373         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7374         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7375         (mml-minibuffer-read-type): Require mailcap.
7376         (mml-preview): Require gnus-msg.
7377
7378         * mml1991.el: Require password-cache.
7379         (password-cache-expiry): Remove declaration.
7380
7381         * mml2015.el: Require password-cache.
7382         (password-cache-expiry): Remove declaration.
7383
7384         * nneething.el (mailcap): Require mailcap.
7385
7386         * nnheader.el (declare-function): Add compatibility stub.
7387         (message-remove-header): Declare rather than autoload.
7388         (nnheader-replace-header): Require message.
7389
7390         * nnimap.el (declare-function): Add compatibility stub.
7391         (netrc-parse, netrc-machine-user-or-password): Declare.
7392         (nnimap-open-connection): Require netrc.
7393
7394         * nntp.el (declare-function): Add compatibility stub.
7395         (netrc-parse, netrc-machine, netrc-get): Declare.
7396         (nntp-send-authinfo): Require netrc.
7397
7398         * rfc2047.el: Don't require qp.
7399         (quoted-printable-encode-region, quoted-printable-decode-string):
7400         Autoload.
7401
7402         * sieve-mode.el: Don't require easymenu.
7403         (easy-menu-add-item): Autoload it.
7404
7405         * spam-stat.el (time-to-number-of-days): Autoload it.
7406
7407 2010-03-19  Glenn Morris  <rgm@gnu.org>
7408
7409         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7410
7411 2010-03-18  Glenn Morris  <rgm@gnu.org>
7412
7413         * hashcash.el (declare-function): Remove duplicate definition.
7414
7415 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7416
7417         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7418         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7419         value if any backslash escapes).
7420
7421 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7424         if it is available.  (bug#5647)
7425
7426         * lpath.el: Suppress compiler warning for coding-system-from-name for
7427         Emacs 21 and XEmacs.
7428
7429 2010-03-14  Juri Linkov  <juri@jurta.org>
7430
7431         * hmac-def.el:
7432         * hmac-md5.el:
7433         * netrc.el: Fix keywords.
7434
7435 2010-02-26  Glenn Morris  <rgm@gnu.org>
7436
7437         * message.el (message-send-mail-function): Change the default, so that
7438         it inherits from a customized send-mail-function.  (Bug#5643)
7439
7440 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7441
7442         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7443         shell-command-to-string signals an error (bug#5299).
7444
7445 2010-02-24  Glenn Morris  <rgm@gnu.org>
7446
7447         * message.el (message-smtpmail-send-it)
7448         (message-send-mail-with-mailclient): Doc fixes.
7449
7450 2010-02-16  Glenn Morris  <rgm@gnu.org>
7451
7452         * message.el (message-default-mail-headers): Change the default value
7453         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7454
7455 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7458         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7459
7460 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7461
7462         * time-date.el (date-to-time): Doc fix (Bug#5408).
7463
7464 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7465
7466         * message.el (message-mail): Just pass yank-action on to message-setup.
7467         (message-setup): Handle (FUN . ARGS) form of yank-action.
7468         (message-with-reply-buffer, message-widen-reply)
7469         (message-yank-original): Handle non-buffer values of
7470         message-reply-buffer (Bug#4080).
7471         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7472
7473 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7474
7475         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7476         Fix typo in docstring.
7477
7478 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7479
7480         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7481         response.
7482
7483 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7486
7487         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7488
7489         * message.el (message-check-news-header-syntax): Protect against a
7490         string that `rfc822-addresses' returns when parsing fails.
7491
7492 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7495         (gnus-previous-char-property-change): New functions.
7496
7497         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7498
7499 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7500
7501         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7502         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7503
7504 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7505
7506         * message.el (message-exchange-point-and-mark): Rework last change to
7507         avoid using optional arg of exchange-point-and-mark, for backward
7508         compatibility.
7509
7510 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7511
7512         * message.el (message-exchange-point-and-mark):
7513         Call exchange-point-and-mark with an argument rather than setting
7514         mark-active by hand (Bug#5175).
7515
7516 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * nntp.el (nntp-service-to-port): Work for service expressed with
7519         numeric string; replace [:digit:] with [0-9] for XEmacs.
7520
7521 2009-12-17  Glenn Morris  <rgm@gnu.org>
7522
7523         * gnus-group.el (gnus-bug-group-download-format-alist):
7524         Change emacs entry to debbugs.gnu.org.  Bump :version.
7525
7526 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7529
7530 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * message.el (message-info): Explain why we use `Info-goto-node'.
7533
7534 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7537
7538 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7539
7540         * message.el (message-completion-in-region): New compatibility function.
7541         (message-expand-group): Use it.
7542
7543 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7546         with no unread article should be listed if the 2nd arg `predicate' is
7547         given.
7548
7549 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7552
7553 2009-11-29  Juri Linkov  <juri@jurta.org>
7554
7555         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7556         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7557         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7558
7559 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7560
7561         * sha1.el (sha1-string-external): default-directory "/" in case
7562         otherwise non-existent.  process-connection-type pipe for touch of
7563         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7564
7565 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7566
7567         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7568         it's comms related and sgml-mode.el has "comm" on that basis too.
7569
7570 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7573         containing tspecial characters if they have been already quoted.
7574
7575 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7576
7577         * dns-mode.el (auto-mode-alist): Purecopy string.
7578
7579 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7580
7581         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7582
7583 2009-10-24  Glenn Morris  <rgm@gnu.org>
7584
7585         * gnus-art.el (help-xref-stack-item): Define for compiler.
7586
7587 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7588
7589         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7590
7591 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7594
7595 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7598         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7599
7600 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7603         (gnus-overlays-in): New alias to overlays-in.
7604
7605         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7606         gnus-overlay-get, and gnus-delete-overlay.
7607         (gnus-summary-show-thread): Make it work as well for systems in which
7608         next-single-char-property-change is not available.
7609         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7610
7611         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7612         (gnus-overlay-get): New alias to extent-property.
7613         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7614
7615         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7616         SXEmacs.
7617
7618         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7619         SXEmacs.
7620
7621 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7624
7625 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7626
7627         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7628         and XEmacs that don't have `remove-overlays'.
7629
7630 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7631
7632         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7633         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7634         selective display.  Use overlays instead.
7635
7636 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7637
7638         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7639
7640 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7641
7642         * spam-stat.el (spam-stat-load): Fix typo in message.
7643
7644 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7645
7646         * dig.el (dig-invoke): Fix typo in docstring.
7647         (query-dig): Reflow docstring.
7648
7649 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7650
7651         * gnus-art.el (gnus-article-encrypt-body):
7652         * message.el (message-check-recipients):
7653         * mm-util.el (mm-codepage-setup):
7654         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7655         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7656
7657 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7658
7659         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7660         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7661         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7662         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7663         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7664
7665 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7666
7667         * dig.el: Add "Keywords: comm", as per net-utils.el.
7668
7669 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7670
7671         * dig.el (dig-mode): Use define-derived-mode.
7672
7673 2009-09-19  Glenn Morris  <rgm@gnu.org>
7674
7675         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7676
7677 2009-09-18  Glenn Morris  <rgm@gnu.org>
7678
7679         * gnus-diary.el (gnus-diary-check-message):
7680         * message.el (message-insert-formatted-citation-line):
7681         * nnbabyl.el (top-level):
7682         * nndiary.el (nndiary-schedule):
7683         Fix typos in condition-case handlers.
7684
7685 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7688         configuration that provides the sole article window in a frame;
7689         position point correctly after deleting a part.
7690
7691 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7692
7693         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7694         (spam-resolve-registrations-routine): Use it to unregister articles
7695         that change status.
7696
7697 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7700         with XEmacs.
7701         (parse-time-string-chars): Use it.
7702
7703 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7704
7705         * imap.el (imap-interactive-login): Better messages.
7706         (imap-open): Fix bug with renamed buffer on reconnect.
7707         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7708         for easier debugging and cleaner code.  On successful (guessed based on
7709         server capabilities) secondary authentication, set imap-state
7710         correctly.
7711         (imap-last-authenticator): Define imap-last-authenticator as a variable
7712         to avoid warnings.
7713
7714 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * nnrss.el (nnrss-request-article): Remove binding of
7717         default-enable-multibyte-characters that has gotten needless by
7718         the 2007-07-13 change in rfc2047-encode-message-header.
7719
7720         * mml.el (mml-insert-multipart): Error on the message header.
7721         (mml-insert-part): Error on the message header; position point at
7722         the end of a MIME tag.
7723
7724 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * time-date.el (autoload): Expand define-obsolete-function-alias into
7727         defalias and make-obsolete for old Emacsen that Gnus supports.
7728         (with-no-warnings): Define it for old Emacsen.
7729         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7730         is available.
7731         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7732         float-time is available; suppress compile warning for time-to-seconds.
7733
7734         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7735         (gnus-float-time): Alias to float-time if it exists.
7736
7737         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7738         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7739         float-time is available; suppress compile warning for time-to-seconds.
7740
7741         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7742         XEmacs.
7743
7744 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7745
7746         * imap.el (imap-message-map): Docstring fix.
7747
7748 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7751         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7752         Add the optional argument `encoding' that overrides the default.
7753
7754         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7755         mm-encode-buffer.
7756
7757 2009-09-04  Glenn Morris  <rgm@gnu.org>
7758
7759         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7760         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7761         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7762         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7763         * mm-util.el (mm-with-unibyte-current-buffer)
7764         (mm-find-buffer-file-coding-system):
7765         * yenc.el (yenc-decode-region): Use default-value rather than
7766         default-enable-multibyte-characters.
7767
7768 2009-09-03  Glenn Morris  <rgm@gnu.org>
7769
7770         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7771         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7772         than default-enable-multibyte-characters.
7773
7774 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7775
7776         * gnus-art.el (gnus-article-read-summary-keys):
7777         Fix gnus-buffer-configuration's value temporarily used.
7778
7779 2009-09-02  Glenn Morris  <rgm@gnu.org>
7780
7781         * gnus-util.el (gnus-float-time): New function.
7782         * gnus-delay.el (gnus-delay-article):
7783         * gnus-sum.el (gnus-thread-latest-date):
7784         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7785         * nnspool.el (nnspool-request-newgroups):
7786         Use gnus-float-time rather than time-to-seconds.
7787         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7788
7789         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7790         (gnus-header-subject-face, gnus-header-newsgroups-face)
7791         (gnus-header-name-face, gnus-header-content-face):
7792         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7793         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7794         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7795         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7796         (gnus-cite-face-11):
7797         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7798         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7799         (gnus-server-closed-face, gnus-server-denied-face)
7800         (gnus-server-offline-face):
7801         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7802         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7803         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7804         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7805         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7806         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7807         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7808         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7809         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7810         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7811         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7812         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7813         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7814         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7815         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7816         (gnus-summary-high-undownloaded-face)
7817         (gnus-summary-low-undownloaded-face)
7818         (gnus-summary-normal-undownloaded-face)
7819         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7820         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7821         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7822         (gnus-splash-face):
7823         * message.el (message-header-to-face, message-header-cc-face)
7824         (message-header-subject-face, message-header-newsgroups-face)
7825         (message-header-other-face, message-header-name-face)
7826         (message-header-xheader-face, message-separator-face)
7827         (message-cited-text-face, message-mml-face):
7828         * sieve-mode.el (sieve-control-commands-face)
7829         (sieve-action-commands-face, sieve-test-commands-face)
7830         (sieve-tagged-arguments-face):
7831         * spam.el (spam-face):
7832         Mark face aliases with "-face" in the name as obsolete.
7833
7834 2009-09-01  Glenn Morris  <rgm@gnu.org>
7835
7836         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7837         than goto-line.
7838
7839 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7842         Don't move point if the command is invoked inside the message header.
7843
7844 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7845
7846         * imap.el (imap-send-command): Simplify.
7847         (imap-wait-for-tag): point-max -> buffer-size.
7848
7849 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7850
7851         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7852         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7853         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7854         * nnir.el (nnir-swish-e-index-file):
7855         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7856         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7857         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7858         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7859         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7860         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7861
7862 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7865         Don't save excursion.
7866
7867 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7868
7869         * nnheader.el (nnheader-find-file-noselect):
7870         * mm-util.el (mm-insert-file-contents):
7871         Use (default-value 'major-mode) instead of default-major-mode.
7872
7873 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7874
7875         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7876
7877 2009-08-26  Glenn Morris  <rgm@gnu.org>
7878
7879         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7880         than placing in files.el.
7881
7882 2009-08-25  Glenn Morris  <rgm@gnu.org>
7883
7884         * nnir.el (top-level): Don't require cl at run-time.
7885         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7886         Replace cl-function substitute with gnus-replace-in-string.
7887         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7888         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7889         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7890         simplified expansions.
7891
7892 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7893
7894         * dig.el (dig): Add autoload cookie.
7895
7896 2009-08-22  Glenn Morris  <rgm@gnu.org>
7897
7898         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7899         goto-line.
7900
7901 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7902
7903         * parse-time.el (parse-time-string-chars): Save match data.
7904
7905 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7906
7907         * parse-time.el (parse-time-string-chars): Compute using character
7908         classes, to handle non-ascii characters (Bug#3190).
7909
7910 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7913
7914         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7915         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7916         (gnus-mm-display-part, gnus-mime-display-single)
7917         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7918         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7919
7920         * gnus-sum.el
7921         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7922         (gnus-summary-move-article): Add expirable mark to articles copied or
7923         moved to group that has auto-expire turned on if the option is non-nil.
7924
7925 2009-07-24  Glenn Morris  <rgm@gnu.org>
7926
7927         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7928         Fix typo.  (Bug#3903)
7929
7930 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7933         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7934         that should not be used for draft articles.
7935         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7936         that has no concern in minor mode keys.
7937         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7938         Abolish.
7939
7940 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7943         article without making inquiry to a user for unknown encoding.
7944
7945         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7946         (nnmaildir--scan): Assume i-node and device number that file-attributes
7947         returns might be cons-cell.
7948
7949         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7950
7951         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7952
7953 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7954
7955         * auth-source.el: Remove docs now in auth.texi.  Don't use
7956         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7957         `auth-source-hide-passwords' and use them.
7958
7959 2009-07-15  Glenn Morris  <rgm@gnu.org>
7960
7961         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7962
7963 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7966         excessive whitespace from the default values of title and description.
7967
7968 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7971         mail-fetch-field to fetch Content-Description header in order to
7972         exclude newlines.
7973
7974 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7975
7976         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7977         format used by GnuPG 2.0.11.
7978
7979 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7982         to deleted part.
7983
7984 2009-05-30  David Engster  <dengste@eml.cc>
7985
7986         * nnmairix.el: Remove old documentation in the commentary block.
7987         (nnmairix-request-group): Do not update active file for nnml back ends.
7988         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7989         end so that overview files are ignored.
7990         (nnmairix-update-groups): Make updating the groups more robust by using
7991         marks.
7992         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7993         with dollar characters in message-id.
7994
7995 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7998         2008-12-25 in dns.el.
7999
8000 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8001
8002         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8003         could happen if the text is only composed of spaces and/or tabs.
8004
8005 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8006
8007         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8008         when sending a queued message to avoid extra mml tags.
8009
8010 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8013
8014 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8017         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8018         rmail-toggle-header for XEmacs;
8019         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8020
8021 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-dired.el: Remove autoload for gnus-setup-message.
8024         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8025         displaying Gnus logo; always use compose-mail.
8026
8027 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8030
8031 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8034         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8035         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8036         available.
8037         (gnus-nocem-epg-verify): New function.
8038
8039 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8042
8043 2009-02-15  Glenn Morris  <rgm@gnu.org>
8044
8045         * gnus-util.el (rmail-insert-rmail-file-header)
8046         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8047         autoloads.
8048         (rmail-default-rmail-file): Remove unnecessary declaration.
8049         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8050
8051 2009-02-14  Glenn Morris  <rgm@gnu.org>
8052
8053         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8054         variable (only used in gnus-util, which declares it anyway).
8055         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8056         which was only needed by gnus-art (changed to not use it any more).
8057         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8058         only used in gnus-util, which autoloads it itself.
8059         (rmail-update-summary): Fix autoload.
8060
8061         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8062         rather than rmail-output-to-rmail-file.
8063
8064 2009-02-07  Glenn Morris  <rgm@gnu.org>
8065
8066         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8067         autoload of function that no longer exists.
8068         (rmail-toggle-header): Declare.
8069         (message-forward-rmail-make-body): Handle mbox Rmail.
8070
8071 2009-01-31  Glenn Morris  <rgm@gnu.org>
8072
8073         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8074         2009-01-09 change.
8075
8076 2009-01-31  Dave Love  <fx@gnu.org>
8077
8078         * imap.el (imap-fetch-safe): Bind debug-on-error.
8079         (imap-debug): Add imap-fetch-safe.
8080
8081 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8082
8083         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8084         (auth-source-forget-all-cached): New convenience function.
8085         (auth-source-user-or-password): Accept list of modes or a single mode.
8086
8087         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8088         auth-source modes.
8089
8090         * netrc.el (netrc-machine-user-or-password): Use list of
8091         auth-source modes.
8092
8093         * nnimap.el (nnimap-open-connection): Use list of
8094         auth-source modes.
8095
8096         * nntp.el (nntp-send-authinfo): Use list of
8097         auth-source modes.
8098
8099 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8100
8101         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8102         now.
8103
8104 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8107         coding system in XEmacs; add a workaround for XEmacs.
8108
8109         * lpath.el: Fbind coding-system-aliasee.
8110
8111 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8114         of current-language-environment.
8115
8116 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8119         available at runtime.
8120
8121 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8124
8125 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8126
8127         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8128         the greatest positive fixnum value doesn't work under an XEmacs with
8129         bignum support; use the most-positive-fixnum constant instead,
8130         available since Emacs 21.1 with cl and XEmacs 21.1.
8131
8132 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8135         XEmacs gets not to work.
8136
8137 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * mm-util.el (mm-coding-system-priorities): Allow the value like
8140         "Japanese (UTF-8)" of current-language-environment.
8141
8142 2009-01-09  Glenn Morris  <rgm@gnu.org>
8143
8144         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8145         with last-command-event.
8146
8147 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8148
8149         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8150         in the doc string.
8151
8152         * message.el (message-fix-before-sending): Amend comment.
8153
8154 2009-01-08  Dave Love  <fx@gnu.org>
8155
8156         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8157
8158 2009-01-07  David Engster  <dengste@eml.cc>
8159
8160         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8161         simplified server definitions by converting it via
8162         gnus-server-to-method.
8163
8164 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8167         parameter's operands.
8168
8169 2009-01-06  David Engster  <dengste@eml.cc>
8170
8171         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8172         primary select method (for gnus-group-mark-article-as-read).
8173
8174 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8175
8176         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8177         `(gnus)Face', not `(gnus)X-Face'.
8178
8179 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * mm-util.el (mm-ucs-to-char): New function.
8182
8183         * mm-url.el (mm-url-decode-entities): Use it.
8184
8185         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8186         unicode-to-char.
8187
8188 2009-01-05  Dave Love  <fx@gnu.org>
8189
8190         * time-date.el: Require cl for `declare'.
8191
8192 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8195         Dave Love.
8196
8197 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8198
8199         * message.el (message-fix-before-sending): Add `eight-bit' to
8200         illegible-text check.
8201
8202 2009-01-03  Michael Olson  <mwolson@gnu.org>
8203
8204         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8205         `headers' is nil.  This can occur if the IMAP server does not have
8206         permissions to read messages from a folder, but can write new messages
8207         to the folder.
8208         (nnimap-request-article-part): Do not insert `data' if it is nil.
8209
8210         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8211         characters which will confuse `read', so skip past them.
8212
8213 2009-01-01  Dave Love  <fx@gnu.org>
8214
8215         * imap.el (imap-string-to-integer): Fix typo.
8216         (imap-fetch-safe): New function.
8217         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8218
8219         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8220
8221         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8222         (imap-parse-greeting): Fix doc strings.
8223         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8224         (imap-parse-flag-list): Make messages unique.
8225         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8226
8227         * nnimap.el: Fix author email.
8228         (nnimap-split-rule): Add FIXME comment.
8229         (nnimap-debug): Fix doc string.
8230
8231 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8234
8235 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8236
8237         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8238         nslookup if resolv.conf isn't available.
8239         (dns-query): Rename from query-dns.
8240         (dns-query-cached): Rename from query-dns-cached.
8241
8242 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8245         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8246         to check if those variables exist (first appeared in Emacs 18.50).
8247
8248 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * mm-util.el (mm-line-number-at-pos): New function.
8251
8252         * spam-report.el (spam-report-process-queue): Use it.
8253
8254 2008-12-24  David Engster  <dengste@eml.cc>
8255
8256         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8257         parameters that haven't existed as variables as buffer-local variables.
8258
8259 2008-12-23  Dave Love  <fx@gnu.org>
8260
8261         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8262         cadar.
8263
8264         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8265         imap-starttls-p.
8266         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8267
8268 2008-12-22  Dave Love  <fx@gnu.org>
8269
8270         * imap.el: Fix author email.  Doc fixes.
8271         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8272         reply.
8273
8274 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * spam-report.el (spam-report-gmane-max-requests): New constant.
8277         (spam-report-gmane-wait): New variable.
8278         (spam-report-gmane-ham, spam-report-gmane-spam)
8279         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8280         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8281         the server.
8282
8283         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8284         Add explanations.
8285
8286         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8287         nnheader-accept-process-output and nnheader-read-timeout if available.
8288         (pop3-movemail): Use it.
8289
8290         * message.el (message-check-news-body-syntax): Fix signature check if
8291         there's an attachment.
8292
8293 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * mm-util.el: Add comments to the mm- emulating functions.
8296
8297 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8300         Reported by Stephen Berman <stephen.berman@gmx.net>.
8301
8302 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * mm-util.el (mm-substring-no-properties): New function.
8305         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8306         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8307         (mm-string-to-multibyte): Doc fix.
8308
8309         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8310
8311 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * mml.el (mml-attach-file): Strip text properties from file name.
8314         (Bug#1574)
8315
8316 2008-12-16  Glenn Morris  <rgm@gnu.org>
8317
8318         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8319
8320 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8323         knows since the charset specified might be a bogus alias that
8324         mm-charset-synonym-alist provides.
8325
8326 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8329         "ISO_8859-1".
8330
8331         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8332
8333 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * mm-util.el (mm-charset-eval-alist):
8336         Define it before mm-charset-to-coding-system.
8337         (mm-charset-to-coding-system): Add optional argument `silent';
8338         define it before mm-charset-override-alist.
8339         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8340         default value if it can be used in Emacs currently running;
8341         silence mm-charset-to-coding-system.
8342
8343 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8346         `allow-override' which says whether to use `mm-charset-override-alist'.
8347         (rfc2047-decode-encoded-words): Use it.
8348
8349         * mm-util.el (mm-charset-override-alist): Fix custom type;
8350         add `(gb2312 . gbk)' to choices.
8351
8352 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8355         fast.
8356
8357         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8358
8359         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8360
8361 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8362
8363         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8364         on links.
8365
8366         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8367
8368 2008-12-03  Lute Kamstra  <lute@gnu.org>
8369
8370         * sha1.el: Remove leading * from docstrings of defcustoms,
8371         deffaces, defconsts and defuns.
8372
8373 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8376         users' addresses that don't have domain parts.
8377         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8378         rather than message-narrow-to-head since there will be the message
8379         header separator.
8380
8381 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8382
8383         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8384         since the result is inserted in a unibyte buffer anyway.
8385         (nnimap-demule-use-string-to-multibyte): Remove.
8386         (nnimap-demule): Alias it to mm-string-to-multibyte.
8387
8388 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8391         variable for debugging bug#464 and bug#1174.
8392         (nnimap-demule): Use it.
8393
8394 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8395
8396         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8397         score calculation correctly.
8398
8399 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8400
8401         * message.el (message-send-mail): Just set the buffer to unibyte
8402         rather than use mm-with-unibyte-current-buffer which does a lot more.
8403         (message-send-mail-partially): Don't bother with
8404         mm-with-unibyte-current-buffer since it's already been made unibyte by
8405         message-send-mail.
8406
8407 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8408
8409         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8410
8411 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8412
8413         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8414
8415 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8418         require itself and to remove `with-no-warnings'.
8419
8420 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8421
8422         * starttls.el (starttls-any-program-available): Get the name of the
8423         available TLS layer program.
8424         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8425         well as the host name in the "opening" message.
8426
8427         * auth-source.el (auth-source-cache, auth-source-do-cache)
8428         (auth-source-user-or-password): Cache passwords and logins by default,
8429         allow override with `auth-source-do-cache'.
8430         (auth-source-forget-user-or-password): Allow users to remove cache
8431         entries if needed.
8432
8433 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8434
8435         * md4.el (md4-buffer): Fix typo in docstring.
8436         (md4, md4-64): Doc fixes.
8437         (md4-pack-int32): Reflow docstring.
8438
8439 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8440
8441         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8442         condition-case to only the forward-sexp call.
8443
8444 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8445
8446         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8447         quotes contained.  Make it more robust regardless by an extra
8448         condition-case wrapper.
8449
8450 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8453
8454 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * nnml.el (nnml-request-expire-articles): Check if the function set to
8457         `nnmail-expiry-target' returns the symbol `delete'.
8458
8459         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8460
8461         * nnmail.el (nnmail-expiry-target): Fix custom type.
8462
8463 2008-10-02  Glenn Morris  <rgm@gnu.org>
8464
8465         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8466         Silence compiler warning.
8467
8468 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8469
8470         * tls.el (open-tls-stream): Show the actual command being
8471         executed, instead of the format string.
8472
8473 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * lpath.el: Fbind codepage-setup for Emacs 23.
8476
8477 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8478
8479         * mml.el (mml-menu): Don't assume mml2015 is bound.
8480
8481 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8484         exists.
8485
8486 2008-09-27  Glenn Morris  <rgm@gnu.org>
8487
8488         * gnus-util.el (mail-header-remove-comments): Autoload it.
8489
8490 2008-09-27  Andreas Schwab  <schwab@suse.de>
8491
8492         * gnus-util.el (gnus-split-references): Strip comments.
8493         (gnus-parent-id): Likewise.
8494
8495 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * message.el (message-confirm-send): Fix version.
8498
8499 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * message.el (message-idna-to-ascii-rhs-1): Use
8502         mail-extract-address-components rather than mail-header-parse-addresses
8503         that is an alias by default to ietf-drums-parse-addresses that does not
8504         support non-ASCII names in headers' contents.
8505
8506 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8507
8508         * message.el (message-confirm-send): Fix variable documentation to
8509         avoid the "y/n" wording.
8510
8511 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8512
8513         * message.el (message-set-auto-save-file-name): Save to a different
8514         filename so multiple messages (especially drafts) can be recovered.
8515
8516 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8517
8518         * message.el (message-confirm-send): Add appropriate version.
8519
8520 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8521
8522         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8523         defvar.
8524
8525 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8526
8527         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8528         (mm-pkcs7-enveloped-magic): Ditto.
8529
8530 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8531
8532         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8533         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8534
8535 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8536
8537         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8538         default, it's better.
8539
8540 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8541
8542         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8543         summary line gnus-number property and ignore them (with a warning
8544         message).
8545
8546 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8549         macro caddr in the interactive form since it won't be expanded.
8550
8551 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8554         `charset'; fix name of function called recursively.
8555         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8556
8557 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8560         (gnus-mime-set-charset-parameters): New function.
8561         (gnus-mime-view-part-as-charset): Use it to correctly display part
8562         specifying wrong charset.
8563
8564 2008-09-08  David Engster  <dengste@eml.cc>
8565
8566         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8567         in completing-read for back end server.
8568
8569 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8570
8571         * message.el (message-confirm-send): New variable to confirm sending a
8572         message.
8573         (message-send): Use it.
8574
8575 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8576
8577         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8578
8579 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8582
8583 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8584
8585         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8586         prevent tracking too many groups.
8587         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8588         Use it.
8589
8590 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8591
8592         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8593         moving point to the bottom of the window in order to avoid recentering.
8594
8595 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8598
8599         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8600         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8601         (gnus-article-beginning-of-window): Fix calculation.
8602
8603 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-msg.el (gnus-summary-supersede-article)
8606         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8607         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8608         message header.
8609
8610 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8611
8612         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8613         pending output coming after the status change.
8614
8615 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8616
8617         * message.el:
8618         * gnus-start.el:
8619         * gnus-registry.el: Remove VMS support.
8620
8621 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8624         macro.
8625         (rfc2104-hash): Use it.
8626
8627 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8630         (gnus-summary-sort-by-most-recent-date): New commands.
8631         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8632         and menu entries.
8633
8634 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8637         don't redisplay article for raw contents; remove plural articles stuff.
8638
8639         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8640         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8641         on gnus-summary-save-article; display results properly.
8642
8643 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * lpath.el: No need to fbind ns-focus-frame.
8646
8647 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8650
8651 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-art.el (gnus-summary-save-in-pipe):
8654         Consider gnus-save-all-headers.
8655
8656 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8657
8658         * gnus-util.el (ns-focus-frame): Remove declaration.
8659         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8660         like x.
8661
8662 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8663
8664         * rfc2104.el (rfc2104-zero): Delete defconst.
8665         (rfc2104-hex-alist): Likewise.
8666         (rfc2104-hex-to-int): Delete func.
8667         (rfc2104-hexstring-to-bitstring): Likewise.
8668         (rfc2104-nybbles): New defconst.
8669         (rfc2104-hash): Rewrite for speed.
8670
8671 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * tls.el (open-tls-stream): Make it work with the 2nd argument
8674         BUFFER that is a string but does not exist as a buffer object, as
8675         mentioned in the doc-string.
8676
8677 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8680         SXEmacs.
8681
8682 2008-07-16  Glenn Morris  <rgm@gnu.org>
8683
8684         * gnus-util.el (ns-focus-frame): Declare for compiler.
8685
8686 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8689         set as a group parameter.
8690         (gnus-summary-save-in-pipe): Work when it is called independently.
8691         (gnus-summary-pipe-to-muttprint): Don't modify
8692         gnus-summary-pipe-output-default-command.
8693
8694 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8695
8696         * message.el (message-send-mail-with-sendmail):
8697         Display the error message.
8698
8699 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-art.el (gnus-default-article-saver):
8702         Add gnus-summary-save-in-pipe to choices.
8703         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8704         gnus-summary-pipe-output-default-command as the default command.
8705         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8706         instead of gnus-last-shell-command.
8707
8708         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8709         New user option.
8710         (gnus-summary-muttprint-program): Mention the value will be changed.
8711         (gnus-summary-save-article): Force showing of all headers.
8712         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8713
8714 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8715
8716         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8717
8718 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8719
8720         * nnimap.el (nnimap-id):
8721         * sieve-manage.el (sieve-manage-open): Doc fixes.
8722
8723 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8724
8725         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8726         if available.
8727
8728 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8729
8730         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8731
8732         * nnkiboze.el (nnkiboze-generate-group):
8733         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8734
8735         * nnmairix.el: Require CL.
8736
8737 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * dgnushack.el: Autoload get-display-table and put-display-table for
8740         XEmacs 21.5.
8741
8742         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8743         21.4 and SXEmacs.
8744
8745 2008-06-15  David Engster  <dengste@eml.cc>
8746
8747         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8748
8749 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8750
8751         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8752         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8753         runtime choice under XEmacs.
8754
8755         * gnus-sum.el (gnus-summary-set-display-table):
8756         Use `gnus-put-display-table', `gnus-get-display-table',
8757         `gnus-set-display-table' for the display table, instead of `aset'.
8758
8759         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8760         Use `gnus-put-display-table', `gnus-get-display-table',
8761         `gnus-set-display-table' for the display table.
8762
8763 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8764
8765         * nnmairix.el: Add autoloads.
8766
8767 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8768
8769         * nnmairix.el (nnmairix-delete-recreate-group)
8770         (nnmairix-update-and-clear-marks): Fix error messages.
8771
8772 2008-06-14  David Engster  <dengste@eml.cc>
8773
8774         * nnmairix.el: Upgrade to version 0.6.
8775         (nnmairix-group-toggle-propmarks-this-group)
8776         (nnmairix-group-toggle-readmarks-this-group)
8777         (nnmairix-group-delete-recreate-this-group)
8778         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8779         (nnmairix-remove-tick-mark-original-article): New commands.
8780         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8781         (nnmairix-propagate-marks-to-nnmairix-groups)
8782         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8783         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8784         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8785         functions needed for marks propagation and manipulation of read marks.
8786         (nnmairix-update-groups): New function.
8787         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8788         (nnmairix-determine-original-group-from-registry)
8789         (nnmairix-determine-original-group-from-path)
8790         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8791         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8792         New helper functions.
8793         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8794         keystrokes for new commands.
8795         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8796         (nnmairix-request-group): Check allow-fast group parameter.
8797         (nnmairix-request-create-group): Set allow-fast group parameter if
8798         nnmairix-allowfast-default is set.
8799         (nnmairix-close-group): Propagate marks upon closing if needed.
8800         (nnmairix-group-toggle-threads-this-group): Use new.
8801         nnmairix-group-toggle-parameter helper function.
8802         (nnmairix-search): Better check for empty search result.
8803         (nnmairix-goto-original-article): Use new helper functions for
8804         determining original article.
8805         (nnmairix-show-original-article): Make sure message-id is in brackets.
8806         (nnmairix-call-mairix-binary): Change variable name.
8807         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8808         helper function.
8809         (nnmairix-widget-toggle-activate): Fix doc string.
8810
8811 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * nnir.el: Require edmacro when compiling with XEmacs.
8814         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8815         available in Emacs 21.
8816
8817 2008-06-11  Glenn Morris  <rgm@gnu.org>
8818
8819         * gnus-util.el (x-focus-frame):
8820         * gnus.el (image-size):
8821         * mm-decode.el (image-size): Declare.
8822
8823         * gnus-picon.el (declare-function): Add compat definition.
8824         (image-size): Declare.
8825
8826         * gnus-group.el (tool-bar-map):
8827         * gnus-sum.el (tool-bar-map): Define for compiler.
8828
8829         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8830
8831         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8832
8833         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8834         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8835         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8836         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8837         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8838         * sieve-manage.el, spam-report.el, spam.el:
8839         Remove unnecessary eval-and-compile of autoloads.
8840
8841 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8842
8843         * auth-source.el: Precise Tramp doc.
8844
8845 2008-06-07  Glenn Morris  <rgm@gnu.org>
8846
8847         * nnmairix.el: Remove unnecessary eval-when-compile.
8848
8849 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * lpath.el: Fbind propertize for XEmacs 21.4.
8852
8853 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * nnir.el: Move here from ../contrib.
8856
8857 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8858
8859         * gnus-util.el (gnus-read-shell-command): New function.
8860         * mm-decode.el (mm-pipe-part):
8861         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8862
8863 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8866
8867 2008-06-03  Glenn Morris  <rgm@gnu.org>
8868
8869         * pop3.el (nnheader-accept-process-output): Autoload it.
8870
8871 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8874         are not 2-digit hexadecimal characters that follow `%'s.
8875
8876 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * message.el (message-bogus-recipient-p): Fix type in doc string.
8879         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8880         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8881         Improve custom options.
8882         (message-bogus-recipient-p): Adjust accordingly.
8883
8884 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8885
8886         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8887         long-form month and day names.
8888
8889 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * dgnushack.el: Autoload debug, eudc-expand-inline and
8892         pgg-snarf-keys-region for XEmacs.
8893
8894         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8895
8896         * nnmairix.el: Require edmacro when compiling with XEmacs.
8897
8898 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8901         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8902
8903 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8904
8905         * auth-source.el: Add more docs.
8906
8907         * netrc.el (netrc-machine): Always match if the port is not given.
8908
8909 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8912         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8913         retrieval faster in some cases, but might make CPU usage larger.
8914         If this has any bad side effects, we might revert this change.
8915
8916         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8917         seems to make mail retrieval much, much faster.
8918         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8919         unconditionally.
8920
8921         * gnus-draft.el (gnus-group-send-queue):
8922         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8923
8924 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8927
8928         * message.el (message-bogus-address-regexp): Fix and improve custom
8929         type.
8930         (message-setup-hook): Add message-check-recipients as custom option.
8931
8932 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * message.el (message-cite-function): Remove bogus autoload which crept
8935         in during merge from v5-10.
8936
8937 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8938
8939         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8940
8941         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8942
8943         * auth-source.el: Preliminary Tramp docs.
8944         (auth-sources): Change the default auth-sources to use
8945         EPA .gpg files.
8946
8947 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8948
8949         * nntp.el: Autoload `auth-source-user-or-password'.
8950         (nntp-send-authinfo): Use it.
8951
8952         * nnimap.el: Autoload `auth-source-user-or-password'.
8953         (nnimap-open-connection): Use it.
8954
8955         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8956         for the gnus-message function.
8957         (auth-source-user-or-password): Use it.
8958
8959 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8960
8961         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8962         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8963         (rfc2104-hash): Use it.
8964
8965 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8966
8967         * gnus-art.el (gnus-article-toggle-truncate-lines):
8968         Don't use `iff' in docstring.
8969
8970 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8971
8972         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8973
8974         * gnus-util.el (gnus-extract-address-component-name)
8975         (gnus-extract-address-component-email): Convenience functions around
8976         `gnus-extract-address-components'.
8977
8978         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8979         Use `gnus-extract-address-component-email' to fix bug of comparing full
8980         sender name to `user-mail-address'.
8981
8982 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8983
8984         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8985         catch/throw to optimize.
8986         (gnus-registry-find-keywords): Just use member to find a keyword.
8987
8988 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8989
8990         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8991         is current before calling gnus-server-prepare.
8992         (gnus-server-setup-buffer, gnus-server-update-server)
8993         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8994
8995 2008-05-04  Juri Linkov  <juri@jurta.org>
8996
8997         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8998         (mailcap-file-default-commands): Use mailcap-replace-in-string
8999         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9000         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9001
9002 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9003
9004         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9005
9006 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9007
9008         * gnus.el: Bump version to 0.11.
9009
9010 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9011
9012         * gnus.el: No Gnus v0.10 is released.
9013
9014 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9015
9016         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9017         hooks.
9018         (gnus-update-read-articles): Speed up non-marks-using users.
9019         (gnus-use-marks): Define gnus-use-marks.
9020         (gnus-propagate-marks): Rename variable to something more sensible.
9021
9022 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9023
9024         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9025         (gmm-image-load-path-for-library): Fix typos in docstrings.
9026         (gmm-message): Reflow docstring.
9027
9028 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9029
9030         * mail-source.el (mail-source-set-1, mail-source-bind):
9031         Move auth-source code out of the macro to clean it up and fix bugs.
9032
9033 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9034
9035         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9036         by sender if it's equal to user-mail-address, it's likely to be
9037         useless.
9038
9039         * mail-source.el (mail-source-bind): Don't use user or password if they
9040         are not bound.  Unintern them if they are nil.  Don't use server unless
9041         it's bound, and default it to empty string otherwise.
9042
9043 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9044
9045         * mail-source.el: Load auth-source.el.
9046         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9047         get user name or password, if auth-sources is set up.
9048
9049         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9050         strategy of splitting with parent.
9051         (gnus-registry-split-fancy-with-parent)
9052         (gnus-registry-post-process-groups): Use it and fix prior
9053         bug (returning a list as the split result).
9054
9055         * auth-source.el (auth-sources): Remove server parameter.
9056         (auth-source-pick, auth-source-user-or-password)
9057         (auth-source-user-or-password-imap)
9058         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9059         (auth-source-user-or-password-sftp)
9060         (auth-source-user-or-password-smtp): Remove server parameter.
9061
9062 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9063
9064         * smime.el (smime-sign-region, smime-encrypt-region)
9065         (smime-decrypt-region):
9066         Remove redundant calls to `generate-new-buffer-name'.
9067
9068 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9069
9070         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9071         Don't use QP for message/rfc822.
9072         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9073
9074 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9075
9076         * sieve-manage.el (sieve-string-bytes): Remove.
9077         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9078         correct byte-length only if the process's coding-system is the same as
9079         the one used internally by Emacs to represent strings.
9080
9081 2008-04-22  Juri Linkov  <juri@jurta.org>
9082
9083         * mailcap.el (mailcap-file-default-commands): New function.
9084
9085 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * message.el (message-signature-separator, message-cite-function):
9088         Change custom version.
9089
9090 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9091
9092         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9093         commands.
9094         (tls-checktrust): Ditto.
9095
9096 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * mm-decode.el (mm-display-external): Make temp file read-only.
9099
9100 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9103         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9104         `C-c C-f d'.
9105
9106 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9107
9108         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9109
9110 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gnus.el: Bump version to 0.9.
9113
9114 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * gnus.el: No Gnus v0.8 is released.
9117
9118 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9119
9120         * mail-source.el (mail-source-value):
9121         Prefer fboundp to functionp so it works with macros as well.
9122
9123 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9124
9125         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9126         Fix last change in case the element is not even a symbol.
9127
9128 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9129
9130         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9131         Prefer fboundp to functionp so it works with macros as well.
9132
9133 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9134
9135         * auth-source.el: Add docs.
9136         (auth-sources): Modify format to support server.
9137         (auth-source-pick, auth-source-user-or-password)
9138         (auth-source-user-or-password-imap)
9139         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9140         (auth-source-user-or-password-sftp)
9141         (auth-source-user-or-password-smtp): Add server parameter.
9142
9143 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9144
9145         * gnus-registry.el: Initialize the registry when gnus-registry-install
9146         is t.
9147
9148 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * compface.el (uncompface): Make buffer unibyte.
9151
9152 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9153
9154         * mail-source.el (mail-source-value):
9155         Prefer fboundp to functionp so it works with macros as well.
9156
9157 2008-04-05  Glenn Morris  <rgm@gnu.org>
9158
9159         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9160
9161 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9162
9163         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9164         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9165
9166         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9167         multibyteness after rather than before erasing it.
9168
9169         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9170         mm-with-multibyte.
9171         (gnus-request-article-this-buffer): Make sure the proper decoding is
9172         used if gnus-original-article-buffer happens to be unibyte.
9173
9174         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9175         default-enable-multibyte-characters.
9176
9177         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9178         default-enable-multibyte-characters.
9179
9180         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9181
9182         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9183
9184 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9185
9186         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9187         Fix last change in case the element is not even a symbol.
9188
9189 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9190
9191         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9192         (imap-message-copyuid-1): Use it.
9193         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9194         J. Williams in
9195         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9196
9197         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9198         imap-enable-exchange-bug-workaround.
9199         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9200
9201 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9202
9203         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9204         a 100 byte status-checks into a 2-3MB transfer for each group.
9205         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9206         to enable bug workaround or not.
9207         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9208
9209 2008-03-31  Glenn Morris  <rgm@gnu.org>
9210
9211         * message.el (mml2015-use): Declare for compiler.
9212         (message-info): Require mml2015 when appropriate.
9213
9214 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9217         whitespace.
9218
9219 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9220
9221         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9222         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9223         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9224         (nntp-service-to-port): New function.
9225         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9226         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9227         (nntp-open-netcat-stream): New function.
9228         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9229
9230 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9231
9232         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9233
9234 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9235
9236         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9237
9238 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9239
9240         * dns.el (dns-write): Use set-buffer-multibyte.
9241
9242 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9243
9244         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9245
9246 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * message.el (message-signature-separator): Change default.
9249         Improve custom type.
9250         (message-cite-function): Change default to
9251         message-cite-original-without-signature.
9252
9253         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9254         toggle.
9255
9256         * message.el (message-check-news-body-syntax): Fix signature check.
9257         (message-setup-1): Mark buffer as unmodified _after_ running
9258         message-setup-hook and handling message-alternative-emails.
9259         (message-shorten-references): Be more strict when building list of
9260         valid references to comply with GNKSA.
9261
9262         * gnus-group.el (gnus-read-ephemeral-bug-group)
9263         (gnus-read-ephemeral-debian-bug-group)
9264         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9265
9266         * message.el (message-info): Don't use booleanp which isn't supported
9267         in Emacs 21 and XEmacs.
9268
9269 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9272         gnus-group-gmane-group-download-format.
9273         (gnus-group-read-ephemeral-gmane-group): Rename from
9274         gnus-group-read-ephemeral-gmane-group.
9275         (gnus-read-ephemeral-gmane-group-url): Rename from
9276         gnus-group-read-ephemeral-gmane-group-url.
9277         (gnus-bug-group-download-format-alist): New variable.
9278         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9279         (gnus-read-ephemeral-emacs-bug-group): New commands.
9280
9281 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9284         (gnus-visible-headers): Improve custom type.
9285
9286 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * mml.el (mml-menu): Add workarounds for XEmacs.
9289
9290         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9291         X-Boundary header.
9292
9293         * message.el (message-simplify-recipients): Fix previous commit.
9294
9295 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9296
9297         * mm-util.el (mm-set-buffer-multibyte): New function.
9298         * mm-decode.el (mm-copy-to-buffer): Use it.
9299
9300         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9301         Prefer fboundp to functionp so it works with macros as well.
9302
9303 2008-03-19  Glenn Morris  <rgm@gnu.org>
9304
9305         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9306         Accidentally removed in the sync process with Emacs.
9307
9308 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * message.el (message-alter-recipients-discard-bogus-full-name):
9311         New function.
9312         (message-alter-recipients-function): New variable.
9313         (message-get-reply-headers): Use it.
9314         (message-replace-header): New helper function.
9315         (message-recipients-without-full-name): New variable.
9316         (message-simplify-recipients): New command.
9317
9318         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9319
9320         * message.el (message-info): Handle EasyPG manual.
9321
9322         * mml.el (mml-menu): Add entry for EasyPG.
9323
9324 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9325
9326         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9327         parameter.
9328
9329         * message.el (message-disassociate-draft): Specify drafts group name
9330         fully.
9331
9332 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9333
9334         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9335         Eliminate unnecessary duplicates from the match list.
9336
9337 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9340
9341         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9342
9343         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9344         args of `how-many' of which the XEmacs version doesn't take; declare
9345         Info-index-next as function.
9346
9347 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * gnus-score.el (gnus-score-headers): Fix handling of
9350         gnus-inhibit-slow-scoring.
9351
9352         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9353         string.
9354         (gnus-button-url-regexp): Improve handling of parenthesis.
9355         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9356         (gnus-button-handle-info-keystrokes): Handle index entries.
9357
9358 2008-03-15  Glenn Morris  <rgm@gnu.org>
9359
9360         * parse-time.el (parse-time-string): Simplify.
9361
9362 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9365         Incoming* files.
9366
9367 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9368
9369         * auth-source.el (auth-sources): Rename from auth-source-choices.
9370         (auth-source-pick): Use it.
9371
9372 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9373
9374         * binhex.el (binhex-decode-region-internal):
9375         * uudecode.el (uudecode-decode-region-internal):
9376         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9377         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9378         setting default-enable-multibyte-characters.
9379
9380 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9381
9382         * auth-source.el (auth-source-protocols)
9383         (auth-source-protocols-customize, auth-source-choices): Add and
9384         modified variable customizations and defaults.
9385         (auth-source-pick, auth-source-user-or-password)
9386         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9387         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9388         (auth-source-user-or-password-sftp)
9389         (auth-source-user-or-password-smtp): Use new variables and provide an
9390         interface to netrc.el.
9391
9392 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9395         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9396         Make sure the nntp port to specify is a string.
9397
9398 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9399
9400         * nntp.el: Use with-current-buffer.
9401         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9402         dubious mm-with-unibyte-current-buffer.
9403         (nntp-with-open-group-function): New function extracted from
9404         nntp-with-open-group macro.
9405         (nntp-with-open-group): Use the function, so it's easier to debug.
9406         Add indentation and debugging info.
9407         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9408         Recommend the use of the netcat alternatives.
9409
9410         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9411         Avoid mm-string-as-multibyte as well.
9412
9413         * nnweb.el (nnweb-insert-html):
9414         Remove use of nnheader-string-as-multibyte.
9415
9416         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9417         (nnheader-string-as-multibyte): Remove.
9418
9419         * mm-view.el: Use inhibit-read-only.
9420         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9421         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9422         or unibyte-string.
9423
9424         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9425         (mm-uu-yenc-extract): Use with-current-buffer.
9426
9427         * gnus-soup.el (gnus-soup-send-packet): Don't use
9428         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9429
9430         * nnmh.el: Use with-current-buffer.
9431         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9432         mm-string-as-multibyte on the output of mm-encode-coding-string.
9433
9434         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9435         (nnimap-request-move-article): Use with-current-buffer.
9436
9437         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9438         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9439         conversion uses string-make-unibyte rather than string-as-unibyte.
9440
9441         * gnus-msg.el: Use with-current-buffer.
9442
9443         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9444
9445 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9446
9447         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9448         string for caching if it is 'PIN.
9449
9450 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * lpath.el: Consider the case without Emacs/W3.
9453
9454 2008-03-08  Glenn Morris  <rgm@gnu.org>
9455
9456         * time-date.el (date-to-time, time-subtract, time-add)
9457         (safe-date-to-time): Doc fixes.
9458
9459 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * mail-source.el (mail-source-delete-old-incoming-confirm):
9462         Change default to nil.
9463         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9464
9465 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * lpath.el: Rearrange.
9468
9469         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9470         (gnus-article-goto-prev-page): Work for articles having ^L's.
9471
9472         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9473
9474         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9475
9476 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9477
9478         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9479         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9480         (gnus-bookmark-jump): Adjust some variable names.
9481
9482 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9483
9484         * auth-source.el: New package.
9485         (auth-source-choices): Add customization entry point variable.
9486
9487         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9488         bug.
9489
9490 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9491
9492         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9493         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9494         (gnus-registry-install-shortcuts): Rename from
9495         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9496         the `gnus-registry-mark-map' keymap dynamically from
9497         `gnus-registry-marks'.  The generated functions update the summary line
9498         when a registry mark is added or deleted, and will call
9499         `gnus-registry-install-p' (see the comments in the code).
9500         (gnus-registry-user-format-function-M): Use concat intelligently.
9501
9502         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9503         the registry mark functions.
9504
9505 2008-03-05  Glenn Morris  <rgm@gnu.org>
9506
9507         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9508         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9509         gnus-art.
9510         (top-level): No need to load own source when compiling.
9511
9512 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9515         Suggested by <chris.anderton@zetnet.co.uk>.
9516
9517 2008-03-04  Glenn Morris  <rgm@gnu.org>
9518
9519         * gnus-sum.el (top-level): No need to require gnus when compiling,
9520         since unconditionally required near start of file.
9521         (gnus-summary-display-while-building): Move definition before use.
9522
9523 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9524
9525         * gnus-registry.el (gnus-registry-user-format-function-M):
9526         Add formatting function.
9527
9528 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9529
9530         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9531         with plists.
9532         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9533         Use new format.
9534
9535 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9538         `where-is-internal' that returns a range of key sequences.
9539
9540 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9541
9542         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9543
9544         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9545         (gnus-summary-jump-to-group): Consider windows on other displayed
9546         frames as well.  Similar changes might be needed elsewhere, but that's
9547         the one I've bumped into during my use.
9548
9549         * nndoc.el (nndoc-oe-dbx-type-p):
9550         * gnus-msg.el (gnus-debug):
9551         * gnus-group.el (gnus-update-group-mark-positions):
9552         Use mm-string-to-multibyte.
9553
9554 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9557         doesn't handle NotDashEscaped.
9558
9559         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9560         (mml-dnd-attach-options): Fix typo in custom choice.
9561
9562         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9563         Change nndoc-article-type to mbox.
9564         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9565
9566         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9567         to nil, instead of html2text.
9568
9569         * imap.el (imap-debug): Add `imap-ping-server'.
9570
9571         * gnus-bookmark.el: Add FIXMEs.
9572
9573         * message.el (message-form-letter-separator)
9574         (message-send-form-letter-delay): New variables.
9575         (message-send-form-letter): Use them.  New command to send form
9576         letters.  Requested by Uwe Siart.
9577         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9578
9579 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * Update copyright years.
9582
9583 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         Sync from EMACS_22_BASE.
9586
9587         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9588
9589 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9590
9591         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9592         empty author.
9593
9594 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9595
9596         * gnus-registry.el (gnus-registry-marks): Add variable for
9597         customization of marks and their appearance.
9598         (gnus-registry-read-mark): Use it.
9599         (gnus-registry-do-marks): Add utility function to loop through
9600         `gnus-registry-marks'.
9601         (gnus-registry-install-shortcuts-and-menus): Add function to install
9602         shortcuts and menus.
9603         (gnus-registry-initialize): Use it.
9604         (gnus-registry-default-mark): Clarify documentation.
9605
9606 2008-02-29  Glenn Morris  <rgm@gnu.org>
9607
9608         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9609         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9610         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9611         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9612         Change defcustom :version from 23.0 to 23.1.
9613
9614 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9615
9616         * gnus-registry.el (gnus-registry-follow-group-p)
9617         (gnus-registry-post-process-groups): Add functions to aid registry
9618         splitting and improve logging.  Clarify behavior in function
9619         documentation.
9620         (gnus-registry-split-fancy-with-parent): Use them.
9621
9622 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9623
9624         * gnus-art.el: Use with-current-buffer.
9625
9626 2008-02-27  David Engster  <dengste@eml.cc>
9627
9628         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9629         Express real group name in the response.
9630
9631 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9634         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9635         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9636         autoload gnus-registry-fetch-group when compiling.
9637         (nnmairix-request-group-with-article-number-correction):
9638         Remove unreferenced argument passed to nnmairix-call-backend.
9639
9640 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9643         (mm-uu-extract): Improve face for low color ttys.
9644         Reported by Sascha Wilde.
9645
9646 2008-02-27  Glenn Morris  <rgm@gnu.org>
9647
9648         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9649         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9650         variables to defconsts.  Convert comments to doc-strings.
9651         (nnmairix-last-server, nnmairix-current-server): Convert from free
9652         variables to defvars.  Convert comments to doc-strings.
9653         (gnus-registry-fetch-group): Autoload.
9654         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9655         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9656         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9657         caddr.
9658         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9659         nnmairix-request-group-with-article-number-correction call.
9660         (nnmairix-fast, nnmairix-group): New, less general names, for free
9661         variables passed from nnmairix-request-group to
9662         nnmairix-request-group-with-article-number-correction.  Declare.
9663         (nnmairix-request-group-with-article-number-correction):
9664         Use nnmairix-fast, nnmairix-group rather than fast, group.
9665
9666 2008-02-26  David Engster  <dengste@eml.cc>
9667
9668         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9669         version 0.5.
9670
9671 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9672
9673         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9674         instead of making an extra function call.  Don't add the current group
9675         to articles only when they have the group.  Use
9676         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9677         Reported by David <de_bb@arcor.de>.
9678
9679 2008-02-24  Miles Bader  <miles@gnu.org>
9680
9681         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9682         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9683         (mm-find-mime-charset-region):
9684         * mm-bodies.el (mm-encode-body):
9685         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9686
9687 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9690         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9691
9692 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * mail-source.el (mail-source-delete-incoming): Change default.
9695         Supplement doc string.
9696
9697         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9698
9699 2008-02-14  Glenn Morris  <rgm@gnu.org>
9700
9701         * time-date.el (format-seconds): New function.
9702
9703 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * nnmail.el (nnmail-message-id-cache-file): Derive from
9706         `gnus-home-directory'.
9707
9708 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9711         Document negative prefix.
9712
9713         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9714
9715 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9716
9717         * message.el (message-unsent-separator): Add the Exim bounce
9718         separator.
9719
9720 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9721
9722         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9723         list.
9724         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9725         recipient/signer list.
9726
9727 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * Makefile.in (datarootdir): Define.
9730         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9731         name that might contain whitespace.
9732
9733 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9736         fbound (Emacs 23 unicode), signal an error.
9737
9738 2008-02-08  Glenn Morris  <rgm@gnu.org>
9739
9740         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9741
9742 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9743
9744         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9745         ports to the calls to `netrc-machine-user-or-password' in addition to
9746         "imap" and "imaps".
9747
9748 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9749
9750         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9751
9752         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9753
9754 2008-02-01  Kenichi Handa  <handa@m17n.org>
9755
9756         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9757         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9758         (rfc2104-hash): Convert the result of concat to unibyte string.
9759
9760 2008-02-01  Dave Love  <fx@gnu.org>
9761
9762         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9763         coding-system-for-read.
9764         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9765
9766 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9769         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9770         <hanche@math.ntnu.no>.
9771
9772 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9775
9776         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9777
9778 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9779
9780         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9781         * message.el (message-beginning-of-line): Use featurep instead of bound
9782         tests in order to resolve conditionals at compile time.
9783
9784 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9785
9786         * mail-source.el (mail-sources): Add `group' choice.
9787
9788         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9789         parameter `in-group' to control into which group the articles go.
9790         Add treatment of `group' mail-source.
9791
9792 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9795
9796         * mm-decode.el (mm-dissect-buffer): Decode description.
9797
9798         * mml.el (mml-to-mime): Encode message header first.
9799
9800 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9803         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9804
9805         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9806         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9807
9808 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9809
9810         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9811
9812 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9815         prefix keys.
9816         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9817         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9818         gnus-xmas.el.
9819
9820         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9821         (gnus-xmas-article-describe-bindings): New function.
9822         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9823         gnus-xmas-article-describe-bindings.
9824
9825         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9826
9827 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9828
9829         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9830         Add new variables for article mark management.
9831         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9832         list of extra data entries which, when present, will indicate that the
9833         article ID should not be trimmed from the registry.
9834         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9835         functions.
9836         (gnus-registry-read-mark): New function to read a mark name from the
9837         user.
9838         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9839         (gnus-registry-set-article-mark-internal): New functions to add and
9840         remove marks.
9841         (gnus-registry-get-article-marks): New function to show the marks for
9842         an article, or retrieve them for further use.
9843
9844 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9847         keys when no argument is given.
9848
9849 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * imap.el (imap-ping-server): New variable.
9852         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9853         (imap-ping-server): Minor doc string fixes.
9854
9855 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9856
9857         * imap.el (imap-ping-server): New function.
9858         (imap-opened): Call imap-ping-server.
9859
9860 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * gnus-sum.el (gnus-article-sort-by-random)
9863         (gnus-thread-sort-by-random): Fix doc strings.
9864         Reported by jidanni@jidanni.org.
9865
9866 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-art.el (gnus-article-describe-bindings): New function.
9869         (gnus-article-read-summary-keys): Use it.
9870         (gnus-article-mode-map): Bind `C-h b' to it.
9871
9872 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9875         XEmacs.
9876         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9877         Protect against non-character events.
9878
9879         * lpath.el: Fbind map-keymap for Emacs 21.
9880
9881 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9884         New command.
9885         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9886         instead of END.  Change name of the temp file.
9887         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9888         customizable.
9889
9890 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9893         bind `S W' to gnus-article-wide-reply-with-original; set default
9894         binding to gnus-article-read-summary-send-keys.
9895         (gnus-article-read-summary-keys): Fix the order of keys; display
9896         continuation keys correctly in the echo area; describe bindings
9897         correctly when keys end with `C-h'.
9898         (gnus-article-read-summary-send-keys): New function.
9899         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9900         Work for gnus-article-read-summary-send-keys; display continuation keys
9901         correctly in the echo area.
9902         (gnus-article-reply-with-original): Ignore prefix argument.
9903         (gnus-article-wide-reply-with-original): New function.
9904
9905         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9906         Emacs 21.
9907
9908 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9911         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9912
9913 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9916         (gnus-group-read-ephemeral-gmane-group): New command.
9917
9918 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9919
9920         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9921
9922 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * message.el (message-send-mail-function): Increase custom version.
9925
9926         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9927         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9928
9929 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9930
9931         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9932         for the cases where imap-authenticate is called with a nil buffer
9933         parameter.
9934
9935 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9938         html parts correctly; support forwarded messages.
9939         (gnus-article-browse-html-article): Remove work buffers.
9940
9941         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9942         compiling.
9943         (netrc-bound-and-true-p): New macro.
9944         (netrc-parse): Use it instead of bound-and-true-p that is not available
9945         in XEmacs 21.4.
9946
9947 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9948
9949         * gnus-registry.el (gnus-registry-mark-article)
9950         (gnus-registry-article-marks): Add functionality to mark articles
9951         through the Gnus registry.
9952
9953         * encrypt.el: Clarify documentation for the new pgg method.
9954         (encrypt-file-alist): Add PGG option.
9955         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9956         functionality.  Abstract password key and messaging to external
9957         functions.
9958         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9959         (encrypt-message-method-and-cipher): Add new convenience external
9960         functions.
9961         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9962         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9963
9964         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9965         (netrc-parse): Use encrypt-file-alist to determine if
9966         encrypt-find-model or encrypt-insert-file-contents should be used.
9967
9968         * encrypt.el: Clarify documentation.  Load password-cache or
9969         password, whichever one is found first, instead of autoloading.
9970
9971 2007-12-19  Glenn Morris  <rgm@gnu.org>
9972
9973         * mml.el (message-options-set, message-narrow-to-head)
9974         (message-in-body-p, message-mail-p, message-encode-message-body):
9975         Autoload.
9976         (message-remove-header, message-narrow-to-headers-or-head)
9977         (message-subscribed-p, message-make-mail-followup-to)
9978         (message-position-on-field, message-news-p)
9979         (message-options-set-recipient, message-generate-headers)
9980         (message-sort-headers): Declare as functions.
9981
9982 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9985         convention in doc string.
9986
9987 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9990         title to html parts.
9991         (gnus-article-browse-html-article): Pass message header to it.
9992
9993         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9994
9995 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9998         or password compatible with XEmacs.
9999
10000 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10003         format document.
10004         (gnus-mime-delete-part): Don't write description line if empty.
10005         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10006
10007 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10008
10009         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10010         (gnus-summary-mark-read-and-unread-as-read)
10011         (gnus-summary-mark-current-read-and-unread-as-read)
10012         (gnus-summary-mark-unread-as-ticked): Doc fix.
10013         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10014
10015 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10018         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10019
10020 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10023         yes-or-no-p.
10024
10025 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * mm-decode.el (mm-add-meta-html-tag): New function.
10028         (mm-save-part-to-file, mm-pipe-part): Use it.
10029
10030         * gnus-art.el (gnus-article-browse-delete-temp-files):
10031         Use gnus-y-or-n-p instead of y-or-n-p.
10032         (gnus-article-browse-html-parts): Work with message/external-body; use
10033         mm-add-meta-html-tag.
10034
10035 2007-12-11  Glenn Morris  <rgm@gnu.org>
10036
10037         * gnus-cache.el: Require gnus-sum not just when compiling.
10038
10039         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10040
10041         * gnus-int.el (gnus-server-opened, gnus-status-message):
10042         Move definitions before use.
10043
10044         * mm-decode.el: Require gnus-util.
10045         (mm-remove-part): Only call delete-annotation on XEmacs.
10046
10047         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10048
10049         * nnmail.el: Require gnus-int.
10050
10051         * spam.el: Move `require's before `eval-when-compile's.
10052
10053         * gnus-ems.el (gnus-alive-p):
10054         * gnus-fun.el (message-goto-eoh):
10055         * gnus-util.el (gnus-group-name-decode):
10056         * mail-source.el (gnus-compress-sequence):
10057         * message.el (Info-goto-node, format-spec):
10058         * mm-bodies.el (message-options-get):
10059         * mm-decode.el (mm-view-pkcs7):
10060         * mm-util.el (gmm-write-region):
10061         * mml-smime.el (mml-compute-boundary)
10062         (gnus-completing-read-with-default):
10063         * mml.el (widget-button-press, gnus-make-hashtable):
10064         * mml1991.el (mm-decode-content-transfer-encoding)
10065         (mm-encode-content-transfer-encoding)
10066         (message-options-get, message-options-set):
10067         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10068         * nnfolder.el (gnus-request-group):
10069         * nnheader.el (ietf-drums-unfold-fws):
10070         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10071         * smime.el (gnus-run-mode-hooks):
10072         * spam-stat.el (gnus-message): Autoload.
10073
10074         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10075         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10076         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10077         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10078         Add declare-function compatibility definition.
10079
10080         * gnus-cache.el (nnvirtual-find-group-art):
10081         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10082         (gnus-add-image, gnus-add-wash-type):
10083         * gnus-group.el (nnkiboze-score-file):
10084         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10085         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10086         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10087         (message-tokenize-header, gnus-get-buffer-create)
10088         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10089         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10090         * gnus.el (gnus-group-decoded-name):
10091         * mail-source.el (imap-capability):
10092         * mm-bodies.el (message-options-set):
10093         * mm-decode.el (gnus-configure-windows):
10094         * mm-extern.el (message-goto-body):
10095         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10096         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10097         (epg-sub-key-validity, message-options-set):
10098         * mml.el (widget-event-point, gnus-configure-windows):
10099         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10100         * mml2015.el (epg-check-configuration, epg-configuration)
10101         (message-options-set):
10102         * nndb.el (nndb-request-article):
10103         * nnfolder.el (gnus-request-create-group):
10104         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10105         * nnmaildir.el (gnus-group-mark-article-read):
10106         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10107         * rfc1843.el (message-fetch-field):
10108         * spam.el (gnus-extract-address-components):
10109         Declare as functions.
10110
10111 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10114
10115         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10116
10117         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10118         bind show-trailing-whitespace for XEmacs.
10119
10120 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10121
10122         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10123         new no-op macro for backward compatibility.
10124
10125         * imap.el (imap-string-to-integer): New function.
10126
10127 2007-12-09  Glenn Morris  <rgm@gnu.org>
10128
10129         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10130
10131         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10132         * message.el, mm-view.el, sieve-manage.el, smime.el:
10133         Add declare-function compatibility definition.
10134
10135         * gnus-art.el (w3-region, w3m-region, Info-menu):
10136         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10137         * gnus-sum.el (gnus-get-predicate):
10138         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10139         * message.el (mail-abbrev-in-expansion-header-p):
10140         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10141         (w3m-detect-meta-charset, w3m-region):
10142         * sieve-manage.el (password-read, password-cache-add)
10143         (password-cache-remove):
10144         * smime.el (password-read-and-add): Declare as functions.
10145
10146 2007-12-08  David Kastrup  <dak@gnu.org>
10147
10148         * gnus-sum.el (gnus-summary-simplify-subject-query):
10149         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10150         `message'.
10151
10152 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10155         it to bind idna-program, installation-directory, defined-colors, and
10156         face-attribute for XEmacs of the version that compiles defcustom forms.
10157
10158 2007-12-07  Glenn Morris  <rgm@gnu.org>
10159
10160         * gnus-art.el (article-make-date-line): Revert previous change.
10161
10162 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10165
10166 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10167
10168         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10169         Call gnus-add-to-range ranges only once with a prepared article-list.
10170
10171 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10172
10173         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10174         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10175         group names with backslashes.
10176         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10177
10178 2007-12-06  Deepak Goel  <deego3@gmail.com>
10179
10180         * gnus-art.el (article-make-date-line):
10181         * gnus-start.el (gnus-load):
10182         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10183
10184 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * gnus-art.el (gnus-use-idna)
10187         * gnus-start.el (gnus-site-init-file)
10188         * message.el (message-use-idna)
10189         * mm-uu.el (mm-uu-hide-markers)
10190         * smiley.el (smiley-style): Revert changes that suppress warnings.
10191
10192 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10195         specify charset to html source.
10196         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10197
10198 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10201         idna-program in order to suppress byte compile warning issued by XEmacs
10202         that came to byte compile the default value section of defcustom forms
10203         recently.
10204
10205         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10206         value of installation-directory.
10207
10208         * message.el (message-use-idna): Don't directly refer to the value of
10209         idna-program.
10210
10211         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10212
10213         * smiley.el (smiley-style): Don't directly call face-attribute.
10214
10215 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10218
10219         * gnus-dired.el: Reduce Gnus dependencies.
10220         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10221         Don't require.  Use autoloads instead.
10222         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10223         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10224         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10225         (gnus-dired-mode): Adjust doc string.
10226         (gnus-dired-mail-mode): New variable.
10227         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10228         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10229         (gnus-dired-mail-buffers): New function.  Return mail or message
10230         composition buffers.
10231         (gnus-dired-attach): Use it.
10232         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10233         NO-DECODE.
10234         (gnus-dired-print): Use `gnus-print-buffer' depending on
10235         `gnus-dired-mail-mode'.
10236
10237 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * rfc2047.el (rfc2047-encoded-word-regexp)
10240         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10241         explaining what regexp patterns are for.
10242
10243 2007-12-04  Glenn Morris  <rgm@gnu.org>
10244
10245         * password.el: Move to password-cache.el.
10246
10247         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10248         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10249         * mml-smime.el (password-read, password-cache-add)
10250         (password-cache-remove):
10251         No need to autoload, since mml-sec requires password.
10252
10253         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10254         * message.el (gnus-extract-address-components):
10255         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10256
10257         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10258         password.
10259
10260 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * mailcap.el: Reduce dependencies.
10263         (mail-header-parse-content-type): Autoload.
10264         (mailcap-delete-duplicates): New alias.
10265         (mailcap-mime-info): Add optional argument NO-DECODE.
10266         (mailcap-mime-types): Use mailcap-delete-duplicates.
10267
10268         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10269
10270 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10271
10272         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10273         (imap-parse-status): Upcase status-att for servers that sends them
10274         lower-case (e.g., MS Exchange 2007).
10275
10276 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10277
10278         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10279         function.
10280
10281         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10282         (gnus-uu-yenc-article): New function.
10283
10284         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10285
10286         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10287
10288 2007-12-02  Glenn Morris  <rgm@gnu.org>
10289
10290         * binhex.el (binhex): New custom group.
10291         (binhex-decoder-program, binhex-decoder-switches)
10292         (binhex-use-external): Move to the binhex custom group.
10293
10294         * uudecode.el (uudecode): New custom group.
10295         (uudecode-decoder-program, uudecode-decoder-switches)
10296         (uudecode-use-external): Move to the uudecode custom group.
10297
10298         * netrc.el (top-level): Don't load `encrypt' features.
10299         (netrc-parse): Don't use encrypt.
10300         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10301
10302         * encrypt.el: Remove file.
10303
10304 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10307         matches on patches.
10308
10309         * gnus-art.el (gnus-article-browse-html-article):
10310         Mention `mm-text-html-renderer' in the doc string.
10311
10312         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10313         string.  Add comments.
10314
10315         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10316         if rhs is ASCII.
10317
10318 2007-12-01  Glenn Morris  <rgm@gnu.org>
10319
10320         * mail-source.el (top-level): Require format-spec before
10321         eval-when-compile.
10322
10323 2007-11-30  Glenn Morris  <rgm@gnu.org>
10324
10325         * encrypt.el: Require password, rather than autoloading password-read.
10326
10327 2007-11-29  Glenn Morris  <rgm@gnu.org>
10328
10329         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10330         (sasl-make-client, sasl-next-step, sasl-step-data)
10331         (sasl-step-set-data): Declare as functions.
10332
10333 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10336
10337 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10338
10339         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10340         certs should be verified and what is to be done in the event of a
10341         verification failure.
10342
10343         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10344         caller can indicate whether the cache should be disregarded for this
10345         call.  This way the result of the call is reproducible at all times and
10346         can be considered a canonical server name for the supplied method.
10347         (gnus-agent-method-p): Canonicalize server names by pushing their
10348         method through `gnus-method-to-server' using the no-cache argument.
10349
10350         * gnus-srvr.el (gnus-server-insert-server-line):
10351         Call `gnus-method-to-server' with `no-cache' argument.
10352
10353         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10354         gnus-agent-possibly-synchronize-flags as this should be called when the
10355         server is actually being opened.
10356         (gnus-agent-possibly-synchronize-flags)
10357         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10358         flags file of an agentized server to the latter function.
10359
10360         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10361         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10362         after a connection has been established successfully.
10363
10364 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus-art.el (article-display-face): Force to display face if called
10367         interactively; check if gnus-article-x-face-too-ugly matches author.
10368         (article-display-x-face): Display face even if From header is missing
10369         as article-display-face does.
10370
10371 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10372
10373         * hashcash.el (message-narrow-to-headers-or-head)
10374         (message-fetch-field, message-goto-eoh)
10375         (message-narrow-to-headers): Declare as functions.
10376
10377 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * mail-source.el (mail-sources): Default to fetch from file for
10380         compatibility with default of nnmail-spool-file.
10381
10382 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10385         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10386         to look for encoded word that should be encoded again.
10387         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10388         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10389         encoding pattern.
10390         (rfc2047-decode-region): Switch strict regexp and loose one according
10391         to rfc2047-allow-irregular-q-encoded-words.
10392
10393 2007-11-25  Romain Francoise  <romain@orebokech.com>
10394
10395         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10396
10397 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * tls.el (tls-program): Provide more custom choices from
10400         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10401         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10402
10403 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10406         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10407
10408         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10409         `nnmail-spool-file'.
10410
10411         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10412         `nnmail-spool-file'.
10413
10414         * gnus-move.el (gnus-change-server): Ditto.
10415
10416         * gnus-kill.el (gnus-batch-score): Ditto.
10417
10418         * gnus-cache.el (gnus-jog-cache): Ditto.
10419
10420         * gnus-msg.el (gnus-summary-reply):
10421         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10422
10423 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10426         version.  Minor improvement to doc strings.
10427         (tls-program): Add comment.
10428
10429 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10430
10431         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10432         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10433         mismatch between the hostname provided in the certificate and the name
10434         of the host connnecting to.
10435         (open-tls-stream): Use them.  Check certificates against trusted root
10436         certificates.
10437
10438 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * gnus-cache.el (gnus-cache-generate-nov-databases):
10441         Use nnml-generate-nov-databases-directory instead of
10442         nnml-generate-nov-databases-1.
10443
10444 2007-11-24  Glenn Morris  <rgm@gnu.org>
10445
10446         * message.el (message-tool-bar-retro): Update for rename
10447         mail_send.xpm->mail-send.xpm.
10448
10449 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10452         `smime-ldap-search' for Emacs 22 and up.
10453
10454 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10455
10456         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10457
10458         * message.el (message-send-mail-function): Fix error convention.
10459         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10460         (message-widen-reply, message-send-mail, message-talkative-question)
10461         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10462         (message-clone-locals, message-send-news): Use with-current-buffer.
10463         (message-insert-or-toggle-importance): Remove unused var `valid'.
10464         (message-make-references): Remove unused var `new-references'.
10465         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10466
10467 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10468
10469         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10470         (spam-split-symbolic-return-positive): Reflow docstring.
10471         (spam-backends, spam-summary-exit-behavior)
10472         (spam-mark-ham-unread-before-move-from-spam-group)
10473         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10474         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10475         (spam-clear-cache, spam-backend-check, spam-install-backend)
10476         (spam-install-statistical-backend, spam-list-of-processors)
10477         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10478         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10479         (spam-check-crm114, spam-initialize, spam-unload-hook):
10480         Fix typos in docstrings.
10481
10482 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10485         been checked if they have never been read and those group levels are
10486         higher than the one that a user specified.
10487
10488 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10491         foreign groups unless a group level is specified by a user.
10492         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10493
10494 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * message.el (message-send-mail-function): Require sendmail.
10497
10498 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * message.el (message-send-mail-function): Check for smtpmail too.
10501
10502         * utf7.el (utf7-encode, utf7-decode): Use coding system
10503         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10504
10505         * message.el (message-send-mail-function): New function.
10506         (message-send-mail-function): Set default using
10507         message-send-mail-function.  Adjust doc string.
10508         (message-send-mail-with-mailclient): New function.
10509
10510 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10511
10512         * smime.el (from):
10513         * rfc2047.el (message-posting-charset):
10514         * qp.el (mm-use-ultra-safe-encoding):
10515         * pop3.el (parse-time-months):
10516         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10517         * nnml.el (files):
10518         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10519         (jka-compr-compression-info-list, ange-ftp-path-format)
10520         (efs-path-regexp):
10521         * nndiary.el (files):
10522         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10523         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10524         (epg-digest-algorithm-alist, inhibit-redisplay)
10525         (password-cache-expiry):
10526         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10527         (pgg-output-buffer, password-cache-expiry):
10528         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10529         (efs-path-regexp):
10530         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10531         (inhibit-redisplay):
10532         * mm-uu.el (file-name, start-point, end-point, entry)
10533         (gnus-newsgroup-name, gnus-newsgroup-charset):
10534         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10535         (latin-unity-ucs-list):
10536         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10537         (mm-uu-binhex-decode-function):
10538         * message.el (gnus-message-group-art, gnus-list-identifiers)
10539         (rmail-enable-mime-composing, gnus-local-organization)
10540         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10541         (gnus-read-active-file, facemenu-add-face-function)
10542         (facemenu-remove-face-function, gnus-article-decoded-p)
10543         (tool-bar-mode):
10544         * mail-source.el (display-time-mail-function):
10545         * gnus-util.el (nnmail-pathname-coding-system)
10546         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10547         (gnus-original-article-buffer, gnus-user-agent)
10548         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10549         (xemacs-codename, sxemacs-codename, emacs-program-version):
10550         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10551         * gnus-start.el (gnus-agent-covered-methods)
10552         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10553         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10554         (gnus-newsgroup-headers, gnus-group-list-mode)
10555         (gnus-group-mark-positions, gnus-newsgroup-data)
10556         (gnus-newsgroup-unreads, nnoo-state-alist)
10557         (gnus-current-select-method, mail-sources)
10558         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10559         (nnmail-spool-file, gnus-cache-active-hashtb):
10560         * gnus-mh.el (mh-lib-progs):
10561         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10562         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10563         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10564         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10565         (gnus-group-buffer):
10566         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10567         (font-lock-set-defaults):
10568         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10569         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10570         (gnus-summary-post-menu, total-parts, type, condition, length):
10571         * gnus-agent.el (gnus-agent-read-agentview):
10572         * flow-fill.el (show-trailing-whitespace):
10573         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10574         eval-and-compile wrappers for byte compiler pacifiers.
10575
10576         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10577         (mm-display-inline-fontify): Check for featurep 'xemacs not
10578         extent-list.
10579
10580         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10581         itimer-list.
10582         (mm-create-image-xemacs): Only do something for XEmacs.
10583         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10584
10585         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10586
10587         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10588         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10589
10590 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10591
10592         * nnimap.el (nnimap-split-download-body):
10593         * gnus-demon.el (gnus-demon):
10594         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10595
10596 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10599         New macros.
10600         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10601         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10602         copy data from unibyte buffer to multibyte current buffer.
10603         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10604         to copy data from unibyte current buffer to multibyte buffer.
10605         (nntp-make-process-buffer): Make process buffer unibyte.
10606
10607         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10608
10609 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10610
10611         * pop3.el (pop3-open-server): Accept and process data more robustly at
10612         connexion start to avoid spurious "POP SSL connexion failed" errors.
10613
10614 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10617         read group names.
10618
10619 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10620
10621         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10622
10623 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10626         (nnmail-save-active): Use a unibyte buffer when saving active file,
10627         which may contain non-ASCII group names.
10628
10629         * nnml.el (nnml-request-group): Decode group names in messages.
10630
10631 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * message.el (message-citation-line-function)
10634         (message-insert-formatted-citation-line): Fix spelling of
10635         `message-insert-formated-citation-line'.
10636
10637 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10640
10641 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10644         nnmail-pathname-coding-system.
10645
10646         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10647         that a user enters; decode group names in messages.
10648
10649         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10650
10651 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10654
10655         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10656
10657         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10658         risky local variable.
10659
10660         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10661
10662 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10663
10664         * encrypt.el: Improve documentation to fix function name typo.
10665         Reported by Daiki Ueno <ueno@unixuser.org>.
10666
10667 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10670         even if the point is not in the last page of an article.
10671         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10672         back to the previous page.
10673
10674 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10677
10678 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10681
10682 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10683
10684         * message.el (message-check-news-body-syntax):
10685         Avoid mm-string-as-multibyte.
10686         (message-hide-headers): Don't assume (point-min)==1.
10687
10688 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * message.el (message-remove-blank-cited-lines): Fix if remove is
10691         given.
10692         (message-bogus-address-regexp): New variable.
10693         (message-bogus-recipient-p): New function.
10694         (message-check-recipients): New command.
10695         (message-syntax-checks): Add `bogus-recipient'.
10696         (message-fix-before-sending): Add `bogus-recipient'.
10697
10698         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10699         (gnus-treat-body-boundary): Don't test window-system.
10700
10701 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10702
10703         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10704
10705 2007-10-28  Miles Bader  <miles@gnu.org>
10706
10707         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10708         at compile-time too.
10709
10710 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * gnus-msg.el (gnus-message-setup-hook):
10713         Add `message-remove-blank-cited-lines' to options.
10714
10715 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * message.el (message-remove-blank-cited-lines): New function.
10718         Suggested by Karl Plästerer.
10719
10720 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10723         mapc.
10724
10725         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10726         (top-level): Use mapc to set functions to be traced for debugging.
10727
10728         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10729         called for effect with while loop.
10730
10731         * message.el (message-talkative-question): Replace mapcar called for
10732         effect with mapc.
10733
10734         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10735         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10736         called for effect with dolist.
10737
10738         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10739
10740         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10741         gnus-extra-headers and nnmail-extra-headers.
10742
10743         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10744         called for effect with dolist.
10745         (top-level): Use mapc to set functions to be traced for debugging.
10746
10747         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10748         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10749         dolist.
10750
10751         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10752         Replace mapcar called for effect with mapc.
10753         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10754         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10755         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10756         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10757
10758         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10759         remove-if that's a cl function.
10760
10761         * webmail.el (webmail-debug): Replace mapcar called for effect with
10762         dolist.
10763
10764         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10765         with mapc.
10766
10767 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10770         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10771         with while loop.
10772
10773         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10774         functions from article-* functions.
10775         (gnus-multi-decode-header): Replace mapcar called for effect with
10776         dolist.
10777
10778         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10779         (gnus-bookmark-show-details): Replace mapcar called for effect with
10780         while loop.
10781
10782         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10783         called for effect with while loop.
10784
10785         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10786         with dolist.
10787
10788         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10789         Replace mapcar called for effect with dolist.
10790
10791         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10792
10793         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10794         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10795         Replace mapcar called for effect with dolist.
10796         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10797         mapc.
10798
10799         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10800         Replace mapcar called for effect with dolist.
10801         (gnus-topic-list): Replace mapcar called for effect with mapc.
10802
10803         * gnus.el: Use mapc instead of mapcar to add autoloads.
10804
10805 2007-10-23  Richard Stallman  <rms@gnu.org>
10806
10807         * gnus-group.el (gnus-group-highlight): Mark as risky.
10808
10809 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * gnus.el (gnus-server-to-method): Return method found first in
10812         gnus-newsrc-alist.
10813
10814         * gnus-art.el (gnus-article-highlight-signature)
10815         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10816         button overlay without the front stickiness.
10817
10818 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10819
10820         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10821         overview buffer needed a catch to receive its throw.
10822         (gnus-agent-flush-cache): Declare as interactive to make this function
10823         easier to use.
10824
10825 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10828         `next-line'.
10829
10830 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10833         exclude address matching message-dont-reply-to-names.
10834
10835 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus-util.el (gnus-string<): New function.
10838
10839         * gnus-sum.el (gnus-article-sort-by-author)
10840         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10841
10842 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10845         the frame-focus tag is set in gnus-buffer-configuration.
10846
10847 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10850         the front stickiness.
10851
10852 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10855         url pattern; remove duplicate one.
10856         (gnus-article-extend-url-button): New function.
10857         (gnus-article-add-buttons): Use it.
10858         (gnus-button-push): Use concatenated url that it makes.
10859
10860 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10861
10862         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10863
10864 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10865
10866         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10867         Don't hardcode point-min==1.
10868
10869 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10872         Fix comment about "iso8859-1".
10873
10874 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10875
10876         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10877         ones returned from the verify-function.
10878
10879         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10880         Call mml2015-extract-cleartext-signature if extraction failed.
10881
10882 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10883
10884         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10885         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10886         failed.
10887
10888 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10891
10892 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10895         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10896         recommends to use EasyPG instead of PGG.
10897
10898         * pgg.el: Revert to revision 6.23.2.16.
10899
10900         * pgg-def.el: Revert to revision 6.6.2.14.
10901
10902         * pgg-gpg.el: Revert to revision 6.23.2.34.
10903
10904 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10905
10906         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10907         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10908         thread for both the null and zero (kill/expire thread) universal prefix
10909         cases.
10910         (gnus-summary-expire-thread): Add new function to expire a thread,
10911         using gnus-summary-kill-thread.
10912         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10913         shortcuts for gnus-summary-expire-thread.
10914         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10915         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10916
10917 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10918
10919         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10920         extras value, so an extras entry can be deleted.
10921         (gnus-registry-delete-extra-entry): Use it.
10922         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10923         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10924         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10925         storage through the gnus-registry, and provide an appropriate API for
10926         it.
10927
10928 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10931         Suggested by Leo <sdl.web@gmail.com>.
10932
10933         * gnus.el: Do.
10934
10935 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10938         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10939
10940         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10941
10942         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10943         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10944
10945 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10948         newline.
10949         (nnmbox-request-accept-article): Don't change article in source buffer;
10950         narrow to header to use message-fetch-field rather than
10951         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10952         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10953         as delimiters; make sure article ends with newline.
10954         (nnmbox-delete-mail): Correct last position of article to be deleted;
10955         ignore X-Gnus-Newsgroup header in article body.
10956         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10957         positions; make sure article ends with newline.
10958
10959         * message.el (message-display-abbrev): Don't infloop when a user
10960         inserts SPC in the beginning of header.
10961
10962         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10963         coding-system-for-read and coding-system-for-write for XEmacs having no
10964         file-coding feature.
10965
10966         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10967
10968 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10969
10970         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10971         list of groups not followed by default.  Fix type to be regexp.
10972         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10973
10974 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10975
10976         * hmac-def.el (define-hmac-function): Switch from old-style to
10977         new-style backquotes.
10978
10979         * md4.el (md4-make-step): Likewise.
10980
10981 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10984         raw-text coding system when saving .newsrc file, which may contain
10985         non-ASCII group names.
10986
10987 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-cus.el (gnus-score-extra): New widget.
10990         (gnus-score-extra-convert): New function.
10991         (gnus-score-customize): Use it for Extra.
10992
10993 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10994
10995         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10996         (mml2015-mailcrypt-clear-verify): Use it.
10997         (mml2015-gpg-clear-verify): Use it.
10998         (mml2015-pgg-clear-verify): Use it.
10999         (mml2015-epg-clear-verify): Replace the current part with the output
11000         from GnuPG; don't extract the plaintext by itself.
11001
11002         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11003         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11004         mml2015-clear-verify-function; don't touch the armor headers or
11005         dash-escaped text here.
11006
11007 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11010         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11011         parts, or application/octet-stream as a last resort.
11012         (gnus-mime-view-part-as-type): Don't toggle display.
11013         (gnus-mime-view-part-as-charset): Don't turn off display before
11014         querying charset.
11015
11016         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11017         stuff to undisplayer function in Emacs.
11018         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11019
11020         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11021         text/calendar parts.
11022
11023 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11026         decoding text/calendar parts.
11027
11028         * message.el (message-forward-make-body-mime): Always mark body as
11029         having no illegible text; remove signed-or-encrypted argument.
11030         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11031
11032         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11033         (mml-generate-mime-1): Don't encode body if it is specified to be in
11034         raw form; don't make buffer be unibyte when inserting multibyte string.
11035
11036 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11037
11038         * sha1.el: Fix up comment style.
11039         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11040         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11041
11042         * hex-util.el: Fix up comment style.
11043         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11044
11045         * gnus-salt.el: Use with-current-buffer.
11046         (gnus-pick-setup-message): Fix long-standing typo.
11047
11048 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * imap.el (imap-logout-timeout): New variable.
11051         (imap-logout, imap-logout-wait): New functions.
11052         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11053
11054         * nnimap.el (nnimap-logout-timeout): New server variable.
11055         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11056         nnimap-logout-timeout.
11057
11058         * gnus-art.el (gnus-article-summary-command-nosave)
11059         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11060
11061 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * gnus.el (gnus-maximum-newsgroup): New variable.
11064
11065         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11066         according to gnus-maximum-newsgroup.
11067
11068         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11069         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11070         Limit the range of articles according to gnus-maximum-newsgroup.
11071
11072 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11073
11074         * gnus-art.el (gnus-sticky-article): Fix problems described in
11075         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11076         Don't perform gnus-configure-windows here; reuse existing sticky
11077         article buffer.
11078
11079         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11080         it doesn't exist in gnus-article-mode.
11081
11082 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11085         (gnus-agent-decoded-group-name): New function.
11086         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11087         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11088
11089 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11090
11091         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11092         Add binding for gnus-sticky-article.
11093         (gnus-summary-exit): Don't kill sticky article buffers.
11094
11095         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11096         article buffer.
11097         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11098         (gnus-kill-sticky-article-buffers): New commands.
11099
11100 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * nntp.el (nntp-xref-number-is-evil): New server variable.
11103         (nntp-find-group-and-number): If it is non-nil, don't trust article
11104         numbers in the Xref header.
11105
11106 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-agent.el (gnus-agent-read-group): New function.
11109         (gnus-agent-flush-group, gnus-agent-expire-group)
11110         (gnus-agent-regenerate-group): Use it.
11111         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11112         nnmail-pathname-coding-system.
11113
11114 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11117
11118         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11119         that are unread as unread, and also as selected so that information of
11120         marks having been changed by a user may be updated when exiting group.
11121
11122 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11123
11124         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11125
11126 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11129         calculated ignoring signature parts to gnus-treat-article.
11130
11131 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11134         a point here in order to keep the window start.
11135         (gnus-insert-mime-security-button): Make a button overlay without the
11136         front stickiness.
11137         (gnus-mime-display-security): Goto the end of a button.
11138
11139         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11140
11141 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11144         group-name-at-point.
11145         (gnus-group-completing-read): New function that offers decoded
11146         non-ASCII group names for completion.
11147         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11148         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11149         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11150         (gnus-group-fetch-control): Use it.
11151         (gnus-fetch-group): Use group-name-at-point for the initial value
11152         rather than the default value; use gnus-alive-p.
11153
11154         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11155         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11156         (gnus-summary-post-news): Use gnus-group-completing-read.
11157
11158         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11159         (gnus-read-move-group-name): Decode group name for completion.
11160
11161 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11162
11163         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11164         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11165         Yamaoka slightly modified the code).
11166
11167 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11170         (nnmail-split-incoming): Bind it.
11171
11172         * nnml.el (nnml-group-name-charset): New function.
11173         (nnml-decoded-group-name): Use it; don't decode group name if
11174         nnmail-group-names-not-encoded-p is non-nil.
11175         (nnml-encoded-group-name): New function.
11176         (nnml-group-pathname): Inline nnml-decoded-group-name.
11177         (nnml-request-expire-articles): Decode group name in message.
11178         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11179         nnmail-pathname-coding-system.
11180         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11181         not decoded ones according to nnmail-group-names-not-encoded-p.
11182         (nnml-generate-active-info): Use nnml-encoded-group-name.
11183
11184 2007-08-08  Glenn Morris  <rgm@gnu.org>
11185
11186         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11187         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11188         doc-strings and comments.
11189
11190 2007-07-25  Glenn Morris  <rgm@gnu.org>
11191
11192         * Relicense all FSF files to GPLv3 or later.
11193
11194 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * gnus-sum.el (gnus-summary-move-article):
11197         Make gnus-summary-respool-article work.
11198
11199 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11202         string.
11203
11204 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11205
11206         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11207         that should be ignored when comparing distant RSS articles with local
11208         ones.
11209         (nnrss-make-hash-index): New function.  Create a hash index according
11210         to the ignored fields.
11211         (nnrss-check-group): Use it.
11212
11213 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11216
11217         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11218
11219         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11220         the new optional argument ENCODED is non-nil.
11221         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11222         coding system for encoding group name.
11223         (gnus-group-make-rss-group): Pass un-encoded group name to
11224         gnus-group-make-group.
11225         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11226         encoded.
11227
11228         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11229         Encode group name to which articles are moved or copied.
11230         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11231         coding system for encoding Newsgroup, Followup-To and Xref headers.
11232
11233         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11234         marks; use nnheader-file-coding-system to write a file.
11235         (nnagent-retrieve-headers): Bind file-name-coding-system to
11236         nnmail-pathname-coding-system.
11237
11238         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11239
11240         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11241         (nnml-request-article, nnml-request-create-group)
11242         (nnml-request-rename-group, nnml-find-id)
11243         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11244         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11245         (nnml-save-marks): Use nnml-group-pathname instead of
11246         nnmail-group-pathname.
11247
11248         (nnml-request-create-group, nnml-request-expire-articles)
11249         (nnml-request-move-article, nnml-request-delete-group)
11250         (nnml-deletable-article-p, nnml-possibly-create-directory)
11251         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11252         (nnml-open-marks): Bind file-name-coding-system to
11253         nnmail-pathname-coding-system.
11254
11255         (nnml-request-article): Pass server argument to nnml-find-group-number.
11256         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11257         Pass server argument to nnml-possibly-create-directory.
11258         (nnml-request-accept-article): Pass server argument to
11259         nnml-active-number and nnml-save-mail.
11260         (nnml-find-group-number): Pass server argument to nnml-find-id.
11261         (nnml-request-update-info): Pass server argument to
11262         nnml-marks-changed-p.
11263
11264         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11265         (nnml-save-mail, nnml-active-number): Add server argument.
11266
11267         (nnml-request-delete-group): Warn if group is missing.
11268         (nnml-get-nov-buffer): Decode group name.
11269         (nnml-generate-active-info): Encode group name.
11270         (nnml-open-marks): Decode group name in messages.
11271
11272 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11275         if it is not specified.
11276         (gnus-article-pipe-part, gnus-article-save-part)
11277         (gnus-article-interactively-view-part, gnus-article-copy-part)
11278         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11279         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11280         (gnus-article-replace-part, gnus-article-delete-part)
11281         (gnus-article-view-part-as-type): Pass raw prefix argument to
11282         gnus-article-part-wrapper.
11283
11284 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-agent.el (gnus-agent-save-active):
11287         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11288
11289         * gnus-cache.el (gnus-cache-save-buffers)
11290         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11291         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11292         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11293         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11294         (gnus-cache-generate-active, gnus-cache-rename-group)
11295         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11296         (gnus-cache-update-overview-total-fetched-for):
11297         Bind file-name-coding-system to nnmail-pathname-coding-system.
11298         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11299         New variables.
11300         (gnus-cache-decoded-group-name): New function.
11301         (gnus-cache-file-name): Use it.
11302         (gnus-cache-generate-active): Use non-decoded group name for active.
11303
11304         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11305         right place.
11306         (gnus-write-active-file): Don't break non-ASCII group names.
11307
11308         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11309         nnmail-pathname-coding-system.
11310
11311         * lpath.el: Bind default-file-name-coding-system,
11312         file-name-coding-system and language-info-alist for XEmacs.
11313
11314         * gnus-uu.el (gnus-uu-decode-save): Typo.
11315
11316 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11319
11320 2007-07-14  David Kastrup  <dak@gnu.org>
11321
11322         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11323         finishing actions if we did not edit the article.
11324
11325 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11328         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11329         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11330         (gnus-agent-flush-group, gnus-agent-flush-cache)
11331         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11332         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11333         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11334         (gnus-agent-regenerate-group)
11335         (gnus-agent-update-files-total-fetched-for)
11336         (gnus-agent-update-view-total-fetched-for):
11337         Bind file-name-coding-system to nnmail-pathname-coding-system.
11338         (gnus-agent-group-pathname): Don't encode file names by
11339         nnmail-pathname-coding-system.
11340         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11341         coding-system-for-write instead of buffer-file-coding-system to
11342         gnus-agent-file-coding-system.
11343
11344         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11345         Decode group name.
11346
11347         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11348
11349         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11350         (gnus-read-newsrc-el-file): Make group names unibyte.
11351
11352         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11353         nnmail-pathname-coding-system.
11354
11355         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11356         (nnrss-request-delete-group): Bind file-name-coding-system to
11357         nnmail-pathname-coding-system.
11358         (nnrss-read-server-data, nnrss-read-group-data):
11359         Bind file-name-coding-system correctly.
11360         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11361
11362         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11363         (nntp-server-to-method-cache): New variable.
11364         (nntp-group-pathname): New function that decodes non-ASCII group names.
11365         (nntp-possibly-create-directory, nntp-marks-changed-p)
11366         (nntp-save-marks, nntp-open-marks): Use it.
11367         (nntp-possibly-create-directory, nntp-open-marks):
11368         Bind file-name-coding-system to nnmail-pathname-coding-system.
11369         (nntp-open-marks): Decode group names when bootstrapping marks.
11370
11371         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11372         Newsgroups and Folowup-To headers.
11373
11374 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11377         (gnus-server-closed-face, gnus-server-denied-face)
11378         (gnus-server-offline-face): Remove variable.
11379         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11380
11381         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11382         of modifying message-stack directly for XEmacs.
11383
11384         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11385         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11386         if the coding-system argument is nil for XEmacs.
11387
11388         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11389         mm-charset-override-alist.
11390
11391         * rfc2047.el: Don't require base64; require rfc2045 for the function
11392         rfc2045-encode-string.
11393         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11394         to quote the parameter value.
11395
11396 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11399         form in gnus-group-name-charset-method-alist.
11400
11401         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11402         overrides the default layout edit-form.
11403
11404         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11405
11406         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11407
11408 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11411         as unfetched articles.
11412
11413 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11416
11417 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11420         original back end that keeps marks in the local system.
11421
11422 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11425         arg of pop-to-buffer for XEmacs.
11426         (gnus-article-read-summary-keys): Ditto; don't restore window
11427         configuration if summary command ends up with neither article buffer
11428         nor summary buffer; describe bindings if summary keys end with C-h.
11429
11430 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * message.el (message-fix-before-sending): Skip raw message part to be
11433         forwarded while checking illegible text.
11434         (message-forward-make-body-mime, message-forward-make-body):
11435         Mark signed or encrypted raw message as having no illegible text.
11436
11437 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11440         (gnus-message-with-timestamp-1): New macro.
11441         (gnus-message-with-timestamp): New function.
11442         (gnus-message): Use them.
11443
11444         * nnheader.el (nnheader-message): Use them.
11445
11446 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11447
11448         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11449         .newsrc.eld file.
11450
11451 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * gnus-agent.el (gnus-agent-fetch-headers)
11454         (gnus-agent-retrieve-headers):
11455         Bind gnus-decode-encoded-address-function to identity.
11456
11457         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11458         available also when the server returns simply a dot.
11459
11460         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11461
11462 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11465
11466 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * gnus-ems.el (gnus-x-splash): Make it work.
11469
11470         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11471         from being used.
11472
11473         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11474
11475 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11478         4th and the 5th arguments.
11479
11480         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11481         the front stickiness.
11482         (gnus-article-summary-command-nosave): Correct the order of the
11483         arguments passed to pop-to-buffer.
11484         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11485         summary command ends up with the article buffer.
11486
11487         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11488         the same faces.
11489
11490 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11491
11492         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11493
11494 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11495
11496         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11497         * gnus-sum.el (gnus-summary-highlight):
11498         * pgg.el (pgg-sign-region, pgg-sign):
11499         * mail-source.el (mail-source-delete-old-incoming-confirm):
11500         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11501
11502 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * gnus-art.el (gnus-mime-view-part-externally)
11505         (gnus-mime-view-part-internally): Fix predicate function passed to
11506         completing-read.
11507
11508         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11509
11510         * gnus.el (gnus-update-message-archive-method): Add :version.
11511
11512 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * gnus.el (gnus-update-message-archive-method): New variable.
11515
11516         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11517         according to gnus-message-archive-method if
11518         gnus-update-message-archive-method is non-nil.
11519
11520 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11523         Suggested by Loic Dachary <loic@dachary.org>.
11524         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11525
11526 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * message.el (message-pop-to-buffer): Add switch-function argument.
11529         (message-mail): Pass switch-function argument to it.
11530
11531 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11532
11533         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11534         Improve doc string.
11535
11536 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11539         (gnus-header-content)
11540         * gnus-cite.el (gnus-cite-10)
11541         * gnus-srvr.el (gnus-server-closed)
11542         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11543         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11544         (gnus-group-mail-3-empty, gnus-group-mail-low)
11545         (gnus-group-mail-low-empty, gnus-splash)
11546         * message.el (message-header-to, message-header-cc)
11547         (message-header-subject, message-header-other, message-header-name)
11548         (message-header-xheader, message-separator, message-cited-text)
11549         (message-mml): Lighten colors of faces used for dark background.
11550
11551 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11552
11553         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11554         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11555
11556 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * message.el (message-narrow-to-headers-or-head):
11559         Ignore mail-header-separator in the body.
11560
11561 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11564         same as window size.
11565
11566 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11567
11568         * message.el (message-font-lock-keywords): Use message-header-xheader
11569         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11570         ahead of the anything pattern, to get it recognised.
11571
11572 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11575         spam.el loads uses it in the compiled defadvice form.
11576
11577 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11578
11579         * gnus-sum.el (gnus-articles-to-read)
11580         (gnus-summary-insert-old-articles): Don't truncate group name for
11581         `read-string'.
11582
11583         * gnus-util.el (gnus-limit-string): Delete this function.
11584
11585         * gnus-sum.el (gnus-simplify-subject-fully):
11586         Use `truncate-string-to-width' instead.
11587
11588 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11589
11590         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11591         Tell if, on summary exit, the next group has to be selected.
11592         (gnus-summary-exit): Use it.
11593
11594 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11597         non-break space.
11598
11599 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11602         Check if group is not a directory.
11603         (nnfolder-request-expire-articles): Don't delete articles if the target
11604         group is not available.
11605
11606         * nnml.el (nnml-request-create-group): Properly check if group is not a
11607         file.
11608         (nnml-request-expire-articles): Don't delete articles if the target
11609         group is not available.
11610
11611         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11612         Don't quote characters that are within parentheses.
11613
11614 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11617         (gnus-handle-ephemeral-exit): Select article according to it.
11618
11619 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11620
11621         * message.el (message-insert-formated-citation-line): Remove newline.
11622         (message-citation-line-format): Add final \n here so that the user can
11623         avoid a blank line.
11624
11625 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11626
11627         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11628         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11629         Update lanl/arXiv support.
11630
11631 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * gnus.el: Bump version number.
11634
11635 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11636
11637         * gnus.el (gnus-version-number): Bump version.
11638
11639 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11640
11641         * gnus.el: No Gnus v0.6 is released.
11642
11643 2007-04-27  Didier Verna  <didier@xemacs.org>
11644
11645         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11646         * gmm-utils.el (gmm-regexp-concat): ... here.
11647         * message.el: Don't require 'gnus-util.
11648         (message-dont-reply-to-names): Handle name change above.
11649         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11650
11651 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11654         since the initial value varies according to the system.
11655
11656 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11659
11660 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11661
11662         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11663
11664 2007-04-24  Didier Verna  <didier@xemacs.org>
11665
11666         Improve the type of gnus-ignored-from-addresses.
11667         * gnus-util.el (gnus-orify-regexp): New function.
11668         * message.el (gnus-util): Require it.
11669         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11670         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11671         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11672
11673 2007-04-24  Didier Verna  <didier@xemacs.org>
11674
11675         * gnus-sum.el:
11676         * gnus-utils.el: Fix some trailing whitespaces.
11677
11678 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11681         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11682         article's Message-ID; refer parent article in summary buffer.
11683
11684         * message.el (message-bounce): Call mime-to-mml.
11685
11686         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11687         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11688         optimize and/or forms properly.
11689
11690 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11693         URL.
11694
11695 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11698
11699 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11702         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11703         displayed of multipart/alternative part if it is invoked from summary
11704         buffer.
11705
11706         * mm-view.el (mm-inline-text-html-render-with-w3m)
11707         (mm-inline-text-html-render-with-w3m-standalone)
11708         (mm-inline-render-with-function): Use mail-parse-charset by default.
11709
11710 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11711
11712         * parse-time.el (parse-time-string-chars): Check if CHAR
11713         is less than the length of parse-time-syntax.
11714
11715 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11718         from gnus-newsgroup-processable.
11719
11720 2007-04-16  Didier Verna  <didier@xemacs.org>
11721
11722         * gnus-msg.el (gnus-configure-posting-styles):
11723         Handle message-signature-directory properly with :file syntax.
11724         Reported by "Leo".
11725
11726 2007-04-11  Didier Verna  <didier@xemacs.org>
11727
11728         New user option: message-signature-directory.
11729         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11730         * message.el (message-insert-signature): Ditto.
11731         * message.el (message-signature-file): Doc update.
11732         * message.el (message-signature-directory): New.
11733
11734 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * gnus-msg.el (gnus-inews-yank-articles):
11737         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11738
11739 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * message.el (message-yank-original): Make sure cited text ends with
11742         newline; don't exchange point and mark.
11743
11744 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11745
11746         * tls.el (open-tls-stream): Properly handle case where there
11747         is no associated buffer.
11748
11749 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11750
11751         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11752         message-yank-original, make sure (< mark TEXT point).
11753
11754 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * message.el (message-fill-column): New variable.
11757         (message-mode): Use it.  Add comment on a possible new hook.
11758
11759         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11760         (nnmail-get-new-mail): Reformat.
11761
11762         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11763
11764         * gmm-utils.el: Fix Commentary.
11765         (gmm-tool-bar-from-list): Fix typo in doc string.
11766
11767 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11768
11769         * message.el (message-yank-original): Don't switch point and mark
11770         unnecessarily to put point and mark as documented.
11771
11772 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11773
11774         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11775         from the message heads.
11776
11777 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11778
11779         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11780         article buffer does not have a window.  This may not be the best
11781         solution but is certainly better than setting the start of the null,
11782         that is the current, window.
11783
11784 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11787         (gnus-draft-setup): Run it.
11788
11789         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11790         gnus-score-fast-scoring.  Allow regexp.
11791         (gnus-score-headers): Use it.
11792
11793         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11794         XEmacs.
11795
11796         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11797         string.
11798         (gnus-button-alist): Also catch `<f1> k ...'.
11799         (gnus-treat-display-x-face): Fix doc string.
11800
11801 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11802
11803         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11804         evaluation of gnus-extended-version to ensure correct generation of the
11805         User-Agent header when message-generate-headers-first is used.
11806
11807 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11808
11809         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11810         hashcash-path is nil.  Don't call callback with incorrect number of
11811         parameters if val is 0.
11812
11813 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11814
11815         * message.el (message-required-news-headers):
11816         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11817
11818 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11819
11820         * tls.el (open-tls-stream): In handshake-waiting loop,
11821         don't wait more if there is output available to process.
11822
11823 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11824
11825         * tls.el (tls-program): Doc fix.
11826
11827 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * message.el (message-generate-new-buffers): Change the meaning of the
11830         nil value; add `standard' to the choices; treat t as `unique'; improve
11831         doc string.
11832         (gnus-select-frame-set-input-focus): Autoload.
11833         (message-buffer-name): Search for the existing message buffer if
11834         message-generate-new-buffers is nil or `standard'; treat the value t of
11835         message-generate-new-buffers as `unique'.
11836         (message-pop-to-buffer): Raise the frame already displaying the message
11837         buffer; clear the echo area after querying.
11838         (message-setup): Pass the `continue' argument to compose-mail.
11839         (message-mail): Prefer `switch-function' if it is given; search for the
11840         existing message buffer if the `continue' argument is non-nil; pass
11841         continue and switch-function arguments to compose-mail by way of
11842         message-setup.
11843         (message-mail-other-window): Adjust argument of message-setup.
11844         (message-mail-other-frame): Ditto.
11845
11846 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11849         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11850         to turn font-lock on when turning gnus-message-citation-mode on.
11851
11852 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11853
11854         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11855         (mml-smime-function-alist): New variable; add epg as the backend.
11856         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11857         mml-smime- functions instead.
11858         * mm-view.el: Require smime.
11859
11860 2007-03-05  Didier Verna  <didier@xemacs.org>
11861
11862         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11863         instead of just inheritance for posting styles.
11864         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11865
11866 2007-02-24  Chris Moore  <dooglus@gmail.com>
11867
11868         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11869         * pgg-pgp.el (pgg-pgp-encrypt-region):
11870         * pgg-gpg.el (pgg-gpg-encrypt-region):
11871         Check pgg-encrypt-for-me if no other recipients.
11872
11873 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11874
11875         * tls.el (tls-certtool-program): Fix custom type.
11876
11877 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11880         and point-at-eol instead of line-(beginning|end)-position.
11881
11882         * assistant.el (assistant-parse-buffer): Ditto.
11883
11884         * netrc.el (netrc-parse-services): Ditto.
11885
11886 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11887
11888         * mml2015.el (mml2015-epg-find-usable-key): New function.
11889         (mml2015-epg-sign): Use it.
11890         (mml2015-epg-encrypt): Use it.
11891
11892 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * message.el (message-make-in-reply-to): Quote name containing
11895         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11896         if there are special characters.  Reported by NAKAJI Hiroyuki
11897         <nakaji@jp.freebsd.org>.
11898
11899 2007-02-27  Didier Verna  <didier@xemacs.org>
11900
11901         Include the group parameters as well as the topic ones in the
11902         inheritance filter process.
11903         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11904         argument GROUP-PARAMS-LIST.
11905         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11906
11907 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * nntp.el (nntp-never-echoes-commands)
11910         (nntp-open-connection-functions-never-echo-commands): New variables.
11911         (nntp-send-command): Use them.
11912
11913 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11914
11915         * mml2015.el (mml2015-epg-verify): Simplify.
11916
11917 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * mml.el (mml-content-disposition-alist): New user option.
11920         (mml-content-disposition): New function.
11921         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11922         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11923
11924 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11925
11926         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11927         verification.
11928
11929 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11930
11931         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11932         articles posted in the last 24 hours.
11933
11934 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11935
11936         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11937
11938 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11939
11940         * nntp.el (nntp-send-command): Don't wait for echoes when
11941         nntp-open-ssl-stream is used.
11942
11943 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11946         (gnus-message-add-citation-keywords)
11947         (gnus-message-remove-citation-keywords): Remove.
11948         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11949         directly, make the variables in font-lock-defaults buffer-local, add
11950         gnus-message-citation-keywords to them and then update the value of
11951         font-lock-keywords.
11952
11953 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * message.el (message-cite-original-1): Don't call
11956         gnus-article-highlight-citation.
11957
11958         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11959         citations; fix line count.
11960
11961 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11964         (gnus-message-add-citation-keywords)
11965         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11966         versions of font-lock-add-keywords and font-lock-remove-keywords to
11967         work with XEmacs correctly.
11968
11969 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * gnus-cite.el (gnus-cite-face-list): Set the values of
11972         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11973         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11974         (gnus-message-cite-prefix-regexp): New variable.
11975         (gnus-message-search-citation-line): Use it; protect against long
11976         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11977         the 0th match data for Emacs.
11978         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11979         (gnus-message-add-citation-keywords): Append keywords rather than
11980         prepending; emulate font-lock-add-keywords if it is not available.
11981         (gnus-message-remove-citation-keywords):
11982         Emulate font-lock-remove-keywords if it is not available.
11983
11984         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11985
11986         * message.el (message-cite-prefix-regexp): Set the value of
11987         gnus-message-cite-prefix-regexp.
11988
11989 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11990
11991         * nnweb.el (nnweb-google-parse-1): Update parser.
11992
11993 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11994
11995         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11996
11997 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11998
11999         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12000         regexp.
12001
12002 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12005         string-to-multibyte.
12006         (uudecode-decode-region-internal): Use it.
12007
12008         * lpath.el: Fbind string-as-multibyte for XEmacs.
12009
12010 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12013         Fix custom choice.
12014
12015         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12016
12017 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12018
12019         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12020
12021         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12022         `write-region' to respect `mm-inhibit-file-name-handlers'.
12023
12024 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12027         Use gnus-home-directory instead of "~/" or "$HOME".
12028
12029 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12030
12031         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12032         to mention filename.
12033         Add comments at beginning regarding usage.
12034         (encrypt-write-file-contents): Change interactive so a string is
12035         acceptable.  If the file has no associated model, show an error instead
12036         of a nonsense prompt.
12037
12038 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12039
12040         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12041         Thanks to Yoshihiko Yamada for kind notification of this typo.
12042
12043 2007-01-12  Kenichi Handa  <handa@m17n.org>
12044
12045         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12046         multibyte buffer.
12047
12048 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * gnus-score.el (gnus-score-fast-scoring): New variable.
12051         (gnus-score-headers): Use it.
12052
12053         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12054
12055         * message.el (message-cite-original-1):
12056         Call gnus-article-highlight-citation if requested.
12057         (message-make-from): Allow name and address as optional arguments.
12058
12059         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12060
12061         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12062         bugs to doc string.
12063         (gnus-button-alist): Add mid\\|message-id.
12064         (gnus-button-fetch-group): Extend for use in
12065         `browse-url-browser-function'.
12066         (gnus-button-url-regexp): Try to catch paired parentheses like in
12067         Wikipedia URLs.
12068
12069         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12070         Suggested by Simon Krahnke <overlord@gmx.li>.
12071
12072 2007-01-13  Romain Francoise  <romain@orebokech.com>
12073
12074         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12075         Update copyright.
12076
12077 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12078
12079         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12080
12081 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12082
12083         * gnus-registry.el (gnus-registry-unfollowed-groups)
12084         (gnus-registry-split-fancy-with-parent): Fix documentation.
12085
12086 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12087
12088         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12089         from nnweb groups.
12090
12091 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12092
12093         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12094         Xref urls.  Erase buffer before requesting head.
12095
12096         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12097
12098 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12101         customizable.
12102
12103 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12104
12105         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12106         no signing key is found.
12107         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12108         no encrypting and/or signing key is found.
12109
12110 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12113
12114 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12115
12116         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12117         headers read from disk with the ones newly found in the current search.
12118         This should no longer cause problems, because the article numbers in
12119         Gmane's `nov.php' output are ignored since the previous change.
12120
12121 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12122
12123         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12124
12125 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12128         replace-regexp-in-string; bind url-version; fbind display-images-p and
12129         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12130         find-face and set-itimer-function for Emacs; bind itimer-list for
12131         Emacs.
12132
12133         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12134
12135 2007-01-01  Romain Francoise  <romain@orebokech.com>
12136
12137         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12138
12139 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12140
12141         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12142         `define-minor-mode' macro definition expanded properly.
12143         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12144         exclude it there.
12145
12146         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12147         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12148         `fboundp' test.
12149         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12150         This is OK to autoload in (S)XEmacs now.
12151
12152 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12153
12154         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12155         keystroke.
12156         (gnus-summary-limit-to-singletons): Fix typo.
12157
12158         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12159         else fails.
12160
12161 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12162
12163         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12164         docstring.
12165
12166         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12167         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12168         (gnus-summary-insert-dormant-articles): Fix typo in message.
12169
12170 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12173         nil for XEmacs.
12174         (gnus-message-citation-mode): Don't autoload in XEmacs.
12175
12176         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12177
12178 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12179
12180         * nnimap.el (nnimap-expunge-search-string):
12181         Mention nnimap-search-uids-not-since-is-evil in docstring.
12182
12183 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12184
12185         * spam.el: Revert to make-obsolete-variable because
12186         define-obsolete-variable-alias is not supported in Emacs 21.
12187
12188         * spam.el (spam-ifile-path, spam-ifile-database-path)
12189         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12190         make-obsolete-variable.
12191         (spam-bsfilter-path, spam-bsfilter-program)
12192         (spam-spamassassin-path, spam-spamassassin-program)
12193         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12194         Don't use "path" inappropriately.
12195         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12196         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12197         variable names.
12198
12199 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12200
12201         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12202         summary buffer.
12203
12204         * password.el (password-cache-remove): Use clear-string to burn
12205         password, if available.
12206
12207 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12210
12211         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12212
12213         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12214         (gnus-message-highlight-citation): Move defcustom here from
12215         gnus-cite.el.
12216         (gnus-message-citation-mode): Autoload.
12217
12218         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12219         checks to make it compile with XEmacs.
12220         (gnus-message-citation-mode): New minor mode.
12221         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12222         (gnus-message-highlight-citation): New variables.
12223         (gnus-message-search-citation-line)
12224         (gnus-message-add-citation-keywords)
12225         (gnus-message-remove-citation-keywords)
12226         (turn-on-gnus-message-citation-mode)
12227         (turn-off-gnus-message-citation-mode): New functions.
12228
12229 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12230
12231         * gnus-cite.el: Enable highlighting of different citation levels in
12232         message-mode.
12233
12234 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * message.el (message-make-fqdn): Fix comment.
12237         (message-bogus-system-names): Add ".local".
12238
12239         * spam.el (spam-ifile-path, spam-ifile-program)
12240         (spam-ifile-database-path, spam-ifile-database)
12241         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12242         Don't use "path" inappropriately.
12243         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12244         strings.
12245         (spam-check-ifile, spam-ifile-register-with-ifile)
12246         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12247         Use new variable names.
12248
12249         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12250         (gnus-treat-display-smileys): Simplify using
12251         gnus-image-type-available-p.
12252
12253         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12254         available.
12255
12256         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12257         Use `display-images-p' if available.
12258
12259 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12262         one after turning on the buffer's multibyteness instead of decoding
12263         them directly in the unibyte buffer that causes unexpected conversion
12264         in Emacs 23 (unicode).
12265
12266 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12267
12268         * message.el (message-generate-hashcash): Fix custom type.
12269
12270 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12273
12274 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12277         disconnect icons.  Add help text.
12278
12279 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12280
12281         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12282         negated to be consistent with the others we handle.
12283
12284 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12285
12286         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12287         version of gnus-summary-buffer to something, so that we can use two
12288         article buffers at the same time.
12289
12290 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12291
12292         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12293         trigger all the extra headers.
12294         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12295         sorting.
12296
12297 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12298
12299         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12300         solid groups.
12301
12302 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12303
12304         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12305
12306 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * legacy-gnus-agent.el: Add Copyright notice.
12309
12310 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12311
12312         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12313
12314 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12315
12316         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12317
12318         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12319         to make it work reliably in CVS Emacs.
12320         (gnus-summary-limit-strange-charsets-predicate)
12321         (gnus-summary-limit-to-predicate): New functions.
12322
12323 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12324
12325         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12326         specifying array size.
12327         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12328         array if it is too small.
12329         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12330         (gnus-sort-threads-loop): New function.
12331
12332 2006-12-06  Chris Moore  <dooglus@gmail.com>
12333
12334         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12335         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12336
12337 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12338
12339         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12340         options.
12341
12342 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12343
12344         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12345         DOS-ing the recipient.
12346
12347         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12348         the headers when creating the mapping to avoid mismappings.
12349         (nnweb-gmane-create-mapping): Always nix out old mapping.
12350
12351 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12354         and mm-verify-option to never.
12355
12356 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * message.el (message-signed-or-encrypted-p): New function.
12359         (message-forward-make-body): Use it.
12360
12361         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12362         Replace encode-coding-string with mm-encode-coding-string.
12363
12364 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * nneething.el (nneething-decode-file-name):
12367         Replace decode-coding-string with mm-decode-coding-string.
12368
12369         * gnus-int.el (gnus-open-server): Say failed server's name.
12370
12371 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12372
12373         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12374         strings to a single string.  Quote `errors-file-name'.
12375         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12376         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12377         Adjust calls.  Use `shell-quote-argument'.
12378
12379 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12380
12381         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12382         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12383
12384         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12385         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12386         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12387         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12388         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12389         (gnus-subscribe-newsgroup, gnus-1):
12390         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12391         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12392         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12393         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12394
12395 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12396
12397         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12398         keystroke.
12399         (gnus-summary-limit-to-bodies): Implement headersp.
12400
12401 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12402
12403         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12404
12405 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12408
12409 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12410
12411         * message.el (message-generate-hashcash): Expand range of values to
12412         include `opportunistic'.
12413         (message-send-mail): Use it.
12414
12415 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12416
12417         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12418         and comment it.
12419
12420         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12421
12422 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * gnus-util.el (gnus-extract-address-components): Improve comment.
12425
12426 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-util.el (gnus-extract-address-components): Work with address in
12429         which the name portion contains @.
12430
12431         * lpath.el: Fbind custom-autoload.
12432
12433 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gnus.el (gnus-start): Move custom group up.
12436         (gnus-select-method): Don't autoload, but make it available for
12437         `customize-variable'.
12438         (gnus-getenv-nntpserver): Don't autoload.
12439
12440 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12441
12442         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12443
12444 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * message.el (message-sendmail-extra-arguments): New variable.
12447         (message-send-mail-with-sendmail): Use it.
12448
12449 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12452         mm-with-unibyte-current-buffer to make string unibyte.
12453
12454         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12455         mm-string-as-multibyte.
12456
12457 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12458
12459         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12460         Reported by Werner Koch <wk@gnupg.org>.
12461
12462 2006-11-14  Daiki Ueno  <ueno@p360>
12463
12464         * mml2015.el: Autoload epa-select-keys when compiling.
12465
12466 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12467
12468         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12469         message-options.
12470         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12471
12472 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12473
12474         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12475         EasyPG (< 0.0.6).
12476         (mml2015-always-trust): New user option.
12477         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12478         prompt.
12479
12480 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * nntp.el (nntp-authinfo-force): New variable.
12483         (nntp-send-authinfo): Use it.
12484
12485 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12488         decode encoded words.  Improve prompt.  Add comment about forwarding.
12489         (message-replacement-char): Move up.
12490
12491 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12492
12493         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12494         instead of gnus-intersection because arguments of gnus-sorted-nunion
12495         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12496
12497 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12500         (message-simplify-subject-functions):
12501         Enable message-strip-subject-encoded-words by default.
12502
12503 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * message.el (message-strip-subject-encoded-words): New function.
12506         (message-simplify-subject-functions): New variable.
12507         (message-simplify-subject): Use it.  Fix typo in doc string.
12508         Support message-strip-subject-encoded-words.
12509
12510 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12511
12512         * gnus-diary.el (gnus-diary-delay-format-function):
12513         * nndiary.el (nndiary-reminders):
12514         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12515
12516 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * gnus-art.el (article-hide-boring-headers): Fetch date from
12519         gnus-original-article-buffer to avoid problems with localized date
12520         strings.
12521
12522 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12525
12526 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12529         New variables.
12530         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12531         (mm-charset-synonym-alist): Move some entries to
12532         mm-codepage-iso-8859-list.
12533         (mm-charset-synonym-alist, mm-charset-override-alist):
12534         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12535
12536 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12539
12540 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12543         with Emacs 21 and XEmacs.
12544
12545 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12546
12547         * spam.el (spam-parse-address): New function for better parsing,
12548         catching errors, etc.
12549         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12550
12551 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         * mm-view.el: Add interactive arg to html2text autoload.
12554
12555 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12558
12559 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12562         New variables.
12563         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12564         (mm-charset-synonym-alist): Move some entries to
12565         mm-codepage-iso-8859-list.
12566
12567         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12568
12569 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * message.el (message-citation-line-format)
12572         (message-insert-formated-citation-line): Fix implementation of %E, %N
12573         and %n according to the doc string.
12574
12575 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12576
12577         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12578         Use car-safe to avoid bad parses.
12579
12580 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12583         names.
12584
12585         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12586
12587 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12590         header.
12591
12592         * message.el (message-draft-headers): Add Date.
12593         (message-headers-to-generate): Fix typo in docstring.
12594
12595         * nndraft.el (nndraft-required-headers): New variable.
12596         (nndraft-generate-headers): Use it.
12597
12598         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12599
12600 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12601
12602         * gnus-registry.el (gnus-registry-wash-for-keywords)
12603         (gnus-registry-find-keywords): New functions to allow easy searching of
12604         articles that are in the registry.
12605
12606 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12607
12608         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12609         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12610         Reported by Damien Elmes <damien@repose.cx>.
12611
12612 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12613
12614         * gnus.el (gnus-mime): Remove unused custom group.
12615
12616 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12617
12618         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12619         "blank line" when searching for end of armor headers.
12620
12621 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * gmm-utils.el (gmm-write-region): Fix variable name.
12624
12625 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * gmm-utils.el (gmm-write-region): New function based on compatibility
12628         code from `mm-make-temp-file'.
12629
12630         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12631
12632         * nnmaildir.el (nnmaildir--update-nov)
12633         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12634         Use `gmm-write-region'.
12635
12636 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12639         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12640
12641         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12642
12643         * message.el (message-replacement-char): New variable.
12644         (message-fix-before-sending): Use it.
12645         (message-simplify-subject): New function to remove duplicate code.
12646         (message-reply, message-followup): Use it.
12647
12648         * gnus-sum.el (gnus-summary-make-menu-bar):
12649         Clarify gnus-summary-limit-to-articles.
12650
12651 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-util.el (gnus-with-local-quit): New macro.
12654
12655         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12656
12657 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12660         ignore non-string data.
12661
12662 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12663
12664         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12665         non-string data (needs to be done in the registry too).
12666
12667 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12668
12669         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12670         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12671         (gnus-registry-split-fancy-with-parent)
12672         (gnus-registry-fetch-simplified-message-subject-fast)
12673         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12674         Remove text properties on ingress into the registry and when it's saved.
12675         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12676         registry from entries with no groups.
12677
12678 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12679
12680         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12681         function to remove string properties.
12682
12683 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * gmm-utils.el (gmm): Adjust custom version.
12686
12687         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12688         Adjust custom version.
12689
12690         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12691
12692 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * gnus-art.el (gnus-insert-prev-page-button)
12695         (gnus-insert-next-page-button): Simplify.  Reformat.
12696
12697 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12698
12699         * gnus-art.el (gnus-insert-prev-page-button)
12700         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12701
12702 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12703
12704         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12705
12706 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12707
12708         * gnus-art.el (gnus-insert-mime-button)
12709         (gnus-insert-mime-security-button):
12710         Apply gnus-article-button-face to MIME and security buttons.
12711
12712 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12715         readable.
12716
12717 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12720
12721 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12722
12723         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12724         `browse-url-of-file' instead of `browse-url'.
12725
12726 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12727
12728         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12729         regexp.  Articles containing quotation were cut prematurely.
12730
12731 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * message.el (message-cite-original-1): Use nobody by default for the
12734         value of From header.
12735         (message-reply): Ditto.
12736
12737 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12738
12739         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12740         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12741         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12742
12743 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12746         mails in the doc string.  Add some URLs in comment.
12747         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12748
12749 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12752         backslashes handling and the way to find boundaries of quoted strings.
12753
12754 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12755
12756         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12757         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12758         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12759         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12760
12761 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12762
12763         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12764         doc string.
12765         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12766
12767 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * lpath.el: Fbind epg-check-configuration.
12770
12771 2006-09-06  Simon Josefsson  <jas@extundo.com>
12772
12773         * mml2015.el (mml2015-use): Doc fix, mention epg.
12774
12775 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12776
12777         * mml2015.el (mml2015-use): Default to epg, if available.
12778
12779 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12780
12781         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12782         message-sender.
12783         (mml1991-epg-encrypt): Ditto.
12784         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12785         message-sender.
12786         (mml2015-epg-encrypt): Ditto.
12787
12788 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12789
12790         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12791         several common directories.
12792
12793 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12794
12795         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12796         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12797
12798 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * gnus-art.el (article-decode-encoded-words): Make it fast.
12801
12802 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12805
12806         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12807         in quoted string into `\'.
12808
12809 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12812         Use standard-syntax-table.
12813
12814 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * gnus-art.el (gnus-decode-address-function): New variable.
12817         (article-decode-encoded-words): Use it to decode headers which are
12818         assumed to contain addresses.
12819         (gnus-mime-delete-part): Remove useless `or'.
12820
12821         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12822         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12823         (gnus-nov-parse-line): Use it to decode From header.
12824         (gnus-get-newsgroup-headers): Ditto.
12825         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12826
12827         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12828         (mail-decode-encoded-address-string): New alias.
12829
12830         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12831         New function.
12832         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12833         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12834         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12835         (rfc2047-decode-string): Ditto.
12836         (rfc2047-decode-address-region): New function.
12837         (rfc2047-decode-address-string): New function.
12838
12839 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * message.el (message-caesar-buffer-body): Allow rotating headers.
12842
12843         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12844
12845         * message.el (message-insert-formated-citation-line): Fix %f.
12846         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12847
12848 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12851         (gnus-bookmark-mouse-available-p): New macro.
12852         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12853         (gnus-bookmark-bmenu-show-infos): Use it.
12854         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12855         (gnus-bookmark-bmenu-hide-infos): Ditto.
12856         (gnus-bookmark-remove-properties): New function.
12857         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12858         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12859         (gnus-bookmark-write-file): Bind coding-system-for-write.
12860         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12861         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12862         group before selecting it.
12863         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12864         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12865         quit-window if it is not available; use gnus-mouse-2 and bind it to
12866         gnus-bookmark-bmenu-select-by-mouse.
12867         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12868         (gnus-bookmark-bmenu-select-by-mouse): New function.
12869
12870 2006-08-13  Romain Francoise  <romain@orebokech.com>
12871
12872         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12873         space.
12874
12875 2006-08-10  Romain Francoise  <romain@orebokech.com>
12876
12877         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12878         (dns-mode-soa-auto-increment-serial): New user option.
12879         (dns-mode-soa-maybe-increment-serial): New function.
12880         (dns-mode): Add the latter to `write-contents-functions'.
12881
12882 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * compface.el (uncompface): Use binary rather than raw-text-unix.
12885
12886 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * compface.el (uncompface): Make sure the eol conversion doesn't take
12889         place when communicating with the external programs.
12890         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12891
12892 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12895
12896 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12897
12898         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12899         Make it more robust by parsing author and date independently.
12900
12901 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12904
12905 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12906
12907         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12908         first matching secret key.
12909         (mml2015-epg-encrypt): Ditto.
12910
12911         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12912         first matching secret key.
12913         (mml1991-epg-encrypt): Ditto.
12914
12915         * mml2015.el (mml2015-encrypt-to-self): New user option.
12916         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12917         mml2015-epg-encrypt-to-self is set.
12918
12919         * mml1991.el (mml1991-encrypt-to-self): New variable.
12920         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12921         mml1991-epg-encrypt-to-self is set.
12922
12923         * mml2015.el (mml2015-signers): New user option.
12924         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12925         (mml2015-epg-encrypt): Allow to select signing keys.
12926
12927         * mml1991.el (mml1991-signers): New variable.
12928         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12929         (mml1991-epg-encrypt): Allow to select signing keys.
12930
12931 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * nnheader.el (nnheader-insert-head): Make it work even if the file
12934         uses CRLF for the line-break code.
12935
12936 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12937
12938         * mml2015.el: Require mml-sec instead of password.
12939         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12940         (mml2015-cache-passphrase): Inherit the default value from
12941         mml-secure-cache-passphrase.
12942         (mml2015-passphrase-cache-expiry): Inherit the default value from
12943         mml-secure-passphrase-cache-expiry.
12944
12945         * mml1991.el: Require mml-sec instead of password.
12946         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12947         (mml1991-cache-passphrase): Inherit the default value from
12948         mml-secure-cache-passphrase.
12949         (mml1991-passphrase-cache-expiry): Inherit the default value from
12950         mml-secure-passphrase-cache-expiry.
12951
12952         * mml-sec.el: Require password.
12953         (mml-secure-verbose): New user option.
12954         (mml-secure-cache-passphrase): New user option.
12955         (mml-secure-passphrase-cache-expiry): New user option.
12956
12957 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12958
12959         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12960         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12961         andreas@altroot.de (Andreas Vögele).
12962
12963         FIXME: Use `tiny change'?
12964
12965 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12966
12967         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12968         workaround for the url package included with Emacs.
12969
12970         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12971
12972 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12975         correctly.  This fixes a bug caused by the 2006-05-12 change.
12976
12977 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12978
12979         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12980         some information about the error when saying that the `bogus' mail
12981         group will be used.
12982
12983 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12986         string.
12987
12988 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12989
12990         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12991
12992 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12993
12994         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12995
12996 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12997
12998         * mml1991.el (mml1991-function-alist): Add epg.
12999         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13000         (mml1991-epg-encrypt): New functions.
13001
13002 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13003
13004         * mml2015.el (mml2015-verbose): New variable.
13005         (mml2015-cache-passphrase): Ditto.
13006         (mml2015-passphrase-cache-expiry): Ditto.
13007         (mml2015-function-alist): Add epg.
13008         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13009         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13010         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13011         New functions.
13012
13013 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13014
13015         * message.el (message-cite-original-1): Preserve region when removing
13016         quoted text due to X-No-Archive in order to avoid bogus attribution
13017         when citing multiple messages.
13018
13019 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13020
13021         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13022         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13023
13024 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * gnus-diary.el (gnus-user-format-function-d)
13027         (gnus-user-format-function-D): Autoload.
13028
13029         * imap.el (Commentary): Fix typo.
13030
13031         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13032         2006-04-22 contribution.
13033
13034 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13035
13036         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13037         It didn't really fix the bogosity I'm seeing with solid web groups.
13038
13039 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13040
13041         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13042         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13043         created using server names.  If we use the feature without declaring
13044         it, Gnus does not properly manage server and group state.
13045
13046         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13047         bound.
13048
13049 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13050
13051         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13052         looking up the method using GROUP's prefix before inventing a new one.
13053         It is used on killed/unknown groups in various places where returning
13054         an all-new method isn't expected by the caller.
13055
13056         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13057         and match semantics of gnus-group-real-prefix.
13058
13059 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * nnmail.el (nnmail-broken-references-mailers): New variable.
13062         (nnmail-ignore-broken-references): New function generalizing
13063         nnmail-fix-eudora-headers.
13064         (nnmail-fix-eudora-headers): Now obsolete.
13065
13066         * gnus-art.el (gnus-button-handle-custom):
13067         Support `customize-apropos*'.
13068
13069 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13070
13071         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13072
13073         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13074         articles.
13075
13076 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * message.el (message-cite-reply-above): New variable.
13079         (message-yank-original): Use it.
13080
13081 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13084
13085 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13088         as read.
13089
13090         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13091
13092 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13095         (gnus-bookmark-default-file): Use gnus-directory.
13096         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13097         Remove "*" in doc string.
13098         (gnus-bookmark-write-file): Simplify.
13099         (gnus-bookmark-maybe-sort-alist): Use `when'.
13100         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13101         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13102         Add FIXME about Emacs 21 and XEmacs compatibility.
13103         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13104         compatibility.
13105         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13106         compatibility.
13107         (gnus-bookmark-menu-heading): Fix version.
13108
13109 2006-06-19  Bastien Guerry  <bzg@altern.org>
13110
13111         * gnus-bookmark.el: New file.
13112
13113 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * message.el (message-syntax-checks): Doc fix.
13116
13117 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13118
13119         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13120         unsubscribed groups as if they were killed ones.  It causes duplicate
13121         entries in gnus-newsrc-alist.
13122
13123 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * message.el (message-syntax-checks): Doc fix.
13126         (message-send-mail): Add check for continuation headers.
13127         (message-check-news-header-syntax): Fix regexp used to check for
13128         continuation headers.
13129
13130 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13133
13134 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13137
13138 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13141         default-truncate-lines.
13142
13143 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13146         to fill the utf-8 entry.
13147
13148         * lpath.el: Fbind unicode-precedence-list.
13149
13150 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13151
13152         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13153
13154 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13155
13156         * gnus-agent.el (directory-files-and-attributes): Move all the way
13157         forward (the third and final move).
13158         (gnus-agent-read-agentview): Trap reconstruction errors due to
13159         nonexistent directory.  Handle by returning nil.
13160
13161 2006-05-30  Didier Verna  <didier@xemacs.org>
13162
13163         * message.el (message-dont-reply-to-names): Update the custom type.
13164         * message.el (message-dont-reply-to-names): New defsubst: potentially
13165         convert a list of regexps into a single one.
13166         * message.el (message-get-reply-headers): Use it.
13167         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13168
13169 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-agent.el (directory-files-and-attributes): Move forward.
13172
13173 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13174
13175         * gnus-ml.el (gnus-mailing-list-subscribe)
13176         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13177         (gnus-mailing-list-message): Fix doc strings.
13178
13179 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13180
13181         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13182         of doing it manually.
13183
13184 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13187         comment.
13188
13189 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13190
13191         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13192         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13193         (gnus-agent-read-local): All symbols allocated in my-obarray.
13194         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13195         (gnus-agent-regenerate-group): Check numeric names to see if they are
13196         messages or groups.
13197         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13198         better way of do this...)
13199
13200         * gnus-cache.el (gnus-agent-total-fetched-for):
13201         Ignore 'dummy.group' (there should be a better way of do this...)
13202
13203 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13206         (gnus-saved-headers): Ditto.
13207         (gnus-default-article-saver): Mention functions may have properties.
13208         (gnus-article-save): Override gnus-save-all-headers and
13209         gnus-saved-headers by :headers property which saver function may have.
13210         (gnus-summary-save-in-file): Add :headers property.
13211         (gnus-summary-write-to-file): Ditto.
13212
13213         * gnus-sum.el (gnus-summary-save-article): Bind
13214         gnus-prompt-before-saving to t when saving many articles in a file;
13215         always show all headers.
13216
13217         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13218
13219 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13220
13221         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13222         marks.
13223
13224         * message.el (message-indent-citation): Add optional arguments to allow
13225         using it outside of message buffers.
13226
13227         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13228         (gnus-article-treat-unfold-headers): Use it.
13229         (gnus-article-truncate-lines): New variable.
13230         (gnus-article-mode): Use it.
13231         (gnus-article-toggle-truncate-lines): New function.
13232
13233         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13234         Add gnus-article-toggle-truncate-lines.
13235
13236         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13237         coding system in XEmacs, use binary.
13238
13239 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13242         after-load-alist.
13243
13244         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13245         this function should save decoded articles.
13246         (gnus-summary-write-to-file): Use property to specify this function
13247         should save decoded articles and specify gnus-summary-save-in-file
13248         should be used to save articles other than the first one when saving
13249         many articles.
13250         (gnus-summary-save-body-in-file): Use property to specify this
13251         function should save decoded articles.
13252         (gnus-summary-write-body-to-file): Use property to specify this
13253         function should save decoded articles and specify
13254         gnus-summary-save-body-in-file should be used to save articles other
13255         than the first one when saving many articles.
13256
13257         * gnus-sum.el (gnus-summary-save-article): Simplify.
13258
13259 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-art.el (gnus-default-article-saver):
13262         Add gnus-summary-write-body-to-file.
13263         (gnus-article-save-coding-system): Don't use coding system object
13264         in XEmacs.
13265         (gnus-read-save-file-name): Add optional `dir-var' argument which
13266         specifies directory in which files are saved; work even if optional
13267         `variable' argument is not specified.
13268         (gnus-summary-write-to-file): Read file name.
13269         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13270         (gnus-summary-write-body-to-file): New function.
13271
13272         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13273         (gnus-summary-local-variables): Add it.
13274         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13275         (gnus-summary-save-article): Remove optional `decode' argument;
13276         determine whether to decode articles by the value of
13277         gnus-default-article-saver; when saving many files using
13278         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13279         it first and use gnus-summary-save-in-file or
13280         gnus-summary-save-body-in-file thereafter unless
13281         gnus-prompt-before-saving is always; move point to article which
13282         will be saved.
13283         (gnus-summary-save-article-file): Revert.
13284         (gnus-summary-write-article-file): Revert.
13285         (gnus-summary-save-article-body-file): Revert.
13286         (gnus-summary-write-article-body-file): New function.
13287
13288 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-art.el (gnus-default-article-saver): Doc fix.
13291         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13292         from gnus-summary-save-article-coding-system, and default to a
13293         certain coding system.
13294         (gnus-output-to-file): Add coding cookie and encode text according
13295         to gnus-article-save-coding-system; don't use mm-append-to-file.
13296
13297         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13298         gnus-art.el and rename to gnus-article-save-coding-system.
13299         (gnus-summary-save-article): Require gnus-art; don't show all
13300         headers if it decodes articles; don't add coding cookie here;
13301         don't bind mm-text-coding-system-for-write.
13302         (gnus-summary-save-article-file): Save decoded articles.
13303         (gnus-summary-write-article-file): When saving many files, use
13304         gnus-summary-write-to-file first and gnus-summary-save-in-file
13305         thereafter unless gnus-prompt-before-saving is always.
13306         (gnus-summary-save-article-body-file): Save decoded articles.
13307
13308         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13309
13310 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * nnrss.el (nnrss-check-group): Bind hash-index.
13313
13314 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13315
13316         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13317         its hash index.  Store this hash in `nnrss-group-data'.
13318         (nnrss-read-group-data): Update accordingly.
13319
13320 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13323         entry.
13324
13325         * gnus-sum.el (gnus-summary-make-menu-bar):
13326         Add gnus-article-browse-html-article.
13327
13328 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13329
13330         * gnus-sum.el (gnus-summary-mime-map):
13331         Add gnus-article-browse-html-article.
13332
13333         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13334
13335 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13338         suitable coding systems in customize.
13339
13340 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * mail-source.el (mail-sources): Fix custom type.
13343
13344 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13347         (gnus-summary-expire-articles-now): Shorten prompt.
13348
13349         * gmm-utils.el (wid-edit): Require.
13350         (defun-gmm): Rename from `gmm-defun-compat'.
13351         (gmm-image-search-load-path): Use it.
13352         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13353
13354 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * gnus-sum.el (gnus-summary-save-article-coding-system):
13357         New variable.
13358         (gnus-summary-save-article): Add optional `decode' argument.
13359         If it is set and gnus-summary-save-article-coding-system is non-nil,
13360         save decoded article.
13361         (gnus-summary-write-article-file): Save decoded article if
13362         gnus-summary-save-article-coding-system is non-nil.
13363
13364         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13365         type.
13366
13367 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13370
13371 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13374         first to test gnus-single-article-buffer which may be buffer-local.
13375
13376         * gnus-sum.el (gnus-summary-setup-buffer):
13377         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13378         group; make gnus-article-buffer, gnus-article-current, and
13379         gnus-original-article-buffer always buffer-local.
13380         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13381         group.
13382         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13383
13384 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * nnml.el (nnml-request-compact-group): Compressed files might not
13387         have .gz extension.
13388
13389 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13390
13391         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13392         (mm-copy-to-buffer): Use with-current-buffer.
13393         (mm-display-part): Simplify.
13394         (mm-inlinable-p): Add optional arg `type'.
13395
13396 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13397
13398         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13399         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13400         Try harder to show the attachment internally or externally using
13401         gnus-mime-view-part-as-type.
13402
13403 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * message.el (message-from-style, message-signature-separator)
13406         (message-user-organization-file, message-send-mail-function)
13407         (message-citation-line-function, message-yank-prefix)
13408         (message-indent-citation-function, message-signature)
13409         (message-signature-file, message-signature-insert-empty-line):
13410         Remove autoloads.
13411
13412         * gnus-art.el (gnus-buttonized-mime-types):
13413         Remove "multipart/signed".  Revert 2006-04-26 change.
13414
13415 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13416
13417         * gnus.el (gnus-version-number): Bump version.
13418
13419 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13420
13421         * gnus.el: No Gnus v0.5 is released.
13422
13423 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13424
13425         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13426         fetching articles by message-id.
13427
13428 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13429
13430         * message.el (hashcash): Require hashcash as normal.
13431
13432         * ecomplete.el (ecomplete-highlight-match-line):
13433         Use point-at-eol.
13434         (ecomplete-highlight-match-line): Use `highlight', because that
13435         face exists in both Emacs and XEmacs.
13436
13437         * message.el (message-display-abbrev): Use point-at-bol.
13438
13439         * mail-source.el: Don't require timer/timer-funcs.
13440
13441         * gnus-async.el: Ditto.
13442
13443         * password.el: Ditto.
13444
13445         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13446
13447         * mm-url.el: Ditto.
13448
13449         * gnus-xmas.el: Don't require timer-funcs.
13450
13451         * mm-util.el: Require timer/timer-funcs.
13452
13453 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13454
13455         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13456         Close.
13457
13458 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13461         unibyte after clear-decrypt function runs.
13462
13463         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13464         returns as a unibyte string.
13465
13466 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * lpath.el: Revert.
13469
13470         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13471         (pgg-gpg-process-sentinel): Revert.
13472
13473         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13474         (pgg-pgp-lookup-key): Revert.
13475
13476         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13477         (pgg-pgp5-lookup-key): Revert.
13478
13479         * pgg.el (pgg-fetch-key): Revert.
13480
13481 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * lpath.el: Fbind string-as-multibyte for XEmacs.
13484
13485         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13486         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13487         (mml1991-pgg-encrypt): Ditto.
13488
13489         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13490         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13491         a multibyte buffer.
13492
13493         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13494         (pgg-pgp-lookup-key): Ditto.
13495
13496         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13497         (pgg-pgp5-lookup-key): Ditto.
13498
13499         * pgg.el (pgg-fetch-key): Ditto.
13500
13501 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * message.el (message-user-organization-file): Check several
13504         locations of the organization file.
13505
13506         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13507         Add gnus-article-view-part-as-type.
13508
13509         * gnus-art.el (gnus-article-view-part-as-type): New function.
13510
13511         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13512         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13513
13514         * mml.el: Simplify autoload.
13515         (mml-mode): defvar dnd-protocol-alist instead of using
13516         symbol-value.
13517         (mml-default-directory): New variable.
13518         (mml-minibuffer-read-file): Use it.
13519         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13520
13521         * message.el (message-citation-line-format): New variable.
13522         (message-insert-formated-citation-line): New function.
13523         (message-citation-line-function):
13524         Add `message-insert-formated-citation-line' to custom type.
13525
13526         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13527         to doc string.
13528
13529         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13530         depending on mm-verify-option.
13531
13532 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13535         binding pgg-* variables; reimplement the section which prevents
13536         MIME header from being signed.
13537         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13538         pgg-text-mode; remove a blank line at the top of body.
13539
13540         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13541         lines at the top of body; use gnus-newsgroup-charset if there's no
13542         Charset header.
13543
13544 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * message.el (message-self-insert-commands): Doc fix.
13547
13548         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13549         (mm-uu-pgp-encrypted-test): Ditto.
13550         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13551         between header and body; return application/pgp-encrypted handle
13552         if decryption failed; decode decrypted body by charset.
13553
13554         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13555         element match to application/pgp-*.
13556
13557 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13558
13559         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13560         HTML.
13561
13562 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13563
13564         * mail-source.el (mail-source-call-script): Message the error
13565         string.
13566
13567 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13568
13569         * gnus-util.el (gnus-byte-compile): Use it.
13570
13571 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13572
13573         * gnus-util.el (kill-empty-logs): New function.
13574
13575 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13576
13577         * message.el (message-mail-alias-type): Doc fix.
13578         (message-mail-alias-type-p): New function.
13579         (message-send): Use it.
13580         (message-mode): Ditto.
13581         (message-strip-forbidden-properties): Ditto.
13582
13583         * ecomplete.el (ecomplete-database-file-coding-system):
13584         New variable.
13585         (ecomplete-save): Use it.
13586         (ecomplete-setup): Use it.
13587
13588 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * message.el (message-self-insert-commands): New variable.
13591         (message-strip-forbidden-properties): Use it.
13592
13593 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13594
13595         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13596         that doesn't make XEmacs choke.
13597
13598 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * gnus-util.el (gnus-replace-in-string):
13601         Prefer replace-regexp-in-string over of replace-in-string.
13602
13603 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * gnus-util.el (gnus-select-frame-set-input-focus):
13606         Use select-frame-set-input-focus if it is available in XEmacs; use
13607         definition defined in Emacs 22 for old Emacsen.
13608
13609         * dgnushack.el: Autoload unmorse-region for XEmacs.
13610
13611         * lpath.el: Bind cursor-in-non-selected-windows and
13612         select-frame-set-input-focus for XEmacs.
13613
13614 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13617
13618 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13619
13620         * gnus-registry.el (gnus-registry-cache-save): Remove text
13621         properties when saving via the temp buffer.
13622
13623 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * message.el (message-generate-hashcash): Honor custom type.
13626
13627 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13628
13629         * message.el (message-generate-hashcash): Default to non-nil when
13630         hashcash is found.
13631
13632         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13633         (gnus-refer-thread-limit): Increase default to 500.
13634
13635         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13636
13637         * flow-fill.el (fill-flowed): Allow delete-space.
13638
13639 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13642         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13643         Remove autoloads.
13644
13645 2006-04-18  Simon Josefsson  <jas@extundo.com>
13646
13647         * message.el (message-generate-hashcash): Default to.
13648
13649 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13652         concatenating segments rather than before concatenating them.
13653
13654 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13655
13656         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13657
13658 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13659
13660         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13661
13662         * message.el (message-forward-make-body-plain):
13663         Allow message-forward-ignored-headers to be a list.
13664         (message-remove-ignored-headers): Factor out into function.
13665         (message-forward-make-body-mml): Use it.
13666
13667         * imap.el (imap-quote-specials): New function.
13668         (imap-login-auth): Quote specials.
13669
13670         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13671         (rfc2231-parse-string): Allow concatanation of parameters that
13672         aren't contiguous.  The test case is
13673           (mail-header-parse-content-type "message/external-body;
13674             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13675             access-type=LOCAL-FILE;
13676             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13677
13678 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13679
13680         * nntp.el (nntp-accept-process-output): Return the value of
13681         `nnheader-accept-process-output'.
13682
13683 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13684
13685         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13686         (gnus-button-alist): Recognize more diff formats.
13687         (gnus-button-patch): Strip directory.
13688
13689 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13692         Emacs 22 when setting focus.
13693
13694 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13695
13696         * gnus-art.el (gnus-article-treat-types): Do treatment of
13697         text/x-verbatim parts.
13698         (gnus-button-patch): New command.
13699
13700         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13701         addresses that contain invalid characters.
13702
13703 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13704
13705         * message.el (message-put-addresses-in-ecomplete):
13706         Use gnus-replace-in-string.
13707         (message-is-yours-p): Use the more correct
13708         mail-header-parse-address instead of
13709         mail-extract-address-components.
13710         (message-put-addresses-in-ecomplete): Fix typo.
13711
13712         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13713         keystroke.
13714
13715         * gnus-art.el (gnus-treatment-function-alist): Change order of
13716         newsgroups/generic header folding to avoid double-folding.
13717
13718         * message.el (message-hidden-headers): Add X-Draft-From.
13719
13720         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13721         New command.
13722         (gnus-summary-repeat-search-article-backward): New command.
13723
13724         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13725         groups in the parent topic.
13726
13727 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13728
13729         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13730         (spam-extra-header-to-number): Return the CRM114 number as a
13731         number instead of a string.
13732
13733 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13734
13735         * gnus-art.el (gnus-face-properties-alist): Move here from
13736         gnus-fun.
13737
13738         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13739
13740 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13741
13742         * message.el (message-strip-forbidden-properties): Only display on
13743         self-insert-command.
13744
13745         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13746         reindent.
13747         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13748
13749 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13750
13751         * smiley.el (smiley-style): Fix typo.
13752
13753 2006-03-23  Kenichi Handa  <handa@m17n.org>
13754
13755         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13756         instead of set-buffer-multibyte.
13757
13758 2006-03-23  Kenichi Handa  <handa@m17n.org>
13759
13760         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13761         buffer and then decode the buffer text if necessary.
13762         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13763         first, and after mm-encode-body, change the buffer to unibyte.
13764
13765 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13766
13767         * hashcash.el (hashcash-insert-payment-async-2):
13768         Use message-goto-eoh instead of doing it manually.
13769         (mail-add-payment): Use message-narrow-to-header instead of trying
13770         to do the same itself.
13771
13772         * message.el (message-hidden-headers): Add Face.
13773
13774         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13775         reparenting code.
13776         (gnus-summary-reparent-children): Refactored out code.
13777         (gnus-summary-thread-map): New keystroke.
13778         (gnus-summary-reparent-children): Make into command.
13779
13780         * smiley.el (smiley-style): Default to `medium' if using a large
13781         font.
13782
13783         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13784         does it itself.
13785
13786         * message.el (message-point-in-header-p): Simplify definition.
13787
13788 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13789
13790         * nnagent.el (nnagent-request-set-mark): Silence log file
13791         writing.
13792         (nnagent-request-set-mark): Use write-region instead of
13793         append-to-file.
13794
13795         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13796         strange select method.
13797
13798         * ecomplete.el (ecomplete-display-matches): Get highlightling
13799         right.
13800         (ecomplete-display-matches): Use literals.
13801         (ecomplete-display-matches): Disable message logging.
13802
13803         * message.el (message-display-abbrev): Small optimization.
13804
13805         * ecomplete.el (ecomplete-display-matches): Allow automatic
13806         display.
13807
13808         * message.el (message-strip-forbidden-properties):
13809         Display abbrevs.
13810         (message-display-abbrev): Get automatic display right.
13811
13812         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13813         keystrokes.
13814
13815 2006-04-13  Romain Francoise  <romain@orebokech.com>
13816
13817         TODO: Backport to v5-10!
13818
13819         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13820         Move here (and rename) from gnus-registry.el.
13821
13822         * gnus-registry.el: Require gnus-util.
13823         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13824
13825 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13826
13827         * gnus-group.el (gnus-group-catchup-current):
13828         Change if-then-else-if-then-else into cond.
13829         (gnus-group-catchup): Indent.
13830         (group-name-at-point): New function.
13831         (gnus-fetch-group): Provide default from thing at point.
13832
13833 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13834
13835         * message.el (message-display-abbrev): Fix regexp.
13836
13837         * ecomplete.el (ecomplete-highlight-match-line):
13838         Reimplement choosing.
13839         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13840         dead variables.
13841
13842         * message.el (message-newline-and-indent): Remove debugging.
13843         (message-display-abbrev): Use new implementation.
13844
13845 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-art.el (gnus-article-mode):
13848         Set cursor-in-non-selected-windows to nil.
13849
13850         * smiley.el: Revert previous change.
13851         (smiley-data-directory): defvar it before using it in the
13852         defcustom of `smiley-style'.
13853
13854 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855
13856         * message.el (message-newline-and-indent): New function.
13857
13858         * ecomplete.el: Implement more bits.
13859
13860         * message.el (message-put-addresses-in-ecomplete): Clean up the
13861         string.
13862
13863         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13864
13865         * gnus-sum.el (gnus-summary-save-parts):
13866         Bind gnus-summary-save-parts-counter and use it to make unique file
13867         names.
13868
13869         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13870
13871         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13872         parameter to say whether to actually parse the individual
13873         addresses.
13874
13875         * message.el (message-put-addresses-in-ecomplete): New function.
13876         (ecomplete): Require.
13877         (message-mail-alias-type): Add ecomplete as an option.
13878
13879 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13880
13881         * flow-fill.el (fill-flowed): Remove trailing space from blank
13882         quoted lines.
13883
13884 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13885
13886         * smiley.el (smiley-style): Move definition later to avoid a
13887         compilation warning.
13888
13889 2006-04-12  Kenichi Handa  <handa@m17n.org>
13890
13891         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13892         buffer and then decode the buffer text if necessary.
13893         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13894         first, and after mm-encode-body, change the buffer to unibyte.
13895         Use mm-disable-multibyte instead of set-buffer-multibyte.
13896
13897 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13900         Content-Type header instead of Content-Disposition header.
13901         (gnus-mime-inline-part): Ditto.
13902         (gnus-mime-view-part-as-charset): Ignore charset that the part
13903         specifies.
13904
13905         * mm-decode.el (mm-display-part): Work with external parts and
13906         usual parts similarly.
13907
13908         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13909         instead of gnus-display-mime.
13910
13911         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13912         instead of with-temp-buffer.
13913
13914         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13915         tag to summarized topics part in order to encode non-ASCII text.
13916
13917 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13918
13919         * smiley.el (smiley-style): New variable.
13920         (smiley-directory): New function.
13921         (smiley-data-directory): Derive from `smiley-style' using
13922         `smiley-directory'.
13923         (smiley-regexp-alist): Add new entries.
13924
13925         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13926         (gnus-article-browse-delete-temp): Add :version.
13927
13928 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13929
13930         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13931         the sieve region.
13932
13933 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13934
13935         * gnus.el (gnus-version-number): Bump version.
13936
13937 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * gnus.el: No Gnus v0.4 is released.
13940
13941 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13942
13943         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13944         layout.
13945
13946         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13947         unknown charset.
13948
13949         * message.el (message-header-synonyms): Add Original-To to the
13950         default.
13951
13952         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13953         optional parameter.
13954
13955 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13956
13957         * gnus-fun.el (gnus): Require it for gnus-directory.
13958
13959 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13962
13963 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13964
13965         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13966
13967 2006-04-05  Simon Josefsson  <jas@extundo.com>
13968
13969         * password.el (password-reset): New function.
13970
13971 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13972
13973         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13974         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13975
13976 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13977
13978         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13979         Some whitespace was matched into the url, which broke browsing hits
13980         > 100 when mm-url-use-external was nil.
13981
13982 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13985         Check gnus-extra-headers for 'Newsgroups.
13986
13987         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13988         bound.
13989
13990 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13991
13992         * pgg-gpg.el: Clean up process buffers every time gpg processes
13993         complete.
13994
13995 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13998         doc string.
13999
14000 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14001
14002         * pgg-gpg.el (pgg-gpg-process-filter)
14003         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14004
14005         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14006         lines, temporary fix.
14007
14008 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14011
14012 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14013
14014         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14015         default-enable-multibyte-characters.  This reverts the change from
14016         revision 6.17 which is no longer necessary because the passphrase
14017         is sent separately now.  GnuPG messages are unreadable under
14018         multibyte locales with default-enable-multibyte-characters set to
14019         nil.
14020
14021 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14022
14023         * message.el (message-tool-bar-gnome): Move "spell".
14024
14025 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14026
14027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14028         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14029         instead.
14030
14031 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14032
14033         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14034         Improve newsgroups handling for NNTP overviews which don't include
14035         Newsgroups.
14036
14037 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14038
14039         * message.el (message-resend): Bind message-generate-hashcash to nil.
14040
14041 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14042
14043         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14044         when searching for already-paid recipients.
14045
14046 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14047
14048         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14049         passphrases when it is not needed.
14050         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14051         passphrase stuff from gpg, should only be necessary when you use
14052         gpg with a smartcard.
14053
14054 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * mml.el (mml-insert-mime): Ignore cached contents of
14057         message/external-body part.
14058
14059         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14060         (mm-insert-part): Ditto.
14061
14062 2006-03-23  Simon Josefsson  <jas@extundo.com>
14063
14064         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14065         Reiner.
14066         (pgg-gpg-use-agent-p): Use it again.
14067
14068 2006-03-23  Simon Josefsson  <jas@extundo.com>
14069
14070         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14071         older emacsen.
14072         (pgg-gpg-use-agent-p): Don't use it.
14073
14074 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14075
14076         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14077         if we can.
14078
14079 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14080
14081         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14082         (pgg-gpg-update-agent): New function.
14083         (pgg-gpg-use-agent-p): New function.
14084         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14085         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14086         (pgg-gpg-sign-region): Use it.
14087
14088 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14091         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14092
14093 2006-03-21  Simon Josefsson  <jas@extundo.com>
14094
14095         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14096         <wilde@sha-bang.de>.
14097         (pgg-gpg-use-agent): New variable.
14098         (pgg-gpg-process-region): Use it.
14099         (pgg-gpg-encrypt-region): Likewise.
14100         (pgg-gpg-encrypt-symmetric-region): Likewise.
14101         (pgg-gpg-decrypt-region): Likewise.
14102         (pgg-gpg-sign-region): Likewise.
14103         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14104
14105 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14108
14109         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14110         Add comment on version.
14111
14112 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14113
14114         * smiley.el: Add missing test smiley.
14115
14116 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * mm-decode.el (mm-with-part): New macro.
14119         (mm-get-part): Use it; work with message/external-body as well.
14120         (mm-save-part): Treat name and filename equally.
14121
14122         * mm-extern.el (mm-extern-cache-contents): New function.
14123         (mm-inline-external-body): Use it; force the part to be displayed;
14124         move undisplayer added to the cached handle to the parent.
14125
14126         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14127         (gnus-mime-view-part-as-type): Work with message/external-body.
14128
14129         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14130
14131 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14134         images in image-load-path.  [Sync with image.el, revision 1.60, in
14135         Emacs.]
14136
14137 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14138
14139         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14140         path rather than symbol.  Always return list of directories.
14141         Guarantee that image directory comes first.  [Sync with image.el,
14142         revision 1.59, in Emacs.]
14143
14144         * message.el (message-make-tool-bar): Adjust to new API of
14145         `gmm-image-load-path-for-library'.
14146
14147         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14148
14149         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14150
14151 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14152
14153         * gnus-art.el (gnus-article-only-boring-p):
14154         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14155         intangible text.
14156         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14157
14158 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14161         Use `defun' instead of `gmm-defun-compat'.
14162
14163 2006-03-14  Simon Josefsson  <jas@extundo.com>
14164
14165         * message.el (message-unique-id): Don't use message-number-base36
14166         if (user-uid) is a float.
14167         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14168
14169 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14172
14173         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14174         empty line between a part and a message part.
14175
14176 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * smiley.el: Add more test smileys.
14179         (smiley-data-directory, smiley-regexp-alist)
14180         (gnus-smiley-file-types): Fix doc strings.
14181         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14182         adding new elements.
14183         (smiley-mouse-map): Unused code.  Make it a comment.
14184
14185 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14188         scan latest NoCeM messages instead of old ones.
14189         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14190         delimiters that are recently used.
14191         (gnus-nocem-load-cache): Add autoload cookie.
14192
14193         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14194
14195         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14196         level which is larger than gnus-use-nocem is specified.
14197
14198         * gnus-group.el (gnus-group-get-new-news): Ditto.
14199
14200 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * gnus-util.el (gnus-tool-bar-update): New function.
14203
14204         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14205         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14206
14207         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14208
14209         * gnus-group.el (gnus-group-redraw-when-idle)
14210         (gnus-group-redraw-check): Remove.
14211         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14212
14213 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14216         if optional last element is specified in splits (FIELD VALUE...).
14217
14218 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14221         to gmm-image-load-path-for-library.  Call with no-error argument.
14222         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14223
14224         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14225
14226         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14227
14228         * gmm-utils.el (gmm-image-load-path): Remove alias.
14229
14230 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * gmm-utils.el (gmm-image-load-path): Add alias.
14233
14234         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14235         nnml-generate-nov-databases-1.
14236         (nnml-generate-nov-databases): Use it.
14237         (nnml-generate-nov-databases-directory): Document no-active
14238         argument.
14239
14240         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14241         directory if path is t.  Add no-error.
14242
14243         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14244         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14245
14246         * gnus-art.el (gnus-article-browse-delete-temp-files):
14247         Simplify resetting gnus-article-browse-html-temp-list.
14248
14249         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14250         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14251         Add example to docstring.  Rename local variables.  Move error
14252         checks to default case in cond and simplify.
14253
14254 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14257         handle is multipart when calling it recursively.
14258         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14259
14260 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14261
14262         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14263         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14264
14265 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14268         is loaded.
14269
14270         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14271         loaded.
14272
14273 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14276         to "Emacs 23 (unicode)" in doc string.
14277
14278         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14279         "Emacs 23 (unicode)" in comment.
14280
14281 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14284
14285         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14286         characters 160 through 255 in Emacs 23.
14287
14288 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14289
14290         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14291         gnus-article-browse-html-temp.
14292         (gnus-article-browse-delete-temp): Make it customizable.
14293         Add `file'.  Adjust doc string.
14294         (gnus-article-browse-delete-temp-files): Add argument.
14295         Allow query for each file.  Adjust doc string.
14296         (gnus-article-browse-html-parts):
14297         Add `gnus-article-browse-delete-temp-files' to
14298         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14299
14300 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14301
14302         * gnus-art.el (gnus-article-browse-html-temp)
14303         (gnus-article-browse-delete-temp): New variables.
14304         (gnus-article-browse-delete-temp-files): New function.
14305         (gnus-article-browse-html-parts): Use it.
14306
14307 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14310
14311         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14312         string.
14313
14314         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14315         gnus-summary-insert-new-articles when unplugged.
14316         Remove gnus-summary-search-article-forward.
14317
14318         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14319         display-visual-class instead of display-color-cells.
14320
14321 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * dgnushack.el: Autoload customize-group for XEmacs.
14324
14325         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14326         message/* containing non-ASCII text properly.
14327
14328 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * message.el: Require gmm-utils, remove autoloads.
14331         (message-tool-bar): Set default based on
14332         gmm-tool-bar-style.
14333         (message-tool-bar-gnome): Add gmm-customize-mode.
14334
14335         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14336         gmm-tool-bar-style.
14337         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14338
14339         * gnus-group.el (gnus-group-tool-bar): Set default based on
14340         gmm-tool-bar-style.
14341         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14342
14343         * gmm-utils.el (gmm-image-directory): Rename variable from
14344         gmm-image-load-path.
14345         (gmm-image-load-path): Use gmm-image-directory.
14346         (gmm-customize-mode): New function.
14347         (gmm-tool-bar-style): New variable.
14348
14349         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14350         gnus-group-redraw-line-number.
14351         (gnus-group-redraw-check): Simplify.
14352         (gnus-group-tool-bar-update): Remove redraw check.
14353         (gnus-group-make-tool-bar): Add redraw check.
14354
14355 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14356
14357         * gnus-art.el (gnus-button): Add missing parentheses.
14358
14359 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * lpath.el: Fbind line-number-at-pos.
14362
14363 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14366
14367 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14368
14369         * gnus-art.el (gnus-button): New face.
14370         (gnus-article-button-face): Use it.
14371
14372         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14373         Add gnus-summary-next-page.  Re-order.
14374
14375         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14376         next-node are now included.
14377         (gnus-group-redraw-line-number): New internal variable.
14378         (gnus-group-redraw-check): Helper function for updating the tool
14379         bar.
14380         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14381
14382         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14383
14384         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14385         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14386         Use it to match format of Spamassassin 3.0 and later.
14387         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14388         (spam-check-bogofilter)
14389         (spam-bogofilter-register-with-bogofilter): Fix args of
14390         `gnus-error' calls.
14391
14392 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14393
14394         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14395         unnecessary interaction when sending queued mails.
14396         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14397
14398 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14401         first or last are nil.
14402
14403 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14404
14405         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14406
14407 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14408
14409         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14410
14411 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14412
14413         * dns.el (query-dns): Protect more against buggy tcp output.
14414
14415 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14418         nov.php.
14419
14420 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14421
14422         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14423         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14424         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14425         output on the server side.
14426         (nnweb-google-create-mapping): Update regexps and add some
14427         progress indication.
14428
14429 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * gnus-group.el (gnus-group-tool-bar-gnome):
14432         Fix gnus-agent-toggle-plugged.  Re-order icons.
14433         (gnus-group-tool-bar-gnome):
14434         Add gnus-group-{prev,next}-unread-group.
14435         (gnus-group-tool-bar-gnome): Re-order icons.
14436
14437         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14438         Move gnus-summary-insert-new-articles.
14439
14440         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14441         Fix comments.
14442
14443         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14444         also available in Emacs 21.3.
14445
14446         * message.el (message-fix-before-sending): Change "Emacs 22" to
14447         "Emacs 23 (unicode)" in comment.
14448
14449         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14450         "Emacs 23 (unicode)" in comment.
14451
14452         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14453         comment.
14454         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14455
14456         * mm-view.el (mm-fill-flowed): Add :version.
14457
14458 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14461         and load-path.
14462
14463 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14464
14465         * message.el: Autoload gmm-image-load-path.
14466         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14467         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14468         consitency.
14469
14470         * gmm-utils.el (gmm-image-load-path): Also search in
14471         "../etc/images".  Don't set gmm-image-load-path if we don't find
14472         the image.
14473
14474 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * gmm-utils.el (gmm-image-load-path): Don't make
14477         `gmm-image-load-path' include subdirectories which the second arg
14478         `image' might specify.
14479
14480         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14481         subdirectory to icon file names.
14482
14483         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14484
14485 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14488         gmm-image-load-path calls.
14489
14490         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14491
14492         * message.el (message-make-tool-bar): Ditto.
14493
14494         * mml.el (mml-preview): Add comment concerning tool bar icons.
14495
14496         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14497         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14498
14499         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14500         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14501
14502         * message.el (message-tool-bar-gnome): Use new icon names.
14503         (message-make-tool-bar): Use `gmm-image-load-path'.
14504
14505         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14506         New functions from MH-E.
14507         (gmm-image-load-path): New variable from MH-E.
14508         (gmm-image-load-path): New function from MH-E.  Add arguments
14509         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14510         *-image-load-path-called-flag.
14511
14512 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14513
14514         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14515
14516 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14517
14518         * nnimap.el (nnimap-request-move-article): Change folder back to
14519         source group before deleting.
14520
14521 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14524
14525         * gnus-art.el (mm-url-insert-file-contents-external):
14526         Autoload mm-url.
14527
14528         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14529
14530 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14533         coding system which mm-charset-to-coding-system returns for a
14534         given charset is valid.
14535
14536 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14537
14538         * html2text.el (html2text-remove-tag-list):
14539         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14540
14541 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14542
14543         * gnus-cus.el: Revert 2005-10-17 change.
14544
14545 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * gnus-art.el (article-strip-banner):
14548         Call article-really-strip-banner only when the regexp match is made.
14549
14550 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-art.el (article-strip-banner):
14553         Use gnus-extract-address-components instead of
14554         mail-header-parse-addresses to make it work with non-ASCII text;
14555         remove mail-encode-encoded-word-string.
14556
14557         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14558         values which are surrounded with \"...\"; make it never cause a
14559         Lisp error; give up parsing of parameters if it failed in
14560         extracting type.
14561
14562 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14563
14564         * smime.el (smime-cert-by-ldap-1): Fix bug where
14565         `smime-ldap-search' returns results without userCertificates.
14566
14567 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14570
14571 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * spam.el (spam-check-spamassassin-headers): Adapt format for
14574         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14575         <ari@mbf.ocn.ne.jp>.
14576         (spam-list-of-processors): Add spam-use-gmane.
14577
14578 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14581         make-temp-file; make it work with XEmacs as well.
14582
14583         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14584         mm-make-temp-file.
14585
14586         * mm-decode.el (mm-display-external): Use the 3rd arg of
14587         mm-make-temp-file.
14588         (mm-create-image-xemacs): Ditto.
14589
14590 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14593         with message-narrow-to-headers.
14594         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14595         (gnus-draft-check-draft-articles): New function.
14596         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14597
14598 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * gnus-art.el (gnus-article-browse-html-parts):
14601         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14602         Don't use suffix argument for mm-make-temp-file for Emacs 21
14603         compatibility.  Remove useless `format'.
14604
14605 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14606
14607         * nnweb.el (nnweb-google-wash-article): Update regexps.
14608         (nnweb-group-alist): Use defvoo instead of defvar.
14609
14610 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14613         re-loading nn* modules.
14614
14615 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14618         for `tool-bar-mode' and don't check it's default-value.
14619
14620         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14621
14622         * message.el (message-make-tool-bar): Ditto.
14623
14624         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14625         `substring'.  Shorten tmp-file name.
14626
14627         * gnus.el: Remove bogus comment.
14628
14629 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14630
14631         * gnus-art.el (gnus-article-browse-html-parts): New function.
14632         (gnus-article-browse-html-article): New function for viewing html
14633         articles with a browser.
14634
14635 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14636
14637         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14638         in elisp.
14639         (pgg-gpg-encrypt-symmetric-region): Ditto.
14640         (pgg-gpg-sign-region): Ditto.
14641
14642         * pgg-def.el (pgg-text-mode): New variable.
14643
14644         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14645         (mml2015-pgg-encrypt): Ditto.
14646
14647         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14648         (mml1991-pgg-encrypt): Ditto.
14649
14650 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * nnfolder.el (nnfolder-insert-newsgroup-line):
14653         Use message-make-date instead of current-time-string.
14654
14655         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14656         to gnus-decoded which mm-uu might set.
14657
14658 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14661         don't decode quoted parameters; remove misimported Emacs code.
14662         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14663         (rfc2231-decode-encoded-string): Don't use split-string which
14664         behaves differently according to Emacs version; use
14665         mm-decode-coding-region to convert charset to coding-system.
14666         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14667         (rfc2231-encode-string): Remove misimported Emacs code.
14668
14669 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14672         when calling mail-header-parse-content-type.
14673         (article-de-quoted-unreadable): Ditto.
14674         (article-de-base64-unreadable): Ditto.
14675         (article-wash-html): Ditto.
14676
14677         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14678         calling mail-header-parse-content-type and
14679         mail-header-parse-content-disposition.
14680         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14681         mail-header-parse-content-type.
14682
14683         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14684         insert charset and format parameters; encode description after
14685         inserting it to buffer.
14686         (mml-insert-parameter): Fold lines properly even if a parameter is
14687         segmented into two or more lines; change the max column to 76.
14688
14689         * rfc1843.el (rfc1843-decode-article-body): Don't use
14690         ignore-errors when calling mail-header-parse-content-type.
14691
14692         * rfc2231.el (rfc2231-parse-string): Return at least type if
14693         possible; don't cause an error even if it fails in parsing of
14694         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14695         (rfc2231-encode-string): Don't break lines at the beginning, leave
14696         it to mml-insert-parameter.
14697
14698         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14699         calling mail-header-parse-content-type.
14700
14701 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * spam-report.el (spam-report-gmane-use-article-number):
14704         Improve doc string.
14705         (spam-report-gmane-internal): Check if a suitable header was found
14706         in the article.
14707
14708 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14711         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14712
14713 2006-02-05  Romain Francoise  <romain@orebokech.com>
14714
14715         Update copyright notices of all files in the gnus directory.
14716
14717 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14718
14719         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14720
14721 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14724         segmented lines of parameter value to cope with Thunderbird 1.5
14725         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14726         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14727         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14728
14729 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14730
14731         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14732         parts.
14733
14734 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14735
14736         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14737         there's only one active file for all servers.
14738         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14739         solid groups.  Gnus might have used a FAST request to select the group.
14740         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14741         and nnweb-search redundantly in the active file.
14742         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14743         (nnweb-request-create-group): Don't use ARGS.
14744         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14745         initialisations.  Let nnoo do the work.
14746
14747 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14750         Say the part has been decoded.
14751
14752         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14753
14754 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14755
14756         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14757         mailcap-viewer-test-cache when there's no 'test clause, since that
14758         will invert the meaning of a "nil" test previously determined by
14759         mailcap-mailcap-entry-passes-test.
14760
14761 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14764         compiling.
14765
14766         * gnus-sum.el: Ditto.
14767
14768         * message.el: Don't bind tool-bar-map when compiling.
14769
14770 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14773
14774 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14775
14776         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14777         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14778         current Google Groups.
14779
14780 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14781
14782         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14783         and tool-bar-mode.
14784
14785         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14786         and tool-bar-mode.
14787
14788         * message.el (message-tool-bar-update): Simplify.
14789         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14790
14791         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14792         gnus-summary-buffer.
14793         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14794         gnus-summary-reply.
14795
14796         * gmm-utils.el (gmm): Add :version.
14797
14798 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * Makefile.in (clean): New rule.
14801         (distclean): Use it.
14802
14803 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14804
14805         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14806         Don't autoload.
14807
14808 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * gmm-utils.el (gmm-verbose): Add :group.
14811
14812 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * message.el: Change some comments WRT tool-bars.
14815
14816         * gnus-sum.el (gnus-summary-tool-bar)
14817         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14818         (gnus-summary-tool-bar-zap-list): New variables.
14819         (gnus-summary-make-tool-bar): Complete rewrite using
14820         `gmm-tool-bar-from-list'.
14821
14822         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14823         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14824         New variables.
14825         (gnus-group-make-tool-bar): Complete rewrite using
14826         `gmm-tool-bar-from-list'.
14827         (gnus-group-tool-bar-update): New function.
14828
14829         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14830
14831 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14834         is dissected into a single part of which the type is the same as
14835         the given one; decode charset.
14836
14837 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14838
14839         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14840         into alists as symbol not string, since that's what
14841         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14842         look for.
14843
14844 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14845
14846         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14847         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14848
14849         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14850
14851 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14854         (gnus-xmas-mime-security-button-menu): New function.
14855
14856         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14857         (gnus-mime-security-button-menu): New definition.
14858         (gnus-mime-security-button-map): Use them.
14859         (gnus-mime-security-button-menu): New function.
14860         (gnus-insert-mime-security-button): Addition to help echo.
14861         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14862         (gnus-mime-security-pipe-part): New functions.
14863
14864         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14865         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14866
14867         * mm-decode.el (mm-handle-set-disposition): Remove.
14868         (mm-handle-set-description): Remove.
14869
14870 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14873         (mm-w3m-standalone-supports-m17n-p): New function.
14874         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14875         w3m usage.
14876
14877         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14878         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14879
14880 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * message.el (message-tool-bar-zap-list):
14883         Use gmm-tool-bar-zap-list as custom type.
14884         (message-tool-bar-update): New function.
14885         (message-tool-bar, message-tool-bar-gnome)
14886         (message-tool-bar-retro): Add message-tool-bar-update.
14887         (message-tool-bar-gnome): Add flyspell-buffer.
14888
14889         * gnus-util.el (gnus-error): Describe `args'.
14890
14891         * gmm-utils.el (gmm-error): Describe `args'.
14892         (gmm-tool-bar-zap-list): New widget.
14893         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14894
14895 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14898         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14899         the number of recursive calls.
14900
14901         * mm-decode.el (mm-handle-set-disposition): New macro.
14902         (mm-handle-set-description): New macro.
14903
14904 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14907         encoding.
14908
14909 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * message.el (message-tool-bar-zap-list, message-tool-bar)
14912         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14913         (message-tool-bar-local-item-from-menu): Remove.
14914         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14915         (message-make-tool-bar): New function.
14916         (message-mode): Use `message-make-tool-bar'.
14917
14918         * gmm-utils.el: New file.
14919         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14920         (gmm-lazy): New widget copied from `nnmail.el'.
14921         (gmm-tool-bar-from-list): New function for creating customizable
14922         tool bars.
14923         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14924         output.
14925         (gmm): Add :prefix to defgroup.
14926
14927 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14928
14929         * gmm-utils.el (gmm-widget-p): New function.
14930
14931 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * mml.el (mml-attach-file): Describe `description' in doc string.
14934         (mml-menu): Add Emacs MIME manual and PGG manual.
14935
14936 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14937
14938         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14939
14940 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14941
14942         * nntp.el (nntp-end-of-line): Doc fix.
14943
14944 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14945
14946         * imap.el (imap-open): Handle case where buffer is a buffer
14947         object.
14948
14949 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14950
14951         * gnus-delay.el (gnus-delay): Don't autoload.
14952         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14953         to be re-loaded when customizing the `gnus-delay' group.
14954
14955 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14956
14957         * message.el (message-insert-citation-line): Use newlines.
14958
14959 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14960
14961         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14962         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14963         these routines, so the passphrase can be managed externally and
14964         passed in to the system.
14965         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14966         pgg-add-passphrase-to-cache function.
14967
14968         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14969         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14970         these routines, so the passphrase can be managed externally and
14971         passed in to the system.
14972         (pgg-pgp5-sign-region): Use new name of
14973         pgg-add-passphrase-to-cache function.
14974
14975 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14976
14977         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14978         part of the decoded armor to find the key-identifier.
14979         (pgg-gpg-lookup-key-owner): New function to return the
14980         human-readable identifier of a key owner.
14981         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14982         itself.
14983         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14984         the key value) if we have a key and can match it against a secret
14985         key.  Also, added a note pointing out fact that the prompt only
14986         indicates the first matching key.
14987
14988         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14989         pgg-decrypt-region.
14990         (pgg-add-passphrase-to-cache): Rename from
14991         `pgg-add-passphrase-cache' to reduce confusion (all callers
14992         changed).
14993         (pgg-remove-passphrase-from-cache): Rename from
14994         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14995         changed).
14996         (pgg-read-passphrase, pgg-add-passphrase-cache)
14997         (pgg-remove-passphrase-cache): Add informative docstrings.
14998         (pgg-decrypt): Convey provided passphrase in subordinate call to
14999         pgg-decrypt-region.
15000
15001 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15002
15003         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15004         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15005         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15006         'passphrase' argument, so the passphrase can be managed externally
15007         and then passed in to the system.
15008
15009         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15010         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15011         so the passphrase cache can be used reliably with identifiers
15012         besides a pgp packet's key id.
15013
15014         * pgg-gpg.el (pgg-gpg-encrypt-region)
15015         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15016         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15017         these routines, so the passphrase can be managed externally and
15018         passed in to the system.
15019
15020         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15021         'notruncate' argument, so the passphrase cache can be used
15022         reliably with identifiers besides a pgp packet's key id.
15023
15024 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15025
15026         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15027         symmetric encryption.
15028         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15029         encrypted session key.
15030         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15031         message ask for the passphrase in a proper way.
15032
15033         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15034         New user commands for symmetric encryption.
15035
15036 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15039
15040         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15041
15042 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15043
15044         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15045
15046 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * mm-decode.el (mm-inlined-types): Add application/pgp.
15049         (mm-automatic-display): Ditto.
15050
15051         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15052         part as text.
15053
15054 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * nnrss.el: Update copyright.
15057         (nnrss-opml-import): Query whether to subscribe to each entry.
15058
15059         * gnus-art.el:
15060         * gnus-sum.el:
15061         * gnus-xmas.el:
15062         * messagexmas.el:
15063         * mm-uu.el:
15064         * mm-view.el: Update copyright.
15065
15066 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * message.el (message-info): New function.
15069         (message-mode-menu): Add it.
15070         Update copyright.
15071
15072         * ChangeLog: Fix and update copyright.
15073
15074 2006-01-13  Romain Francoise  <romain@orebokech.com>
15075
15076         * message.el (message-forward-subject-name-subject): Prefer the
15077         address to 'nowhere' if the sender has no name.
15078         Fix typo.  Update copyright year.
15079
15080 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * gnus-art.el (article-wash-html):
15083         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15084         (gnus-article-wash-html-with-w3m-standalone): New function.
15085
15086         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15087         mm-inline-text-html-render-with-w3m-standalone.
15088         (mm-text-html-washer-alist): Map w3m-standalone to
15089         gnus-article-wash-html-with-w3m-standalone.
15090         (mm-inline-text-html-render-with-w3m-standalone): New function.
15091
15092 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15093
15094         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15095         Improve LaTeX.
15096
15097 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15100         (nnrss-request-article): Render text/plain parts as HTML.
15101
15102         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15103         the buffer.
15104
15105 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15108         custom definition of `gnus-posting-styles'.
15109
15110         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15111         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15112
15113 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15116         Use nntp for bug archive.
15117
15118 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15121         parts.
15122         (nnrss-normalize-date): New function converts ISO 8601 date into
15123         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15124         (nnrss-check-group): Use it.
15125
15126 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15129
15130         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15131         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15132         (nnrss-insert-w3): Ditto.
15133
15134 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15137         the articles to be forwarded including the case where neither a
15138         number of articles nor a region is specified.
15139
15140 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * nnrss.el (nnrss-request-article): Fix last change; fill
15143         text/plain parts.
15144
15145 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15148         in text/plain part.
15149         (nnrss-check-group): Don't add excessive newline to dc:subject.
15150
15151 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15152
15153         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15154         article.
15155
15156 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15157
15158         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15159         (nnml-use-compressed-files, nnml-save-mail): Support other
15160         comression programs such as bzip2.
15161
15162 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15163
15164         * dns.el (query-dns): Make sure we check the buffer size before
15165         removing tcp headers.
15166
15167 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15170         remove MIME buttons associated with multipart/alternative parts.
15171         (gnus-mime-display-alternative): Tag buttons using `article-type'
15172         text property.
15173
15174         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15175         associated with multipart/alternative parts.
15176
15177         * gnus-art.el (gnus-signature-separator): Fix custom type.
15178
15179         * mm-decode.el (mm-inlined-types): Fix custom type.
15180         (mm-keep-viewer-alive-types): Ditto.
15181         (mm-automatic-display): Ditto.
15182         (mm-attachment-override-types): Ditto.
15183         (mm-inline-override-types): Ditto.
15184         (mm-automatic-external-display): Ditto.
15185
15186 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * spam-report.el (spam-report-user-mail-address)
15189         (spam-report-user-agent): New variables.
15190         (spam-report-url-ping-plain): Use spam-report-user-agent.
15191
15192 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15193
15194         * gnus-art.el (gnus-button-handle-custom): Do not just use
15195         `customize-apropos' for any "M-x customize-*" button but the
15196         function called for.  Accept both the function name and its
15197         argument in order to achieve this.
15198         (gnus-button-alist): Remove support for "custom:" URL's.
15199         Pass function name to `gnus-button-handle-custom' in case of "M-x
15200         customize-*" buttons.
15201
15202 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15205         multipart/alternative and add xref to mm-discouraged-alternatives
15206         in doc string.
15207
15208         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15209         gnus-buttonized-mime-types in doc string.
15210
15211 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15214         Suggest image/.* in the doc string.
15215
15216 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15219         message-marks (Debian bug #342521).
15220
15221 2005-12-12  Simon Josefsson  <jas@extundo.com>
15222
15223         * password.el (password-read-from-cache): Add.
15224         (password-read): Use it.
15225
15226 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * rfc2047.el (rfc2047-charset-to-coding-system):
15229         Recognize us-ascii as a MIME charset.
15230
15231         * mm-bodies.el (mm-decode-content-transfer-encoding):
15232         Protect against the case where the 2nd arg TYPE is nil.
15233
15234 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15235
15236         * pop3.el (pop3-stream-type): Fix custom version.
15237
15238         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15239
15240 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15241
15242         * mm-decode.el (mm-display-external): Add missing cdr.
15243
15244 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15247         RFC1524) if it is in mailcap or add a suffix according to
15248         mailcap-mime-extensions when generating a temp filename; postpone
15249         deleting a temp file for 2 seconds for some wrappers, shell
15250         scripts, and so on, which might exit right after having started a
15251         viewer command as a background job.
15252
15253 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15254
15255         * nntp.el (nntp-marks-directory): Fix custom group.
15256
15257         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15258         steps when < 10.
15259
15260         * gnus-start.el (gnus-no-server-1):
15261         Mention `gnus-level-default-subscribed' in doc string.
15262
15263 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15264
15265         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15266         parens.
15267
15268 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus-xmas.el (gnus-use-toolbar): Revert.
15271         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15272         gnus-use-toolbar is default.
15273
15274         * messagexmas.el (message-use-toolbar): Revert.
15275         (message-setup-toolbar): Use global default-toolbar if
15276         message-use-toolbar is default.
15277
15278 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15281         according to default-toolbar-visible-p.
15282
15283         * messagexmas.el (message-use-toolbar): Ditto.
15284
15285 2005-11-26  Dave Love  <fx@gnu.org>
15286
15287         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15288         (tls-program, tls-success): Provide openssl alternative.
15289
15290         * starttls.el: Doc fixes.
15291         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15292         SERVICE to PORT.
15293
15294         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15295         port null or service name.
15296         (starttls-negotiate): Autoload.
15297
15298 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * message.el (message-kill-to-signature): Fix interactive spec.
15301
15302 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * pop3.el (pop3-open-server): Recognize a string as a service name.
15305
15306 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15307
15308         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15309
15310 2005-11-23  Dave Love  <fx@gnu.org>
15311
15312         Add pop3s, pop3/starttls.
15313
15314         * pop3.el (pop3-authentication-scheme): Clarify doc.
15315         (open-tls-stream, starttls-open-stream): Autoload.
15316         (pop3-stream-type): New.
15317         (pop3-open-server): Use it.
15318
15319         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15320         for POP.
15321         (mail-source-keyword-map): Add :stream for POP.
15322         (mail-source-fetch-pop): Use pop3-stream-type.
15323
15324 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15327         of current-time-string.
15328
15329 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15330
15331         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15332         date header.
15333
15334 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15335
15336         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15337         it can seriously impact performance as it bypasses the agent's
15338         local caches.
15339
15340 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15341
15342         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15343         must be explicitly online rather than "not explicitly offline" for
15344         its flags to be synchronized.
15345
15346         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15347         that gnus-uu-unmark-thread will function correctly.
15348
15349         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15350         1024K is instead displayed as 1M.
15351
15352 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15353
15354         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15355
15356 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15357
15358         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15359
15360 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15361
15362         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15363         error message to display actual error condition.
15364         (gnus-agent-save-local): Avoid saving symbols that are bound to
15365         nil as they simply result in a warning message in
15366         gnus-agent-read-local.
15367
15368 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15371         rather than make-variable-buffer-local for file-precious-flag.
15372
15373 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15374
15375         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15376         for duplicates which are removed.  The invalid sort check then
15377         triggers a rescan after the sort as sorting may have moved
15378         duplicate entries such that they can be cheaply detected.
15379
15380 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15383
15384 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15385
15386         * gnus-agent.el (gnus-agent-article-alist-save-format):
15387         Change internal variable to a custom variable.  Change default value
15388         from compressed(2) to uncompressed(1).
15389         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15390         support for uncompressed agentview files.  Taken together, reading
15391         the agentview file should now be 6-7 times faster.
15392
15393 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15394
15395         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15396         as a buffer-local variable.  This avoids creating truncated
15397         dribble files as a result of a hang up, eg.
15398
15399 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15400
15401         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15402         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15403         XEmacs.
15404
15405 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * gnus-start.el (gnus-start-draft-setup):
15408         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15409
15410         * gnus.el (gnus-splash): Change custom group.
15411         (gnus-group-get-parameter, gnus-group-parameter-value):
15412         Describe allow-list argument.
15413
15414         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15415         string.
15416
15417 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * gnus-art.el (gnus-default-article-saver): Add user-defined
15420         `function' to custom type.
15421
15422 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15423
15424         * imap.el (imap-open): Handle case where buffer is a buffer
15425         object.
15426
15427 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15430         long lines.
15431         (gnus-cache-delete-group): Wrap doc strings.
15432
15433         * gnus-agent.el (gnus-agent-rename-group)
15434         (gnus-agent-delete-group): Wrap doc strings.
15435
15436 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * messagexmas.el (message-use-toolbar): Change the valid values
15439         into default, top, bottom, left, and right.
15440         (message-toolbar-thickness): New variable.
15441         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15442         well.
15443         (message-setup-toolbar): Make it work.
15444
15445         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15446         (gnus-use-toolbar): Change the valid values into default, top,
15447         bottom, left, and right.
15448         (gnus-toolbar-thickness): New variable.
15449         (gnus-xmas-setup-toolbar): New function.
15450         (gnus-xmas-setup-group-toolbar): Use it.
15451         (gnus-xmas-setup-summary-toolbar): Use it.
15452
15453 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * gnus-start.el (gnus-1): Add "native" to
15456         gnus-predefined-server-alist.
15457
15458         * gnus.el (gnus-method-to-server): Don't add "native" to the
15459         lists here, because that leads to problems when
15460         gnus-select-method is bound.
15461
15462 2005-11-09  Simon Josefsson  <jas@extundo.com>
15463
15464         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15465         use (not sort-by-date) instead.
15466
15467 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15468
15469         * gnus-delay.el (gnus-delay-group): Don't autoload.
15470         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15471         to be re-loaded when customizing the `gnus-delay' group.
15472
15473 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15474
15475         * message.el: Revert last changes.
15476         (message-insert-citation-line): Use newlines.
15477
15478 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15479
15480         * message.el (message-courtesy-message)
15481         (message-mark-insert-begin, message-mark-insert-end)
15482         (message-elide-ellipsis, message-cancel-message)
15483         (message-add-header, message-change-subject)
15484         (message-cross-post-followup-to-header)
15485         (message-cross-post-insert-note, message-reduce-to-to-cc)
15486         (message-widen-reply, message-delete-not-region)
15487         (message-kill-to-signature, message-insert-signature)
15488         (message-insert-importance-high, message-insert-importance-low)
15489         (message-insert-or-toggle-importance)
15490         (message-insert-disposition-notification-to)
15491         (message-indent-citation, message-yank-original)
15492         (message-cite-original-without-signature, message-cite-original)
15493         (message-insert-citation-line, message-position-on-field)
15494         (message-fix-before-sending, message-send-mail-partially)
15495         (message-send-mail, message-send-mail-with-sendmail)
15496         (message-send-mail-with-qmail, message-send-news)
15497         (message-check-news-header-syntax, message-generate-headers)
15498         (message-insert-courtesy-copy, message-fill-address)
15499         (message-fill-header, message-shorten-references)
15500         (message-setup-1, message-cancel-news)
15501         (message-forward-make-body-plain, message-forward-make-body-mime)
15502         (message-forward-make-body-mml, message-encode-message-body)
15503         (message-forward-make-body-digest-plain)
15504         (message-forward-make-body-digest-mime)
15505         (message-use-alternative-email-as-from): Insert `hard-newline'
15506         instead of ordinary newlines.
15507
15508 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * message.el (message-generate-headers): Downcase the argument
15511         given to message-check-element.
15512
15513 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15514
15515         * nntp.el (nntp-authinfo-rejected): New error condition.
15516         (nntp-wait-for): Use new error condition to signal authentication
15517         error.
15518         (nntp-retrieve-data): Rethrow new error condition to break out of
15519         recursive call to nntp-send-authinfo.
15520
15521 2005-11-08  Romain Francoise  <romain@orebokech.com>
15522
15523         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15524         (gnus-summary-exit-map): Bind to `Z p'.
15525         (gnus-summary-make-menu-bar): Add menu item.
15526
15527 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15528
15529         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15530         (gnus-treat-*): Add `first' in all doc strings.
15531
15532         * gnus-group.el (gnus-group-compact-group): Fix typo.
15533
15534 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * gnus.el (gnus-parameters-case-fold-search): New variable.
15537         (gnus-parameters-get-parameter): Use it.
15538
15539         * gnus-score.el (gnus-home-score-file): Doc fix.
15540
15541 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15542
15543         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15544
15545 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * mm-util.el (mm-special-display-p): New function.
15548
15549         * mml.el (mml-preview): Use it; doc fix.
15550
15551 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15552
15553         * imap.el (imap-open): Handle case where buffer is a buffer object.
15554
15555 2005-10-29  Romain Francoise  <romain@orebokech.com>
15556
15557         * message.el (message-fix-before-sending): Fix comment.
15558
15559 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15560
15561         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15562
15563 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15564
15565         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15566         Used in gnus-score.el.
15567
15568 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15569
15570         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15571
15572 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15573
15574         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15575         whitespace removed in revision 7.8.  Use concatenated string to
15576         protect trailing whitespace.
15577
15578 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15579
15580         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15581         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15582         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15583         Courier IMAP ("some version from 2004").  Mostly based on similar
15584         code in the same function.
15585
15586 2005-10-26  Didier Verna  <didier@xemacs.org>
15587
15588         * gnus-group.el (gnus-group-compact-group): Invalidate original
15589         article buffer.
15590         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15591         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15592         NOV database and in article itself.
15593         Invalidate article backlog.
15594
15595 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15598
15599 2005-10-26  Simon Josefsson  <jas@extundo.com>
15600
15601         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15602         part of 2004-07-25 change.
15603
15604 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * message.el (message-display-completion-list): New function.
15607         (message-expand-group): Use it; make sure the Completions buffer
15608         is modifiable.
15609 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15610
15611         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15612         user-mail-name is an empty string.
15613
15614 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15615
15616         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15617         depending on gnus-score-decay-constant.
15618
15619         * encrypt.el (encrypt-insert-file-contents)
15620         (encrypt-write-file-contents): Don't use `gnus-message'.
15621
15622         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15623         arguments.
15624         (mm-uu-type-alist): Add message-marks and insert-marks.
15625         Pass arguments to mm-uu-verbatim-marks-extract.
15626         (mm-uu-hide-markers): New variable.
15627         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15628
15629         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15630         (gnus-convert-image-to-face-command): Use "convert" by default to
15631         allow other input image formats.
15632         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15633         accordingly.
15634
15635 2005-10-23  Simon Josefsson  <jas@extundo.com>
15636
15637         * imap.el (imap-gssapi-program): Align command line parameters
15638         with latest GNU SASL.
15639         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15640
15641 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15642
15643         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15644         HTML.
15645         (nnslashdot-request-article): Ditto.
15646
15647         * lpath.el (featurep): Add nobreak-char-display.
15648
15649 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15650
15651         * mail-source.el (mail-source-fetch-pop): Require pop3.
15652         (mail-source-check-pop): Ditto.
15653
15654 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15657         errors.
15658
15659 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15660
15661         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15662         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15663
15664         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15665
15666         * mm-bodies.el (mm-decode-string):
15667         Call `mm-charset-to-coding-system' with allow-override argument.
15668
15669 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15672         (rfc2047-charset-to-coding-system): New function.
15673         (rfc2047-decode-encoded-words): New function.
15674         (rfc2047-decode-region): Use them.
15675         (rfc2047-decode-cte): Remove.
15676         (rfc2047-parse-and-decode): Remove.
15677         (rfc2047-decode): Remove.
15678
15679 2005-10-15  Kenichi Handa  <handa@m17n.org>
15680
15681         * rfc2047.el (rfc2047-decode-cte): New function.
15682         (rfc2047-decode-region): Change the way to decode successive
15683         encoded-words: decode B- or Q-encoding in each encoded-word,
15684         concatenate them, and decode it as charset.
15685
15686 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * lpath.el: Fbind codepage-setup for XEmacs.
15689
15690 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15691
15692         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15693         widget-move-and-invoke.
15694         (gnus-custom-mode): Use gnus-custom-map.
15695
15696 2005-10-15  Bill Wohler  <wohler@newt.com>
15697
15698         * message.el (message-tool-bar-map): Rename image file from
15699         mail_send to mail/send.
15700
15701 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15702
15703         * message.el (message-expand-group): Pass the common
15704         prefix substring of completion to `display-completion-list'.
15705
15706 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15707
15708         * mml-sec.el (mml-secure-method): New internal variable.
15709         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15710         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15711         New functions using mml-secure-method.
15712
15713         * mml.el (mml-mode-map): Add key bindings for those functions.
15714         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15715         Harder <harder@myrealbox.com>.
15716         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15717         Goto end of message if point is the headers of the message.
15718
15719         * message.el (message-in-body-p): New function.
15720
15721         * assistant.el: Autoload gnus-util and netrc.
15722
15723         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15724         Use `mm-charset-override-alist' only when decoding.
15725
15726         * mm-bodies.el (mm-decode-body):
15727         Call `mm-charset-to-coding-system' with allow-override argument.
15728
15729         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15730         `filename' from Content-Disposition if Content-Type doesn't
15731         provide `name'.
15732         (gnus-mime-view-part-as-type): Set default instead of
15733         initial-input.
15734
15735 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15736
15737         * format-spec.el (format-spec): Propagate text properties of % spec.
15738
15739 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15740
15741         * gnus-art.el (gnus-treat-predicate): Add `first'.
15742
15743 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15744
15745         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15746         (mm-charset-override-alist): New variable.
15747         (mm-charset-to-coding-system): Use it.
15748         (mm-codepage-setup): New helper function.
15749         (mm-charset-eval-alist): New variable.
15750         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15751         Warn about unknown charsets.
15752
15753         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15754
15755 2005-10-04  David Hansen  <david.hansen@gmx.net>
15756
15757         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15758         (nnrss-check-group): Ditto.
15759
15760 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15761
15762         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15763         Rename x-gnus-verbatim to x-verbatim.
15764         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15765
15766         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15767         x-verbatim.
15768
15769         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15770
15771         * gnus-util.el (gnus-remove-duplicates): Remove.
15772
15773         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15774         instead of gnus-remove-duplicates.
15775
15776         * message.el (message-remove-duplicates): Remove.
15777         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15778         message-remove-duplicates.
15779
15780         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15781         available, else use implementation from `delete-dups'.
15782
15783         * message.el (message-insert-expires): New function.
15784         (message-mode-map): Add key binding.
15785         (message-mode-field-menu): Add menu entry.
15786         (message-mode): Document it.
15787         (message-make-expires-date): Use `message-make-date'.
15788
15789 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15790
15791         * message.el (message-make-expires-date): New function.
15792
15793 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * Makefile.in (list-installed-shadows): New entry.
15796         (install): Use it.
15797         (remove-installed-shadows): New entry.
15798
15799         * dgnushack.el (dgnushack-default-load-path): New variable.
15800         (dgnushack-find-lisp-shadows): New function.
15801         (dgnushack-remove-lisp-shadows): New function.
15802
15803 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * Makefile.in (install-el-elc): New entry.
15806         (install): Use it so that .el files are necessarily installed.
15807
15808 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15811
15812 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15813
15814         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15815         function rather than the diff-mode.el package.
15816         (mm-display-external): Use with-current-buffer.
15817         (mm-viewer-completion-map, mm-viewer-completion-map):
15818         Move initialization inside declaration.
15819
15820 2005-09-29  Simon Josefsson  <jas@extundo.com>
15821
15822         * spam.el: Load hashcash when compiling, to avoid warnings.
15823         Don't autoload mail-check-payment.
15824         (spam-check-hashcash): Define unconditionally, since hashcash.el
15825         is part of Gnus now.  Ignore errors from payment checking.
15826
15827 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15828
15829         * message.el (message-bold-region, message-unbold-region):
15830         Rename from `bold-region' and `unbold-region'.
15831
15832         * message.el: Remove useless autoloads.
15833
15834 2005-09-28  Simon Josefsson  <jas@extundo.com>
15835
15836         * message.el (message-use-idna): Default to t.
15837         (message-use-idna): Test whether encoding works too.  Doc fix.
15838
15839 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * nntp.el (nntp-warn-about-losing-connection): Remove.
15842
15843 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15846         customizable.  Change default value.
15847         (mm-uu-diff-groups-regexp): Change default value.
15848         (mm-uu-type-alist): Add doc string.
15849         (mm-uu-configure): Add doc string.  Make it interactive.
15850         (mm-uu-tex-groups-regexp): New variable.
15851         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15852         (mm-uu-type-alist): Add LaTeX documents.
15853         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15854         of "text/verbatim".
15855         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15856
15857         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15858         instead of "text/verbatim".
15859
15860         * message.el (message-mark-inserted-region)
15861         (message-mark-insert-file): Use slrn style marks when called with
15862         prefix argument.
15863
15864 2005-09-27  Simon Josefsson  <jas@extundo.com>
15865
15866         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15867
15868 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15869
15870         * message.el (message-remove-duplicates): New function.
15871         Implementation borrowed from `gnus-remove-duplicates'.
15872         (message-idna-to-ascii-rhs): Also encode idna addresses in
15873         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15874         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15875         only ask about the same idna domain once per header and also tell
15876         in what header to replace the idna domain.
15877
15878         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15879         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15880         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15881         a header is decoded and not just the last one.
15882
15883 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15886         has been decoded.
15887
15888         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15889         (mm-insert-part): Don't modify text if it has been decoded.
15890
15891         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15892         decoded.
15893
15894         * mm-view.el (mm-inline-text): Don't strip text props unless
15895         decoding enriched or richtext parts.
15896
15897 2005-09-25  Romain Francoise  <romain@orebokech.com>
15898
15899         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15900         * gnus-start.el (gnus-subscribe-interactively):
15901         * gnus-uu.el (gnus-uu-grab-articles):
15902         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15903         space.
15904
15905 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15906
15907         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15908         * mm-view.el (mm-view-pkcs7-decrypt):
15909         * gnus-sum.el (gnus-summary-limit-to-extra)
15910         (gnus-summary-respool-article, gnus-read-move-group-name):
15911         * gnus-score.el (gnus-summary-increase-score):
15912         * gnus-util.el (gnus-completing-read-with-default):
15913         * gnus-art.el (gnus-read-save-file-name)
15914         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15915         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15916         * message.el (message-check-news-header-syntax):
15917         Follow convention for reading with the minibuffer.
15918
15919 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15920
15921         * spam-report.el (spam-report-url-ping-plain):
15922         Use gnus-extended-version as User-Agent.
15923
15924         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15925         default value is nil.
15926
15927         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15928         (mm-uu-verbatim-marks-extract): New function.
15929         (mm-uu-extract): New face.
15930         (mm-uu-copy-to-buffer): Use it.
15931
15932         * spam-report.el (spam-report-gmane-ham): Rename from
15933         `spam-report-gmane-unspam'.
15934         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15935         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15936
15937         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15938         Autoload.
15939         (spam-report-gmane-unregister-routine):
15940         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15941
15942 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15943
15944         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15945         (spam-report-gmane-unregister-routine): Add support for gmane
15946         unregistration.
15947
15948         * spam-report.el (spam-report-gmane-unspam)
15949         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15950         (spam-report-gmane): Change to take a single article and do unspam
15951         registration.
15952
15953 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * mm-url.el (mm-url-decode-entities): Fix regexp.
15956
15957 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15958
15959         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15960         default to nil, to be able to use Gnus at all.  If the default
15961         switches to something else, then the function should be fixed not
15962         be exceedingly slow.
15963
15964 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15965
15966         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15967         fail hard.
15968
15969         * spam-report.el: Add better Keywords line.
15970
15971         * spam.el: Add Maintainer and better Keywords line.
15972
15973 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * gnus-art.el (gnus-article-replace-part)
15976         (gnus-mime-replace-part): New functions.
15977         (gnus-mime-action-alist, gnus-mime-button-commands)
15978         (gnus-mime-save-part-and-strip): Add file argument.
15979         (gnus-article-part-wrapper): Add interactive argument.
15980
15981         * gnus-sum.el (gnus-summary-mime-map):
15982         Add `gnus-article-replace-part'.
15983
15984 2005-09-19  Didier Verna  <didier@xemacs.org>
15985
15986         The nnml compaction feature:
15987         * nnml.el (nnml-request-compact-group): New function.
15988         * nnml.el (nnml-request-compact): New function.
15989         * gnus-int.el (gnus-request-compact-group): New function.
15990         * gnus-int.el (gnus-request-compact): New function.
15991         * gnus-group.el (gnus-group-compact-group): New function.
15992         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15993         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15994         * gnus-srvr.el (gnus-server-compact-server): New function.
15995         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15996         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15997
15998 2005-09-18  Deepak Goel  <deego@gnufans.org>
15999
16000         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16001         format spec.
16002
16003 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16006
16007 2005-09-15  Romain Francoise  <romain@orebokech.com>
16008
16009         * message.el (message-fill-paragraph): Clarify docstring.
16010
16011 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-art.el (gnus-mime-display-part): Protect against broken
16014         MIME messages.
16015
16016 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16019         before parsing header.
16020
16021 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16022
16023         * html2text.el (html2text-replace-list): Add new entities.
16024
16025 2005-09-11  Romain Francoise  <romain@orebokech.com>
16026
16027         * message.el (message-alternative-emails): Improve docstring.
16028         (message-setup-1): Call `message-use-alternative-email-as-from'
16029         after `message-setup-hook' to give it precedence over posting
16030         styles, etc.
16031         (message-use-alternative-email-as-from): Add docstring.
16032         Remove the original From header if present.
16033
16034         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16035         (nnml-save-mail): Use it.
16036
16037         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16038         articles.  Add new argument `silent'.
16039         (gnus-uu-mark-all): Report the total number of marked articles.
16040
16041 2005-09-10  Romain Francoise  <romain@orebokech.com>
16042
16043         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16044         (gnus-uu-mark-series): Likewise.
16045
16046 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16047
16048         * spam-report.el (spam-report-gmane): Fix generation of spam
16049         report URL.
16050
16051 2005-09-10  Simon Josefsson  <jas@extundo.com>
16052
16053         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16054         t, based on discussion on the ding list with Robert Epprecht
16055         <epprecht@solnet.ch>.
16056
16057 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * spam-report.el (spam-report-gmane): Make it work without
16060         X-Report-Spam header.  Gmane now only provides Archived-At.
16061         This is only used if `spam-report-gmane-use-article-number' is nil.
16062         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16063
16064         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16065         make `gnus-summary-sort-by-recipient' work with threading.
16066
16067         * nnweb.el (nnweb-google-wash-article): Print a message if article
16068         is not available.
16069
16070 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16071
16072         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16073         change.  Decode text/* parts content before displaying.
16074
16075 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16078
16079 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16082
16083         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16084         url-package-name, url-package-version,
16085         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16086         w3m-display-inline-images, and w3m-minor-mode-map.
16087
16088 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16089
16090         * message.el (message-tab-body-function): Fix mismatched custom type.
16091
16092         * gnus.el (gnus-group-change-level-function): Ditto.
16093
16094         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16095
16096         * gnus-art.el (gnus-signature-limit)
16097         (gnus-article-mime-part-function): Ditto.
16098
16099 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * mml.el (mml-mode): Silence the byte compiler.
16102
16103         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16104         using `(sit-for 0)' before moving the point to the specified part;
16105         skip unbuttonized parts.
16106         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16107         return to the summary window if gnus-auto-select-part is non-nil.
16108
16109 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16112         New variables.
16113         (mml-dnd-attach-file, mml-mode): Use them.
16114
16115         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16116         Make fetching article by MID work again for Google Groups.
16117         Add FIXME concerning gnus-group-make-web-group.
16118
16119         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16120         Don't depend on Gnus by using mail-extract-address-components if
16121         gnus-extract-address-components is not bound.
16122
16123 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16124
16125         * gnus-art.el (gnus-mime-display-security): Don't display the
16126         signature, but only the signed part.
16127
16128 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16131
16132         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16133         list, not listp.
16134
16135 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16136
16137         * mm-encode.el (mm-encode-content-transfer-encoding):
16138         Likewise when encoding.
16139
16140         * mm-bodies.el (mm-decode-content-transfer-encoding):
16141         De-canonicalize CRLF for all text content types, not just
16142         text/plain.
16143
16144 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16147         valid article; point arrow and cursor at the MIME button.
16148
16149 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16152         Suggested by Dan Christensen <jdc@uwo.ca>.
16153
16154         * mm-decode.el (mm-save-part): Enable change of prompt.
16155
16156 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16157
16158         * gnus-msg.el (gnus-inews-add-send-actions):
16159         Make `message-post-method' lambda parameter ARG `&optional'.
16160
16161 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16162
16163         * gnus-sum.el (gnus-summary-mime-map):
16164         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16165         gnus-article-jump-to-part.
16166
16167         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16168         (gnus-article-edit-part): Use it.
16169         (gnus-article-part-wrapper): Add no-handle argument.
16170         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16171         New functions.
16172
16173 2005-08-29  Romain Francoise  <romain@orebokech.com>
16174
16175         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16176         docstring.
16177         (gnus-face-from-file): Likewise.
16178
16179 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16180
16181         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16182         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16183         non-nil.
16184         (gnus-auto-select-part): New variable.
16185         (gnus-article-jump-to-part): New function.
16186         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16187         (gnus-mime-delete-part): Allow selecting specified part after
16188         deleting or stripping parts.
16189         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16190         part if argument is bogus.
16191
16192 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16193
16194         * gnus-art.el (w3m-minor-mode-map):
16195         * gnus-spec.el (gnus-newsrc-file-version):
16196         * gnus-util.el (nnmail-active-file-coding-system)
16197         (gnus-original-article-buffer, gnus-user-agent):
16198         * gnus.el (gnus-ham-process-destinations)
16199         (gnus-parameter-ham-marks-alist)
16200         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16201         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16202         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16203         * mm-decode.el (gnus-current-window-configuration):
16204         * mm-extern.el (gnus-article-mime-handles):
16205         * mm-url.el (url-current-object, url-package-name)
16206         (url-package-version):
16207         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16208         (smime-keys, w3m-cid-retrieve-function-alist)
16209         (w3m-current-buffer, w3m-display-inline-images)
16210         (w3m-minor-mode-map):
16211         * mml-smime.el (gnus-extract-address-components):
16212         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16213         (gnus-newsrc-hashtb, message-default-charset)
16214         (message-deletable-headers, message-options)
16215         (message-posting-charset, message-required-mail-headers)
16216         (message-required-news-headers):
16217         * mml1991.el (mc-pgp-always-sign):
16218         * mml2015.el (mc-pgp-always-sign):
16219         * nnheader.el (nnmail-extra-headers):
16220         * rfc1843.el (gnus-decode-encoded-word-function)
16221         (gnus-decode-header-function, gnus-newsgroup-name):
16222         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16223
16224 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16225
16226         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16227         the end of the date treatments.
16228
16229 2005-08-15  Simon Josefsson  <jas@extundo.com>
16230
16231         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16232         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16233         Capello and Romain Francoise.
16234         (pgg-fetch-key-function): Remove, not used?
16235         (pgg-insert-url-with-w3): Require url, to get
16236         url-insert-file-contents regardless of where it is defined.
16237
16238 2005-08-13  Romain Francoise  <romain@orebokech.com>
16239
16240         * message.el (message-cite-original-1): New function.
16241         (message-cite-original): Use it.
16242         (message-cite-original-without-signature): Ditto.
16243
16244 2005-08-08  Romain Francoise  <romain@orebokech.com>
16245
16246         * message.el (message-yank-empty-prefix): New variable.
16247         (message-indent-citation): Use it.
16248         (message-cite-original-without-signature): Respect X-No-Archive.
16249
16250 2005-08-08  Simon Josefsson  <jas@extundo.com>
16251
16252         * pgg.el: Autoload url-insert-file-contents instead of loading
16253         w3/url.
16254         (pgg-insert-url-with-w3): Don't load url here.
16255
16256 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16257
16258         * message.el (message-kill-to-signature): Don't insert newline at
16259         bol.
16260         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16261
16262 2005-08-06  Romain Francoise  <romain@orebokech.com>
16263
16264         * message.el (message-user-fqdn): Fix typo in docstring.
16265
16266 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16267
16268         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16269
16270         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16271
16272 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16273
16274         * mm-bodies.el (mm-encode-body): Use coding system rather than
16275         charset to encode text.
16276
16277         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16278         number of charsets if utf-8 is available (XEmacs).
16279
16280 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16281
16282         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16283         taken from `gnus-button-mid-or-mail-regexp'.
16284         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16285         (gnus-button-alist): Improve regexp for domain part of the MIDs
16286         for news:localpart@domain buttons.
16287         (gnus-button-ctan-directory-regexp): Update.
16288
16289 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * sieve-manage.el (sieve-manage-interactive-login):
16292         Use make-local-variable rather than make-variable-buffer-local.
16293         (sieve-manage-open): Ditto.
16294         (sieve-manage-authenticate): Ditto.
16295
16296         * mml.el (mml-generate-mime-1): Make the content type default to
16297         text/plain if the filename is not specified.
16298
16299 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16302         instead of insert-buffer.
16303
16304         * message.el (message-yank-original): Ditto; set the mark at the
16305         end of the yanked message.
16306
16307 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16310         lines to scroll rather than to stop it.
16311
16312         * mml.el (mml-generate-default-type): Add doc string.
16313         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16314         default to application/octet-stream when determining the content
16315         type if it is not specified for the part or the mml contents; add
16316         a comment about mml-generate-default-type.
16317
16318 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16319
16320         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16321         make it default to application/octet-stream when determining the
16322         content type if it is not specified for the external contents.
16323
16324 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16327         segmented parameter but also other parameters might be there.
16328
16329 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * mm-decode.el (mm-display-external): Delete temp file, directory
16332         and buffer immediately if the external process is exited.
16333
16334 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16337         fewer lines than that of scroll-margin.
16338         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16339
16340 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * gnus-art.el (gnus-article-next-page): Revert.
16343         (gnus-article-beginning-of-window): New macro.
16344         (gnus-article-next-page-1): Use it.
16345         (gnus-article-prev-page): Ditto.
16346         (gnus-article-edit-part): Use insert-buffer-substring instead of
16347         insert-buffer.
16348         (gnus-article-edit-exit): Ditto.
16349
16350         * gnus-util.el (gnus-beginning-of-window): Remove.
16351         (gnus-end-of-window): Remove.
16352
16353         * lpath.el: Don't bind header-line-format and scroll-margin.
16354
16355 2005-07-25  Simon Josefsson  <jas@extundo.com>
16356
16357         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16358         to have the url package without w3.  Reported by Daiki Ueno
16359         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16360
16361 2005-07-20  Didier Verna  <didier@xemacs.org>
16362
16363         * gnus-diary.el: Remove the description comment (nndiary is now
16364         properly documented in the Gnus manual).
16365         Fix the spelling of "Back End".
16366         * nndiary.el: Ditto.
16367         Fix the copyright notice.
16368
16369 2005-07-18  Romain Francoise  <romain@orebokech.com>
16370
16371         * gnus-sum.el (gnus-summary-to-prefix)
16372         (gnus-summary-newsgroup-prefix): New variables.
16373         (gnus-summary-from-or-to-or-newsgroups): Use them.
16374
16375 2005-07-17  Romain Francoise  <romain@orebokech.com>
16376
16377         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16378         space as it's generally not especially interesting to the user.
16379
16380 2005-07-16  Romain Francoise  <romain@orebokech.com>
16381
16382         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16383         nil to avoid prompting and file modification if one of the
16384         messages at the top of the nnfolder file contains a copyright
16385         notice.
16386         Update copyright notice.
16387
16388         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16389         instead of `current-time-string' as the latter creates a time
16390         string that is not RFC 2822 compliant (it lacks the zone).
16391         Update copyright notice.
16392
16393 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16394
16395         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16396         for text/rtf.  Display default in prompt.  Pass default for M-n.
16397
16398         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16399
16400 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16401
16402         * gnus-msg.el (gnus-button-mailto):
16403         Remove save-selected-window-window hackery because it relies on
16404         save-selected-window internals.
16405
16406 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16409         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16410         (gnus-article-prev-page): Ditto.
16411
16412         * gnus-util.el (gnus-beginning-of-window): New function.
16413         (gnus-end-of-window): New function.
16414
16415         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16416
16417 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16418
16419         * gnus-score.el (gnus-score-edit-all-score):
16420         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16421         gnus-message.
16422
16423 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16424
16425         * gnus-msg.el (gnus-button-mailto):
16426         Remove save-selected-window-window hackery because it relies on
16427         save-selected-window internals.
16428
16429 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16432         add-minor-mode.
16433         (gnus-binary-mode): Ditto.
16434
16435         * gnus-topic.el (gnus-topic-mode): Ditto.
16436
16437 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16438
16439         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16440         (gnus-article-prev-page): Take scroll-margin into consideration.
16441
16442 2005-07-04  Lute Kamstra  <lute@gnu.org>
16443
16444         Update FSF's address in GPL notices.
16445
16446 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16447
16448         * gnus.el (gnus-exit):
16449         * gnus-group.el (gnus-group-icons):
16450         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16451
16452         * gnus-nocem.el (gnus-nocem):
16453         * message.el (message-various, message-buffers, message-sending)
16454         (message-interface, message-forwarding, message-insertion)
16455         (message-headers, message-news, message-mail):
16456         * pgg-gpg.el (pgg-gpg):
16457         * pgg-parse.el (pgg-parse):
16458         * pgg-pgp.el (pgg-pgp):
16459         * pgg-pgp5.el (pgg-pgp5):
16460         * pop3.el (pop3): Finish `defgroup' description with period.
16461
16462 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-art.el (article-display-face): Improve the efficiency.
16465         (article-display-x-face): Ditto; remove grey x-face stuff.
16466
16467 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * gnus-art.el (article-display-face): Correct the position in
16470         which Faces are inserted.
16471
16472 2005-06-29  Didier Verna  <didier@xemacs.org>
16473
16474         * gnus-art.el (article-display-face): Display faces in correct
16475         order.
16476
16477 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16480         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16481         (gnus-nocem-check-article): Fetch the Type header.
16482         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16483         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16484         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16485         make sure gnus-nocem-hashtb is initialized.
16486         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16487         (gnus-nocem-unwanted-article-p): Ditto.
16488
16489         * pgg.el (pgg-verify): Return the verification result.
16490
16491 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16492
16493         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16494         is ascii.
16495
16496 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16497
16498         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16499         `show-nonbreak-escape'.
16500
16501 2005-06-23  Lute Kamstra  <lute@gnu.org>
16502
16503         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16504
16505         * dig.el (dig-mode):
16506         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16507
16508 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16509
16510         * nnimap.el (nnimap-split-download-body): Fix spellings.
16511
16512 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16513
16514         * gnus-art.el (gnus-article-encrypt-body):
16515         * gnus-cus.el (gnus-score-customize):
16516         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16517         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16518
16519 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16520
16521         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16522         header by looking for magic "MII" at the beginnig.
16523
16524 2005-06-16  Miles Bader  <miles@gnu.org>
16525
16526         * gnus-xmas.el (gnus-xmas-group-startup-message):
16527         Use renamed gnus-splash face.
16528
16529         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16530         (assistant-field-face): New backward-compatibility alias for renamed
16531         face.
16532         (assistant-render-text): Use renamed assistant-field face.
16533
16534         * spam.el (spam): Remove "-face" suffix from face name.
16535         (spam-face): New backward-compatibility alias for renamed face.
16536         (spam-face, spam-initialize): Use renamed spam face.
16537
16538         * message.el (message-header-to, message-header-cc)
16539         (message-header-subject, message-header-newsgroups)
16540         (message-header-other, message-header-name)
16541         (message-header-xheader, message-separator, message-cited-text)
16542         (message-mml): Remove "-face" suffix from face names.
16543         (message-header-to-face, message-header-cc-face)
16544         (message-header-subject-face, message-header-newsgroups-face)
16545         (message-header-other-face, message-header-name-face)
16546         (message-header-xheader-face, message-separator-face)
16547         (message-cited-text-face, message-mml-face):
16548         New backward-compatibility aliases for renamed faces.
16549         (message-font-lock-keywords): Use renamed message faces.
16550
16551         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16552         (sieve-test-commands, sieve-tagged-arguments):
16553         Remove "-face" suffix from face names.
16554         (sieve-control-commands-face, sieve-action-commands-face)
16555         (sieve-test-commands-face, sieve-tagged-arguments-face):
16556         New backward-compatibility aliases for renamed faces.
16557         (sieve-control-commands-face, sieve-action-commands-face)
16558         (sieve-test-commands-face, sieve-tagged-arguments-face):
16559         Use renamed sieve faces.
16560
16561         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16562         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16563         (gnus-group-news-3-empty, gnus-group-news-4)
16564         (gnus-group-news-4-empty, gnus-group-news-5)
16565         (gnus-group-news-5-empty, gnus-group-news-6)
16566         (gnus-group-news-6-empty, gnus-group-news-low)
16567         (gnus-group-news-low-empty, gnus-group-mail-1)
16568         (gnus-group-mail-1-empty, gnus-group-mail-2)
16569         (gnus-group-mail-2-empty, gnus-group-mail-3)
16570         (gnus-group-mail-3-empty, gnus-group-mail-low)
16571         (gnus-group-mail-low-empty, gnus-summary-selected)
16572         (gnus-summary-cancelled, gnus-summary-high-ticked)
16573         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16574         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16575         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16576         (gnus-summary-low-undownloaded)
16577         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16578         (gnus-summary-low-unread, gnus-summary-normal-unread)
16579         (gnus-summary-high-read, gnus-summary-low-read)
16580         (gnus-summary-normal-read, gnus-splash):
16581         Remove "-face" suffix from face names.
16582         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16583         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16584         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16585         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16586         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16587         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16588         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16589         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16590         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16591         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16592         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16593         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16594         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16595         (gnus-summary-normal-ticked-face)
16596         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16597         (gnus-summary-normal-ancient-face)
16598         (gnus-summary-high-undownloaded-face)
16599         (gnus-summary-low-undownloaded-face)
16600         (gnus-summary-normal-undownloaded-face)
16601         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16602         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16603         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16604         (gnus-splash-face):
16605         New backward-compatibility aliases for renamed faces.
16606         (gnus-group-startup-message): Use renamed gnus faces.
16607
16608         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16609         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16610         (gnus-server-agent): Remove "-face" suffix from face names.
16611         (gnus-server-agent-face, gnus-server-opened-face)
16612         (gnus-server-closed-face, gnus-server-denied-face)
16613         (gnus-server-offline-face):
16614         New backward-compatibility aliases for renamed faces.
16615         (gnus-server-agent-face, gnus-server-opened-face)
16616         (gnus-server-closed-face, gnus-server-denied-face)
16617         (gnus-server-offline-face): Use renamed gnus faces.
16618
16619         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16620         Remove "-face" suffix from face names.
16621         (gnus-picon-xbm-face, gnus-picon-face):
16622         New backward-compatibility aliases for renamed faces.
16623
16624         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16625         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16626         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16627         (gnus-cite-11): Remove "-face" suffix from face names.
16628         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16629         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16630         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16631         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16632         New backward-compatibility aliases for renamed faces.
16633         (gnus-cite-attribution-face, gnus-cite-face-list)
16634         (gnus-article-boring-faces): Use renamed gnus faces.
16635
16636         * gnus-art.el (gnus-signature, gnus-header-from)
16637         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16638         (gnus-header-content): Remove "-face" suffix from face names.
16639         (gnus-signature-face, gnus-header-from-face)
16640         (gnus-header-subject-face, gnus-header-newsgroups-face)
16641         (gnus-header-name-face, gnus-header-content-face):
16642         New backward-compatibility aliases for renamed faces.
16643         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16644
16645         * gnus-sum.el (gnus-summary-selected-face)
16646         (gnus-summary-highlight): Use renamed gnus faces.
16647         * gnus-group.el (gnus-group-highlight): Likewise.
16648
16649 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16650
16651         * gnus-sieve.el (gnus-sieve-article-add-rule):
16652         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16653         * spam-stat.el (spam-stat-buffer-change-to-spam)
16654         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16655
16656         * message.el (message-is-yours-p):
16657         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16658
16659 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * mm-view.el (mm-inline-text): Withdraw the last change.
16662
16663 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16666         executing enriched-decode.
16667
16668 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16671         charset of tar files.
16672
16673 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16674
16675         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16676
16677 2005-06-04  Lute Kamstra  <lute@gnu.org>
16678
16679         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16680         information is never recorded.
16681
16682 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16683
16684         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16685
16686 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * pop3.el (pop3-apop): Run md5 in the binary mode.
16689
16690         * starttls.el (starttls-set-process-query-on-exit-flag):
16691         Use eval-and-compile.
16692
16693 2005-05-31  Simon Josefsson  <jas@extundo.com>
16694
16695         * smime.el (smime-replace-in-string): Define.
16696         (smime-cert-by-ldap-1): Use it.
16697
16698 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * gnus-art.el (article-display-x-face): Replace
16701         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16702
16703         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16704         set-process-query-on-exit-flag or process-kill-without-query.
16705
16706         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16707         loop instead of replace-regexp.
16708
16709         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16710         instead of process-kill-without-query if it is available.
16711
16712         * lpath.el: Fbind ldap-search-entries.
16713
16714         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16715         instead of find-file-hooks if it is available.
16716
16717         * mml1991.el: Bind pgg-default-user-id when compiling.
16718
16719         * mml2015.el: Bind pgg-default-user-id when compiling.
16720
16721         * nndraft.el (nndraft-request-associate-buffer):
16722         Use write-contents-functions instead of write-contents-hooks if it is
16723         available.
16724
16725         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16726         instead of find-file-hooks if it is available.
16727
16728         * nntp.el (nntp-open-connection): Replace
16729         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16730         (nntp-open-ssl-stream): Ditto.
16731         (nntp-open-tls-stream): Ditto.
16732
16733         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16734         set-process-query-on-exit-flag or process-kill-without-query.
16735         (starttls-open-stream-gnutls): Use it instead of
16736         process-kill-without-query.
16737         (starttls-open-stream): Ditto.
16738
16739 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16740
16741         * smime.el (smime-cert-by-ldap-1): Don't use
16742         replace-regexp-in-string.
16743
16744 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16745
16746         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16747
16748         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16749         in PEM format.  Adjust to the XEmacs compatibility.
16750
16751 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16752
16753         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16754         by `string-to-number'.
16755         * gnus-agent.el (gnus-agent-regenerate-group)
16756         (gnus-agent-fetch-articles): Ditto.
16757         * gnus-art.el (gnus-button-fetch-group): Ditto.
16758         * gnus-cache.el (gnus-cache-generate-active)
16759         (gnus-cache-articles-in-group): Ditto.
16760         * gnus-group.el (gnus-group-set-current-level)
16761         (gnus-group-insert-group-line): Ditto.
16762         * gnus-score.el (gnus-score-set-expunge-below)
16763         (gnus-score-set-mark-below, gnus-summary-score-effect)
16764         (gnus-summary-score-entry): Ditto.
16765         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16766         (gnus-soup-pack): Ditto.
16767         * gnus-spec.el (gnus-xmas-format): Ditto.
16768         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16769         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16770         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16771         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16772         * nndb.el (nndb-get-remote-expire-response): Ditto.
16773         * nndiary.el (nndiary-parse-schedule-value)
16774         (nndiary-string-to-number, nndiary-request-replace-article)
16775         (nndiary-request-article): Ditto.
16776         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16777         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16778         * nneething.el (nneething-make-head): Ditto.
16779         * nnfolder.el (nnfolder-request-article)
16780         (nnfolder-retrieve-headers): Ditto.
16781         * nnheader.el (nnheader-file-to-number): Ditto.
16782         * nnkiboze.el (nnkiboze-request-article): Ditto.
16783         * nnmail.el (nnmail-process-unix-mail-format)
16784         (nnmail-process-babyl-mail-format): Ditto.
16785         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16786         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16787         (nnmh-request-create-group, nnmh-request-list-1)
16788         (nnmh-request-group, nnmh-request-article): Ditto.
16789         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16790         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16791         * nnsoup.el (nnsoup-make-active): Ditto.
16792         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16793         * nntp.el (nntp-find-group-and-number)
16794         (nntp-retrieve-headers-with-xover): Ditto.
16795         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16796         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16797         (pgg-format-key-identifier): Ditto.
16798         * pop3.el (pop3-last, pop3-stat): Ditto.
16799         * qp.el (quoted-printable-decode-region): Ditto.
16800
16801         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16802         of concat.
16803
16804 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16807
16808         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16809
16810         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16811
16812         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16813
16814         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16815
16816         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16817
16818         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16819         (gnus-carpal-mode): Ditto.
16820
16821         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16822         (gnus-browse-mode): Ditto.
16823
16824         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16825
16826         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16827
16828 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16829
16830         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16831
16832 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-util.el (gnus-run-mode-hooks): New function.
16835
16836         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16837
16838         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16839         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16840
16841 2005-05-27  Lute Kamstra  <lute@gnu.org>
16842
16843         * dns-mode.el (dns-mode): Specify customization group.
16844
16845 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16846
16847         * gnus-agent.el (gnus-agent-make-mode-line-string):
16848         Use mode-line-highlight as mouse-face.
16849
16850 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * canlock.el (canlock): Change the parent group to news.
16853
16854         * deuglify.el (gnus-outlook-deuglify): Add :group.
16855
16856         * dig.el (dig): Add :group.
16857
16858         * dns-mode.el (dns-mode): Add :group.
16859
16860         * encrypt.el (encrypt): Add :group.
16861
16862         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16863         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16864         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16865         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16866         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16867
16868         * gnus-diary.el (gnus-diary): Add :group.
16869
16870         * gnus.el (gnus-group-news-1-face): Add :group.
16871         (gnus-group-news-1-empty-face): Ditto.
16872         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16873         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16874         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16875         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16876         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16877         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16878         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16879         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16880         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16881         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16882         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16883         (gnus-summary-high-ticked-face): Ditto.
16884         (gnus-summary-low-ticked-face): Ditto.
16885         (gnus-summary-normal-ticked-face): Ditto.
16886         (gnus-summary-high-ancient-face): Ditto.
16887         (gnus-summary-low-ancient-face): Ditto.
16888         (gnus-summary-normal-ancient-face): Ditto.
16889         (gnus-summary-high-undownloaded-face): Ditto.
16890         (gnus-summary-low-undownloaded-face): Ditto.
16891         (gnus-summary-normal-undownloaded-face): Ditto.
16892         (gnus-summary-high-unread-face): Ditto.
16893         (gnus-summary-low-unread-face): Ditto.
16894         (gnus-summary-normal-unread-face): Ditto.
16895         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16896         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16897
16898         * hashcash.el (hashcash): New custom group.
16899         (hashcash-default-payment): Add :group.
16900         (hashcash-payment-alist): Ditto.
16901         (hashcash-default-accept-payment): Ditto.
16902         (hashcash-accept-resources): Ditto.
16903         (hashcash-path): Ditto.
16904         (hashcash-extra-generate-parameters): Ditto.
16905         (hashcash-double-spend-database): Ditto.
16906         (hashcash-in-news): Ditto.
16907
16908         * message.el (message-minibuffer-local-map): Add :group.
16909
16910         * netrc.el (netrc): Add :group.
16911
16912         * sieve-manage.el (sieve-manage-log): Add :group.
16913         (sieve-manage-default-user): Diito.
16914         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16915         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16916         (sieve-manage-authenticators): Ditto.
16917         (sieve-manage-authenticator-alist): Ditto.
16918         (sieve-manage-default-port): Ditto.
16919
16920         * sieve-mode.el (sieve-control-commands-face): Add :group.
16921         (sieve-action-commands-face): Ditto.
16922         (sieve-test-commands-face): Ditto.
16923         (sieve-tagged-arguments-face): Ditto.
16924
16925         * smime.el (smime): Add :group.
16926
16927         * spam-report.el (spam-report): Add :group.
16928
16929         * spam.el (spam, spam-face): Add :group.
16930
16931 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16934         return \n.\n.\n at the end of articles.  Protect against that.
16935         (nntp-with-open-group): Allow debugging.
16936
16937         * nnheader.el (mail-header-set-extra): Make into a function
16938         because I just could't understand how to quote the list properly.
16939
16940         * dns.el (query-dns-cached): New function.
16941
16942 2005-05-26  Lute Kamstra  <lute@gnu.org>
16943
16944         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16945
16946 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16949
16950         * gnus-art.el: Don't autoload mail-extract-address-components.
16951
16952         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16953         eval-and-compile to evaluate it.
16954
16955         * hashcash.el: Don't autoload executable-find.
16956
16957         * nndb.el: Don't declare the nndb back end two or more times; don't
16958         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16959
16960         * nntp.el: Autoload format-spec instead of format; use
16961         eval-and-compile to evaluate autoload forms.
16962
16963 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16964
16965         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16966
16967 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16968
16969         * gnus.el (gnus-version-number): Bump version.
16970
16971 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16972
16973         * gnus.el: No Gnus v0.3 is released.
16974
16975 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16976
16977         * lpath.el (featurep): Bind show-nonbreak-escape.
16978
16979 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * gnus-art.el (gnus-article-edit-part): Disable undo.
16982
16983 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16986         gnus-article-date-lapsed-new-header is t if date timer is active;
16987         skip headers in which the original date value is empty.
16988         (gnus-article-save-original-date): Redefine it as a macro.
16989         (gnus-display-mime): Use it.
16990
16991 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * gnus-art.el (article-date-ut): Support converting date in
16994         forwarded parts as well.
16995         (gnus-article-save-original-date): New function.
16996         (gnus-display-mime): Use it.
16997
16998 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16999
17000         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17001         enclosure element of <item>.
17002
17003 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17004
17005         * message.el (message-kill-buffer-query): Rename from
17006         `message-kill-buffer-query-if-modified'.  Add :version.
17007
17008 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17011         window layout.
17012
17013 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17014
17015         * mml.el: Autoload dnd when compiling.
17016
17017 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17018
17019         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17020         x-dnd-*.
17021
17022 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * qp.el (quoted-printable-encode-region): Save excursion.
17025
17026 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17027
17028         * message.el (message-kill-buffer-query-if-modified): Add new variable
17029         so the user can kill a modified message buffer quickly.
17030         (message-kill-buffer): Use it.
17031
17032 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * lpath.el: Fbind display-time-event-handler; don't fbind
17035         string-to-multibyte.
17036
17037         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17038
17039 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17042         contained in text because xml.el decodes entities) with LFs.
17043
17044 2005-04-11  Lute Kamstra  <lute@gnu.org>
17045
17046         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17047         differently.
17048
17049 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17050
17051         * mm-util.el (mm-detect-coding-region): Typo.
17052
17053 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17056
17057 2005-04-06  Deepak Goel  <deego@gnufans.org>
17058
17059         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17060         user-function allow user modifications of the scores.
17061         (spam-stat-score-buffer-user): New function, to allow
17062         user-computed modifications to the score.
17063         (spam-stat-score-buffer-user-functions): List of additional
17064         scoring functions.
17065         (spam-stat-error-holder): Global temporary error holder.
17066         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17067         variable.
17068
17069 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17070
17071         * gnus-registry.el (gnus-registry-clean-empty-function)
17072         (gnus-registry-trim, gnus-registry-fetch-groups)
17073         (gnus-registry-delete-group): Groups that match
17074         `gnus-registry-ignored-groups' are removed from the registry
17075         entries, not just ignored for splitting.  This helps clean up the
17076         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17077         to get all the groups a message ID is in.
17078
17079         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17080         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17081         (spam-stat-score-buffer-user-functions): Add :number custom type.
17082
17083 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17086         argument in XEmacs.
17087
17088         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17089         (nnrss-request-group): Decode group name first.
17090         (nnrss-request-article): Make a text/plain article if mml-to-mime
17091         failed.
17092         (nnrss-get-encoding): Return a compatible encoding according to
17093         nnrss-compatible-encoding-alist.
17094         (nnrss-find-el): Use consp instead of listp.
17095         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17096
17097 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17100         which Emacs 20 doesn't support.
17101         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17102
17103 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17106         silence the byte compiler inside the defun.
17107
17108         * gnus-demon.el (parse-time-string): Add autoload.
17109
17110         * gnus-delay.el (parse-time-string): Add autoload.
17111
17112         * gnus-art.el (parse-time-string): Add autoload.
17113
17114         * nnultimate.el (parse-time): Require for `parse-time-string'.
17115
17116 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17119
17120         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17121
17122         * smime.el (smime-ldap-host-list): Add :version.
17123
17124 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17125
17126         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17127         pass it to `gnus-browse-read-group'.
17128         (gnus-browse-read-group): Add NUMBER argument and pass it to
17129         `gnus-group-read-ephemeral-group'.
17130
17131         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17132         argument and pass it to `gnus-group-read-group'.
17133
17134 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17135
17136         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17137         mm-xemacs-find-mime-charset-1 if we have the mule feature
17138         available at runtime.
17139
17140 2005-03-25  Werner Lemberg  <wl@gnu.org>
17141
17142         * nnmaildir.el: Replace `illegal' with `invalid'.
17143
17144 2005-03-23  Lute Kamstra  <lute@gnu.org>
17145
17146         * time-date.el: Add comment on time value formats.
17147         Don't require parse-time.
17148         (with-decoded-time-value): New macro.
17149         (encode-time-value): New function.
17150         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17151         (days-to-time): Return a valid time value when arg is huge.
17152         (time-since): Use time-subtract.
17153         (time-to-number-of-days): Use time-to-seconds.
17154
17155 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17156
17157         * gnus-start.el (gnus-display-time-event-handler):
17158         Check display-time-timer at runtime rather than only at load time
17159         in case display-time-mode is turned off in the mean time.
17160
17161 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17162
17163         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17164         used.
17165
17166         * nneething.el (nneething-map-file-directory): Derive from
17167         `gnus-directory'.
17168
17169         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17170         the To/Cc button.
17171
17172 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17173
17174         * nnmaildir.el (nnmaildir-request-accept-article):
17175         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17176
17177 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17178
17179         * gnus-async.el: Require timer-funcs at compile time when in
17180         XEmacs for `run-with-idle-timer'.
17181
17182 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17183
17184         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17185         autoloaded function.
17186
17187 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17188
17189         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17190
17191 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17192
17193         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17194
17195 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17196
17197         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17198         Add gnus-expert-user to default.
17199
17200 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17201
17202         * nnimap.el (nnimap-open-server): Ditto.
17203
17204         * imap.el (imap-authenticate): Fix typo.
17205
17206 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17207
17208         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17209         buffer (since IMAP server might return FETCH response out of
17210         order, and the nntp buffer must be sorted).
17211
17212 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17213
17214         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17215         comparison on string.
17216
17217         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17218         (gnus-agent-score): Rename category keywords to match gnus-cus.
17219         (gnus-agent-summary-fetch-series): Modify to protect against
17220         gnus-agent-summary-fetch-group clearing processable flags.
17221         (gnus-agent-synchronize-group-flags): Update live group buffer as
17222         synchronization may occur due to the user toggle the plugged
17223         status.
17224         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17225         successfully downloaded.
17226         (gnus-agent-expire-group-1): Avoid using markers when the overview
17227         is in ascending order; greatly improves performance.
17228         (gnus-agent-regenerate-group):
17229         Use gnus-agent-synchronize-group-flags to reset read status in both
17230         gnus and server.
17231         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17232
17233 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17234
17235         * message.el: Don't autoload former message-utils variables.
17236         (message-strip-subject-trailing-was): Change doc string.
17237
17238         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17239         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17240         (nnweb-google-search): Add "hl=en" here.
17241         (nnweb-google-parse-1, nnweb-google-create-mapping):
17242         Don't hardcode URL.
17243
17244 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17245
17246         * message.el (message-get-reply-headers, message-followup):
17247         Mention related variables `message-use-followup-to' and
17248         `message-use-mail-followup-to', in the information buffer.
17249
17250         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17251         of broken groups(-beta).google.com.
17252
17253 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17254
17255         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17256         parameter to invoked gnus-request-move-article; remove the
17257         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17258         all at once instead of once per article.
17259         (gnus-summary-remove-process-mark): Accept a list of articles as
17260         well as a single article for processing.
17261
17262         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17263         parameter.
17264
17265         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17266
17267         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17268
17269         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17270         parameter.
17271
17272         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17273         parameter.
17274
17275         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17276         parameter and remove the gnus-sum-hint-move-is-internal variable.
17277
17278         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17279         parameter.
17280
17281         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17282         parameter.
17283
17284         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17285         parameter.
17286
17287         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17288
17289         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17290         parameter.
17291
17292         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17293         parameter.
17294
17295 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17296
17297         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17298         a more conservative way.
17299
17300 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17301
17302         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17303         buffer, so it moves the window's cursor.
17304
17305 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17306
17307         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17308         `mm-dissect-multipart' and receive the from field as an (optional)
17309         argument from `mm-dissect-multipart'.
17310         (mm-dissect-multipart): Receive the from field as an argument and
17311         pass it on when we call `mm-dissect-buffer' on MIME parts.
17312         Fixes verification/decryption of signed/encrypted MIME parts.
17313
17314 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17315
17316         * gnus-sum.el (gnus-summary-move-article):
17317         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17318         whatever it calls (right now, only nnimap-request-move article
17319         respects it).
17320
17321         * nnimap.el (nnimap-request-move-article):
17322         When gnus-sum-hint-move-is-internal is set, don't do the extra
17323         nnimap-request-article.
17324
17325 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17328
17329         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17330         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17331
17332         * gnus-sum.el (gnus-summary-caesar-message):
17333         Apply `gnus-treat-article' after rotation.
17334
17335         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17336         doc string.
17337
17338 2005-02-22  Simon Josefsson  <jas@extundo.com>
17339
17340         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17341         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17342         <arne@arnested.dk>.
17343         (encrypt): Add password-cache and password-cache-expiry as group
17344         members.
17345
17346 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17347
17348         * smime.el (smime-ldap-host-list): Doc fix.
17349         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17350         cache) password.
17351         (smime-sign-region): Use it.
17352         (smime-decrypt-region): Use it.
17353         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17354         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17355         fails.
17356         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17357         certificate from DER to PEM format rather than calling openssl.
17358
17359         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17360
17361         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17362         for signing/encryption.
17363
17364         * mml.el (mml-parse-1): Use them.
17365
17366 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17367
17368         * nnrss.el (nnrss-verbose): Remove.
17369         (nnrss-request-group): Use `nnheader-message' instead.
17370
17371 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17372
17373         * nnrss.el (nnrss-verbose): New variable.
17374         (nnrss-request-group): Make it say nnrss is requesting a group.
17375
17376 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17377
17378         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17379         Handle news URL with given port correctly.
17380
17381 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17384         containing special characters.
17385
17386         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17387
17388         * mml.el (mime-to-mml): Ditto.
17389
17390         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17391         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17392         (rfc2047-decode-region): Quote decoded words containing special
17393         characters when rfc2047-quote-decoded-words-containing-tspecials
17394         is non-nil.
17395
17396 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17399
17400         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17401
17402 2005-02-15  Simon Josefsson  <jas@extundo.com>
17403
17404         * nnimap.el (nnimap-debug): Doc fix.
17405
17406         * imap.el (imap-debug): Doc fix.
17407
17408 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17411
17412 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17413
17414         * gnus.el (spam-contents): Improve docs for spam-contents
17415         parameter in its variable incarnation.
17416
17417 2005-02-14  Simon Josefsson  <jas@extundo.com>
17418
17419         * smime-ldap.el: Use require instead of load-library for ldap.
17420         (smime-ldap-search): Indent.
17421         (smime-ldap-search-internal): Shorten line.
17422
17423         * smime.el (smime-cert-by-dns): Add doc-string.
17424         (smime-cert-by-ldap-1): Indent.
17425
17426         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17427         mml-smime-get-dns-ldap.
17428         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17429
17430 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17431
17432         * smime.el: Require smime-ldap.
17433         (smime-ldap-host-list): New variable.
17434         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17435
17436         * mml-smime.el (mml-smime-encrypt-query): New function.
17437         (mml-smime-encrypt-query): Use it.
17438
17439         * smime-ldap.el: New file.
17440
17441 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17444
17445 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17446
17447         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17448         argument in doc string.  Make query for type more clear.
17449
17450 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17451
17452         * gnus.el (gnus-group-startup-message): Search for gnus images in
17453         etc/images/gnus.
17454         * mm-util.el (mm-image-load-path): Likewise.
17455         * smiley.el (smiley-data-directory): Search for smilies in
17456         etc/images/smilies.
17457
17458 2005-02-09  Kim F. Storm  <storm@cua.dk>
17459
17460         Change Emacs release version from 21.4 to 22.1 throughout.
17461         Change Emacs development version from 21.3.50 to 22.0.50.
17462
17463 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17466
17467         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17468         non-Mule XEmacs as well.
17469         (mm-decompress-buffer): Signal an error intentionally if it does
17470         not decompress compressed data because auto-compression-mode is
17471         disabled.
17472
17473 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17474
17475         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17476         an ID in the registry even if it has no groups.
17477
17478 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17481         merge it into mm-decompress-buffer.
17482         (gnus-mime-copy-part): Use the MIME part charset, the value which
17483         a user specified or gnus-newsgroup-charset for decoding, like
17484         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17485         save-buffer what was used.  Suggested by Kevin Ryde
17486         <user42@zip.com.au>.
17487         (gnus-mime-inline-part): Allow the name parameter as well as the
17488         filename parameter; force decompressing of compressed data; always
17489         display contents being not decoded as unibyte.
17490
17491         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17492         as well as the filename parameter.
17493
17494         * mm-util.el (mm-decompress-buffer):
17495         Merge gnus-mime-jka-compr-maybe-uncompress.
17496         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17497         of compressed data.
17498
17499 2005-02-08  Simon Josefsson  <jas@extundo.com>
17500
17501         * imap.el (imap-log): Doc fix.
17502
17503 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17506         the coding cookies; decompress compressed parts.
17507
17508         * mml.el (mml-generate-mime-1): Add the charset parameter according
17509         to the value which a user specified manually or the coding cookie.
17510
17511         * mm-util.el (mm-string-to-multibyte): New function.
17512         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17513         (mm-coding-system-to-mime-charset): New function.
17514         (mm-decompress-buffer): New function.
17515         (mm-find-buffer-file-coding-system): New function.
17516
17517         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17518         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17519         parts.
17520
17521 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17522
17523         * mm-view.el (mm-display-inline-fontify): Decode a part according
17524         to the charset parameter.
17525
17526 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17529         prefix arg is neither nil nor a number, as info specifies.
17530
17531 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17534         timestamps.
17535
17536 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17537
17538         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17539         groups error checking and notify user.
17540
17541 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17542
17543         * message.el (message-send-mail-function): Check existence of
17544         sendmail-program first before using default value
17545         `message-send-mail-with-sendmail'.  Otherwise use more generic
17546         `smtpmail-send-it'.
17547
17548 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * nntp.el (nntp-request-update-info): Always return nil.
17551
17552 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17553
17554         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17555
17556 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17557
17558         * message.el (message-beginning-of-line): Change the behavior when
17559         invoked between BOL and : so that it first moves backward.
17560
17561 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17564         article buffer when editing of the article is discarded.
17565         (gnus-article-prepare): Revert.
17566
17567 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * gnus-art.el (gnus-article-prepare):
17570         Remove message-strip-forbidden-properties from the local hook.
17571
17572 2005-01-27  Simon Josefsson  <jas@extundo.com>
17573
17574         * password.el (password-cache-add): Only start one timer per key.
17575         Reported by Derek Atkins <warlord@MIT.EDU>.
17576
17577 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17578
17579         * run-at-time.el: Remove.  It is no longer needed as
17580         timer-funcs.el in the xemacs-base package has a working version of
17581         `run-at-time'.
17582
17583         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17584
17585         * password.el: Require timer-funcs instead of run-at-time in
17586         XEmacs.
17587         Remove `password-run-at-time' macro.
17588         (password-cache-add): Use `run-at-time' instead of
17589         `password-run-at-time'.
17590
17591         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17592         Remove `nnheader-cancel-function-timers' alias,
17593         `cancel-function-timers' exists in XEmacs in timer-funcs.
17594
17595         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17596         for `run-with-idle-timer'.
17597
17598         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17599         for `run-at-time'.
17600
17601         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17602         for `with-timeout'.
17603
17604         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17605         the same as for XEmacs 21.4.
17606         No need to ignore `run-with-idle-timer', this function exists in
17607         XEmacs now in timer-funcs.el in the xemacs-base package.
17608         (dgnushack-compile): No need to delete
17609         run-at-time.el from the list of files to compile because it
17610         doesn't exist anymore.
17611
17612 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17615         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17616
17617 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17618
17619         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17620         sensitively.
17621
17622 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17623
17624         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17625
17626 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17629         which will be inserted according to the multibyteness of a buffer
17630         rather than the type of contents.  Suggested by ARISAWA Akihiro
17631         <ari@mbf.ocn.ne.jp>.
17632
17633         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17634         of string which old xml.el may return rather than a string.
17635
17636 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17639
17640 2005-01-16  Simon Josefsson  <jas@extundo.com>
17641
17642         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17643         idn/idna.el isn't available.
17644         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17645         <michael@waxrat.com>.
17646
17647         * hashcash.el: Remove non-FSF copyright header.
17648
17649         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17650         (hashcash-generate-payment): Use it.
17651         (hashcash-generate-payment-async): Use it.
17652
17653 2005-01-15  Simon Josefsson  <jas@extundo.com>
17654
17655         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17656         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17657
17658         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17659         gnus-summary-idna-message.
17660         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17661         (gnus-summary-idna-message): New function.
17662
17663 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17664
17665         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17666         gnus-novice-user.
17667
17668 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * nnrss.el (nnrss-request-delete-group): Delete entries in
17671         nnrss-group-alist as well.
17672         (nnrss-save-server-data): Insert newline.
17673
17674 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17675
17676         * gnus.el (gnus-user-agent): Use list of symbols instead of
17677         symbols.  Display full version number for (S)XEmacs.
17678         Optionally display (S)XEmacs codename.
17679
17680         * gnus-util.el (gnus-emacs-version): Update for new
17681         `gnus-user-agent'.
17682
17683         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17684         Gnus version.
17685
17686 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17689         which is unreadable in some setups.
17690
17691 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-spec.el (gnus-update-format-specifications): Flush the
17694         group format spec cache if it doesn't support decoded group names.
17695
17696 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17697
17698         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17699         Allow to apply decay on score files matching a regexp.
17700
17701 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17704         compatibility in %g and %c.
17705
17706 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17709         name for only %g and %c.
17710         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17711         of gnus-tmp-group to decoded group name.
17712         (gnus-group-make-rss-group): Exclude `/'s from group names.
17713
17714 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * nnrss.el (nnrss-get-encoding): Fix regexp.
17717
17718 2004-12-27  Simon Josefsson  <jas@extundo.com>
17719
17720         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17721         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17722         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17723
17724 2004-12-17  Kim F. Storm  <storm@cua.dk>
17725
17726         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17727
17728         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17729
17730 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17731
17732         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17733
17734 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * nnrss.el: Require rfc2047 and mml.
17737         (nnrss-file-coding-system): New variable.
17738         (nnrss-format-string): Redefine it as an inline function.
17739         (nnrss-decode-group-name): New function.
17740         (nnrss-string-as-multibyte): Remove.
17741         (nnrss-retrieve-headers): Decode group name; don't use
17742         nnrss-format-string.
17743         (nnrss-request-group): Decode group name.
17744         (nnrss-request-article): Decode group name; allow a Message-ID as
17745         well as an article number; don't use nnrss-format-string; encode a
17746         Message-ID string which may contain non-ASCII characters; use
17747         mml-to-mime to compose a MIME article.
17748         (nnrss-request-expire-articles): Decode group name.
17749         (nnrss-request-delete-group): Decode group name.
17750         (nnrss-fetch): Clarify error message.
17751         (nnrss-read-server-data): Use insert-file-contents instead of load;
17752         bind file-name-coding-system; use multibyte buffer.
17753         (nnrss-save-server-data): Bind coding-system-for-write to the
17754         value of nnrss-file-coding-system; bind file-name-coding-system;
17755         add coding cookie.
17756         (nnrss-read-group-data): Use insert-file-contents instead of load;
17757         bind file-name-coding-system; use multibyte buffer.
17758         (nnrss-save-group-data): Bind coding-system-for-write to the
17759         value of nnrss-file-coding-system; bind file-name-coding-system.
17760         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17761         make it work with non-ASCII text.
17762         (nnrss-find-el): Make it work with old xml.el as well.
17763
17764 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17765
17766         * nnrss.el (nnrss-get-encoding): New function.
17767         (nnrss-fetch): Use unibyte buffer initially; bind
17768         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17769         decode contents according to the encoding attribute.
17770         (nnrss-save-group-data): Add coding cookie.
17771         (nnrss-mime-encode-string): New function.
17772         (nnrss-check-group): Use it to encode subject and author.
17773
17774 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17775
17776         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17777         imaginary variable.
17778
17779 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17782         correctly even if there are wide characters.
17783
17784 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17785
17786         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17787         downcased symbol names; make a new cache instead of reusing
17788         bbdb-hashtable.
17789
17790 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17793         concatenating segments rather than before concatenating them.
17794         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17795
17796         * message.el (message-get-reply-headers): Bind `extra'.
17797
17798 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17799
17800         * message.el (message-extra-wide-headers): New variable.
17801         (message-get-reply-headers): Use it.
17802
17803 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17806         (gnus-agent-group-pathname): Ditto.
17807
17808         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17809
17810         * gnus-group.el (gnus-group-make-group): Decode group name.
17811         (gnus-group-make-rss-group): Register the group data after opening
17812         the nnrss group.
17813
17814 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17815
17816         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17817         by expiry now get marked as read.
17818
17819 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17822
17823 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17824
17825         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17826         unify Latin characters in XEmacs.
17827         (mm-find-mime-charset-region): Use it.
17828
17829 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * gnus-util.el (gnus-delete-directory): New function.
17832
17833         * gnus-agent.el (gnus-agent-delete-group): Use it.
17834
17835         * gnus-cache.el (gnus-cache-delete-group): Use it.
17836
17837 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17840         names.
17841
17842 2004-12-16  Simon Josefsson  <jas@extundo.com>
17843
17844         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17845
17846 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17849
17850         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17851         (gnus-group-set-current-level): Decode group name.
17852
17853 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17854
17855         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17856         failed.
17857
17858 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * gnus-group.el (gnus-group-delete-group): Decode group name.
17861         (gnus-group-make-rss-group): Encode group name.
17862         (gnus-group-catchup-current): Decode group name.
17863         (gnus-group-kill-group): Decode group name.
17864
17865 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17866
17867         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17868
17869 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * gnus-group.el (gnus-group-make-rss-group):
17872         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17873
17874         * gnus-start.el (gnus-setup-news): Honor user's setting to
17875         gnus-message-archive-method.  Suggested by Lute Kamstra
17876         <lute@gnu.org>.
17877
17878 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17879
17880         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17881         global counterparts of the buffer-local variables.
17882
17883 2004-11-16  Romain Francoise  <romain@orebokech.com>
17884
17885         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17886         counterparts of the buffer-local variables.
17887
17888 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17889
17890         * message.el (message-forbidden-properties): Fix typo in doc
17891         string.
17892
17893 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17894
17895         * gnus-util.el (gnus-replace-in-string): Add doc string.
17896
17897         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17898         to avoid problems when splitting mails with many recipients.
17899
17900 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17901
17902         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17903         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17904
17905 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17906
17907         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17908         if there is no hashtable in memory or file modification time is
17909         newer than cached timestamp.
17910
17911 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17912
17913         * gnus-sum.el (gnus-summary-limit-to-recipient):
17914         Implement not-matching option.
17915
17916 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17917
17918         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17919         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17920         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17921         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17922         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17923         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17924
17925 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * message.el (message-forward-make-body-mml): Remove headers
17928         according to message-forward-ignored-headers if a message is decoded.
17929
17930 2004-12-02  Romain Francoise  <romain@orebokech.com>
17931
17932         * message.el (message-forward-make-body-plain): Always remove
17933         headers according to message-forward-ignored-headers.
17934
17935 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17936
17937         * spam.el (spam-summary-prepare-exit): Remove the
17938         gnus-summary-limit pop for now, it has problems with ham marks for
17939         me.
17940
17941 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17942
17943         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17944         correctly.
17945
17946 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17947
17948         * format-spec.el (format-spec): Message the char.
17949
17950 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17951
17952         * gnus-art.el (gnus-split-methods): Reformat comments.
17953
17954         * spam.el (spam-summary-prepare-exit): Remove article limits
17955         before exiting the summary buffer.
17956
17957 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17960         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17961
17962         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17963         order to silence the byte compiler.
17964
17965         * spam.el: Fix the way to silence the byte compiler, which
17966         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17967         bbdb-search-simple, spam-BBDB-register-routine,
17968         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17969         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17970         spam-stat-buffer-is-spam, spam-stat-load,
17971         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17972         spam-stat-save and spam-stat-split-fancy.
17973
17974 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17975
17976         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17977         which may confuse users.
17978         (canlock-password-for-verify): Ditto.
17979
17980         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17981
17982         * gnus-art.el (gnus-emphasis-alist): Ditto.
17983
17984         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17985
17986         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17987
17988         * gnus-start.el (gnus-save-killed-list): Ditto.
17989
17990         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17991         (gnus-sum-thread-tree-root): Ditto.
17992         (gnus-sum-thread-tree-false-root): Ditto.
17993         (gnus-sum-thread-tree-single-indent): Ditto.
17994
17995         * message.el (message-courtesy-message): Ditto.
17996         (message-archive-note): Ditto.
17997         (message-subscribed-address-file): Ditto.
17998         (message-user-fqdn): Ditto.
17999
18000         * spam-report.el (spam-report-gmane-regex): Ditto.
18001
18002         * spam.el (spam-blackhole-good-server-regex): Ditto.
18003
18004 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * mml.el (mml-preview): Widen the message buffer before copying
18007         the contents to the preview buffer; sort headers before previewing.
18008
18009         * message.el (message-hidden-headers): Fix the way to avoid a bug
18010         in the `repeat' widget in Emacs 21.3 or earlier.
18011
18012 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * message.el (message-hidden-headers): Default to "^References:".
18015         Improve customization type.  Suggested by Reiner Steib
18016         <Reiner.Steib@gmx.de>.
18017
18018 2004-11-25  Romain Francoise  <romain@orebokech.com>
18019
18020         * message.el (message-strip-forbidden-properties): Remove check for
18021         obsolete `message-hidden' text property, hidden headers are not
18022         accessible in the buffer anymore.
18023
18024 2004-11-22  Romain Francoise  <romain@orebokech.com>
18025
18026         * message.el (message-header-format-alist): Add `From' in list
18027         so that it can be sorted.
18028         (message-fix-before-sending): Widen and sort headers before
18029         sending.
18030         (message-hide-headers): Use narrowing to hide headers by moving
18031         them to the top of the buffer and narrowing to the region
18032         underneath.
18033
18034 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18035
18036         * message.el (message-strip-forbidden-properties):
18037         Bind buffer-read-only (etc) to nil.
18038
18039 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18042         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18043
18044 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18045
18046         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18047
18048 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18049
18050         * dns.el (query-dns): Use sit-for to time instead of
18051         accept-process-output, since that doesn't seem to work on udp
18052         sockets.
18053
18054 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18057
18058 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18059
18060         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18061         doc string.  Improve doc string.
18062
18063 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * nntp.el (nntp-request-update-info): Return nil if
18066         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18067         may not call gnus-activate-group which uselessly issues the GROUP
18068         commands for all nntp groups and wastes time.  Reported by Romain
18069         Francoise <romain@orebokech.com>.
18070
18071         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18072
18073 2004-11-15  Simon Josefsson  <jas@extundo.com>
18074
18075         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18076         headers separately.
18077         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18078         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18079
18080 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18081
18082         * gnus-start.el (gnus-convert-old-newsrc):
18083         Assign legacy-gnus-agent to 5.10.7.
18084
18085 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18086
18087         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18088         start of the lines.
18089
18090 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18091
18092         * hashcash.el (hashcash-default-payment): Change default to 20.
18093         (hashcash-default-accept-payment): Change default to 20.
18094         (hashcash-process-alist): New variable.
18095         (hashcash-generate-payment-async): Add.
18096         (hashcash-already-paid-p): Add.
18097         (hashcash-insert-payment): Don't generate payments twice.
18098         (hashcash-insert-payment-async): Add.
18099         (hashcash-insert-payment-async-2): Add.
18100         (hashcash-cancel-async): Add.
18101         (hashcash-wait-async): Add.
18102         (hashcash-processes-running-p): Add.
18103         (hashcash-wait-or-cancel): Add.
18104         (mail-add-payment): New optional argument.  Conditionally start
18105         asynchronous calculation.
18106         (mail-add-payment-async): Add.
18107
18108         * message.el (message-send-mail): Wait for asynchronous hashcash
18109         results.  Don't clobber existing X-Hashcash headers.
18110         (message-setup-1): Call mail-add-payment-async when
18111         message-generate-hashcash is non-nil.
18112
18113 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18114
18115         * message.el (message-use-alternative-email-as-from): Examine the
18116         From header as well; use message-make-from in order to include a
18117         user's full name.
18118
18119 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18122         default; improve customization type.
18123         (gnus-emphasis-custom-with-format): New macro.
18124         (gnus-emphasis-custom-value-to-external): New function.
18125         (gnus-emphasis-custom-value-to-internal): New function.
18126
18127 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18128
18129         * dns.el (query-dns): Resolve reverse addresses.
18130
18131 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18132
18133         * gnus-group.el (gnus-group-get-new-news): Use it.
18134
18135         * gnus-start.el (gnus-check-reasonable-setup): New function.
18136
18137 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18140         "Args out of range" error.  Reported by Arnaud Giersch
18141         <arnaud.giersch@free.fr>.
18142
18143 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18144
18145         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18146
18147 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18148
18149         * spam.el (spam group): Add :version.
18150
18151         * pgg-def.el (pgg group): Add :version.
18152
18153 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * gnus-art.el (gnus-article-edit-article): Don't associate the
18156         article buffer with a draft file.  This is a temporary measure
18157         against the 2004-08-22 change to gnus-article-edit-mode.
18158
18159 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18162         (html2text-format-tags): Remove unused variable `attr'.
18163
18164 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18167
18168         * tls.el (tls-process-connection-type, tls-success)
18169         (tls-certtool-program): Add :version.
18170
18171         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18172         (starttls-extra-arguments, starttls-process-connection-type)
18173         (starttls-connect, starttls-failure, starttls-success): Add :version.
18174
18175         * spam-stat.el (spam-stat): Add :version.
18176
18177         * sieve.el (sieve): Add :version.
18178
18179         * sha1.el (sha1): Add :version.
18180         (sha1-use-external): Remove redundant version.
18181
18182         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18183         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18184         (nnmail-split-fancy-match-partial-words)
18185         (nnmail-split-lowercase-expanded): Add :version.
18186
18187         * nndiary.el (nndiary): Add :version.
18188
18189         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18190
18191         * mml-sec.el (mml-default-sign-method)
18192         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18193         Add :version.
18194
18195         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18196
18197         * mm-url.el (mm-url-use-external, mm-url-program)
18198         (mm-url-arguments): Add :version.
18199
18200         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18201         (mm-attachment-file-modes, mm-decrypt-option)
18202         (mm-w3m-safe-url-regexp): Add :version.
18203
18204         * message.el (message-cite-prefix-regexp)
18205         (message-sendmail-envelope-from, message-minibuffer-local-map)
18206         (message-user-fqdn, message-completion-alist): Add :version.
18207
18208         * gnus-win.el (gnus-configure-windows-hook)
18209         (gnus-use-frames-on-any-display): Add :version.
18210
18211         * gnus-art.el (gnus-article-address-banner-alist)
18212         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18213         (gnus-treat-from-picon, gnus-treat-mail-picon)
18214         (gnus-treat-x-pgp-sig): Add :version.
18215
18216         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18217         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18218         (gnus-summary-article-delete-hook)
18219         (gnus-summary-display-while-building): Add :version.
18220
18221         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18222         (gnus-get-top-new-news-hook): Add :version.
18223
18224         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18225         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18226
18227         * gnus-registry.el (gnus-registry): Add :version.
18228
18229         * gnus-spec.el (gnus-use-correct-string-widths)
18230         (gnus-make-format-preserve-properties): Add :version.
18231
18232         * gnus.el (gnus-group-charter-alist)
18233         (gnus-group-fetch-control-use-browse-url)
18234         (gnus-install-group-spam-parameters): Add :version.
18235
18236         * gnus-diary.el (gnus-diary): Add :version.
18237
18238         * gnus-delay.el (gnus-delay): Add :version.
18239
18240         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18241         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18242         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18243         Add :version.
18244
18245         * gnus-agent.el (gnus-agent-max-fetch-size)
18246         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18247         (gnus-agent-prompt-send-queue): Add :version.
18248
18249         * deuglify.el (gnus-outlook-deuglify): Add :version.
18250
18251         * html2text.el: Beautify code.  Improve doc strings.
18252         Some checkdoc cleanup.
18253         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18254
18255 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18256
18257         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18258
18259 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18260
18261         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18262         when package is loaded.
18263
18264         * spam.el (spam-summary-score-preferred-header): Add global preference
18265         for people who want to override the default SpamAssassin over
18266         Bogofilter preference (when both are set).
18267         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18268         (spam-user-format-function-S):
18269         Check spam-summary-score-preferred-header.
18270         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18271         (spam-user-format-function-S): Format the score correctly.
18272
18273 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18276         signature file.  Suggested by Manoj Srivastava
18277         <srivasta@golden-gryphon.com>.
18278
18279         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18280         iso-2022-jp even in the Japanese language environment.
18281         Suggested by Jason Rumney <jasonr@gnu.org>.
18282
18283 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18284
18285         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18286         use the same characters as the dummy marks; make it free from
18287         getting affected by the language environment.
18288         (gnus-summary-read-group-1): Update mark positions only when the
18289         format spec is updated.
18290
18291         * gnus-spec.el (gnus-update-format-specifications): Return a list
18292         of updated types.
18293
18294 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18297         of boundp to check if display-warning is available.
18298
18299 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18300
18301         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18302
18303 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * nnspool.el (nnspool-spool-directory): Use news-path if the
18306         news-directory variable is not bound.
18307
18308         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18309         function instead of display-warning if it is not available.
18310
18311 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18312
18313         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18314         v5-10: Use `point-at-bol'.
18315
18316 2004-10-26  Simon Josefsson  <jas@extundo.com>
18317
18318         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18319         <chenggao@gmail.com>.
18320
18321 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18322
18323         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18324         instead.
18325
18326 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18327
18328         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18329         to remove a server from the nnimap-server-buffer-alist.
18330         (nnimap-open-connection, nnimap-close-server): Use it.
18331
18332         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18333
18334 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18337         running the major-mode function.
18338
18339 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18342         dummy marks in the right way.
18343
18344 2004-10-18  David Edmondson  <dme@dme.org>
18345
18346         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18347         excessively.
18348
18349 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18350
18351         * gnus-util.el (gnus-split-references): Accept a nil references
18352         string and go on blissfully.
18353
18354         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18355         cases where the references string is non-nil but has no references.
18356
18357         * encrypt.el: Add autoload tags.
18358
18359         * spam.el (spam-resolve-registrations-routine): Remove article
18360         from unregistration list too.  Reported by David Hanak
18361         <dhanak@isis.vanderbilt.edu>
18362
18363 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18366         nil.  Change custom type.
18367
18368 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18369
18370         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18371
18372         * gnus-sum.el (gnus-summary-move-article): Use it.
18373
18374 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18375
18376         * encrypt.el: Add autoload cookies.
18377
18378         * spam.el (spam-backend-article-list-property)
18379         (spam-backend-get-article-todo-list)
18380         (spam-backend-put-article-todo-list)
18381         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18382         Resolve registrations separately.
18383         (spam-register-routine): Format comments.
18384         (spam-unregister-routine, spam-register-routine): Always call with
18385         specific-articles, no default list.
18386         (spam-summary-prepare-exit): Use the spam-classifications function.
18387
18388         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18389         gnus-encrypt.el.
18390
18391         * encrypt.el: Copied from gnus-encrypt.el.
18392
18393         * gnus-encrypt.el: Commented that it's obsolete.
18394
18395 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18398         (gnus-score-save): Use it.
18399
18400         * message.el (message-bury): Use `window-dedicated-p'.
18401
18402 2004-10-15  Simon Josefsson  <jas@extundo.com>
18403
18404         * pop3.el (top-level): Don't require nnheader.
18405         (pop3-read-timeout): Add.
18406         (pop3-accept-process-output): Add.
18407         (pop3-read-response, pop3-retr): Use it.
18408
18409 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18410
18411         * spam.el (spam-register-routine): Move comment.
18412         (spam-verify-bogofilter): Use 'unknown for the initial
18413         spam-bogofilter-valid state, not 'never.
18414
18415         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18416         for netrc-machine.
18417
18418         * nnimap.el (nnimap-open-connection):
18419         Use netrc-machine-user-or-password.
18420
18421 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18422
18423         * gnus-registry.el (gnus-registry-unload-hook):
18424         Set as a variable with add-hook.
18425
18426         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18427         of news-path.
18428
18429         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18430
18431         * spam.el: Delete duplicate `provide'.
18432         (spam-unload-hook): Set as a variable with add-hook.
18433
18434 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18435
18436         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18437         in the doc string.
18438
18439         * message.el (message-ignored-news-headers)
18440         (message-ignored-supersedes-headers)
18441         (message-ignored-resent-headers)
18442         (message-forward-ignored-headers): Improve custom type.
18443
18444 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * message.el (message-tokenize-header): Fix 2004-09-06 change
18447         which used point-min in the wrong place.
18448
18449 2004-10-12  Simon Josefsson  <jas@extundo.com>
18450
18451         * tls.el (tls-certtool-program): New variable.
18452         (tls-certificate-information): New function, based on
18453         ssl-certificate-information.
18454
18455 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * compface.el: Move the version of ELisp-based uncompface program
18458         to the contrib directory because of the copyright problem.
18459
18460 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18461
18462         * message.el (message-kill-buffer): Raise the current frame.
18463
18464 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18465
18466         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18467
18468         * gnus.el (message-y-or-n-p): Autoload.
18469
18470         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18471         (pop3-password-required, pop3-authentication-scheme)
18472         (pop3-leave-mail-on-server): Make customizable.
18473         (pop3): New custom group.
18474         (pop3-retr): Remove `sleep-for' statements.
18475         Suggested by Dave Love <fx@gnu.org>.
18476
18477         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18478         Windows/DOS.
18479
18480         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18481         (imap-parse-body): Fix incorrect use of `assert'.
18482         Suggested by Dave Love <fx@gnu.org>.
18483
18484         * mml.el (mml-minibuffer-read-disposition): Require match.
18485         Suggested by Dave Love <fx@gnu.org>.
18486
18487 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18488
18489         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18490         doc string.
18491
18492 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18495
18496 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18497
18498         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18499         instead of calling `mm-insert-inline', to decode text/* parts
18500         before displaying them.
18501
18502 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * mm-uu.el (mm-uu-text-plain-type): New variable.
18505         (mm-uu-pgp-signed-extract-1): Use it.
18506         (mm-uu-pgp-encrypted-extract-1): Use it.
18507         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18508         bind mm-uu-text-plain-type with that value.
18509         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18510         mm-uu-dissect.
18511
18512 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18513
18514         * gnus-group.el (gnus-update-group-mark-positions):
18515         * gnus-sum.el (gnus-update-summary-mark-positions):
18516         * message.el (message-check-news-body-syntax):
18517         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18518         of string-as-multibyte.
18519
18520 2004-10-05  Juri Linkov  <juri@jurta.org>
18521
18522         * gnus-group.el (gnus-update-group-mark-positions):
18523         * gnus-sum.el (gnus-update-summary-mark-positions):
18524         * message.el (message-check-news-body-syntax):
18525         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18526         8-bit unibyte values to a multibyte string for search functions.
18527
18528 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18531         (mm-uu-dissect-text-parts): New function.
18532
18533         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18534         dissect text parts.
18535
18536         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18537         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18538
18539         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18540
18541         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18542         Use gnus-current-topics instead of gnus-current-topic.
18543
18544 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18545
18546         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18547
18548 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18549
18550         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18551         where approriate.
18552
18553         * nnml.el (nnml-generate-active-info): do.
18554
18555         * nndiary.el (nndiary-generate-active-info): do.
18556
18557         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18558         (gnus-topic-move): do.
18559
18560         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18561         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18562
18563         * gnus-srvr.el (gnus-server-prepare)
18564         (gnus-server-open-all-servers): do.
18565
18566         * gnus-msg.el (gnus-summary-cancel-article)
18567         (gnus-summary-resend-message)
18568         (gnus-summary-mail-crosspost-complaint): do.
18569
18570         * gnus-move.el (gnus-change-server): do.
18571
18572         * gnus-group.el (gnus-group-unmark-all-groups)
18573         (gnus-group-set-current-level): do.
18574
18575 2004-10-04  Simon Josefsson  <jas@extundo.com>
18576
18577         * message.el (message-generate-hashcash): Doc fix.
18578
18579 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18580
18581         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18582         avoid infinite recursion via gnus-get-function.
18583
18584 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18585
18586         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18587
18588         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18589
18590         * nnmail.el (nnmail-split-history): do.
18591
18592         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18593         (nnml-request-delete-group): do.
18594
18595         * nnslashdot.el (nnslashdot-read-groups): do.
18596
18597         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18598         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18599
18600         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18601         (nnspool-sift-nov-with-sed): Use last.
18602         (nnspool-retrieve-headers-with-nov): Use mapc.
18603         (nnspool-request-newgroups): Use dolist.
18604         (nnspool-request-group): Use last.
18605
18606         * nntp.el (nntp-read-server-type): Use dolist.
18607
18608         * nnvirtual.el (nnvirtual-create-mapping)
18609         (nnvirtual-update-read-and-marked): Use dolist.
18610         (nnvirtual-convert-headers): Simplify.
18611
18612 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18613
18614         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18615         Add support for sync'ing tick marks.
18616
18617 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18620         there's no visible header.
18621
18622 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18623
18624         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18625         When necessary, pass full group name to gnus-request-set-marks.
18626
18627 2004-10-01  Simon Josefsson  <jas@extundo.com>
18628
18629         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18630         acroread.
18631
18632 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18633
18634         * spam-report.el (spam-report-gmane): Fix interactive.
18635
18636         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18637
18638         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18639         when writing file.
18640         (gnus-agent-synchronize-flags): Don't default to being
18641         interactive.
18642
18643 2004-09-30  Simon Josefsson  <jas@extundo.com>
18644
18645         * message.el (message-generate-hashcash): Add.
18646         (message-send-mail): Use it, call mail-add-payment.
18647
18648 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18649
18650         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18651
18652 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18653
18654         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18655         gnus-requst-update-info with explicit code to sync the in-memory
18656         info read flags with the marks being sync'd to the backend.
18657
18658         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18659
18660 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18661
18662         * spam.el (spam-verify-bogofilter): Add new function.
18663         (spam-check-bogofilter)
18664         (spam-bogofilter-register-with-bogofilter): Use it.
18665         (spam-verify-bogofilter): Add small fixes.
18666
18667 2004-09-28  Simon Josefsson  <jas@extundo.com>
18668
18669         * hashcash.el (hashcash-generate-payment): Revert.
18670
18671 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18672
18673         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18674         Use gnus-extract-references instead of gnus-split-references.
18675
18676         * gnus-util.el (gnus-extract-references): Add new function, analogous
18677         to gnus-split-references but extracts only the message-ID without
18678         anything extra.
18679
18680         * hashcash.el (hashcash-generate-payment)
18681         (hashcash-check-payment): Do the right thing if hashcash-path is
18682         nil (because the hashcash program could not be found).
18683
18684         * spam.el (spam-use-hashcash): Remove comment.
18685
18686 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18687
18688         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18689         (gnus-cache-enter-article, gnus-cache-remove-article)
18690         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18691
18692         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18693
18694         * gnus-art.el (article-hide-boring-headers)
18695         (article-translate-strings, article-display-face)
18696         (gnus-article-mime-match-handle-first)
18697         (gnus-article-highlight-headers)
18698         (gnus-article-add-buttons-to-head): do.
18699
18700 2004-09-27  Simon Josefsson  <jas@extundo.com>
18701
18702         * hashcash.el: New version, from
18703         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18704         ../contrib/.
18705
18706 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18709
18710 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18711
18712         * gnus-dup.el (gnus-dup-open): Use mapc.
18713         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18714
18715         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18716         Reported by Stefan Wiens <s.wi@gmx.net>.
18717
18718         * gnus.el (gnus-shutdown): Use dolist.
18719
18720         * gnus-undo.el (gnus-undo): Use mapc.
18721
18722         * nnrss.el (nnrss-generate-active): do.
18723
18724         * message.el (message-cite-original-without-signature)
18725         (message-cite-original): Use mapc.
18726         (message-do-actions, message-make-forward-subject): Use dolist.
18727
18728 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18729
18730         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18731         deletion to remove entire duplicate line.  Fixes merged article
18732         number bug.
18733
18734 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18735
18736         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18737         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18738         first ask if you want to open a server and then, even when you
18739         responded with no, asking if you want to synchronize the server's
18740         flags.
18741         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18742         multi-line expressions.
18743         (gnus-agent-synchronize-group-flags): New internal function.
18744         Updates marks in memory (in the info structure) AND in the
18745         backend.
18746
18747         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18748
18749         * nnagent.el (nnagent-request-set-mark):
18750         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18751         method, to ensure that synchronization updates marks in the
18752         backend and in the info (in memory) structure.
18753
18754 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18757         convention fully; don't miss the root article of a thread; make
18758         the X-Draft-From header with correct article numbers.
18759
18760 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18761
18762         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18763         unless plugged.  Disable the agent so that an open failure causes
18764         an error.
18765
18766         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18767         Revert 2004-09-21 change.  The backend must be opened while
18768         synchronizing flags even when the backend stores the flags
18769         locally.
18770
18771 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18774         in `header' match.  Reported by Svend Tollak Munkejord.
18775
18776         * message.el (message-cite-original): Fix use of
18777         `message-cite-articles-with-x-no-archive'.
18778
18779 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18782         (gnus-window-to-buffer): Ditto.
18783
18784         * mml.el (mml-preview-buffer): New variable.
18785         (mml-preview): Manage window layout with gnus-buffer-configuration.
18786
18787         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18788         X-Draft-From header even if those articles aren't quoted.
18789
18790 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18791
18792         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18793         (gnus-request-set-mark, gnus-request-update-mark): Use new
18794         g-s-t-u-l-m to decide to use backend even when unplugged.
18795
18796 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18799         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18800
18801 2004-09-20  Simon Josefsson  <jas@extundo.com>
18802
18803         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18804         "utf-16-le".
18805
18806 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18807
18808         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18809
18810 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * uudecode.el (uudecode-use-external): Add :version.
18813
18814         * smime.el (smime-CA-file, smime-encrypt-cipher)
18815         (smime-dns-server): Add :version.
18816
18817         * smiley.el (gnus-smiley-file-types): Add :version.
18818
18819         * sha1.el (sha1-use-external): Add :version.
18820
18821         * pgg-def.el (pgg-query-keyserver): Add :version.
18822
18823         * nnmail.el (nnmail-fancy-expiry-targets)
18824         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18825         Add :version.
18826
18827         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18828         (nnimap-retrieve-groups-asynchronous): Add :version.
18829         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18830
18831         * mml.el (mml-content-disposition-parameters)
18832         (mml-insert-mime-headers-always): Add :version.
18833
18834         * mm-util.el (mm-coding-system-priorities): Add :version.
18835
18836         * mm-decode.el (mm-inline-text-html-with-images)
18837         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18838         (mm-verify-option): Add :version.
18839         (mm-text-html-renderer): Change :version.
18840
18841         * message.el (message-fcc-externalize-attachments)
18842         (message-required-headers, message-draft-headers)
18843         (message-subject-trailing-was-query)
18844         (message-subject-trailing-was-ask-regexp)
18845         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18846         (message-mark-insert-end, message-archive-header)
18847         (message-archive-note, message-cross-post-default)
18848         (message-cross-post-note, message-followup-to-note)
18849         (message-cross-post-note-function, message-use-mail-followup-to)
18850         (message-subscribed-address-functions)
18851         (message-subscribed-address-file, message-subscribed-addresses)
18852         (message-subscribed-regexps, message-allow-no-recipients)
18853         (message-yank-cited-prefix, message-signature-insert-empty-line)
18854         (message-hidden-headers, message-hierarchical-addresses)
18855         (message-mail-user-agent, message-use-idna)
18856         (message-valid-fqdn-regexp)
18857         (message-strip-special-text-properties, message-header-synonyms)
18858         (message-beginning-of-line, message-tab-body-function): Add :version.
18859         (message-insert-canlock, message-wide-reply-confirm-recipients):
18860         Change :version.
18861
18862         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18863         and :version.
18864         (mail-source-delete-old-incoming-confirm)
18865         (mail-source-movemail-program): Add :version.
18866
18867         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18868         (gnus-agent-cache, gnus-agent): Change :version.
18869
18870         * gnus-util.el (gnus-use-byte-compile): Change :version.
18871
18872         * gnus-sum.el (gnus-summary-make-false-root-always)
18873         (gnus-summary-default-high-score)
18874         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18875         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18876         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18877         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18878         (gnus-sum-thread-tree-single-indent)
18879         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18880         (gnus-sum-thread-tree-leaf-with-other)
18881         (gnus-sum-thread-tree-single-leaf): Add :version.
18882         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18883         (gnus-article-loose-mime): Change :version.
18884
18885         * gnus-start.el (gnus-backup-startup-file)
18886         (gnus-save-startup-file-via-temp-buffer): Add :version.
18887
18888         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18889         (gnus-server-offline-face): Add :version.
18890
18891         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18892
18893         * gnus-msg.el (gnus-gcc-externalize-attachments)
18894         (gnus-debug-files, gnus-debug-exclude-variables)
18895         (gnus-discouraged-post-methods): Change :version.
18896         (gnus-confirm-mail-reply-to-news)
18897         (gnus-confirm-treat-mail-like-news): Add :version.
18898
18899         * gnus-int.el (gnus-server-unopen-status): Add :version.
18900
18901         * gnus-group.el (gnus-group-jump-to-group-prompt)
18902         (gnus-large-ephemeral-newsgroup)
18903         (gnus-fetch-old-ephemeral-headers): Add :version.
18904
18905         * gnus-fun.el (gnus-x-face-directory)
18906         (gnus-convert-pbm-to-x-face-command)
18907         (gnus-convert-image-to-x-face-command)
18908         (gnus-convert-image-to-face-command): Add :version.
18909
18910         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18911
18912         * gnus-cite.el (gnus-cite-blank-line-after-header)
18913         (gnus-article-boring-faces): Add :version.
18914
18915         * gnus-art.el (gnus-buttonized-mime-types)
18916         (gnus-inhibit-mime-unbuttonizing)
18917         (gnus-treat-display-face)
18918         (gnus-treat-body-boundary): Change :version.
18919         (gnus-body-boundary-delimiter, gnus-picon-databases)
18920         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18921         (gnus-treat-date-english, gnus-treat-fold-headers)
18922         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18923         (gnus-treat-mail-picon, gnus-treat-wash-html)
18924         (gnus-article-encrypt-protocol)
18925         (gnus-use-idna, gnus-article-over-scroll)
18926         (gnus-mime-display-multipart-alternative-as-mixed)
18927         (gnus-mime-display-multipart-related-as-mixed)
18928         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18929         (gnus-ctan-url, gnus-button-ctan-handler)
18930         (gnus-button-handle-ctan-bogus-regexp)
18931         (gnus-button-ctan-directory-regexp)
18932         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18933         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18934         (gnus-button-man-level, gnus-button-emacs-level)
18935         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18936
18937         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18938         (gnus-agent-go-online): Change :version.
18939         (gnus-agent-expire-unagentized-dirs)
18940         (gnus-agent-auto-agentize-methods): Add :version.
18941
18942         * flow-fill.el (fill-flowed-display-column)
18943         (fill-flowed-encode-column): Add :version.
18944
18945         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18946         (gnus-outlook-deuglify-unwrap-max)
18947         (gnus-outlook-deuglify-cite-marks)
18948         (gnus-outlook-deuglify-unwrap-stop-chars)
18949         (gnus-outlook-deuglify-no-wrap-chars)
18950         (gnus-outlook-deuglify-attrib-cut-regexp)
18951         (gnus-outlook-deuglify-attrib-verb-regexp)
18952         (gnus-outlook-deuglify-attrib-end-regexp)
18953         (gnus-outlook-display-hook): Add :version.
18954
18955         * binhex.el (binhex-use-external): Add :version.
18956
18957 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18958
18959         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18960         and `invisible'.
18961
18962 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18963
18964         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18965         in gnus-registry-trim.
18966
18967 2004-09-13  Simon Josefsson  <jas@extundo.com>
18968
18969         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18970
18971         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18972
18973         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18974         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18975         <yamaoka@jpl.org>.
18976         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18977         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18978         <yamaoka@jpl.org>.
18979
18980         * sieve.el (sieve-manage-mode): Ditto.
18981
18982 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18983
18984         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18985
18986 2004-09-11  Simon Josefsson  <jas@extundo.com>
18987
18988         * dns-mode.el: Add.
18989
18990         * mm-view.el (mm-display-dns-inline): Add.
18991
18992         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18993         (mm-automatic-display): Ditto.
18994
18995         * mailcap.el (mailcap-mime-data): Add text/dns.
18996         (mailcap-mime-extensions): Map .soa to text/dns.
18997
18998 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18999
19000         * gnus-art.el (article-decode-mime-words, article-babel)
19001         (gnus-article-highlight-signature, gnus-article-add-buttons)
19002         (gnus-signature-toggle): Remove unnecessary bindings of
19003         `inhibit-read-only' inherited from v5.10 merge.
19004
19005 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19006
19007         * nntp.el (nntp): New customization group.
19008         (nntp-authinfo-file): Add customization group.
19009
19010         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19011
19012         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19013
19014         * gnus.el (to-address, to-list, subscribed)
19015         (large-newsgroup-initial): Ditto.
19016
19017         * flow-fill.el (fill-flowed-display-column)
19018         (fill-flowed-encode-column): Ditto.
19019
19020 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19021
19022         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19023         Use point-min rather than 1.
19024         (message-send-mail): Use buffer-size rather than point-max.
19025
19026         * gnus-sum.el (gnus-summary-search-article-forward):
19027         Signal a specific `search-failed' rather than a generic `error'.
19028
19029         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19030         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19031         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19032
19033 2004-09-10  Simon Josefsson  <jas@extundo.com>
19034
19035         * nndb.el (require): Remove tcp and duplicate cl.
19036
19037 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * gnus-agent.el (directory-files-and-attributes): Move forward.
19040
19041 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19042
19043         * gnus-agent.el (directory-files-and-attributes):
19044         Optionally defined to support XEmacs.
19045
19046 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19047
19048         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19049         to avoid run-time CL dependencies.
19050         (gnus-agent-unfetch-articles): New function.
19051         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19052         article numbers even when local .overview file is missing.
19053         (gnus-agent-read-article-number): New function.  Only accepts
19054         27-bit article numbers.
19055         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19056         Use gnus-agent-read-article-number.
19057         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19058         from backend while recognizing that article numbers in .overview
19059         must be valid.
19060         (gnus-agent-update-files-total-fetched-for):
19061         Use directory-files-and-attributes to improve performance.
19062         * gnus-int.el (gnus-request-move-article):
19063         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19064         improve performance.
19065
19066         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19067         some users confused by references to .newsrc when they only have a
19068         .newsrc.eld file.
19069         (gnus-convert-mark-converter-prompt)
19070         (gnus-convert-converter-needs-prompt): Fix use of property list.
19071         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19072         New function.  Used internally to only display 'gnus converting
19073         files' message when actually necessary.
19074
19075         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19076         methods now autoloaded.
19077
19078 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19079
19080         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19081         identifiers.
19082
19083 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19084
19085         * gnus-picon.el: Fix indentation and closing parenthesis.
19086
19087 2004-09-01  Simon Josefsson  <jas@extundo.com>
19088
19089         * message.el (message-canlock-generate): Require sha1, not
19090         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19091         to require within a function.  Sadly, if sha1.el isn't loaded, the
19092         let binding in m-c-g will hide the defcustom definition, which is
19093         bad.)
19094
19095         * canlock.el: Require sha1, not sha1-el.
19096
19097         * message.el: Don't autoload sha1 (there is a autoload cookie in
19098         sha1.el).
19099
19100         * sha1-el.el: Rename to sha1.el.
19101
19102 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19103
19104         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19105
19106 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19107
19108         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19109
19110 2004-08-30  Kim F. Storm  <storm@cua.dk>
19111
19112         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19113
19114         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19115         Add :group 'nnimap.
19116
19117 2004-08-30  Andreas Schwab  <schwab@suse.de>
19118
19119         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19120         ?* and ?\;.
19121
19122         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19123         and ?\' to symbol instead of whitespace.
19124
19125 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19128
19129         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19130         instead of re-search-forward.
19131
19132         * gnus-uu.el (gnus-uu-save-article): Ditto.
19133         (gnus-uu-post-encode-uuencode): Ditto.
19134
19135         * html2text.el (html2text-clean-list-items): Ditto.
19136         (html2text-clean-dtdd): Ditto.
19137         (html2text-format-tags): Ditto.
19138
19139         * message.el (message-send-mail-with-sendmail): Fix regexp.
19140         (message-fill-field-general): Use search-forward instead of
19141         re-search-forward.
19142         (unbold-region): Ditto.
19143
19144         * nnrss.el (nnrss-request-article): Ditto.
19145
19146         * nnslashdot.el (nnslashdot-request-article): Ditto.
19147
19148         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19149
19150         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19151         "Unrecognized menu descriptor" error in XEmacs.
19152
19153 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19154
19155         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19156         parent article of a sparse article in the thread hashtb.
19157
19158 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19159
19160         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19161         (nnmail-expand-newtext): Lowercase expanded entries if
19162         nnmail-split-lowercase-expanded is non-nil.
19163
19164 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19167
19168         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19169         of gnus-tmp-news-method into string under XEmacs.  It will be
19170         passed to gnus-correct-length which takes only a string argument.
19171
19172 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * gnus-util.el (gnus-bind-print-variables): New macro.
19175         (gnus-prin1): Use it.
19176         (gnus-prin1-to-string): Use it.
19177         (gnus-pp): New function.
19178         (gnus-pp-to-string): New function.
19179
19180         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19181         Replace pp-to-string with gnus-pp-to-string.
19182         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19183         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19184         * gnus-msg.el (gnus-debug): Ditto.
19185         * gnus-score.el (gnus-score-save): Ditto.
19186         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19187         gnus-pp-to-string.
19188         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19189         with gnus-pp.
19190         * score-mode.el (gnus-score-pretty-print): Ditto.
19191         * webmail.el (webmail-debug): Ditto.
19192
19193 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * gnus-art.el (article-display-face, article-display-x-face):
19196         Use buffer-read-only.
19197
19198 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * gnus-art.el (article-hide-list-identifiers):
19201         Bind inhibit-read-only as t.
19202
19203 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19204
19205         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19206
19207 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19208
19209         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19210         (gnus-narrow-to-page): Don't assume point-min == 1.
19211         (gnus-article-edit-mode): Derive from message-mode.
19212
19213         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19214         point-min == 1.
19215
19216         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19217         Disable incorrect use of `assert'.
19218
19219         * message.el (message-mode): Set comment-start-skip.
19220
19221
19222 2004-08-22  Sam Steingold  <sds@gnu.org>
19223
19224         * pop3.el (pop3-leave-mail-on-server): New user variable.
19225         (pop3-movemail): Delete mail only when it is nil.
19226
19227 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19228
19229         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19230
19231         * mml.el (mml-preview): Use `pop-to-buffer'.
19232
19233         * message.el (message-goto-mail-followup-to): Insert after "To".
19234         (message-carefully-insert-headers): Add comment.
19235
19236         * gnus.el: Remove unused variable `gnus-article-check-size'.
19237
19238         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19239
19240         * gnus-art.el (gnus-button-alist):
19241         Improve `gnus-button-handle-library' entry.
19242
19243 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19244
19245         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19246         Use downcase, since XEmacs capitalizes error messages differently.
19247
19248 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19249
19250         * nntp.el: Add (require 'gnus) due to reference to
19251         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19252
19253 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19254
19255         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19256         Bind `mm-fill-flowed'.
19257
19258         * mm-decode.el (mm-dissect-singlepart): Check it.
19259
19260 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19261
19262         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19263         'imap' for netrc parsing.
19264
19265 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19266
19267         * mailcap.el (mailcap-mime-data): Mark as risky.
19268
19269 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19270
19271         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19272         may be included in the encoded word.
19273         (rfc2047-encode): Don't append a space if the encoded word
19274         includes close parenthesis.
19275
19276 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19277
19278         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19279         of text within parentheses.
19280
19281 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19282
19283         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19284         (gnus-encrypt-write-file-contents): Make the password key the file
19285         name PLUS the cipher, not just the cipher.  Also remove failed
19286         passwords from the cache.
19287
19288 2004-08-06  Simon Josefsson  <jas@extundo.com>
19289
19290         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19291         Doc fix.
19292
19293 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19294
19295         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19296         LWSP.
19297
19298 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19299
19300         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19301         Try to append in-reply-to: data to the references: header.
19302
19303         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19304         (netrc-parse): Use gnus-encrypt.el functions.
19305
19306         * gnus-encrypt.el: Add new file for encryption support; currently
19307         does only a few GPG ciphers and an internal XOR cipher.
19308
19309         * password.el: Add comments on using password-read-and-add.
19310         (password-read-and-add): Add function to read and add the
19311         password to the cache at once.
19312
19313 2004-07-28  Simon Josefsson  <jas@extundo.com>
19314
19315         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19316         parameter (but don't use it, for now).
19317
19318         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19319         instead of hard coding to nil.
19320
19321 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19324         as mm-inline-image-xemacs does.
19325
19326 2004-07-26  Simon Josefsson  <jas@extundo.com>
19327
19328         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19329         Revert part of 2004-07-17 change below.
19330
19331 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19334         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19335
19336 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19337
19338         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19339         quotes that actually start with ">" at the beginning of the
19340         lines.
19341
19342 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19343
19344         * rfc2047.el (rfc2047-encode-region): Fix last change.
19345         (rfc2047-encode-parameter): Remove useless concat.
19346
19347 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19350         encode special characters; fix some kind of misconfigured headers;
19351         signal a real error if debug-on-quit or debug-on-error is non-nil.
19352         (rfc2047-encode-max-chars): New variable.
19353         (rfc2047-encode-1): Use it.
19354         (rfc2047-encode-parameter): New function.
19355
19356         * mml.el (mml-insert-parameter): Remove an excessive space.
19357
19358 2004-07-17  Simon Josefsson  <jas@extundo.com>
19359
19360         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19361         Kai Grossjohann <kai@emptydomain.de>.
19362         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19363         (gnus-group-make-menu-bar): Ditto.
19364
19365         * gnus-util.el (gnus-group-server): Add.
19366
19367 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19368
19369         * message.el (message-clone-locals): Clone sendmail and smtp
19370         variables.
19371
19372 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * rfc2047.el (rfc2047-encode-region): Fix last change.
19375
19376 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19377
19378         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19379         characters as non-special.
19380
19381 2004-07-09  Simon Josefsson  <jas@extundo.com>
19382
19383         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19384         Users will lose all flag changes made while unplugged with
19385         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19386         good default.  See numerous reports on ding mailing list.
19387
19388 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19389
19390         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19391         add generate-head-function and generate-article-function to the
19392         rfc822-forward entry.
19393         (nndoc-rfc822-forward-generate-article): New function.
19394         (nndoc-rfc822-forward-generate-head): New function.
19395
19396         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19397
19398 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19399
19400         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19401         respect display group parameter and gnus-summary-expunge-below.
19402         (gnus-articles-to-read): Remove unused reference to display group
19403         parameter.
19404
19405 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19406
19407         * nnheader.el (nnheader-uniquify-message-id): New experimental
19408         variable.
19409         (nnheader-nov-read-message-id): Use it.
19410
19411         * spam-report.el (spam-report-gmane): Add interactive.
19412
19413 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19414
19415         * mm-encode.el (mm-content-transfer-encoding-defaults):
19416         Use qp-or-base64 for the application/* types.
19417
19418 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19419
19420         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19421
19422 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19423
19424         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19425         trim value.
19426
19427 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19428
19429         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19430         New macro and function.
19431         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19432
19433 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19436         after-load-alist.
19437
19438 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19439
19440         * gnus-group.el (gnus-group-get-new-news-this-group):
19441         Don't update info that isn't there.
19442
19443 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19444
19445         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19446         entry.
19447
19448 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * mm-view.el (mm-inline-render-with-function): Use multibyte
19451         buffer; decode html source by charset.
19452
19453         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19454
19455         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19456         Mule-UCS is loaded under XEmacs.
19457         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19458
19459 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19460
19461         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19462
19463 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19464
19465         * mm-util.el (mm-coding-system-p): Return a coding-system.
19466         (mm-mime-mule-charset-alist): Use shift_jis instead of
19467         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19468         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19469         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19470         instead of japanese-shift-jis and iso-latin-1 respectively in
19471         order to share the default value with both Emacs and XEmacs-mule.
19472         (mm-mule-charset-to-mime-charset):
19473         Make mm-coding-system-priorities effective.
19474         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19475         while predicating of candidates upon the priorities.
19476
19477 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19478
19479         * gnus-sum.el (gnus-summary-make-menu-bar):
19480         Add gnus-uu-invert-processable.
19481
19482         * gnus.el: Autoload gnus-uu-invert-processable.
19483
19484 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19485
19486         * mm-util.el (mm-with-multibyte-buffer): New macro.
19487
19488         * rfc2047.el (rfc2047-encode-string): Use it.
19489         (rfc2047-encode-region): Move point to the end of the region after
19490         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19491
19492 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19495         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19496
19497 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19498
19499         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19500         (gnus-cite-parse): Ignore quoted envelope From_.
19501         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19502
19503 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19504
19505         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19506         invalid addresses.
19507
19508 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19509
19510         * spam.el: Change section markers, revise TODO list.
19511         (spam-backends): Make new master list of all installed backends.
19512         (spam-summary-exit-behavior): Add new variable to determine how
19513         messages moves are done at summary exit.
19514         (spam-move-spam-nonspam-groups-only)
19515         (spam-process-ham-in-nonham-groups)
19516         (spam-process-ham-in-spam-groups): Remove variables, the
19517         spam-summary-exit-behavior variable should be used to manage this
19518         behavior.
19519         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19520         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19521         and spam-old-spam-articles.
19522         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19523         Add empty variables, placeholders for the backends they represent.
19524         (spam-set-difference): Move, unchanged.
19525         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19526         unless the user has a processor variable.
19527         (spam-classifications, spam-classification-valid-p)
19528         (spam-backend-properties, spam-backend-property-valid-p)
19529         (spam-backend-function-type-valid-p)
19530         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19531         (spam-report-articles-gmane, spam-report-articles-resend):
19532         Remove functions, they are not needed.
19533         (spam-install-backend-super, spam-backend-list)
19534         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19535         (spam-backend-function, spam-backend-ham-registration-function)
19536         (spam-backend-spam-registration-function)
19537         (spam-backend-ham-unregistration-function)
19538         (spam-backend-spam-unregistration-function)
19539         (spam-backend-statistical-p, spam-backend-mover-p)
19540         (spam-install-backend-alias, spam-install-checkonly-backend)
19541         (spam-install-mover-backend, spam-install-nocheck-backend)
19542         (spam-install-backend, spam-install-statistical-backend)
19543         (spam-install-statistical-checkonly-backend): Add backend installation
19544         support.
19545         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19546         (spam-group-processor-p): Use the new backend code and respect the
19547         summary exit behavior.
19548         (spam-mark-spam-as-expired-and-move-routine): Remove.
19549         (spam-summary-prepare): Change to use the new spam-old-articles
19550         variable.
19551         (spam-copy-or-move-routine, spam-copy-spam-routine)
19552         (spam-move-spam-routine, spam-copy-ham-routine)
19553         (spam-move-ham-routine): Add code to copy/move ham or spam.
19554         (spam-fetch-field-fast): Improve doc and code, plus allow the
19555         'number request.
19556         (spam-list-of-checks, spam-list-of-statistical-checks):
19557         Remove variables.
19558         (spam-split, spam-find-spam): Use the new backend code.
19559         (spam-registration-functions): Remove variable.
19560         (spam-unregister-routine): Add convenience wrapper.
19561         (spam-log-undo-registration, spam-register-routine)
19562         (spam-log-processing-to-registry)
19563         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19564         where possible.
19565         (spam-check-gmane-xref, spam-check-regex-headers)
19566         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19567         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19568         (spam-check-bogofilter-headers, spam-check-spamoracle)
19569         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19570         (spam-check-crm114-headers): Use the spam-split-group that
19571         spam-split prepares, no need to determine it every time.
19572
19573         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19574         to the nnheader-parse-naked-head call.
19575
19576         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19577
19578         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19579         the nnheader-nov-read-message-id call.
19580
19581 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19582
19583         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19584         gnus-activate-group twice.  Suggested by Markus Peter
19585         <warp@spin.de>.
19586
19587 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19588
19589         * gnus-art.el (gnus-article-time-format): Exchange the order of
19590         day and month in the default value; fix customization type.
19591         (article-date-ut): Use add-text-properties.
19592         (article-make-date-line): Use message-make-date instead of
19593         current-time-string.
19594
19595         * message.el (message-fetch-field): Don't use set-text-properties.
19596         (message-make-date): Simplify.
19597
19598         * messagexmas.el (message-xmas-make-date): New function.
19599         (message-xmas-redefine): Defalias message-make-date to it.
19600
19601 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19604         (rfc2047-encode-region): Treat text within parentheses as special;
19605         show the original text when error has occurred.
19606
19607         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19608         already-computed method to gnus-activate-group.
19609
19610         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19611         same select-methods identical Lisp objects.
19612
19613         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19614         object when modifying the info.
19615
19616 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19619         gnus-opened-servers since it has never been opened with the new
19620         configuration yet.
19621
19622 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19623
19624         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19625         arg to nnheader-generate-fake-message-id.
19626
19627 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19628
19629         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19630         number and build a fake message ID localized to a group and
19631         article number (so it's repeatable from that point on).
19632         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19633         ID format.
19634
19635         * gnus-sum.el (gnus-get-newsgroup-headers):
19636         Call nnheader-generate-fake-message-id with the article number.
19637
19638 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19639
19640         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19641         end-of-buffer.
19642
19643 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19644
19645         * message.el (message-ignored-supersedes-headers): Add Approved.
19646
19647 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19648
19649         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19650         goto-char.
19651         (rfc2047-encode): Fold the line before encoding.
19652
19653 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19654
19655         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19656         folding -- not all headers can be folded, and this should be done
19657         by the message composition mode.  Probably.  I think.
19658
19659 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19662         fast.
19663
19664         * gnus-ems.el (gnus-remove-image): Don't use
19665         message-text-with-property; remove only the image found first.
19666
19667         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19668         found first.
19669
19670 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19671
19672         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19673
19674 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19675
19676         * message.el (message-text-with-property): Make it fast and accept
19677         optional arguments.
19678         (message-strip-forbidden-properties): Use it.
19679         (message-fix-before-sending): Follow the m-t-w-p change.
19680
19681         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19682
19683 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19684
19685         * gnus-art.el (article-hide-headers): Don't change the buffer
19686         mistakenly when performing mml-preview even if
19687         gnus-single-article-buffer is nil.
19688
19689 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19690
19691         * message.el (message-expand-name-databases): New user option.
19692         (message-expand-name): Use it.
19693
19694 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19695
19696         * spam.el (spam-report-articles-resend)
19697         (spam-report-resend-register-routine): Allow ham reporting.
19698         (spam-report-resend-register-ham-routine): Add wrapper.
19699         (spam-registration-functions): Add ham resending functions.
19700         (spam-list-of-processors): Add ham resend processor.
19701
19702         * gnus.el (ham-resend-to): Add new group parameter.
19703         (spam-process): Add ham resend option.
19704
19705         * spam-report.el (spam-report-resend): Allow reporting ham.
19706         (spam-report-resend-ham): Add wrapper.
19707
19708 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19709
19710         * message.el (message-cite-articles-with-x-no-archive):
19711         New variable.
19712         (message-cite-original): Use it.
19713
19714 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19715
19716         * message.el (message-cite-original): Respect X-No-Archive.
19717
19718 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19719
19720         * gnus-art.el (article-hide-headers): Refer to the values for
19721         gnus-ignored-headers and gnus-visible-headers in the summary
19722         buffer since a user may have set them as group parameters.
19723
19724 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19725
19726         * assistant.el (assistant-node-name): Add convenience function.
19727         (assistant-render-text, assistant-render-node): Add error handling,
19728         plus handle multiple next nodes.
19729         (assistant-find-next-node): Comment out for now.
19730         (assistant-find-next-nodes): Add function, returns list of next
19731         nodes.
19732
19733 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19734
19735         * mail-source.el (mail-source-directory): Fix doc-string.
19736
19737 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19738
19739         * assistant.el (assistant-render-text, assistant-eval): Add :set
19740         widget type, which is different because it takes and returns a
19741         list.  Much hilarity ensues.
19742
19743 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19744
19745         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19746
19747         * gnus-group.el (gnus-group-get-new-news-this-group):
19748         Add doc-string.
19749
19750         * gnus-start.el (gnus-activate-group): Add doc-string.
19751
19752 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19753
19754         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19755
19756 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19757
19758         * assistant.el (assistant-render-text): Try to add a :set
19759         widget, more to come.
19760
19761         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19762         strings.
19763         (spam-report-articles-resend)
19764         (spam-register-routine): Do registration iff any articles warrant
19765         it.
19766         (spam-summary-prepare-exit): Change log message for nil group
19767         destinations.
19768
19769 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19770
19771         * spam.el (spam-report-resend-register-routine):
19772         Allow spam-report-resend-to to be a group parameter or a global value.
19773
19774 2004-05-26  Simon Josefsson  <jas@extundo.com>
19775
19776         * starttls.el: Merge with my GNUTLS based starttls.el.
19777         (starttls-gnutls-program, starttls-use-gnutls)
19778         (starttls-extra-arguments, starttls-process-connection-type)
19779         (starttls-connect, starttls-failure, starttls-success):
19780         New variables.
19781         (starttls-program, starttls-extra-args): Doc fix.
19782         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19783         New functions.
19784         (starttls-negotiate, starttls-open-stream):
19785         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19786         function if it is set.
19787
19788 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19789
19790         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19791         structured fields.
19792
19793 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19794
19795         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19796
19797 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19798
19799         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19800         Add variable.
19801         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19802         assigning the spam-mark to new messages.
19803
19804 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19805
19806         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19807
19808 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19811
19812         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19813         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19814         default.
19815
19816 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19817
19818         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19819         correct data.
19820
19821 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19822
19823         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19824         (spam-group-processor-p): Fix function.
19825         (spam-group-processor-multiple-p)
19826         (spam-group-spam-processor-report-gmane-p)
19827         (spam-group-spam-processor-report-resend-p)
19828         (spam-group-spam-processor-bogofilter-p)
19829         (spam-group-spam-processor-blacklist-p)
19830         (spam-group-spam-processor-ifile-p)
19831         (spam-group-ham-processor-ifile-p)
19832         (spam-group-spam-processor-spamoracle-p)
19833         (spam-group-spam-processor-crm114-p)
19834         (spam-group-ham-processor-bogofilter-p)
19835         (spam-group-spam-processor-stat-p)
19836         (spam-group-ham-processor-stat-p)
19837         (spam-group-ham-processor-whitelist-p)
19838         (spam-group-ham-processor-BBDB-p)
19839         (spam-group-ham-processor-spamoracle-p)
19840         (spam-group-ham-processor-copy-p): Remove functions with some
19841         prejudice against unneeded code.
19842         (spam-report-articles-resend)
19843         (spam-report-resend-register-routine): Allow the group/topic
19844         spam-resend-to value to override spam-report-resend-to.
19845         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19846         properly now.
19847
19848         * gnus.el (spam-resend-to): Add group/topic parameter.
19849         (spam-process): Move the OBSOLETE processors to the end of the
19850         choices.
19851
19852 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19853
19854         * spam-report.el (spam-report-resend-to, spam-report-resend):
19855         Start with resend-to set to nil, and then ask the user if necessary.
19856         (spam-report-resend): spam-report-resend takes a list of articles, not
19857         separate article numbers.
19858
19859 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19862         addition to emacs-w3m.
19863
19864 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19865
19866         * assistant.el (assistant-authinfo-data): New function.
19867         (assistant-eval): Eval for entire assistant.
19868
19869         * netrc.el (netrc-services-file): New variable.
19870         (netrc-parse-services): New function.
19871         (netrc-find-service-name): New function.
19872         (netrc-find-service-number): New function.
19873         (netrc-port-equal): New function.
19874         (netrc-machine): Use it.
19875
19876         * nnimap.el (nnimap-open-connection): Use netrc.
19877
19878         * gnus-util.el (gnus-netrc-get): Remove aliases.
19879
19880         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19881
19882         * assistant.el (wid-edit): Fix compilation.
19883
19884         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19885
19886 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19887
19888         * gnus-util.el (gnus-set-file-modes): New function.  (small
19889         patch).
19890
19891 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19892
19893         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19894
19895         * assistant.el (assistant-render-node): Fix up rendering and
19896         read-only text.
19897         (assistant-render-node): Reset.
19898         (assistant-make-read-only): Not sticky.
19899
19900 2004-05-20  Danny Siu  <dsiu@adobe.com>
19901
19902         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19903         centered even when gnus-auto-center-summary is t.
19904
19905 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19906
19907         * dns.el (dns-get-txt-answer): New function.
19908         (dns-read-txt): Ditto.
19909         (query-dns): Use it.
19910
19911 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19912
19913         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19914         active for foreign groups even if the group level is higher than
19915         the specified value.
19916
19917 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19918
19919         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19920         non-active groups.
19921
19922         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19923
19924 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19925
19926         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19927
19928 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19929
19930         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19931         (spam-crm114-header, spam-crm114-spam-switch)
19932         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19933         (spam-crm114-positive-spam-header)
19934         (spam-crm114-database-directory, spam-list-of-processors)
19935         (spam-group-spam-processor-crm114-p)
19936         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19937         (spam-generic-score, spam-list-of-checks)
19938         (spam-list-of-statistical-checks, spam-registration-functions)
19939         (spam-check-crm114-headers, spam-crm114-score)
19940         (spam-check-crm114, spam-crm114-register-with-crm114)
19941         (spam-crm114-register-spam-routine)
19942         (spam-crm114-unregister-spam-routine)
19943         (spam-crm114-register-ham-routine)
19944         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19945         From asjo@koldfront.dk (Adam Sjøgren).
19946
19947         * gnus.el: Add spam-use-crm114.
19948
19949         * spam.el (spam-list-of-processors, spam-registration-functions):
19950         Add spam-use-resend.
19951         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19952         (spam-report-articles-gmane): Add doc fix.
19953         (spam-report-articles-resend, spam-report-resend-register-routine):
19954         Add wrappers around spam-report-resend-to.
19955
19956         * spam-report.el (spam-report-resend-to, spam-report-resend):
19957         Add support for resending spam.
19958         (spam-report-gmane): Fix line length >80.
19959
19960         * gnus.el (spam-process): Add spam-use-resend.
19961
19962 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19963
19964         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19965         number of processed spam messages.
19966         (spam-ham-copy-or-move-routine): Return the number of processed
19967         ham messages.
19968         (spam-summary-prepare-exit): Use the above values to decide
19969         whether status messages shouled be displayed.
19970
19971 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19972
19973         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19974         `rfc2047-encoding-function-alist' in order to avoid conflicting
19975         with the old version.
19976         (rfc2047-encode-region): Concatenate words containing non-ASCII
19977         characters in structured fields; don't encode space-delimited
19978         ASCII words even in unstructured fields; don't break words at
19979         char-category boundaries.
19980         (rfc2047-encode-1): New function.
19981         (rfc2047-encode): Use it; encode text so that it occupies the
19982         maximum width within 76-column; work correctly on Q encoding for
19983         iso-2022-* charsets.
19984         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19985         sure not to break a line just after the header name.
19986         (rfc2047-b-encode-region): Remove.
19987         (rfc2047-b-encode-string): New function.
19988         (rfc2047-q-encode-region): Remove.
19989         (rfc2047-q-encode-string): New function.
19990
19991         * mm-util.el (mm-replace-in-string): New function.
19992
19993 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19994
19995         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19996         Really get it right.
19997         (gnus-inews-make-draft): Really.
19998
19999 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20000
20001         * nnmh.el (nnmh-request-list-1): Don't check the link count
20002         before descending.  (small patch)
20003
20004 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20005
20006         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20007         stuff.
20008
20009         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20010         Match on real group name.
20011
20012         * gnus-art.el (gnus-signature-limit): Doc fix.
20013
20014         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20015
20016         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20017
20018 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20019
20020         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20021         isn't a string.
20022
20023 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20024
20025         * gnus-draft.el (gnus-draft-send):
20026         Bind rfc2047-encode-encoded-words.
20027
20028         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20029         (rfc2047-encodable-p): Say that =? needs encoding.
20030         (rfc2047-encode-encoded-words): New variable.
20031
20032         * gnus-group.el (gnus-group-select-group): Doc fix.
20033
20034         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20035
20036         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20037         to nil.
20038
20039         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20040
20041         * nnheader.el (nnheader-get-lines-and-char): New function.
20042
20043 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20044
20045         * gnus-msg.el (gnus-summary-followup-with-original):
20046         Document yanking of region when active.
20047
20048 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20049
20050         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20051         groups if the group level is higher than the specified value.
20052
20053 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20054
20055         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20056         (gnus-group-jump-to-group): Add prefix argument using
20057         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20058         non-active group.
20059
20060         * compface.el (uncompface): Be verbose when changing
20061         `uncompface-use-external'.
20062
20063         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20064         handle manual section.
20065
20066 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20067
20068         * gnus-art.el (gnus-button-alist): Revert previous change.
20069
20070 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20071
20072         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20073
20074 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20075
20076         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20077         whether backend can accept message.
20078
20079         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20080
20081 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20082
20083         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20084         Avoid creating directory when nntp-marks-is-evil is true.
20085         Reported by Reiner Steib.
20086
20087 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20088
20089         * gnus-picon.el (gnus-picon-style): New variable.
20090         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20091         (gnus-picon-transform-address): Support `gnus-picon-style'.
20092         From Jesper Harder <harder@ifa.au.dk>.
20093
20094 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20095
20096         * message.el (message-fill-field): Return point.
20097         (message-generate-headers): Go to end of field.
20098
20099         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20100         stuff for non-living groups.
20101
20102 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20103
20104         * gnus-art.el (gnus-article-followup-with-original)
20105         (gnus-article-reply-with-original): gnus-mark-active-p ->
20106         gnus-region-active-p.
20107
20108 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20109
20110         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20111         only when there is spam or ham to be processed.
20112
20113 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20114
20115         * mail-source.el (mail-source-delete-crash-box): Refactor.
20116         (mail-source-fetch): Use it.
20117         (mail-source-fetch-file): Ditto.
20118         (mail-source-fetch-directory): Run postscript in loop.
20119         (mail-source-fetch-pop): Delete.
20120         (mail-source-fetch-maildir): Ditto.
20121         (mail-source-fetch-imap): Ditto.
20122
20123         * imap.el (imap-authenticators): Comment out sasl.
20124
20125         * message.el (message-skip-to-next-address): New function.
20126         (message-fill-header-address): Refactor.
20127         (message-fill-address): Use it.
20128         (message-delete-address): Use it.
20129         (message-fill-header-general): Refactor.
20130         (message-fill-field-address): Rename.
20131         (message-narrow-to-field): Find the start of the header.
20132         (message-header-format-alist): Don't pre-fill.
20133         (message-fill-header): Remove.
20134         (message-insert-header): New function.
20135         (message-shorten-references): Use it.
20136
20137         * rfc2047.el (rfc2047-field-value): Strip props.
20138
20139         * mail-parse.el (mail-header-make-address): New alias.
20140
20141         * ietf-drums.el (ietf-drums-make-address): New function.
20142
20143         * imap.el: Add compiler directives.
20144
20145         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20146
20147         * gnus-art.el (article-decode-idna-rhs): Don't use
20148         message-idna-inside-rhs-p.
20149
20150 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20151
20152         * message.el (message-idna-inside-rhs-p): Remove.
20153         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20154
20155         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20156         false positives.
20157
20158 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20159
20160         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20161
20162 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20163
20164         * nneething.el (nneething-file-name): Don't create spurious
20165         files.
20166
20167         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20168         (gnus-inews-do-gcc): Remove sleep.
20169
20170         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20171         part under point.
20172
20173         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20174         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20175
20176 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20177
20178         * spam.el (spam-summary-prepare-exit): Fix (length).
20179
20180 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20181
20182         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20183         as expired without moving it" message when there are spam
20184         messages left.
20185
20186 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20187
20188         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20189         header is not nil.
20190
20191 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20192
20193         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20194         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20195         (nntp-marks-changed-p): New arg SERVER.
20196         (nntp-request-update-info): Adjust caller.
20197
20198 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20199
20200         * nntp.el (nntp-save-marks): Pass missing arg.
20201
20202 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20203
20204         * nntp.el: Support marks.
20205         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20206         (nntp-marks-modtime, nntp-marks-directory): New variables.
20207         (nntp-request-set-mark, nntp-request-update-info)
20208         (nntp-possibly-create-directory, nntp-marks-changed-p)
20209         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20210         New functions.
20211
20212 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20213
20214         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20215         (gnus-xmas-redefine): Rename.
20216
20217         * gnus-score.el (gnus-score-insert-help):
20218         Use gnus-select-lowest-window.
20219
20220         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20221         appt-select-lowest-window and rename to gnus-select-lowest-window.
20222
20223         * gnus.el: do.
20224
20225 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20226
20227         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20228         encodings of MIME-encoded words, in order to improve
20229         interoperability with several broken MUAs.
20230
20231 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20232
20233         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20234         tags, only when charsets are not specified in headers.
20235         (mm-inline-text-html-render-with-w3m): Ditto.
20236
20237         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20238         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20239
20240 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20241
20242         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20243         instead of MIME-decoded from fields when checking
20244         `gnus-article-address-banner-alist'.
20245
20246 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20247
20248         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20249         description rather than subject.
20250
20251 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20252
20253         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20254
20255 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20256
20257         * gnus.el (gnus-version-number): Bump.
20258
20259 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20260
20261         * gnus.el: No Gnus v0.2 is released.
20262
20263 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20264
20265         * gnus-agent.el (gnus-agent-read-agentview):
20266         Inline gnus-uncompress-range.
20267
20268 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20269
20270         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20271         `exec-installed-p'.
20272
20273 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20274
20275         * gnus.el (spam-process, spam-autodetect-methods):
20276         Add bsfilter and bsfilter-headers.
20277
20278         * spam.el (spam-bsfilter): New customize group.
20279         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20280         (spam-bsfilter-header, spam-bsfilter-probability-header)
20281         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20282         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20283         (spam-bsfilter-database-directory): New options.
20284         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20285         (spam-list-of-statistical-checks, spam-registration-functions):
20286         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20287         (spam-bsfilter-score): New command.
20288         (spam-check-bsfilter-headers, spam-check-bsfilter)
20289         (spam-bsfilter-register-with-bsfilter)
20290         (spam-bsfilter-register-spam-routine)
20291         (spam-bsfilter-unregister-spam-routine)
20292         (spam-bsfilter-register-ham-routine)
20293         (spam-bsfilter-unregister-ham-routine): New functions.
20294         (spam-generic-score): Support bsfilter; Accept an optional argument
20295         to recalcurate spam score even if scoring header has already been
20296         added.
20297         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20298         optional argument to recalcurate spam score even if scoring header
20299         has already been added.
20300
20301 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20302
20303         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20304         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20305         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20306         link is missing.
20307
20308 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20309
20310         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20311         (html2text-get-attr): Rewrite.
20312
20313         * message.el (message-setup-1): Remove redundant put-text-property
20314         on mail-header-separator.
20315
20316 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20317
20318         * gnus-registry.el (gnus-registry-cache-whitespace)
20319         (gnus-registry-action, gnus-registry-spool-action)
20320         (gnus-registry-split-fancy-with-parent): Change message levels
20321         from 5 to 3 or 7, as needed.
20322
20323         * spam.el (spam-summary-prepare-exit)
20324         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20325         (spam-split, spam-find-spam, spam-log-undo-registration)
20326         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20327         level from 5 to 6.
20328
20329 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20330
20331         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20332         2004-03-04 change).
20333
20334 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20335
20336         * sieve-manage.el (sieve-manage-open):
20337         * nnweb.el (nnweb-insert-html):
20338         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20339         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20340         * nnspool.el (nnspool-request-group):
20341         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20342         * nnml.el (nnml-request-update-info):
20343         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20344         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20345         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20346         (nnimap-request-set-mark):
20347         * nnfolder.el (nnfolder-request-update-info):
20348         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20349         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20350         * gnus-uu.el (gnus-uu-find-articles-matching):
20351         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20352         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20353         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20354         * gnus-nocem.el (gnus-nocem-scan-groups):
20355         * gnus-int.el (gnus-start-news-server):
20356         * gnus-group.el (gnus-group-make-kiboze-group)
20357         (gnus-group-browse-foreign-server):
20358         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20359         Use mapc when appropriate.
20360
20361 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20362
20363         FIXME: Make separate entries for each person.
20364
20365         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20366         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20367         <shields@msrl.com>:
20368
20369         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20370         may need for spam sorting and scoring.
20371         (spam-user-format-function-S): Add user format function suitable for
20372         general use.
20373         (spam-article-sort-by-spam-status): Add sorting function for summary
20374         sorting.
20375         (spam-extra-header-to-number): Add function to get a score from a
20376         header.
20377         (spam-summary-score): Add function to get a numeric score from the
20378         headers.
20379         (spam-generic-score): Fix function doc, was in wrong place.
20380         (spam-initialize): Take symbols when it's run, and install the
20381         extra headers that spam-necessary-extra-headers thinks we need.
20382
20383 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20384
20385         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20386         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20387
20388 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20389
20390         * gnus-sum.el (gnus-set-global-variables)
20391         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20392         (gnus-article-get-xrefs, gnus-summary-best-group)
20393         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20394         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20395         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20396         Use with-current-buffer.
20397
20398 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20399
20400         * spam.el (spam-summary-prepare-exit): Simplify logic.
20401         (spam-fetch-article-header): Read the article header if it's not
20402         available.
20403         (spam-list-articles): Simplify logic.
20404         (spam-filelist-register-routine): Fix bug with unregister-list.
20405
20406         * gnus-registry.el: Fix comments at beginning.
20407
20408 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20409
20410         * message.el (message-cater-to-broken-inn): Remove.
20411         (message-shorten-references): Make sure the total folded length of
20412         References is shorter than 998 characters to cater to a bug in INN
20413         2.3.  Also, don't pretend that references aren't folded -- this
20414         hasn't worked for a while.
20415
20416 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20417
20418         * gnus-agent.el (gnus-agentize):
20419         gnus-agent-send-mail-real-function no longer set to current value
20420         of message-send-mail-function but rather a lambda that calls
20421         message-send-mail-function.  The change makes the agent real-time
20422         responsive to user changes to message-send-mail-function.
20423
20424 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20425
20426         * legacy-gnus-agent.el
20427         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20428         help from Florian Weimer <fw@deneb.enyo.de>
20429
20430 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20431
20432         * nnmail.el (nnmail-cache-insert): Revert last change.
20433
20434 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * nnmail.el (nnmail-cache-insert): Always check whether
20437         nnmail-cache-ignore-groups matches a group name.
20438
20439 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20440
20441         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20442         (spam-find-spam, spam-log-processing-to-registry)
20443         (spam-log-registered-p, spam-log-unregistration-needed-p)
20444         (spam-log-undo-registration): Use gnus-message instead of
20445         gnus-error, none of these errors are fatal.
20446
20447         * gnus-registry.el (gnus-registry-clean-empty-function)
20448         (gnus-registry-clean-empty): Remove only empty entries without
20449         extra data.
20450
20451 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20452
20453         * spam-stat.el (spam-stat-buffer-change-to-spam)
20454         (spam-stat-buffer-change-to-non-spam): Change (error) to
20455         (gnus-message 8) invocation.
20456
20457 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20458
20459         * nntp.el (nntp-via-netcat-command): New variable.
20460         (nntp-via-netcat-switches): New variable.
20461         (nntp-open-via-rlogin-and-netcat): New function.
20462         (nntp-open-connection-function): Doc fix.
20463         (nntp-telnet-command): Doc fix.
20464         (nntp-end-of-line): Doc fix.
20465         (nntp-via-rlogin-command): Doc fix.
20466         (nntp-via-user-name): Doc fix.
20467         (nntp-via-address): Doc fix.
20468
20469 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20470
20471         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20472         error in Emacs 21.1.
20473
20474 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20475
20476         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20477
20478 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20479
20480         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20481         (gnus-agent-with-refreshed-group): New macro.
20482         (gnus-agent-rename-group): New function.
20483         (gnus-agent-delete-group): New function.
20484         (gnus-agent-save-group-info): Use gnus-command-method when
20485         `method' parameter is nil.  Don't write nil entries into the
20486         active file.
20487         (gnus-agent-get-group-info): New function.
20488         (gnus-agent-fetch-articles):
20489         Use gnus-agent-update-files-total-fetched-for to increment disk space
20490         used.
20491         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20492         Use gnus-agent-update-view-total-fetched-for to increment disk space
20493         used.
20494         (gnus-agent-get-local): Add optional parameters to avoid calling
20495         gnus-group-real-name and gnus-find-method-for-group.
20496         (gnus-agent-set-local): Delete stored entry if either min, or max,
20497         are nil.
20498         (gnus-agent-fetch-session): Reworded error/quit messages.
20499         On quit, use gnus-agent-regenerate-group to record existance of any
20500         articles fetched to disk before the quit occurred.
20501         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20502         gnus-agent-update-view-total-fetched-for, and
20503         gnus-agent-update-files-total-fetched-for to decrement disk space
20504         used.
20505         (gnus-agent-retrieve-headers):
20506         Use gnus-agent-update-view-total-fetched-for to increment disk space
20507         used.
20508         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20509         with gnus-agent-update-files-total-fetched-for to decrement disk
20510         space and fresh group buffer.
20511         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20512         (gnus-agent-need-update-total-fetched-for): New variable.
20513         (gnus-agent-update-files-total-fetched-for): New function.
20514         (gnus-agent-update-view-total-fetched-for): New function.
20515         (gnus-agent-total-fetched-for): New function.
20516
20517         * gnus-cache.el (gnus-cache-save-buffers):
20518         Use gnus-cache-update-overview-total-fetched-for to change disk space
20519         used by this group.
20520         (gnus-cache-possibly-enter-article):
20521         Use gnus-cache-update-file-total-fetched-for to increment disk space
20522         used by this group.
20523         (gnus-cache-possibly-remove-article):
20524         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20525         used by this group.
20526         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20527         (gnus-cache-rename-group): New function.
20528         (gnus-cache-delete-group): New function.
20529         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20530         (gnus-cache-need-update-total-fetched-for): New variable.
20531         (gnus-cache-with-refreshed-group): New macro.
20532         (gnus-cache-update-file-total-fetched-for): New function.
20533         (gnus-cache-update-overview-total-fetched-for): New function.
20534         (gnus-cache-rename-group-total-fetched-for): New function.
20535         (gnus-cache-delete-group-total-fetched-for): New function.
20536         (gnus-cache-total-fetched-for): New function.
20537
20538         * gnus-group.el: Require gnus-sum and autoload functions to
20539         resolve warnings when gnus-group.el compiled alone.
20540         (gnus-group-line-format): Documented new %F.
20541         (size of Fetched data) group line format; identifies disk space
20542         used by agent and cache.
20543         (gnus-group-line-format-alist): Defined new F format.
20544         (gnus-total-fetched-for): New function.
20545         (gnus-group-delete-group): No longer update
20546         gnus-cache-active-altered as gnus-request-delete-group now keeps
20547         the cache in sync.
20548         (gnus-group-list-active): Let the agent store a server's active
20549         list if currently plugged.
20550
20551         * gnus-int.el (gnus-request-delete-group):
20552         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20553         local disk in sync with the server.
20554         (gnus-request-rename-group):
20555         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20556         local disk in sync with the server.
20557
20558         * gnus-start.el (gnus-get-unread-articles):
20559         Cosmetic simplification to logic.
20560
20561         * gnus-util.el (gnus-rename-file): New function.
20562
20563 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20564
20565         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20566
20567 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20568
20569         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20570         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20571
20572 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20573
20574         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20575         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20576
20577 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20578
20579         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20580
20581 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20582
20583         * spam.el (spam-set-difference): Add function to replace
20584         gnus-set-difference in spam.el.
20585         (spam-summary-prepare-exit): Use spam-set-difference.
20586
20587 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20588
20589         * gnus-registry.el (gnus-registry-cache-file): Update to use
20590         gnus-dribble-directory OR gnus-home-directory OR ~.
20591         (gnus-registry-split-fancy-with-parent): Fix doc.
20592
20593 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * message.el (message-exchange-point-and-mark):
20596         Use message-mark-active-p.  Suggested by Jesper Harder
20597         <harder@ifa.au.dk>.
20598
20599 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20600
20601         * message.el (message-exchange-point-and-mark): Don't activate
20602         region if it was inactive.  Suggested by Hiroshi Fujishima
20603         <pooh@nature.tsukuba.ac.jp>.
20604
20605 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20606
20607         * gnus-art.el (article-display-face): Display Faces in the same
20608         order as X-Faces.
20609
20610 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20613
20614 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20617         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20618         (gnus-article-mime-hierarchy): Remove.
20619         (gnus-article-mime-hierarchy-next): Remove.
20620         (gnus-article-mode): Revert 2004-03-19 change.
20621         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20622         (gnus-insert-mime-button): Revert 2004-03-19 change.
20623         (gnus-mime-accumulate-hierarchy): Remove.
20624         (gnus-mime-enter-multipart): Remove.
20625         (gnus-mime-leave-multipart): Remove.
20626         (gnus-mime-display-part): Revert 2004-03-19 change.
20627         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20628
20629         * mml.el (mml-preview): Revert 2004-03-19 change.
20630
20631 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20632
20633         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20634
20635 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20636
20637         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20638         t while entering a file name using the mm-with-multibyte macro.
20639         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20640
20641         * mm-util.el (mm-with-multibyte): New macro.
20642
20643 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20644
20645         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20646         New user option.
20647         (gnus-mime-multipart-functions): Doc and customization fix.
20648         (gnus-article-mime-hierarchy): New variable.
20649         (gnus-article-mime-hierarchy-next): New variable.
20650         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20651         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20652         gnus-article-mime-hierarchy-next to nil.
20653         (gnus-insert-mime-button): Show hierarchy numbers.
20654         (gnus-mime-accumulate-hierarchy): New function.
20655         (gnus-mime-enter-multipart): New function.
20656         (gnus-mime-leave-multipart): New function.
20657         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20658         (gnus-mime-display-alternative): Show hierarchy numbers.
20659
20660         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20661         gnus-article-mime-hierarchy-next to nil.
20662
20663 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20664
20665         * dns.el: Don't require gnus-xmas.
20666
20667 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20668
20669         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20670         inline PGP.
20671         (mml-menu): Disable mml-quote-region if mark is inactive.
20672
20673 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20674
20675         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20676         when the group's active is not available.
20677
20678 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20679
20680         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20681         error.
20682
20683 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20684
20685         * imap.el (imap-store-password): New variable.
20686         (imap-interactive-login): Use it.
20687         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20688
20689 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20692         window-start and hscroll to summary window.
20693
20694 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20695
20696         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20697         conversion message to newsrc-dribble when an actual conversion is
20698         performed.
20699
20700 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20701
20702         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20703
20704 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20705
20706         * mm-decode.el (mm-complicated-handles): New function reviving
20707         former definition of mm-multiple-handles.
20708
20709         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20710         (gnus-mime-delete-part): Use it.
20711
20712 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20713
20714         * gnus-agent.el (gnus-agent-read-local):
20715         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20716         avoid the implicit assumption that they will always be equal.
20717         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20718         coding-system-for-write, as the with-temp-file macro first prints
20719         to a buffer then saves the buffer.
20720
20721 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20722
20723         * gnus-art.el (gnus-article-edit-part): New function.
20724         (gnus-mime-save-part-and-strip): Use it; do query instead of
20725         signaling an error; don't use mm-multiple-handles.
20726         (gnus-mime-delete-part): Ditto.
20727
20728 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20729
20730         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20731         old file versions.
20732         (gnus-group-prepare-hook): Remove function that converted list
20733         form of gnus-agent-expire-days to group properties.
20734
20735         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20736         (gnus-request-accept-article): Re-indented.
20737
20738         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20739         converters to handle old agent file formats.  Add logic for a
20740         "backup before upgrading warning".
20741         (gnus-convert-mark-converter-prompt): Developers can mark
20742         functions as needing (default), or not needing,
20743         gnus-convert-old-newsrc's "backup before upgrading warning".
20744         (gnus-convert-converter-needs-prompt): Tests whether the user
20745         should be protected from potentially irreversable changes by the
20746         function.
20747
20748         * legacy-gnus-agent.el: New.  Provides converters that are only
20749         loaded when gnus-convert-old-newsrc needs to call them.
20750
20751 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * mail-source.el (mail-source-touch-pop): Doc fix.
20754
20755         * message.el (message-smtpmail-send-it): Doc fix.
20756
20757 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20758
20759         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20760
20761         * nnmail.el (nnmail-split-fancy): do.
20762
20763         * gnus-kill.el (gnus-kill, gnus-execute): do.
20764
20765 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20766
20767         * gnus-sum.el (gnus-widget-reversible-match)
20768         (gnus-widget-reversible-to-internal)
20769         (gnus-widget-reversible-to-external): New functions.
20770         (gnus-widget-reversible): New widget.
20771         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20772
20773 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20774
20775         * gnus-sum.el (gnus-thread-sort-functions)
20776         (gnus-article-sort-functions): Document `(not F)' items.
20777
20778 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20779
20780         * spam.el (spam-use-gmane-xref): Add new backend.
20781         (spam-gmane-xref-spam-group): Add variable to control the name of the
20782         Gmane spam group.
20783         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20784         (spam-regex-headers-spam, spam-regex-headers-ham)
20785         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20786         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20787         backends and checks.
20788         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20789
20790         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20791         an autodetect method.
20792
20793 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20794
20795         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20796         articles are being added to a group.
20797         (gnus-request-replace-article): Inform the agent that articles
20798         need to be uncached as the cached contents are no longer valid.
20799
20800 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20801
20802         * binhex.el: Don't autoload executable-find.
20803
20804         * canlock.el: Don't autoload mail-fetch-field.
20805
20806         * dgnushack.el: Autoload c-mode for XEmacs.
20807
20808         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20809
20810         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20811         rmail-dont-reply-to and rmail-output.
20812
20813         * gnus-score.el: Don't autoload ffap-string-at-point.
20814
20815         * gnus-setup.el: Don't autoload sc-cite-original.
20816
20817         * imap.el: Don't autoload base64-decode-string,
20818         base64-encode-string and md5.
20819
20820         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20821         and rmail-msg-restore-non-pruned-header.
20822
20823         * mm-decode.el: Don't autoload executable-find.
20824
20825         * mm-url.el: Don't autoload executable-find.
20826
20827         * mm-view.el: Don't autoload diff-mode.
20828
20829         * nndb.el: Don't autoload news-reply-mode, news-setup,
20830         cancel-timer and telnet.
20831
20832         * password.el: Don't autoload run-at-time for Emacs.
20833
20834         * sha1-el.el: Don't autoload executable-find.
20835
20836         * sieve-mode.el: Don't autoload c-mode.
20837
20838         * uudecode.el: Don't autoload executable-find.
20839
20840 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20841
20842         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20843         (gnus-agent-possibly-alter-active): Avoid null in numeric
20844         comparison.
20845         (gnus-agent-set-local): Refuse to save null in local object table.
20846         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20847         list of articles that will be marked as unread.
20848
20849 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20852
20853 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20854
20855         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20856         language tags.
20857
20858 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20859
20860         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20861         Don't bind "obarray".
20862
20863         * gnus-sum.el (gnus-thread-sort-functions):
20864         Add `gnus-thread-sort-by-most-recent-number' and
20865         `gnus-thread-sort-by-most-recent-date'.
20866         Reported by Kai Grossjohann <kai@emptydomain.de>.
20867
20868 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20869
20870         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20871
20872 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20873
20874         * gnus-cus.el (gnus-agent-customize-category):
20875         Remove ignore-errors macro reference that required cl to be loaded at
20876         run-time.
20877
20878         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20879         single-interval range of the form (min . max).  Previously the
20880         range had to look like ((min . max)).  Likewise, return
20881         (min . max) rather than ((min . max)).
20882         (gnus-range-map): Use gnus-range-normalize to accept
20883         single-interval range.
20884
20885         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20886         the cache, but not the agent, now appear with their usual face.
20887
20888         * dgnushack.el (loaddir): New variable that is bound to the
20889         directory containing the dgnushack.el file. Use loaddir, rather
20890         than srcdir, to update load-path. Change lets dgnushack compile
20891         code in directories other than GNUS/lisp.
20892
20893 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * lpath.el: Don't bind w3m-safe-url-regexp.
20896
20897         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20898         w3m-safe-url-regexp variable buffer-local.
20899
20900         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20901
20902 2004-02-27  Simon Josefsson  <jas@extundo.com>
20903
20904         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20905         gnus-group-real-prefix.
20906         (gnus-summary-move-article): Use it, instead of
20907         gnus-group-real-prefix.
20908
20909 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20910
20911         * lpath.el: Bind w3m-safe-url-regexp.
20912
20913         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20914         w3m-safe-url-regexp variable buffer-local and set it as the value
20915         of mm-w3m-safe-url-regexp.
20916
20917         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20918
20919         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20920         parsing gnus-posting-styles when the message is not for replying.
20921
20922         * dgnushack.el: Autoload sgml-mode for XEmacs.
20923
20924         * nnrss.el (nnrss-opml-export):
20925         Use mm-set-buffer-file-coding-system instead of
20926         set-buffer-file-coding-system.
20927
20928 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20929
20930         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20931         of checkdoc.el).
20932         * nnrss.el: do.
20933         * gnus-mlspl.el: do.
20934         * gnus-ml.el: do.
20935         * gnus-srvr.el: do.
20936
20937         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20938
20939 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20940
20941         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20942         Corrections to custom-manual links.
20943
20944         * gnus-art.el (gnus-article): Ditto.
20945
20946         * mm-decode.el (mime-display, mime-security): Ditto.
20947
20948 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20949
20950         * flow-fill.el: Typo.
20951
20952 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20953
20954         * spam-wash.el: New file.
20955
20956 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20957
20958         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20959
20960 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20961
20962         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20963         to be run with new-articles as LIST1, not LIST2.
20964         (spam-registration-functions): Add spam-use-ham-copy as a nil
20965         registration backend.
20966
20967 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20968
20969         * spam-stat.el (spam-stat-washing-hook): New option.
20970         (spam-stat-buffer-words): Use it.
20971         (spam-stat-process-directory, spam-stat-test-directory):
20972         Use insert-file-contents-literally.
20973         (spam-stat-coding-system): New variable.
20974         (spam-stat-load, spam-stat-save): Use it.
20975
20976 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20977
20978         * spam-report.el (spam-report-plug-agent):
20979         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20980
20981 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20982
20983         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20984         Allow / in mailto URLs.
20985
20986 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20987
20988         * spam-report.el (spam-report-process-queue): Fix interactive use.
20989         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20990         (spam-report-unplug-agent): Doc fixes.
20991         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20992         (spam-report-agentize, spam-report-deagentize): Autoload.
20993
20994 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20995
20996         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20997
20998         * message.el (message-setup-fill-variables): Add mml tags to
20999         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21000         <ajk@iu.edu>.
21001         (message-mode): Don't modify paragraph-separate there.
21002
21003 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21004
21005         * compface.el (uncompface-use-external): Default to undecided.
21006         (uncompface-use-external-threshold): New variable.
21007         (uncompface-float-time): New macro.
21008         (uncompface): Determine whether to use the external decoder if
21009         uncompface-use-external is undecided.
21010
21011 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21012
21013         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21014         after images.
21015
21016         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21017
21018 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21019
21020         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21021
21022         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21023
21024         * gnus-sum.el (gnus-summary-limit-to-age)
21025         (gnus-summary-limit-children): do.
21026
21027         * gnus-int.el (gnus-request-scan): do.
21028
21029         * gnus-group.el (gnus-group-suspend): do.
21030
21031         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21032
21033         * gnus-cite.el (gnus-cite-parse-attributions): do.
21034
21035         * gnus-agent.el (gnus-summary-set-agent-mark)
21036         (gnus-agent-regenerate-group): do.
21037
21038         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21039
21040         * binhex.el (binhex-decode-region-internal): do.
21041
21042 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21043
21044         * gnus-fun.el (gnus-face-properties-alist): New user option.
21045         (gnus-display-x-face-in-from): Use it.
21046
21047         * gnus-art.el (article-display-face): Ditto.
21048
21049         * compface.el (uncompface-use-external): Default to nil.
21050
21051 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21052
21053         * nntp.el (nntp-erase-buffer): New function.
21054         (nntp-retrieve-data, nntp-send-command)
21055         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21056         (nntp-possibly-change-group): Use it.
21057
21058         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21059         Use with-current-buffer.
21060
21061 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21062
21063         * compface.el: Merge the ELisp-based uncompface program.
21064         (compface): New customization group.
21065         (uncompface-use-external): New user option.
21066         (uncompface): Call uncompface-internal if uncompface-use-external
21067         is nil.
21068         (uncompface-internal): New function.  Note that there are also
21069         some other functions and variables added for this function.
21070
21071 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21072
21073         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21074         if necessary.
21075
21076 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21077
21078         * spam-report.el (spam-report-unplug-agent)
21079         (spam-report-plug-agent, spam-report-deagentize)
21080         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21081         Add support for the Agent in spam-report: when unplugged, report to a
21082         file; when plugged, submit all the requests.
21083
21084         * spam.el (spam-register-routine): Fix message about
21085         registration.
21086
21087 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21088
21089         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21090         dependencies.
21091         (rfc2047-encode): Use it.
21092
21093         * gnus-art.el (gnus-button-marker-list): Move before first
21094         reference.
21095
21096         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21097         (imap-parse-body): Fix format string mismatch.
21098
21099         * gnus-score.el (gnus-summary-increase-score): do.
21100
21101         * nnrss.el (nnrss-close): New function.
21102
21103 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21104
21105         * nnrss.el (nnrss-make-filename): New function.
21106         (nnrss-request-delete-group, nnrss-read-server-data)
21107         (nnrss-save-server-data, nnrss-read-group-data)
21108         (nnrss-save-group-data): Use it.
21109         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21110         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21111         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21112
21113 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21114
21115         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21116
21117 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21118
21119         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21120         files.
21121
21122         * message.el (message-generate-headers-first): Don't quote nil
21123         and t in docstrings.
21124
21125         * imap.el (imap-id): do.
21126
21127         * gnus-agent.el (gnus-agent-consider-all-articles)
21128         (gnus-agent-queue-mail): do.
21129
21130 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21131
21132         * spam-report.el (spam-report-process-queue): New function.
21133         Process requests from `spam-report-requests-file'.
21134         (spam-report-process-queue): Doc fix.
21135
21136 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21137
21138         * spam.el (spam-register-routine)
21139         (spam-log-processing-to-registry, spam-log-registered-p)
21140         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21141         Change "check" to "spam-check" for semi-clarity.
21142
21143 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21144
21145         * pop3.el: Require nnheader.
21146
21147         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21148
21149         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21150
21151         * gnus-picon.el: Require cl.
21152
21153         * gnus-fun.el: Require gnus-ems and gnus-util.
21154
21155         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21156
21157         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21158
21159         * gnus-art.el (gnus-article-edit-mode): Define before first
21160         reference.
21161
21162 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21163
21164         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21165         (gnus-uu-post-encoded): Use point-at-bol.
21166
21167         * gnus-topic.el (gnus-group-active-topic-p): do.
21168
21169         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21170
21171         * gnus-group.el (gnus-group-kill-region): do.
21172
21173         * gnus-art.el (article-date-ut): do.
21174
21175         * message.el (message-fetch-field): Remove redundant
21176         case-fold-search binding.
21177         (message-narrow-to-field): Simplify.
21178
21179 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21180
21181         * spam.el (spam-directory): Derive from `gnus-directory'.
21182
21183         * spam-report.el (spam-report-url-to-file)
21184         (spam-report-requests-file): New function and variable for offline
21185         reporting.
21186         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21187         and user defined function.
21188         (spam-report-url-ping-mm-url): Remove doubled slash.
21189
21190 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21191
21192         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21193
21194 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21195
21196         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21197         Fix format string mismatch.
21198
21199         * sieve.el (sieve-deactivate-all): do.
21200
21201         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21202
21203         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21204
21205         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21206
21207         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21208
21209 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21210
21211         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21212         the list of checks.
21213
21214 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21215
21216         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21217         padding.
21218
21219 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21220
21221         * mm-view.el (mm-fill-flowed): New variable.
21222         (mm-inline-text): Use it.
21223
21224 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21225
21226         * spam.el (spam-spamassassin-register-ham-routine)
21227         (spam-spamassassin-register-spam-routine): Fix function names.
21228
21229 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21230
21231         * gnus.el (gnus-tmp-grouplens): Remove.
21232         (gnus-summary-line-format): Remove grouplens.
21233
21234         * gnus-group.el (gnus-group-line-format): Ditto.
21235
21236         * gnus-spec.el (gnus-format-specs): Ditto.
21237         (gnus-update-format-specifications): Flush the group format spec
21238         cache if there's the grouplens stuff.
21239         (gnus-parse-simple-format): Replace %l with the empty string.
21240
21241 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21242
21243         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21244         omission.
21245
21246 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21247
21248         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21249         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21250
21251 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21252
21253         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21254         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21255         New macros and functions.
21256         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21257         Handle > NLINK_MAX messages.
21258         * nnmaildir.el (nnmaildir-request-set-mark):
21259         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21260
21261 2004-01-25  Alex Schroeder  <alex@gnu.org>
21262
21263         * spam-stat.el (spam-stat-process-directory-age): New option.
21264         (spam-stat-process-directory): Use it.
21265
21266 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21267
21268         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21269         (spam-stat-save): Accept prefix argument.
21270
21271 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21272
21273         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21274         links" error.
21275
21276 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21277
21278         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21279         the rest of the and/or forms.
21280
21281 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21282
21283         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21284         compatibility with old .newsrc.eld files.
21285
21286         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21287
21288         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21289
21290         * gnus-start.el (gnus-1): do.
21291
21292         * gnus-group.el (gnus-group-line-format-alist): do.
21293
21294         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21295
21296         * gnus-gl.el: Remove.
21297
21298 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21299
21300         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21301         marks consisting of a single range {for example, (3 . 5)} rather
21302         than a list of a single range { ((3 . 5)) }.
21303
21304 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21305
21306         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21307         Use with-current-buffer.
21308         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21309         avoid consing a string.
21310
21311         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21312         Remove obsolete entries for big5 and gb2312.
21313
21314 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21315
21316         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21317         uncompressed list.
21318
21319 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21320
21321         * spam-stat.el (spam-stat-strip-xref): New function.
21322         (spam-stat-process-directory): Use it.
21323
21324         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21325         here -- it's done in message-fetch-field.
21326
21327 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21328
21329         * gnus-agent.el (gnus-agent-queue-mail)
21330         (gnus-agent-prompt-send-queue): New variables.
21331         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21332         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21333         "nndraft:queue" along to gnus-draft-send.
21334         Use gnus-agent-prompt-send-queue.
21335         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21336         is "nndraft:queue".  Suggested by Gaute Strokkenes
21337         <gs234@srcf.ucam.org>
21338
21339         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21340         (agent-enable-undownloaded-faces): Add.
21341         (gnus-agent-cat-groups): Use eval-and-compile, not
21342         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21343         method of gnus-agent-cat-groups even when the buffer has been
21344         evaled.
21345         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21346         delete gnus-agent-save-active-1.
21347         (gnus-agent-save-groups): Delete.  Identical to
21348         gnus-agent-save-active.
21349         (gnus-agent-write-active): No longer adjust agent's copy of active
21350         file as agent's adjustments are now stored in their own
21351         file.  Remove optional parameter.
21352         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21353         servers.  Add use of min/max range limits from server's local
21354         file.
21355         (gnus-agent-save-alist): Remove unused optional argument.
21356         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21357         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21358         (gnus-agent-set-local): A per-server file that keeps min/max range
21359         limits for articles known to the agent.  Provides a fast mechanism
21360         for altering many active ranges.
21361         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21362         active file (local makes it unnecessary).
21363         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21364
21365         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21366         (agent-enable-undownloaded-faces): Add.
21367
21368         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21369         disable it when sending to "nndraft:queue".
21370         (gnus-group-send-queue): Add safety check to avoid sending queue
21371         when unplugged.
21372
21373         * gnus-group.el (gnus-group-catchup): Use new
21374         gnus-sequence-of-unread-articles, not
21375         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21376         numbers of articles.  Use gnus-range-map to avoid having to
21377         uncompress the unread list.
21378         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21379         Fix invalid ange-ftp reference.
21380
21381         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21382         (gnus-sorted-range-intersection): Intersection of two ranges
21383         without requiring that they first be uncompressed.
21384
21385         * gnus-start.el (gnus-activate-group): Unless blocked by the
21386         caller, possibly expand the active range to include both cached
21387         and agentized articles.
21388         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21389         multiple version-dependent converters.
21390         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21391         gnus-agent-save-active.
21392         (gnus-save-newsrc-file): Save dirty agent range limits.
21393
21394         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21395         gnus-agent-possibly-alter-active.
21396         (gnus-adjust-marked-articles): Faster handling of simple lists.
21397
21398 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21399
21400         * spam-stat.el (spam-stat-test-directory): New optional argument
21401         displays a list of files detected.  Suggested by Andrew Cohen
21402         <cohen@andy.bu.edu>.
21403         (spam-stat-buffer-words-with-scores): Don't narrow and change
21404         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21405
21406 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21407
21408         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21409         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21410         (spam-spamassassin-arguments)
21411         (spam-spamassassin-spam-flag-header)
21412         (spam-spamassassin-positive-spam-flag-header)
21413         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21414         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21415         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21416         (spam-list-of-processors, spam-list-of-checks)
21417         (spam-list-of-statistical-checks, spam-registration-functions)
21418         (spam-check-spamassassin-headers, spam-check-spamassassin)
21419         (spam-spamassassin-score)
21420         (spam-spamassassin-register-with-sa-learn)
21421         (spam-spamassassin-register-spam-routine)
21422         (spam-spamassassin-register-ham-routine)
21423         (spam-assassin-register-spam-routine)
21424         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21425         (spam-bogofilter-score): Fix to show article before scoring.
21426
21427 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21428
21429         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21430         default scoring function.
21431         (spam-generic-score): Call spam-spamassassin-score if
21432         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21433         spam-bogofilter-score otherwise.
21434
21435         * gnus.el (spam-process, spam-autodetect-methods):
21436         Add spamassassin and spamassassin-headers.
21437
21438 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21439
21440         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21441         Suppress unnecessary messages.
21442
21443 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21444
21445         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21446         make-hash-table.
21447
21448 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21449
21450         * canlock.el (base64-encode-string): Don't autoload it.
21451
21452 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21453
21454         * run-at-time.el: Remove useless (require 'itimer),
21455         eval-and-compile and (featurep 'xemacs).
21456
21457 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21458
21459         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21460         GROUP is a virtual group.
21461
21462 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21463
21464         * gnus.el: Autoload `message-y-or-n-p'.
21465
21466 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21467
21468         * pgg-parse.el: Remove unnecessary (require 'custom).
21469
21470         * pgg-def.el: do.
21471
21472         * nnmail.el: do.
21473
21474         * gnus-undo.el: do.
21475
21476         * gnus-picon.el: do.
21477
21478         * gnus-util.el: do.
21479
21480 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21481
21482         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21483
21484 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21485
21486         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21487         handle, as well as a list.
21488
21489         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21490         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21491         (mm-w3m-cid-retrieve): Simplify.
21492
21493 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21494
21495         * message.el (message-kill-to-signature): Allow prefix arg to
21496         specify number of lines to keep before signature.
21497
21498 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21499
21500         * message.el (message-kill-to-signature): Change docstring.
21501
21502 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21503
21504         * canlock.el: Always require sha1-el.
21505         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21506
21507         * message.el: Autoload sha1 only when compiling.
21508
21509         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21510         eudc-expand-inline for XEmacs.
21511
21512 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21513
21514         * message.el (message-canlock-generate): Require sha1-el.
21515
21516 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21517
21518         * message.el (message-expand-name): Silence the byte compiler.
21519
21520         * lpath.el: Add detect-coding-system.
21521
21522         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21523         cus-edit.
21524
21525 2004-01-13  Simon Josefsson  <jas@extundo.com>
21526
21527         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21528         Invoke gnus-score-mode.
21529         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21530
21531         * gnus-range.el (gnus-compress-sequence): Doc fix.
21532         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21533
21534 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21535
21536         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21537
21538 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21539
21540         * spam.el (spam-get-article-as-string): Update to use
21541         gnus-request-article-this-buffer, much simpler.
21542         (spam-get-article-as-buffer): Remove.
21543
21544 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21545
21546         * message.el (message-expand-name): Use EUDC if the user uses that.
21547
21548 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21549
21550         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21551         character for the encoding to avoid consing a string.
21552
21553         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21554         unnecessarily.
21555
21556         * mm-util.el (mm-replace-chars-in-string): Remove.
21557
21558         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21559         of mm-replace-chars-in-string.
21560
21561 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21562
21563         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21564
21565         * mm-util.el (mm-subst-char-in-string): Support inplace.
21566
21567         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21568         a new string in every iteration.  Use shy groups.
21569
21570 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21571
21572         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21573         * gnus-soup.el (gnus-soup-group-brew):
21574         * gnus-msg.el (gnus-put-message):
21575         * gnus-move.el (gnus-group-move-group-to-server):
21576         * gnus-kill.el (gnus-batch-score):
21577         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21578         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21579         (gnus-group-update-group, gnus-group-read-group)
21580         (gnus-group-make-group, gnus-group-make-help-group)
21581         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21582         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21583         (gnus-group-sort-by-unread, gnus-group-catchup)
21584         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21585         (gnus-group-yank-group, gnus-group-set-info)
21586         (gnus-group-list-groups):
21587         * gnus.el (gnus-generate-new-group-name):
21588         * gnus-delay.el (gnus-delay-send-queue):
21589         * nnvirtual.el (nnvirtual-catchup-group):
21590         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21591         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21592         (gnus-group-prepare-topics, gnus-topic-check-topology):
21593         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21594         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21595         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21596         (gnus-group-make-articles-read):
21597         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21598         (gnus-group-change-level, gnus-kill-newsgroup)
21599         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21600         (gnus-get-unread-articles, gnus-make-articles-unread)
21601         (gnus-make-ascending-articles-unread): Use accessor
21602         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21603         to get group information for improved readability.
21604
21605
21606 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21607
21608         * gnus-art.el (article-decode-mime-words, article-babel)
21609         (gnus-article-highlight-signature, gnus-article-add-buttons)
21610         (gnus-signature-toggle): Use gnus-with-article-buffer.
21611
21612         * gnus-art.el (gnus-article-highlight-headers)
21613         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21614
21615         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21616         (gnus-article-set-globals, gnus-request-article-this-buffer)
21617         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21618         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21619         (gnus-mime-display-alternative): Use with-current-buffer.
21620
21621 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21622
21623         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21624         also under 80 char limit, and call gnus-error if needed.
21625         (spam-fetch-article-header): Fix - it was a
21626         buffer-local variable (gnus-newsgroup-data).
21627         (spam-find-spam): Use spam-generate-fake-headers, forget about
21628         spam-insert-fake-headers.
21629         (spam-insert-fake-headers): Remove.
21630
21631 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21632
21633         * deuglify.el (gnus-article-outlook-unwrap-lines)
21634         (gnus-outlook-rearrange-article)
21635         (gnus-outlook-repair-attribution-outlook)
21636         (gnus-outlook-repair-attribution-block)
21637         (gnus-outlook-repair-attribution-other): Remove redundant
21638         save-excursion.
21639
21640 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21641
21642         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21643         (spam-fetch-field-subject-fast)
21644         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21645         (spam-fetch-article-header): Add functions to deal with Gnus
21646         internals for fast retrieval of article header data.
21647         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21648
21649 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21650
21651         * pop3.el (pop3-md5): Remove.
21652         (pop3-apop): Replace pop3-md5 with md5.
21653
21654         * mm-bodies.el: base64 is always built-in.
21655
21656         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21657         Use with-current-buffer.
21658
21659 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21660
21661         * canlock.el (canlock-insert-header): Remove excessive grouping in
21662         regexp.
21663
21664         * gnus-sum.el (gnus-summary-read-document): Ditto.
21665
21666         * gnus-uu.el (gnus-uu-part-number): Ditto.
21667
21668         * html2text.el (html2text-remove-tags): Ditto.
21669         (html2text-format-tags): Ditto.
21670         (html2text-format-single-elements): Ditto.
21671
21672         * mml.el (mml-parse-1): Ditto.
21673
21674 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21675
21676         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21677
21678         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21679
21680         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21681
21682         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21683
21684 2003-11-15  Simon Josefsson  <jas@extundo.com>
21685
21686         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21687         (pgg-gpg-lookup-key): Use regexp match instead of
21688         split-string (split-string is different between emacs 21.2 and
21689         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21690
21691 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21692
21693         * gnus-art.el (gnus-mime-view-all-parts)
21694         (gnus-article-part-wrapper, gnus-article-view-part):
21695         Use with-current-buffer.
21696
21697 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21698
21699         * spam.el (spam-disable-spam-split-during-ham-respool)
21700         (spam-spamoracle-database, spam-cache-lookups)
21701         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21702         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21703         (spam-group-ham-marks, spam-group-spam-marks)
21704         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21705         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21706         also add spam-use-blackholes to the statistical checks.
21707         (spam-fetch-field-fast): Add interface to fetching fields, may
21708         become a macro.
21709         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21710         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21711         (spam-insert-fake-headers): Fake an article when needed.
21712         (spam-find-spam): Fake article when possible.
21713         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21714         (spam-check-bogofilter-headers): Use message-fetch-field instead
21715         of nnmail-fetch-field.
21716
21717 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21718
21719         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21720
21721 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21722
21723         * spam.el (spam-split): Do not require spam-use-CHECK to be
21724         enabled if that check is passed to spam-split explicitly; also
21725         fix so 'spam doesn't get converted to spam-split-group when
21726         spam-split-symbolic-return is t.
21727         (spam-find-spam): Find registrations of the article and use those
21728         instead of re-running spam-split to find the spam/ham
21729         classification of the article.
21730         (spam-log-processing-to-registry, spam-log-registered-p)
21731         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21732         Use gnus-error instead of gnus-message.
21733         (spam-log-registration-type): Add function to determine the
21734         classification of a message based on registry entries; will
21735         return nil if both 'spam and 'ham are found.
21736         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21737         a reasonably fast local cache without the loading errors.
21738         (spam-cache-lookups): Set to t by default.
21739         (spam-find-spam): Don't try to guess spam-cache-lookups.
21740         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21741         spam-caches entry.
21742         (spam-filelist-build-cache, spam-filelist-check-cache):
21743         Fix caching of whitelist/blacklist entries.
21744         (spam-check-whitelist, spam-check-blacklist):
21745         Invoke spam-from-listed-p with a type, not a cache variable.
21746         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21747
21748 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21749
21750         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21751
21752         * nnmail.el (nnmail-split-fancy): do.
21753
21754         * mml.el (mml-parse): do.
21755
21756         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21757         (gnus-score-adaptive): do.
21758
21759 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21760
21761         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21762         (gnus-mime-button-map): Don't set keymap parent.
21763         (gnus-button-ctan-directory-regexp): Use shy grouping.
21764         (gnus-prev-page-map): Don't set keymap parent.
21765         (gnus-prev-page-map): Remove duplicated one.
21766         (gnus-next-page-map): Don't set keymap parent.
21767         (gnus-mime-security-button-map): Ditto.
21768
21769         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21770         version number.
21771
21772         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21773
21774 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21775
21776         * canlock.el (canlock-sha1-function): Remove.
21777         (canlock-sha1-function-for-verify): Remove.
21778         (canlock-openssl-program): Remove.
21779         (canlock-openssl-args): Remove.
21780         (canlock-ignore-errors): Remove.
21781         (canlock-sha1-with-openssl): Remove.
21782         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21783         (canlock-verify): Don't use canlock-ignore-errors.
21784
21785         * sha1-el.el (sha1-string-external): Make it can return a string
21786         in binary form.
21787         (sha1-region-external): Ditto.
21788         (sha1-string-internal): Ditto.
21789         (sha1-region-internal): Ditto.
21790         (sha1-region): Ditto.
21791         (sha1-string): Ditto.
21792         (sha1): Ditto.
21793
21794 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21795
21796         * spam.el (spam-report-articles-gmane): New command.
21797
21798 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21801
21802         * run-at-time.el (run-at-time-saved): Remove.
21803         (run-at-time): Doc fix.
21804
21805 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21806
21807         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21808         (gnus-summary-limit-map): Add it.
21809         (gnus-summary-make-menu-bar): do.
21810
21811 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21812
21813         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21814         Make attempt at some caching support (done for BBDB only now).
21815         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21816         addresses to be checked.
21817         (spam-clear-cache-BBDB): Add function, to be invoked by
21818         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21819         (spam-check-BBDB): Check and use the caches, if
21820         spam-cache-lookups is on, remove superfluous (provide).
21821
21822 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21823
21824         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21825
21826 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21827
21828         * run-at-time.el (run-at-time-saved): Move to after the definition
21829         of `run-at-time'.
21830
21831         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21832
21833 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21834
21835         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21836         mm-w3m-local-map-property.
21837
21838         * mm-view.el (mm-w3m-mode-map): Remove.
21839         (mm-w3m-local-map-property): Remove.
21840         (mm-inline-text-html-render-with-w3m): Don't use
21841         mm-w3m-local-map-property.
21842
21843 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21844
21845         * run-at-time.el: New file.
21846
21847         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21848         under Emacs.
21849
21850         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21851         of gnus-set-text-properties.
21852
21853         * gnus-uu.el (gnus-uu-save-article): Ditto.
21854
21855         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21856
21857         * gnus-cite.el (gnus-cite-parse): Ditto.
21858
21859         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21860         of gnus-.
21861
21862         * gnus-xmas.el (run-at-time): Require run-at-time.
21863
21864         * gnus.el: Change calls to nnheader-run-at-time and
21865         password-run-at-time throughout to use run-at-time directly.
21866
21867         * password.el: Remove definition of run-at-time.
21868
21869         * nnheaderxm.el: Remove definition of run-at-time.
21870
21871 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21872
21873         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21874         in prompt.
21875
21876 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21877
21878         * messagexmas.el (message-xmas-redefine): Alias
21879         `message-make-caesar-translation-table' to
21880         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21881         version.
21882
21883         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21884         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21885         `gnus-xmas-set-text-properties'.
21886         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21887         `gnus-xmas-completing-read'.
21888         (gnus-xmas-completing-read): Removed.
21889         (gnus-xmas-open-network-stream): Removed.
21890
21891         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21892         XEmacs version.
21893
21894         * dns.el (dns-make-network-process): Use `open-network-stream'
21895         instead of `gnus-xmas-open-network-stream'.
21896
21897         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21898
21899         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21900
21901 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21902
21903         * gnus-art.el (gnus-mime-display-alternative)
21904         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21905         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21906         Don't use gnus-local-map-property.
21907
21908         * gnus-util.el (gnus-local-map-property): Remove.
21909
21910         * mm-view.el (mm-view-pkcs7-decrypt):
21911         Replace gnus-completing-read-maybe-default with completing-read.
21912
21913         * gnus-util.el (gnus-completing-read): do.
21914         (gnus-completing-read-maybe-default): Remove.
21915
21916 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21917
21918         * password.el: Only autoload `run-at-time' if not XEmacs.
21919         Only autoload the itimer functions if XEmacs.
21920
21921 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21922
21923         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21924         XEmacsen.
21925
21926         * dgnushack.el: Autoload executable-find for XEmacs.
21927
21928 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21929
21930         * gnus-art.el (gnus-read-string): Remove.
21931         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21932         read-string.
21933
21934 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21935
21936         * netrc.el: Autoload password-read.
21937         (netrc): Add configuration group.
21938         (netrc-encoding-method, netrc-openssl-path):
21939         Add variables for encoding and decoding of files with symmetric
21940         ciphers.
21941         (netrc-encode): Add assistant function to encode a file with
21942         netrc-encoding-method.
21943         (netrc-parse): Add interactive parameter, added optional
21944         decoding if netrc-encoding-method is non-nil but otherwise
21945         behavior is standard.
21946         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21947         Do s/encode/encrypt/ everywhere.
21948
21949         * spam.el: Remove executable-find autoload.
21950
21951 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21952
21953         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21954
21955         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21956
21957 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21958
21959         * gnus-art.el (gnus-treat-ansi-sequences)
21960         (article-treat-ansi-sequences): New variable and function.
21961         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21962
21963         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21964         Use it.
21965
21966 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21967
21968         * mm-util.el (mm-quote-arg): Remove.
21969
21970         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21971         shell-quote-argument.
21972
21973         * gnus-uu.el (gnus-uu-command): do.
21974
21975         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21976
21977         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21978         with make-char.
21979
21980         * mm-util.el (mm-make-char): Remove.
21981
21982         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21983         add-minor-mode.
21984
21985         * gnus-undo.el (gnus-undo-mode): do.
21986
21987         * gnus-topic.el (gnus-topic-mode): do.
21988
21989         * gnus-sum.el (gnus-dead-summary-mode): do.
21990
21991         * gnus-start.el (gnus-slave-mode): do.
21992
21993         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21994
21995         * gnus-ml.el (gnus-mailing-list-mode): do.
21996
21997         * gnus-gl.el (gnus-grouplens-mode): do.
21998
21999         * gnus-draft.el (gnus-draft-mode): do.
22000
22001         * gnus-dired.el (gnus-dired-mode): do.
22002
22003         * gnus-ems.el (gnus-add-minor-mode): Remove.
22004
22005         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22006         Replace gnus-char-width with char-width.
22007
22008         * gnus-ems.el (gnus-char-width): Remove.
22009
22010         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22011         Replace gnus-char-width with char-width.
22012
22013         * gnus-ems.el (gnus-char-width): Remove.
22014
22015         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22016         definition.
22017         Remove Emacs 20 hash table compatibility code.
22018
22019         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22020         20 compatibility code.
22021
22022         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22023
22024         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22025
22026         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22027         Replace with point-at-{eol,bol}.
22028
22029         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22030
22031         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22032
22033         * flow-fill.el (fill-flowed-point-at-bol)
22034         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22035
22036         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22037         Replace with point-at-{eol,bol} throughout all files.
22038
22039 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22040
22041         * ntlm.el (ntlm-string-as-unibyte): New macro.
22042         (ntlm-build-auth-response): Use it.
22043
22044         Remove Emacs 20 stuff:
22045         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22046         (butlast, mapc, remove): Remove the compiler macros.
22047         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22048         of delq and copy-sequence.
22049         * gnus-art.el (popup-menu): Remove the compiler macro.
22050         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22051         Emacs 20.
22052
22053 2004-01-05  Simon Josefsson  <jas@extundo.com>
22054
22055         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22056         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22057         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22058         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22059         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22060         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22061         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22062         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22063         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22064         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22065         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22066         string-xor into ntlm-string-xor.
22067         Suggested by Jesper Harder <harder@myrealbox.com>.
22068
22069         * ntlm.el: Don't include poem.
22070
22071         * md4.el (print-int32, print-string-hexa): Remove.
22072         Suggested by Jesper Harder <harder@myrealbox.com>.
22073
22074         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22075
22076         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22077         probably breaks emacs with DL patch, but do we care? Is anyone
22078         still using the DL stuff?)
22079
22080         * sieve-manage.el: Use the password package.
22081         (sieve-manage-read-passwd): Remove.
22082         (sieve-manage-interactive-login): Use password.  Re-add
22083         condition-case around loop.
22084
22085         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22086         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22087         Use the password package.
22088
22089 2003-02-19  Simon Josefsson  <jas@extundo.com>
22090
22091         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22092         token.
22093
22094 2002-08-07  Simon Josefsson  <jas@extundo.com>
22095
22096         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22097         (sieve-manage-authenticators):
22098         (sieve-manage-authenticator-alist): Add some SASL mechs.
22099         (sieve-sasl-auth): New function.
22100         (sieve-manage-cram-md5-auth):
22101         (sieve-manage-plain-auth): Rewrite using SASL library.
22102         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22103         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22104         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22105         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22106
22107 2004-01-05  Simon Josefsson  <jas@extundo.com>
22108
22109         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22110         New files.
22111
22112 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22113
22114         * gnus-group.el (gnus-no-groups-message): Update.
22115
22116         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22117
22118 2003-11-09  Simon Josefsson  <jas@extundo.com>
22119
22120         * imap.el: Support for ID IMAP extension (RFC 2971).
22121         (imap-local-variables): Add imap-id.
22122         (imap-id): New variable.
22123         (imap-id): New function.
22124         (imap-parse-response): Parse untagged ID response.
22125         * nnimap.el (nnimap-id): New variable.
22126         (nnimap-open-connection): Use it.
22127
22128 2003-12-28  Simon Josefsson  <jas@extundo.com>
22129
22130         * gnus-score.el (gnus-score-edit-all-score): New.
22131         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22132
22133 2004-01-04  Simon Josefsson  <jas@extundo.com>
22134
22135         * password.el: Add.
22136
22137 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22138
22139         * dns.el (dns-query-types): Fix typo.
22140         (dns-query-types): New function.
22141         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22142         PTR and SOA replies, see RFC 1035.
22143
22144 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22145
22146         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22147
22148         * Move to Changelog.2.
22149
22150 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22151
22152         * gnus.el (gnus-version-number): Bump version.
22153
22154 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22155
22156         * gnus.el: No Gnus v0.1 is released.
22157
22158 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22159
22160         * gnus.el: No Gnus v0.0 is released.
22161
22162 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22163
22164         * gnus.el (gnus-version-number): Bump.
22165         (gnus-version): No.
22166
22167 See ChangeLog.2 for earlier changes.
22168
22169   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22170
22171   This file is part of GNU Emacs.
22172
22173   GNU Emacs is free software: you can redistribute it and/or modify
22174   it under the terms of the GNU General Public License as published by
22175   the Free Software Foundation, either version 3 of the License, or
22176   (at your option) any later version.
22177
22178   GNU Emacs is distributed in the hope that it will be useful,
22179   but WITHOUT ANY WARRANTY; without even the implied warranty of
22180   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22181   GNU General Public License for more details.
22182
22183   You should have received a copy of the GNU General Public License
22184   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22185
22186 ;; Local Variables:
22187 ;; coding: utf-8
22188 ;; fill-column: 79
22189 ;; add-log-time-zone-rule: t
22190 ;; End: