gnus-html.el (gnus-html-put-image): Register a displayer.
[gnus] / lisp / ChangeLog
1 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-html.el (gnus-html-put-image): Register a displayer.
4
5         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6
7 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
8
9         * registry.el (prune-factor): New initialization parameter defaulting
10         to 0.1.
11         (registry-prune-hard): Use it.
12
13         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
14         0.1 expicitly.
15
16 2011-05-13  Glenn Morris  <rgm@gnu.org>
17
18         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
19         is bound, since this function requires sendmail.
20
21 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
22
23         * registry.el (registry-usage-test): Disable pruning test.
24
25 2011-05-11  David Engster  <dengste@eml.cc>
26
27         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
28         Bind set-network-process-option for XEmacs.
29
30 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
31
32         * registry.el (registry-prune-hard-candidates)
33         (registry-prune-soft-candidates): Helper methods for registry pruning.
34         (registry-prune): Use them.  Make the sort function optional.
35
36 2011-05-10  Jim Meyering  <meyering@redhat.com>
37
38         * shr.el (shr-colorize-region): Fix doubled-word typos: on on -> on
39
40 2011-05-10  Julien Danjou  <julien@danjou.info>
41
42         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
43         symbol and not a list.
44
45 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * gnus-art.el (gnus-article-mode): Move binding of
48         shr-put-image-function here from gnus-article-prepare-display.
49
50         * shr.el (shr-put-image-function): New variable.
51         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
52         (shr-put-image): Return scaled image.
53
54         * gnus-art.el (gnus-shr-put-image): New function.
55         (gnus-article-prepare-display): Bind shr-put-image-function to it.
56
57         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
58         original ones, as deletable.
59
60 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
61
62         * nntp.el (nntp-open-connection): Set TCP keepalive option.
63
64 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
65
66         * registry.el (registry-full): Add convenience method.  Fix logic.
67         (registry-insert): Use it.  Fix logic here too.
68
69         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
70         `registry-prune' if `registry-full' returns t.
71         (gnus-registry-handle-action)
72         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
73         (gnus-registry-usage-test): Use it.
74
75 2011-05-07  Julien Danjou  <julien@danjou.info>
76
77         * shr.el (shr-link): Make shr-link inherit from link by default.
78
79 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
80
81         * shr.el (shr-urlify, shr-link): Fix shr-link face.
82
83 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
84
85         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
86         error out because the face is not a list.
87
88 2011-05-05  Glenn Morris  <rgm@gnu.org>
89
90         * proto-stream.el (gnutls-negotiate): Fix declarations.
91
92         * gnus-start.el (gnus-propagate-marks): Declare.
93
94 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
95
96         * registry.el (registry-reindex): Fix percentage message.
97
98         * proto-stream.el (network-stream-open-starttls): Adjust to call
99         `gnutls-negotiate' with :process and :hostname arguments.
100
101 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
102
103         * shr.el: Add shr-link face for links.
104         (shr-urlify): Use it.
105
106         * registry.el (registry-insert): Make error message more helpful.
107
108 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * gnus-html.el (gnus-html-schedule-image-fetching):
111         Use url-queue-retrieve, if it exists.
112
113         * shr.el (shr-tag-img): Ditto.
114
115         * gnus.el: Autoload more gnus-agent functions.
116
117         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
118         agent if we haven't already (bug#8502).
119
120         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
121         into the Agent, too.
122
123         * gnus-agent.el (gnus-agent-store-article): New function.
124
125         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
126         and moved from that file for reuse.
127
128         * pop3.el (pop3-open-server): Error messages are "-ERR".
129
130 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
133         (open-tls-stream): Remove superfluous tls/starttls autoloads.
134
135 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
136
137         * gnus.el: No Gnus v0.17 is released.
138
139 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
140
141         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
142         buffer has moved to a different frame.
143
144 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
147         to get the conversion from unibyte to multibyte buffers to work on
148         Emacs 22.
149
150         * nntp.el (nntp-request-article): Slight clean-up.
151
152 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * shr.el (shr-strike-through): New face.
155         (shr-tag-s): Use it to provide <s> support.
156         (shr-tag-s): Remove duplicate definition.
157
158 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
159
160         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
161         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
162
163 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
164
165         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
166         `gnutls-negotiate'.
167         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
168
169 2011-04-23  Glenn Morris  <rgm@gnu.org>
170
171         * gnus-sum.el (gnus-extra-headers): Bump :version.
172
173 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * shr.el (shr-tag-sup): New function.
176         (shr-tag-sub): Ditto.
177
178 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
179
180         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
181         for the case where `gnus-registry-ignored-groups' is a list of lists,
182         and don't call `gnus-parameter-registry-ignore' otherwise.
183
184 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
185
186         * nnimap.el (nnimap-user): New backend variable.
187         (nnimap-open-connection-1): Use it.
188         (nnimap-credentials): Accept user parameter so it's explicit what user
189         name is desired.
190
191         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
192         default.
193
194         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
195         not gnus-registry.el.
196
197         * gnus-registry.el: Mention in comments how to modify
198         `gnus-extra-headers' for proper recipient tracking and that it may
199         already have To and Cc recently, which it does as of this commit.
200         (gnus-registry-ignored-groups): Remove defcustom.
201         Explain why in comments.
202         (gnus-registry-action): Fix data-header reference to use the extra
203         headers.  Explain in package commentary how to add To and Cc headers to
204         the gnus-extra-headers.
205         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
206         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
207         parameter list or a string list in `gnus-registry-ignored-groups'.
208         Fix logic error.
209
210 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * shr.el (shr-expand-url): Protect against null urls.
213
214 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * shr.el (shr-base): New binding.
217         (shr-tag-base): Keep track of <base>.
218         (shr-expand-url): New function used throughout.
219
220 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
221
222         * gnus-registry.el
223         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
224         (gnus-registry-ignored-groups): New variable.
225         (gnus-registry-ignore-group-p): Use it.
226         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
227         set the destination group to nil (same as delete) if it's ignored.
228
229 2011-04-20  David Engster  <dengste@eml.cc>
230
231         * tests/gnustest-nntp.el: New file for simple NNTP testing.
232
233         * Makefile.in (test-nntp): New rule.
234         (check): Add it.
235         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
236
237 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * gnus-registry.el (gnus-registry-action)
240         (gnus-registry-fetch-header-fast):
241         Don't use mail-header that looks an internal function of mailheader.el.
242
243 2011-04-19  Glenn Morris  <rgm@gnu.org>
244
245         * time-date.el (time-to-days): Remove unused local variables.
246
247 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * gnus-registry.el: Eliminate cl functions.
250         (gnus-registry-sort-addresses): New function that replaces mapcan.
251         (gnus-registry-action, gnus-registry-spool-action)
252         (gnus-registry-split-fancy-with-parent)
253         (gnus-registry-fetch-recipients-fast): Use it.
254         (gnus-registry-import-eld): Replace delete* with dolist + delq.
255
256         * registry.el (initialize-instance, registry-lookup)
257         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
258         (registry-lookup-secondary-value, registry-search, registry-delete)
259         (registry-insert, registry-reindex, registry-size, registry-prune):
260         Use eval-and-compile.
261
262 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
263
264         * registry.el (registry-reindex): New method to recreate the secondary
265         registry indices.
266
267         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
268         tracked field changes.
269         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
270         (gnus-registry-action, gnus-registry-spool-action)
271         (gnus-registry-handle-action)
272         (gnus-registry--split-fancy-with-parent-internal)
273         (gnus-registry-split-fancy-with-parent)
274         (gnus-registry-register-message-ids): Add recipient tracking on spool,
275         move, and delete actions, and for fancy splitting with parent.
276         (gnus-registry-extract-addresses)
277         (gnus-registry-fetch-recipients-fast)
278         (gnus-registry-fetch-header-fast): Convenience functions.
279         (gnus-registry-misc-test): ERT test of
280         `gnus-registry-extract-addresses'.
281
282 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
283
284         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
285         Track by subject first, then sender.
286
287 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
288
289         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
290
291         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
292         Lisp.
293
294         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
295         (gnus-draft-send): Use it to avoid popping
296         up frames from gnus-group-send-queue.
297
298 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         * gnus-registry.el: Updated gnus-registry docs.
301
302 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
303
304         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
305         Fix logic bug.
306         (gnus-registry-post-process-groups): Fix logging of no results and
307         quote sender and subject.
308
309 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
312         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
313         gnutls-cli are too slow to be done opportunistically.
314
315         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
316         (gnus-read-active-for-groups): Don't try to finish getting stuff where
317         we had no early-data returned.
318         (gnus-get-unread-articles): Add a sanity check so that we don't issue
319         two async commands to the same server at the same time.
320
321 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
322
323         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
324
325 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
328         "warning" level.
329
330         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
331         (mm-url-insert-file-contents): Don't set the package names.
332
333 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
334
335         * gnus-registry.el (gnus-registry-action): Remove properties and
336         simplify subject in `gnus-registry-handle-action'.
337         (gnus-registry-spool-action): Get subject and sender from message if
338         they are not passed in.
339         (gnus-registry-handle-action): Remove properties and simplify subject
340         consistently.
341
342 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
343
344         * registry.el: Require CL before using defmacro*.
345
346 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * gnus-art.el (article-treat-date): Assume that
349         gnus-article-date-headers may be a group parameter.
350
351 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
352
353         * gnus-registry.el (gnus-registry-handle-action): More debugging.
354
355         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
356         interactively so the newsrc file can contain foreign groups too.
357         Useful for debugging but not much for users.
358
359 2011-04-07  David Engster  <dengste@eml.cc>
360
361         * registry.el (registry-usage-test): Only do
362         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
363         lexical binding.
364
365 2011-04-07  David Engster  <dengste@eml.cc>
366
367         * Makefile.in (check, test-registry): New rules for test-suite.
368
369 2011-04-06  David Engster  <dengste@eml.cc>
370
371         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
372         argument NOERROR for `require', since XEmacs 21.4 does not support it.
373
374 2011-04-06  David Engster  <dengste@eml.cc>
375
376         * registry.el (initialize-instance): Change :after to :AFTER to be
377         compatible with old EIEIO version in XEmacs.
378
379 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
380
381         * gnus-registry.el (gnus-registry-post-process-groups)
382         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
383         and provide better messaging.
384
385 2011-04-06  David Engster  <dengste@eml.cc>
386
387         * Makefile.in (fail-on-warning): New rule to compile with warnings as
388         errors.
389
390         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
391         dgnushack-compile with error-on-warn enabled, and to signal an error if
392         clean compilation failed.
393         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
394         with `byte-compile-error-on-warn'.  Return nil if errors occured.
395
396 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
397
398         * gnus-registry.el: Don't use ERT if it's not available.  Load it
399         unconditionally anyway, discarding errors.
400         (gnus-registry-delete-entries): New convenience function.
401         (gnus-registry-import-eld): Import from old .eld registry.
402
403         * registry.el: Don't use ERT if it's not available.  Load it
404         unconditionally anyway, discarding errors.
405
406         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
407         version from the Claudio Bley GnuTLS patch (extra optional parameters
408         and host name).
409
410 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
411
412         * gnus-registry.el (gnus-registry-fixup-registry): New function to
413         fixup the parameters that can be customized by the user between
414         save/read cycles.
415         (gnus-registry-read): Use it.
416         (gnus-registry-make-db): Use it.
417         (gnus-registry-spool-action, gnus-registry-handle-action):
418         Fix messaging.
419         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
420         Map references to actual group names with sender and subject tracking.
421         (gnus-registry-post-process-groups): Use `cond' for better messaging.
422         (gnus-registry-usage-test): Add subject lookup test.
423
424         * registry.el (registry-db, initialize-instance): Set up constructor
425         instead of :initform arguments for the sake of older Emacsen.
426         (registry-lookup-breaks-before-lexbind): New method to demonstrate
427         pre-lexbind merge bug.
428         (registry-usage-test): Use it.
429         (initialize-instance, registry-db): Move the non-function initforms
430         back to the class definition.
431
432 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
433
434         * registry.el: New library to manage gnus-registry-style data.
435
436         * gnus-registry.el: Use it (major rewrite).
437
438         * nnregistry.el: Use it.
439
440         * spam.el: Use it.
441
442 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
445         marks on non-selected articles.
446
447 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
448
449         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
450         parameter to open-protocol-stream.
451
452 2011-04-01  Julien Danjou  <julien@danjou.info>
453
454         * mm-view.el (mm-display-inline-fontify): Do not fontify with
455         fundamental-mode.
456
457 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
460         servers.
461
462 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
465         made marks not propagate, again.
466
467 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
468
469         * proto-stream.el (open-protocol-stream): Bring back `network' type.
470         Make this the default type.
471         (proto-stream-open-plain): Rename from proto-stream-open-default.
472         (open-protocol-stream, proto-stream-open-starttls)
473         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
474         with `plain'.
475
476         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
477         value.
478
479         * nntp.el (nntp-open-connection-function): Document the fact that some
480         values are not functions but are instead handled specially.
481         Recognize nntp-open-plain-stream value.
482         (nntp-open-connection): Recognize that value.
483
484 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
487         where it seems to be needed.
488
489 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
492         stuff.
493
494         * gnus-score.el (gnus-score-string): Fix calling convention of
495         `gnus-simplify-buffer-fuzzy' after last patches.
496
497         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
498         server for articles we didn't get any headers for.  This is a sanity
499         check.
500
501 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
502
503         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
504         new CAPABILITY, use it.
505
506 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
509         downloading anything.
510
511         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
512
513 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
514
515         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
516         colors.
517         (gnus-splash-svg-color-symbols): New function.
518
519 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
522         instead of using the global gnus-simplify-subject-fuzzy-regexp.
523         (gnus-simplify-subject-fuzzy): Use the local
524         gnus-simplify-subject-fuzzy-regex instead of the global one.
525         This makes using this variable in group parameters work.
526
527 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
528
529         * gnus-registry.el (gnus-registry-unfollowed-groups):
530         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
531         archive:sent-YYYY-MM-DD groups).
532         (gnus-registry-split-fancy-with-parent): Bail out early in sender
533         tracking if there are more than `gnus-registry-max-track-groups'
534         matches.
535
536 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
537
538         * message.el (message--yank-original-internal): New function to do the
539         insertion cleanly inside eval in `message-yank-original'.
540         (message-yank-original): Use it.
541
542 2011-03-29  Julien Danjou  <julien@danjou.info>
543
544         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
545         local variables disabled rather than `normal-mode'.
546
547 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
548
549         * imap.el (imap-shell-open, imap-process-connection-type):
550         Use imap-process-connection-type for 'shell' streams as well as
551         Kerberos, SSL, other subprocesses.
552
553 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
554
555         * proto-stream.el: Changes preparatory to merging open-protocol-stream
556         with open-network-stream.
557         (proto-stream-always-use-starttls): Option removed.
558         (open-protocol-stream): Return a process object by default.  Provide a
559         new parameter :return-list specifying a list-type return value, which
560         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
561         :type `network' to `try-starttls', and `network-only' to `default'.
562         Make `default' the default, for compatibility with open-network-stream.
563         Handle the no-parameter case exactly as open-network-stream, with no
564         additional stream processing.  Search plists using plist-get.
565         Explicitly add :end-of-commend parameter if it is missing.
566         (proto-stream-open-default): Rename from
567         proto-stream-open-network-only.  Return 'default as the type.
568         (proto-stream-open-starttls): Rename from proto-stream-open-network.
569         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
570         failed.  Always return a list with a (possibly dead) process as the
571         first element, for compatibility with open-network-stream.
572         (proto-stream-open-tls): Use plist-get.  Always return a list.
573         (proto-stream-open-shell): Return `default' as connection type.
574         (proto-stream-capability-open): Use plist-get.
575         (proto-stream-eoc): Function deleted.
576
577         * nnimap.el (nnimap-stream, nnimap-open-connection)
578         (nnimap-open-connection-1): Handle renaming of :type parameter for
579         open-protocol-stream.
580         (nnimap-open-connection-1): Pass a :return-list parameter
581         open-protocol-stream to obtain a list return value.  Parse this list
582         using plist-get.
583
584         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
585         for open-protocol-stream.  Accept open-protocol-stream return value
586         that is a subprocess object instead of a list.  Handle the case of a
587         dead returned process.
588
589 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
592
593         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
594
595 2011-03-21  Julien Danjou  <julien@danjou.info>
596
597         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
598         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
599         query.
600         (mm-inline-text): Render normal text with fontification whenever
601         possible.
602
603         * gnus-sum.el (gnus-summary-save-parts-1):
604         * gnus-art.el (gnus-article-browse-html-save-cid-content)
605         (gnus-article-browse-html-parts, gnus-mime-delete-part)
606         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
607         Use `mm-handle-filename'.
608
609         * mm-util.el (mm-handle-filename): New function, return the filename of
610         an handle.
611
612 2011-03-18  Julien Danjou  <julien@danjou.info>
613
614         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
615         (gnus-buffer-live-p): Check that buffer is not nil.
616
617 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
618
619         * gnus.el: No Gnus v0.15 is released.
620
621 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * time-date.el (format-seconds): Use assoc instead of assoc-string to
624         avoid warning on XEmacs.
625
626         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
627         on XEmacs.
628
629         * gnus-art.el: Require mouse, which the build bot seems to say is
630         needed.
631
632         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
633
634         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
635         XEmacs, since it doesn't have url-retrieve-synchronously.
636
637         * time-date.el (format-seconds): Use assoc instead of assoc-string,
638         since assoc-string doesn't exist in XEmacs.
639
640 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
641
642         * gnus-group.el (gnus-group-list-ticked): New function.
643         (gnus-group-make-menu-bar): Provide a menu entry for it.
644         (gnus-group-list-map): Provide a binding for it.
645
646 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * shr.el (shr-visit-file): New command.
649
650         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
651
652 2011-03-17  Bjørn Mork  <bjorn@mork.no>
653
654         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
655         servers.
656
657 2011-03-16  Julien Danjou  <julien@danjou.info>
658
659         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
660         inline.
661
662         * gnus-art.el (article-hide-list-identifiers):
663         Use gnus-group-get-list-identifiers.
664
665         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
666         (gnus-summary-remove-list-identifiers):
667         Use gnus-group-get-list-identifiers to get regexp.
668         (gnus-select-newsgroup, gnus-summary-insert-subject)
669         (gnus-summary-insert-articles):
670         Call gnus-summary-remove-list-identifiers unconditionally.
671
672 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
675         we're selecting a group with unread articles.
676
677         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
678
679         * gssapi.el: New file separated out from imap.el to provide a general
680         Kerberos 5 connection facility for Emacs.
681
682         * message.el (message-elide-ellipsis): Document the format spec
683         ellipsis.
684
685 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
686
687         * message.el (message-elide-region): Allow the ellipsis to say how many
688         lines were removed.
689
690 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
693         window configurations containing buffers that are now dead.
694
695         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
696         parsing to avoid integer overflows.
697         (nnimap-parse-flags): Simplify the last change.
698         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
699         too large for 32-bit Emacsen.
700
701 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
702
703         * auth-source.el (auth-source-netrc-create):
704         * message.el (message-yank-original): Fix use of `case'.
705
706 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
707
708         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
709         XEmacs, which was one character too wide.
710
711 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
712
713         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
714         default number of articles to display.
715         (gnus-articles-to-read): Use pretty names for prompt.
716
717 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * gnus-int.el (gnus-open-server): Ditto.
720
721         * gnus-start.el (gnus-activate-group): Give a backtrace if
722         debug-on-quit is set and the user hits `C-g'.
723         (gnus-read-active-file): Ditto.
724
725         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
726
727 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
728
729         * message.el (message-yank-original): Use cond instead of CL case.
730
731 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
732
733         * auth-source.el (auth-source-netrc-create): Use usual format for the
734         default in prompts.
735
736 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * lpath.el: Fbind read-char-choice for XEmacs.
739
740 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * auth-source.el (auth-source-netrc-create): Show the default in the
743         prompt when prompting for token creation.
744
745 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
746
747         * auth-source.el (auth-source-format-prompt): Always convert the value
748         to a string to avoid evaluating non-string arguments.
749         (auth-source-netrc-create): Offer default properly, not as initial
750         content in `read-string'.
751         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
752         of line to determine if we've been run before.  If so, don't run again,
753         but print a trivial message to indicate the cache was hit instead.
754
755 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
756
757         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
758         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
759         The user will have to run `gnus-sync-read' manually and wait for Cloudy
760         Gnus.
761
762 2011-03-11  Julien Danjou  <julien@danjou.info>
763
764         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
765         modified file".
766
767 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
768
769         * auth-source.el (auth-source-read-char-choice): New function to read a
770         character choice using `dropdown-list', `read-char-choice', or
771         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
772         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
773         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
774         (auth-source-netrc-saver): Use it.
775         (auth-source-pick-first-password): New convenience function.
776
777 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
778
779         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
780         parameter in the credentials.
781         (nnimap-open-connection-1): Use it after a successful login.
782         (nnimap-credentials): Add IMAP-specific user and password prompt.
783
784         * auth-source.el (auth-source-search): Add :require parameter, taking a
785         list.  Document it and the :save-function return token.  Pass :require
786         down.  Change the CREATED message from a warning to a debug statement.
787         (auth-source-search-backends): Pass :require down.
788         (auth-source-netrc-search): Pass :require down.
789         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
790         Change save prompt to indicate all modifications saved here are
791         deletions.
792         (auth-source-netrc-create): Take user login name as default in user
793         prompt.  Move all the save functionality to a lexically bound function
794         under the :save-function token in the returned list.  Set up clearer
795         default prompts for user, host, port, and secret.
796         (auth-source-netrc-saver): New function, intended to be wrapped for
797         :save-function.
798
799 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * shr.el (shr-table-horizontal-line): Change the defaults for the table
802         lines to be spaces instead.
803
804 2011-03-07  Julien Danjou  <julien@danjou.info>
805
806         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
807         (sieve-sasl-auth): Check that auth-source-search did return something,
808         or just return an empty string.
809
810 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
811
812         * gnus.el (gnus-interactive): Use read-directory-name.
813
814         * gnus-uu.el (gnus-uu-decode-uu-and-save)
815         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
816         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
817         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
818         Likewise.
819
820         * gnus-group.el (gnus-group-make-directory-group): Likewise.
821
822 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
825         onto the list of killed groups, too.  This makes killed nnimap groups,
826         for instance, more reliably not reappear.
827
828         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
829         the parent.
830
831         * gnus-sum.el (gnus-update-read-articles): Fix typo.
832
833         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
834         really have server-side marks.
835
836         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
837         since most backends do not usefully have server-side marks.
838         (gnus-update-read-articles): Propagate marks to all backends that
839         really have server-side marks.
840
841 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
842
843         * message.el (message-cite-reply-position, message-cite-style):
844         New variables.
845         (message-yank-original): Use the new citation styles.
846
847 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
848
849         * message.el (message-options): Revert 22da67af (workaround for XEmacs
850         buffer-local issue); don't mark it buffer-local when running under
851         XEmacs.
852
853 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
854
855         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
856         numbers too big to be `read'.
857
858 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
859
860         * password-cache.el (password-in-cache-p): Add autoload.
861
862         * message.el (message-options): Make buffer-local two ways to attempt
863         to fix a XEmacs bug.
864
865 2011-03-02  Julien Danjou  <julien@danjou.info>
866
867         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
868
869 2011-03-01  Julien Danjou  <julien@danjou.info>
870
871         * gnus-art.el (list-identifier): Add list-identifier as a parameter
872         group.
873         (article-hide-list-identifiers): Use list-identifier group parameter.
874
875 2011-02-28  Julien Danjou  <julien@danjou.info>
876
877         * sieve.el (sieve-buffer-script-name): New local variable to store
878         sieve script name.
879         (sieve-edit-script): Store sieve script name.
880         (sieve-upload): Use sieve script name when uploading.
881         (sieve-upload): Use substitute-command-keys.
882         (sieve-edit-script): Use substitute-command-keys.
883         (sieve-refresh-scriptlist): Use substitute-command-keys.
884         (sieve-manage-mode-map): Define keymap properly.
885         (sieve-manage-mode): Do not set mode name manually, change mode-name to
886         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
887         Remove commented code about cvs.
888         (sieve-manage-quit): New function.
889         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
890
891 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-group.el (gnus-import-other-newsrc-file): New function.
894
895 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
896
897         * auth-source.el (auth-source-search): Cache empty result sets.
898
899         * password-cache.el (password-in-cache-p): Convenience function to
900         check if a key is in the cache, even if the value is nil.
901
902         * auth-source.el (auth-source-save-behavior): New variable to replace
903         `auth-source-never-create'.
904         (auth-source-netrc-create): Use it.
905         (auth-source-never-save): Remove.
906
907 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
908
909         * nnimap.el (nnimap-stream): Doc fix.
910         (nnimap-open-connection-1): Reverse the order of the ports to that the
911         prompted-for port is first.
912
913         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
914         retrieval by the no-group selection.
915
916         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
917         numerical parameters.
918
919 2011-02-25  Julien Danjou  <julien@danjou.info>
920
921         * gnus-gravatar.el: Use gnus-with-article-buffer.
922
923         * gnus-art.el (gnus-with-article-buffer): Check that the
924         gnus-article-buffer is alive.
925
926 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         * auth-source.el (auth-source-creation-prompts): New variable to manage
929         creation-time prompts.
930         (auth-source-search): Document it.
931         (auth-source-format-prompt): Add utility function.
932         (auth-source-netrc-create): Don't default the user name to
933         user-login-name.  Use `auth-source-creation-prompts' and some default
934         prompts for user, host, port, and password (the default generic prompt
935         remains ugly).
936         (auth-source-never-save): Add customizable option to never save info.
937         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
938         mode excursion.
939
940 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
943         argument that XEmacs doesn't support.
944
945         * dgnushack.el (dgnushack-compile): Exclude color.el from being
946         compiled for Emacsen having no `libxml-parse-html-region' support.
947
948         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
949
950         * lpath.el: Bind buffer-save-without-query for XEmacs.
951
952 2011-02-23  Julien Danjou  <julien@danjou.info>
953
954         * gnus-art.el (article-make-date-line): Ignore errors if time is
955         invalid and not convertible.
956         (article-make-date-line): Only add lapsed time if time is not nil.
957
958 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
959
960         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
961         `read-char-choice' for backwards compatibility.
962         (auth-source-netrc-element-or-first): New function to DTRT for
963         parameter extraction.
964         (auth-source-netrc-create): Use it and fix multiple parameter print
965         bug.  Use the default passed from above (given-default) or the
966         built-in (user-login-name for :user).
967
968 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-start.el (gnus-dribble-read-file):
971         Set buffer-save-without-query, since we always want to save the dribble
972         file, probably.
973
974         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
975         nnimap.
976
977         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
978         -summary- since it's a user-visible variable.
979
980         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
981         first time you use the new Gnus.
982
983 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
984
985         * auth-source.el: Don't load netrc.el.
986         (auth-sources): Search ~/.netrc as well by default.
987         (auth-source-debug): Add 'trivia option for extra output.
988         (auth-source-do-trivia): Use it.
989         (auth-source-search): Simplify logic to use
990         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
991         appropriate.  Don't keep a running count at this level.  Layer :create
992         and :delete options appropriately on the first and second passes.
993         Don't track the backend with the search results.
994         (auth-source-search-backends): New function to search a list of
995         backends for a processed spec.
996         (auth-source-netrc-parse): Cache all netrc files, making
997         auth-source-netrc-cache an alist keyed by the file name and using the
998         file mtime as the caching criterion.  Keep the obfuscated data secret
999         with a lexical bind.
1000         (auth-source-netrc-search): Don't calculate the length of the results
1001         unnecessarily.
1002         (auth-source-search-backends): Fix bug.
1003         (auth-source-netrc-create): Rework prompts.
1004
1005 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1006
1007         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1008         Lower case names of search constraints.
1009         (nnir-run-query): Cache and reuse search constraints for all imap
1010         servers.
1011
1012 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1013
1014         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1015         after exit.
1016         (gnus-setup-message): Define missing variable from last checkin.
1017
1018         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1019         value, show the raw article.
1020
1021 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1022
1023         * gnus.el: No Gnus v0.13 is released.
1024
1025 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1026
1027         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1028         auth-source now accepts numbers.
1029
1030         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1031         spec, too.
1032         (auth-source-ensure-strings): New function.
1033
1034         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1035         (gnus-article-setup-buffer): Always restart the date timer so that user
1036         changes to the frequency is respected.
1037
1038         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1039         port numbers, so make sure it gets that if nnimap-server-port is
1040         explicit.
1041
1042 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1043
1044         * nnimap.el (nnimap-inbox): Doc fix.
1045
1046 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1047
1048         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1049         Autoload.  Add optional arg FRAME, and pass it to color-values.
1050         (color-complement): Caller changed.  Doc fix.
1051         (color-gradient): Rewrite for better clarity and efficiency.
1052
1053 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1054
1055         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1056         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1057         color-lab-to-srgb.
1058
1059 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1060
1061         * color.el: First part of merge from hexrgb.el.
1062         (color-rgb-to-hex): Rename from color-rgb->hex.
1063         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1064         saturation to zero if the value is too small.
1065         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1066         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1067         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1068         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1069         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1070         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1071         (color-cie-de2000): Doc fix.
1072
1073 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1076         given method as in the group name if we're using an extended method.
1077         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1078         command, if we're using that, instead of waiting for the beginning.
1079
1080         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1081         we're sure to get unique server names, and we don't output two async
1082         commands in the same buffer.  This fixes an NNTP hang for some users.
1083
1084 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1085
1086         * gnus.el: No Gnus v0.11 is released.
1087
1088 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1089
1090         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1091         summary buffer before reading going to the next buffer.  This avoids
1092         putting the point in the group buffer if you `C-g' the command.
1093
1094         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1095         cache (for now) to make ~/.authinfo.gpg files usable.
1096
1097         * nnfolder.el (copyright-update): Define for the compiler.
1098
1099         * auth-source.el (auth-source-search): Fix unbound variable.
1100
1101 2011-02-19  Glenn Morris  <rgm@gnu.org>
1102
1103         * gnus.el (gnus-meta): Doc fix.
1104
1105 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1106
1107         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1108         in case it's not yet loaded.
1109
1110 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1111
1112         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1113         line we're waiting for.
1114
1115 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1116
1117         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1118         face with line-width greater than zero will cause RET in gnus summary
1119         buffer to scroll down article page-wise because auto vscroll happens,
1120         it should be temporalily disabled when doing a scroll-up.
1121
1122 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1123
1124         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1125         outputs from the server.
1126
1127 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1128
1129         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1130         later so that bbdb can hook in easier.
1131
1132 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1133
1134         * auth-source.el (auth-source-search): Don't try to create credentials
1135         if the caller doesn't want that.
1136         (auth-source-search): If we don't find a match, don't bug out on
1137         non-bound variables.
1138         (auth-source-search): Only ask a single backend to create the
1139         credentials.
1140
1141         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1142         logging.
1143         (nnimap-credentials): Protect against auth-source-search returning nil.
1144         (nnimap-request-list): Protect against not being able to open the
1145         server.
1146
1147 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1148
1149         * auth-source.el (auth-source-search): Do a two-phase search, one with
1150         no :create to get the responses from all backends.
1151
1152         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1153         when getting credentials.
1154
1155         * gnus-util.el (gnus-delete-duplicates): New function.
1156
1157 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1158
1159         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1160         a creation default, pass the whole port list down.  It will be
1161         completed.
1162
1163         * auth-source.el (auth-source-search): Updated docs to talk about
1164         multiple creation choices.
1165         (auth-source-netrc-create): Accept a list as a value (from the search
1166         parameters) and do completion on that list.  Keep a separate netrc line
1167         with the password obscured for showing the user.
1168
1169         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1170         first choice to `auth-source-search' so it will be used for entry
1171         creation instead of the server's Gnus-specific name.
1172         (nnimap-credentials): Rely on the auth-source library to select which
1173         port is actually wanted in the new netrc entry, so don't override
1174         `auth-source-creation-defaults'.
1175
1176         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1177         :protocol and accept a missing user, host, or port as a wildcard match.
1178         (auth-source-debug): Default to off.
1179
1180         (auth-source-netrc-search, auth-source-netrc-create)
1181         (auth-source-secrets-search, auth-source-secrets-create)
1182         (auth-source-user-or-password, auth-source-backend, auth-sources)
1183         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1184         instead of :protocol.
1185
1186         * nnimap.el (nnimap-credentials): Pass a port default to
1187         `auth-source-search' in case an entry needs to be created.
1188         (nnimap-open-connection-1): Use :port instead of :protocol.
1189
1190 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * auth-source.el: Bind load-path when loading EIEIO from
1193         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1194         21.4 doesn't support, to `require'.
1195         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1196         delete-dups that is not available in XEmacs 21.4.
1197
1198 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1199
1200         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1201         as EIEIO must also be loaded when auth-source.el is being
1202         byte-compiled.
1203
1204 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1207
1208         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1209
1210         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1211
1212         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1213
1214         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1215
1216         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1217
1218         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1219
1220         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1221         necessary.
1222
1223 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1226         nil means that nnimap doesn't get updated.
1227
1228 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1229
1230         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1231         result when the user doesn't want to write to the file.
1232         (auth-source-netrc-search): Expect a synthetic result and proceed
1233         accordingly.
1234         (auth-source-cache-expiry): New variable to override
1235         `password-cache-expiry'.
1236         (auth-source-remember): Use it.
1237
1238         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1239         parameter.  Create entry if necessary by using :create t.
1240         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1241
1242 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1243
1244         * auth-source.el (auth-source-debug): Enable by default and don't
1245         mention the obsolete `auth-source-hide-passwords'.
1246         (auth-source-do-warn): New function to debug unconditionally.
1247         (auth-source-do-debug): Use it.
1248         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1249         and for Secrets API entries when the secrets.el library is not
1250         available.
1251
1252 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1253
1254         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1255         (gnus-summary-exit): Kill the correct article buffer on exit from a
1256         `C-d' group.
1257
1258         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1259         gnus-propagate-marks.
1260
1261         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1262         before killing the buffers so that a non-full window conf gets handled
1263         correctly.
1264         (gnus-summary-exit): Ditto.
1265         (gnus-summary-read-group-1): Ditto.
1266
1267         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1268         async code again so that we can debug it properly.
1269
1270         * message.el (message-reply): Take an optional switch-buffer parameter
1271         so that Gnus window confs are respected better.
1272
1273 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1274
1275         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1276         `plist-get' to accept non-list parameters (XEmacs issue).
1277         Fix docstring.
1278         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1279         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1280         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1281         Login collection is "Login" and not "login".
1282
1283 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1284
1285         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1286         multiple headers.
1287
1288         * nnimap.el (nnimap-inhibit-logging): New variable.
1289         (nnimap-log-command): Don't log login commands.
1290
1291         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1292         to have more parameters.
1293
1294         * nnimap.el (nnimap-send-command): Mark the command time for each
1295         command, so that we don't get NOOPs stepping on our toes.
1296
1297         * gnus-art.el (article-date-ut): Get the date from the Date header on
1298         `t'.
1299
1300 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * auth-source.el (auth-source-search): Use copy-sequence instead of
1303         the cl.el copy-list.
1304
1305 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1306
1307         * imap.el: Bring it back (revert
1308         84d800cd31de3064f0ed39617d725709a2f8f42f).
1309
1310 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1311
1312         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1313         Improve prompt.
1314
1315 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1316
1317         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1318         washing status from the default format.  It isn't very informative.
1319
1320 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1321
1322         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1323         Fix Gcc processing on imap.
1324
1325 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1326
1327         * imap.el: Remove file.  All the functionality is in nnimap.el.
1328
1329 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1330
1331         * message.el (message-bury): Don't pop up a new window when selected
1332         window is dedicated.
1333
1334 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1335
1336         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1337
1338 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1339
1340         * sieve-manage.el: Autoload `auth-source-search'.
1341         (sieve-sasl-auth): Use it.
1342
1343 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1344
1345         * nnimap.el: Autoload `auth-source-forget+'.
1346         (nnimap-open-connection-1): Use it if the connection fails.
1347
1348         * auth-source.el: Require `password-cache'.
1349         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1350         obsolete.
1351         (auth-source-magic): Marker for `password-cache' keys.
1352         (auth-source-do-cache): Update docstring.
1353         (auth-source-search): Use and check cache.
1354         (auth-source-forget-all-cached, auth-source-remember)
1355         (auth-source-recall, auth-source-forget, auth-source-forget+)
1356         (auth-source-specmatchp): Caching support functions.
1357         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1358         Remove and obsolete.
1359         (auth-source-user-or-password): Remove caching to further discourage
1360         using it.  Always hide passwords.
1361
1362         * password-cache.el (password-cache-remove): Accept secrets that are
1363         not strings.
1364
1365 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1366
1367         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1368         code for now, since it doesn't work for all users.
1369
1370 2011-02-09  Julien Danjou  <julien@danjou.info>
1371
1372         * message.el (message-options): Make message-options really buffer
1373         local.
1374
1375 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1376
1377         * mail-source.el: Autoload `auth-source-search'.
1378         (mail-source-keyword-map): Note order matters.
1379         (mail-source-set-1): Get all the mail-source source values and
1380         defaults and search auth-source on those if needed.  This can all
1381         probably be simplified.
1382
1383         * nnimap.el: Autoload `auth-source-search'.
1384         (nnimap-credentials): Use it.
1385         (nnimap-open-connection-1): Ask for the virtual server and physical
1386         address in one shot.
1387
1388         * nntp.el: Autoload `auth-source-search'.
1389         (nntp-send-authinfo): Use it.  Note TODO.
1390
1391 2011-02-08  Julien Danjou  <julien@danjou.info>
1392
1393         * shr.el (shr-tag-body): Add support for text attribute in body
1394         markups.
1395
1396         * message.el (message-options): Make message-options a local variable.
1397
1398 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * auth-source.el (auth-source-secrets-search)
1401         (auth-source-user-or-password): Use `append' instead of `nconc'.
1402         (auth-source-user-or-password): Build return list better and protect
1403         against nil :secret.
1404
1405 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1406
1407         * nnimap.el (nnimap-update-info): Refactor slightly.
1408         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1409         (nnimap-update-info): Clean up slightly.
1410         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1411         characters.
1412         (nnimap-process-quirk): Rename function to avoid collision.
1413         (nnimap-update-info): Fix macrology bug-out.
1414         (nnimap-update-info): Simplify split history test.
1415
1416 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1417
1418         * auth-source.el (top): Require 'eieio unconditionally.
1419         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1420         (auth-source-secrets-search): Limit search when `max' is greater than
1421         number of results.
1422
1423 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1424
1425         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1426         part not returning any data.
1427
1428         * proto-stream.el (open-protocol-stream): Document the return value.
1429
1430 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         * auth-source.el (auth-source-secrets-search): Add examples.
1433
1434 2011-02-06  Julien Danjou  <julien@danjou.info>
1435
1436         * message.el (message-setup-1): Handle message-generate-headers-first
1437         set to t.
1438
1439 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1440
1441         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1442         API with a string "secrets:collection-name" and with 'default.
1443         (auth-source-backend-parse): Parse "secrets:collection-name" and
1444         'default.  Recurse on parses instead of repeating code.  Use the
1445         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1446         message when ignoring a source.
1447         (auth-source-search): List ignored search keys at the top level.
1448         (auth-source-netrc-create): Use `case' instead of `cond'.
1449         (auth-source-secrets-search): Created with TODOs.
1450         (auth-source-secrets-create): Created with TODOs.
1451         (auth-source-retrieve, auth-source-create, auth-source-delete)
1452         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1453         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1454         (auth-source-user-or-password-sftp)
1455         (auth-source-user-or-password-smtp): Remove.
1456         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1457         around `auth-source-search'.  Not tested thoroughly.
1458
1459 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1460
1461         * auth-source.el: Bring in assoc and eioeio libraries.
1462         (secrets-enabled): New variable to track the status of the Secrets API.
1463         (auth-source-backend): New EIOEIO class to represent a backend.
1464         (auth-source-creation-defaults): New variable to set prompt defaults
1465         during token creation (see the `auth-source-search' docstring for
1466         details).
1467         (auth-sources): Simplify to allow a simple string as a netrc backend
1468         spec.
1469         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1470         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1471         (auth-source-search): Main auth-source API entry point.
1472         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1473         (auth-source-search-collection): Helper function for searching.
1474         (auth-source-netrc-parse, auth-source-netrc-normalize)
1475         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1476         Supports search, create, and delete.
1477         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1478         backend stubs.
1479         (auth-source-user-or-password): Call `auth-source-search' but it's not
1480         ready yet.
1481
1482 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1483
1484         * message.el (message-setup-1): Remove the read-only stuff, since it
1485         doesn't work under XEmacs, for some reason.
1486
1487         * gnus-sum.el (gnus-user-date): Rename back from
1488         gnus-summary-user-date since user code refers to it.
1489
1490         * shr.el (shr-render-td): Store the actual background colour used.
1491
1492         * message.el (message-setup-1): Don't bind the constant
1493         -forbidden-properties.
1494         (message-setup-1): Revert previous change, since it needs to bind the
1495         props to insert them.
1496         (message-resend): Allow removing the read-only separator line.
1497
1498 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1499
1500         * nnimap.el (nnimap-request-accept-article): Give an error message if
1501         the APPEND wasn't successful.
1502
1503 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1504
1505         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1506         that have no groups.
1507
1508 2011-02-03  Julien Danjou  <julien@danjou.info>
1509
1510         * gnus-draft.el: Remove progn around gnus-draft-setup.
1511
1512 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1513
1514         * gnus-start.el (gnus-read-active-for-groups): This function is never
1515         called with a nil `infos', so clean that up.
1516         (gnus-get-unread-articles): Request active files from primary/secondary
1517         methods that have no groups (yet).
1518
1519 2011-02-03  Julien Danjou  <julien@danjou.info>
1520
1521         * message.el (message-setup-1): Always generate References first.
1522         (message-mail): Return the return value of message-setup, not always t.
1523         (message-setup-1): Insert mail-header-separator with read-only and
1524         intangible properties set.
1525
1526         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1527         user-date in docstring.
1528
1529         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1530
1531         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1532         docstring.
1533
1534         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1535         defcustom, with type and group. Move from gnus-util.el. Rename to
1536         gnus-summary-user-date-format-alist.
1537
1538 2011-02-03  Glenn Morris  <rgm@gnu.org>
1539
1540         * nnimap.el (gnus-fetch-headers): Declare.
1541
1542         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1543
1544 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1545
1546         * message.el (message-forward-make-body-digest-plain)
1547         (message-followup, message-reply): Clean up things noted by Stefan.
1548
1549         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1550         gnus-article-update-date-headers is nil.
1551         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1552         it didn't really work with defcustom.
1553         (article-update-date-lapsed): Make sure the window start doesn't move,
1554         either.
1555
1556 2011-02-01  Julien Danjou  <julien@danjou.info>
1557
1558         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1559         format.
1560
1561         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1562         standard in Emacs nowadays.
1563
1564         * color.el (color-gradient): Add a color-gradient function.
1565
1566 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1567
1568         * message.el (message-expand-name): Don't trust the return value of
1569         bbdb-complete-name.
1570         (message-check-news-header-syntax): Remove unused var `start'.
1571         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1572         (message-inhibit-body-encoding): Move to before first use.
1573         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1574         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1575         (Organization, Message-ID, Date, mh-previous-window-config):
1576         Defvar the vars using dynamic scoping.
1577
1578 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1579
1580         * shr.el (shr-render-td): Only do colours at the final rendering.
1581         Should be slightly faster.
1582         (shr-insert-table): Fix up TD background colours when doing the
1583         vertical padding.
1584
1585         * gnus-art.el (article-date-ut): Protect against articles with no Date
1586         header.
1587         (article-update-date-lapsed): Don't use current-column to find the
1588         horizontal position.  It's fragile in the presence of \003 characters.
1589
1590         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1591
1592 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1593
1594         * gnus-art.el (article-transform-date): Rewrite to still work when
1595         there are several rfc2822 parts.
1596         (article-transform-date): Fix infinite recursion.
1597         (article-date-ut): Replace infinitely many Date headers with a single
1598         one when called interactively.
1599
1600         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1601         secure manner.
1602
1603         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1604         move around by not using save-window-excursion.  It seems to work...
1605
1606 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gnus-art.el (article-make-date-line): Work for user-defined format.
1609
1610 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1611
1612         * nntp.el (nntp-retrieve-group-data-early)
1613         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1614         fetching functions.
1615
1616         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1617         thoroughly for all backends that have no known groups.  This should
1618         allow new nnml methods to retrieve mail.
1619
1620         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1621         that Gnus doesn't know exists again.
1622
1623         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1624         (gnus-treat-date-ut): Ditto.
1625         (gnus-article-update-date-header): Rename.
1626         (gnus-treat-date-local): Remove.
1627         (gnus-treat-date-english): Remove.
1628         (gnus-treat-date-lapsed): Remove.
1629         (gnus-treat-date-combined-lapsed): Remove.
1630         (gnus-treat-date-original): Remove.
1631         (gnus-treat-date-iso8601): Remove.
1632         (gnus-treat-date-user-defined): Remove.
1633         (gnus-article-date-headers): New variable to control all the date
1634         header options.
1635         (article-date-ut): Rewrite to allow using the new way to format date
1636         headers(s).
1637
1638 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1639
1640         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1641         method.
1642         (nnmail-article-group): A better test for fanciness.
1643
1644         * nnimap.el (nnimap-request-head): Protect against not finding the
1645         article by Message-ID.
1646
1647 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1650         keep point at the "same place".
1651
1652 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1653
1654         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1655         data if the group is unactivated.
1656
1657 2011-01-28  Julien Danjou  <julien@danjou.info>
1658
1659         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1660         (gnus-all-windows-visible-p): Remove old compatibility code.
1661         (gnus-window-top-edge): Add docstring.
1662
1663         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1664
1665 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1666
1667         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1668         older request-update-info.
1669
1670         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1671
1672 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1673
1674         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1675         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1676
1677 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1678
1679         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1680         groups.  This makes the nndraft:queue group pop up if it's not already
1681         there.
1682
1683         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1684         messages" logic, which was reversed.
1685
1686         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1687         the "same place" even if point is on the line being replaced.
1688         (article-update-date-lapsed): Allow updating both the combined lapsed
1689         and the lapsed headers.
1690         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1691         (article-make-date-line): Limit the number of segments dynamically to
1692         avoid too-long lines.
1693
1694 2011-01-27  Julien Danjou  <julien@danjou.info>
1695
1696         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1697         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1698
1699 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1702         Use plist-get instead of the cl function getf.
1703
1704 2011-01-27  Glenn Morris  <rgm@gnu.org>
1705
1706         * gnus-util.el (float-time): Get rid of compiler warning, again.
1707
1708 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1709
1710         * shr.el (shr-put-color): Special-case background colours: Do put them
1711         at the blank parts at the front of the lines.
1712
1713         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1714         exit hook to nix out all data on readedness on group exit.
1715
1716         * gnus-util.el (float-time): If float-time is bound, always use it on
1717         all Emacsen.  It's unclear why the subrp check was there.
1718         (time-date): Require to make some autoload issues on XEmacs go away.
1719
1720         * shr.el (shr-put-color): Don't do the box padding in tables, since
1721         they're already padded.
1722
1723 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1724
1725         * gnus-art.el (gnus-article-next-page): When the last line of the
1726         article is displayed, scroll down once more instead of going to the
1727         next article at once.
1728         (article-lapsed-string): Refactor out and allow specifying how many
1729         segments you want.
1730         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1731         (gnus-article-update-lapsed-header): New variable.
1732
1733         * shr.el: Revert change that made headings use different-sized faces.
1734         The Emacs display engine isn't advanced enough that, for instance,
1735         tables can comfortably use differently-sized faces.
1736
1737 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1738
1739         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1740         used.
1741         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1742         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1743         we're using an encrypted connection.
1744
1745         * proto-stream.el: Alter the interface functions to also return the
1746         actual stream type used: network or tls.
1747
1748 2011-01-25  Julien Danjou  <julien@danjou.info>
1749
1750         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1751         (mm-display-javascript-inline): New function.
1752
1753         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1754         viewing function.
1755
1756 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * shr.el (shr-expand-newlines): Fix variable name.
1759
1760 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1761
1762         * shr.el (shr-expand-newlines): Make nested boxes work.
1763
1764 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1765
1766         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1767         backgrounds.
1768         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1769         in a more sensible manner.
1770
1771 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1772
1773         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1774         if EPG is loaded.
1775
1776 2011-01-24  Julien Danjou  <julien@danjou.info>
1777
1778         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1779         tags.
1780
1781 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1782
1783         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1784         commands.
1785
1786         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1787         in the article buffer.
1788         (gnus-gravatar-insert): Use blank space from the current buffer to
1789         avoid breaking text properties.  This makes X-Sent updating work again.
1790
1791         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1792
1793 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1794
1795         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1796         fix the bug in url-http.el instead.
1797
1798         * shr.el (shr-image-fetched): Ditto.
1799
1800         * shr.el (shr-image-fetched): Avoid having point move in the article
1801         buffer.
1802
1803         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1804         buffer after being called.  It's apparently being killed by url.el, and
1805         killing it made point move to end-of-buffer in a random buffer.
1806
1807         * shr.el (shr-image-fetched): Ditto.
1808
1809 2011-01-23  Julien Danjou  <julien@danjou.info>
1810
1811         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1812
1813         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1814         text/x-org.
1815
1816 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1819         (i.e., nnimap) returning nil as the article number.
1820
1821 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1822
1823         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1824         "DelSp" parameter in RFC3676.
1825
1826 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1827
1828         * message.el (message-check-recipients): Display the encoded version of
1829         the bogus address if they differ.
1830
1831         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1832         after sending.
1833
1834         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1835
1836         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1837
1838         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1839         group buffer after sending the queue.
1840
1841         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1842
1843 2011-01-22  Julien Danjou  <julien@danjou.info>
1844
1845         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1846
1847 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1848
1849         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1850         nested related parts.
1851
1852         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1853         unexpired articles.  This fixes the regression that led expiry marks to
1854         disappear from nnfolder groups.
1855
1856 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1857
1858         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1859         Don't confuse the "ret" of "retrograde" with RET.
1860
1861 2011-01-21  Julien Danjou  <julien@danjou.info>
1862
1863         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1864         than mm-insert-inline.
1865
1866 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1869         Widen article buffer.
1870
1871 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1872
1873         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1874         the temp buffer.
1875         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1876
1877 2011-01-20  Julien Danjou  <julien@danjou.info>
1878
1879         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1880
1881         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1882         than mm-insert-inline to insert inline part: this respect
1883         mm-inline-media-tests displayers.
1884
1885         * mm-view.el (mm-display-shell-script-inline): New function.
1886
1887         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1888
1889         * mm-uu.el (mm-uu-type-alist): Add org block.
1890         (mm-uu-org-src-code-block-extract): New function.
1891
1892         * mm-view.el (mm-display-org-inline): New function.
1893
1894         * mm-decode.el (mm-automatic-display): Add text/org.
1895
1896         * mailcap.el (mailcap-mime-extensions): Add .org.
1897
1898 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1901         gnus-article-add-buttons.
1902
1903 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1904
1905         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1906         From header with a date and "nobody" as the sender.
1907
1908 2011-01-19  Julien Danjou  <julien@danjou.info>
1909
1910         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1911         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1912         if you have the same regexp several times.
1913         (gnus-button-push): Fix matching when regexp is symbol.
1914
1915 2011-01-15  Glenn Morris  <rgm@gnu.org>
1916
1917         * message.el (message-mail): A compose-mail function should
1918         accept headers as strings.
1919
1920 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1921
1922         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1923         Add :vert-only tags.
1924         (message-mail): New arg RETURN-ACTION.
1925         (message-return-action): New var.
1926         (message-bury): Use it.
1927         (message-mode): Make it buffer-local.
1928         (message-send-and-exit): Always call message-bury.
1929
1930         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1931         message-mail.
1932
1933 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * nnimap.el (nnimap-convert-partial-article): Protect against
1936         zero-length body parts.
1937
1938         * mm-decode.el (mm-preferred-alternative-precedence):
1939         Discourage showing empty parts.
1940
1941         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1942         and stuff if the backend didn't return the article number.  This fixes
1943         an Exchange-related nnimap bug.
1944
1945         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1946         group window, because it does the wrong thing when a separate frame
1947         displays the group buffer.
1948
1949         * proto-stream.el (open-protocol-stream): Protect against the low-level
1950         transport functions returning nil.
1951
1952 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1953
1954         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1955         (mml2015-epg-find-usable-secret-key): New function.
1956         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1957         mml2015-epg-find-usable-key (Bug#7797).
1958         (mml2015-epg-encrypt): Ditto.
1959
1960 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * dgnushack.el (rot13-string): Fix the way to get the argument.
1963
1964 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1967
1968 2011-01-03  Glenn Morris  <rgm@gnu.org>
1969
1970         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1971
1972         * sieve.el (sieve-open-server): Give a more explicit error if
1973         sieve-manage-open returns nil.  (Bug#7720)
1974
1975 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1976
1977         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1978
1979 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1982         This avoids sending passwords in plain text over non-encrypted
1983         channels.
1984
1985         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1986
1987         * nnimap.el (nnimap-login): Refactored out into own function, and
1988         implement CRAM-MD5.
1989         (nnimap-wait-for-line): Refactored out.
1990
1991         * mm-view.el (mml-smime): Require.
1992
1993 2010-12-20  David Engster  <deng@eml.cc>
1994
1995         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1996         use EPG to decrypt S/MIME messages instead of openssl.
1997
1998 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2001
2002         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2003         status is the group clearly is unreachable.
2004
2005         * auth-source.el (auth-source-create): Add the optional second
2006         parameter to `local-variable-p' to be compatible with XEmacs.
2007
2008 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2009
2010         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2011         work when using a compressed nnml folder.
2012
2013 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2016         backends after sanitising on entry, because this never makes sense:
2017         If the articles have gone missing, then the data no longer exists on
2018         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2019         overwrite anything anyway.
2020
2021         * shr.el (shr-insert-document): Bind shr-width dynamically to
2022         window-width if it's nil.
2023
2024 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2025
2026         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2027         with the meaning of using the full emacs window width for rendering.
2028
2029 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2030
2031         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2032         case when sender is not given.
2033
2034 2010-12-23  Julien Danjou  <julien@danjou.info>
2035
2036         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2037         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2038         the addresses, otherwise we might misplaced the gravatar.
2039
2040 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2041
2042         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2043         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2044         obsolete in Emacs.
2045
2046 2010-12-20  Julien Danjou  <julien@danjou.info>
2047
2048         * gnus-util.el (gnus-rescale-image): Revert last change.
2049
2050 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2051
2052         * binhex.el: Improve commentary (Bug#7482).
2053
2054 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-group.el (gnus-group-delete-articles): New command.
2057
2058 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2059
2060         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2061
2062 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2065         here, since it's up to the backends to do CRLF removal if their
2066         protocol has it.
2067
2068         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2069
2070 2010-12-17  Julien Danjou  <julien@danjou.info>
2071
2072         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2073         they are from file. Can also scale up.
2074
2075 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2076
2077         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2078         gnus-use-agent.
2079         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2080
2081         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2082
2083 2010-12-17  Julien Danjou  <julien@danjou.info>
2084
2085         * gravatar.el (gravatar-retrieve-synchronously): New function.
2086         (gravatar-get-data): Make more robust.
2087
2088 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2091
2092 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2095         to really consider the last line.
2096
2097 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2098
2099         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2100         list of recipient keys, or use symmetric encryption if not a list.
2101         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2102         EPA override, replacing the call to `netrc-store-data'.
2103
2104 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2105
2106         * gnus-srvr.el: Avoid passing nil regexp argument to
2107         delete-matching-lines.
2108
2109 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2112         fetching stops when Gnus exits.
2113
2114         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2115         function.
2116         (nnfolder-request-expire-articles): Save all the buffers after doing
2117         expiry.
2118
2119         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2120         the last article", since that led to serious performance regressions
2121         when expiring nnml groups.
2122
2123 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2124
2125         * nnir.el: Improve customizations.
2126
2127 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2130
2131         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2132         group has been killed.
2133         (gnus-group-yank-group): Ditto.
2134
2135         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2136
2137         * nnimap.el (nnimap-request-update-group-status): New function.
2138
2139         * gnus-int.el (gnus-request-update-group-status): New interface
2140         function.
2141
2142         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2143         copying read-ness to the backends.
2144
2145         * nnimap.el (nnimap-quirk): New function.
2146         (nnimap-retrieve-group-data-early): Use it.
2147         (nnimap-quirks): New alist.
2148
2149 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2152         don't delete it within indentation.
2153
2154 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2157         previous line.
2158
2159 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2162         QRESYNC command by deleting a superfluous space which broke Cyrus
2163         servers.  This change will break other servers that are buggy the other
2164         way around.
2165
2166 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2167
2168         * spam.el: Reindent and fix long lines.
2169         (spam-copy-or-move-routine): Exclude invalid move destinations.
2170
2171 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2172
2173         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2174         installed the registry.
2175
2176 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2179
2180 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2181
2182         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2183         groupname doesn't contain "gmane".
2184
2185 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2188         and netrc-bound-and-true-p bindings.
2189         (netrc-parse): Cache the netrc contents.
2190
2191         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2192         (gnus-1): Don't create the nndrafts group twice.
2193         (gnus-setup-news): There's no need to read the active file here, since
2194         that's done again later on a per-backend basis.
2195         (gnus-start-draft-setup): Make sure that the new group is started out
2196         empty.
2197
2198         * gnus-agent.el (gnus-agentize): Don't create the queue group
2199         automatically on startup.  It'll be created later, if needed.
2200
2201         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2202         of automatically subscribed groups.
2203         (gnus-auto-subscribed-categories): New variable.
2204         (gnus-matches-options-n): Use it.
2205         (gnus-default-subscribed-newsgroups): Remove unused variable.
2206         (gnus-start-draft-setup): Message a bit less.
2207
2208 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2209
2210         * nnir.el (nnir-run-imap): Return article list in order of increasing
2211         UID.
2212
2213 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-sum.el (gnus-summary-enter-digest-group):
2216         Mention gnus-auto-select-on-ephemeral-exit.
2217
2218         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2219         convention of the network-only option.
2220
2221 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * proto-stream.el (proto-stream-open-network-only): New function to
2224         have a way to specify non-STARTTLS upgrade connections.
2225
2226 2010-12-10  Julien Danjou  <julien@danjou.info>
2227
2228         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2229         email address is nil.
2230
2231         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2232
2233 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2234
2235         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2236         deletion.
2237         (nnir-run-imap): Only need to parse list once.
2238
2239 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * shr.el (shr-tag-script): Ignore <script>.
2242         (shr-tag-label): Add <label> support.
2243
2244 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2247
2248         * shr.el (shr-image-displayer): Work for images lined side by side.
2249
2250 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2251
2252         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2253         parameter, since XEmacs doesn't accept t as a parameter.
2254
2255 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2256
2257         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2258         ids.
2259         (nnir-run-gmane): Simplify groupspec formatting.
2260         (nnir-request-expire-articles): New function.
2261
2262 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2263
2264         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2265         overflow, possibly.
2266
2267         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2268         (shr-render-td): Handle td style="" better.
2269         (shr-tag-table): Use the color from the style sheet.
2270         (shr-render-td): Make sure we copy over all the overlays, too.
2271
2272 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2273
2274         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2275         (nnir-request-article): Improve article retrieval.
2276
2277 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * mm-util.el (mm-extra-numeric-entities): New variable.
2280
2281         * mm-url.el (mm-url-decode-entities):
2282         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2283
2284         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2285
2286 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2287
2288         * message.el: Use completion-at-point.
2289         (message-completion-function): New fun, extracted from message-tab.
2290         (message-mode): Use it for completion-at-point-functions.
2291         (message-tab): Use it and completion-at-point.
2292
2293 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2296         character if a non-breakable character follows.
2297
2298 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2301         any stream.
2302
2303         * shr.el (shr-tag-font): Colorize the region.
2304         (shr-tag-body): Ditto.
2305         (shr-tag-font): Actually let the styles be inherited instead of
2306         overwriting them.
2307         (shr-tag-font): Get the background color right.
2308         (shr-tag-style): Ignore all <style> tags for the moment.
2309
2310         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2311         a Message-ID to avoid having nnimap depend on gnus-sum.
2312
2313         * shr.el (shr-descend): Only colorize something if we have a node that
2314         sets colors.
2315
2316 2010-12-06  Julien Danjou  <julien@danjou.info>
2317
2318         * shr.el (shr-render-td): Render td content with shr-descend, so style
2319         will be applied to <td> too.
2320         (shr-colorize-region): Colorize region even if we only have a background.
2321         (shr-tag-body): Fix color and background color inheritance.
2322         Do not recolorize after shr-generic.
2323         (shr-tag-font): Let shr-generic colorize via inheritance.
2324
2325 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2328
2329 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2330
2331         * nnir.el (nnir-request-move-article): Remove obsolete code.
2332
2333 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2336
2337 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * gnus-sum.el (gnus-summary-respool-article): The completion function
2340         expects a list instead of an alist.
2341
2342         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2343         string as the parameter.
2344
2345         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2346
2347         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2348         styles.
2349         (shr-colorize-region): New function.
2350         (shr-insert-background-overlay): Remove.
2351         (shr-render-td): Background setting should be taken care of on a higher
2352         level.
2353         (shr-tag-body): Use post-hoc colorizations.
2354         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2355         (shr-put-color-1): Don't overwrite old colors.
2356         (shr-colorize-region): When the background color isn't explicit, use
2357         a fixed background.
2358
2359         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2360         nnmail variables.
2361
2362 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2363
2364         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2365         unless necessary.
2366
2367 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2368
2369         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2370         server.
2371
2372 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2375         so that TAB works.
2376
2377         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2378         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2379
2380         * shr.el (shr-urlify): Show the URL before the title to avoid
2381         misleading URLs.
2382
2383 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2384
2385         * shr.el (shr-urlify): Display the title in <a> tags.
2386
2387 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2388
2389         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2390
2391 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2392
2393         * nnir.el: Rearrange code to allow macros to be autoloaded by
2394         gnus-sum.el.
2395         (nnir-retrieve-headers-override-function): Make this variable
2396         customizable.
2397         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2398
2399         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2400         from nnir.el.
2401
2402 2010-12-03  Julien Danjou  <julien@danjou.info>
2403
2404         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2405
2406 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2409         allow optional argument `environment'.
2410
2411 2010-12-03  Glenn Morris  <rgm@gnu.org>
2412
2413         * mm-extern.el (message-goto-body): Update declaration.
2414
2415 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * gnus-util.el (gnus-macroexpand-all): New function.
2418
2419         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2420         instead of macroexpand-all that is unavailable in XEmacs.
2421
2422 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2423
2424         * nnir.el (nnir-summary-line-format): New variable.
2425         (nnir-mode): Use it.
2426         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2427         (nnir-article-ids): Reimplement as defsubst.
2428         (nnir-retrieve-headers): Don't mangle the subject header.
2429         (nnir-run-imap): Use 100 as RSV score.
2430         (nnir-run-find-grep): Fix for full server searching.
2431         (nnir-run-gmane): Better restriction to gmane groups.
2432
2433         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2434         summary buffers.
2435
2436 2010-12-02  Julien Danjou  <julien@danjou.info>
2437
2438         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2439
2440         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2441
2442         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2443         support.
2444
2445 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2446
2447         * nnir.el: Update to handle the registry better.
2448         (autoload): Silence byte-compiler.
2449         (nnir-open-server): Add a hook for nnir groups.
2450         (nnir-request-move-article): Don't mangle the header. Better to use
2451         formating variables (which will be added in the future).
2452         (nnir-registry-action): Update the registry using the original article
2453         group name.
2454         (nnir-mode): Install nnir-specific hooks for updating the registry.
2455
2456         * gnus-sum.el
2457         (gnus-article-original-subject,gnus-newsgroup-original-name):
2458         Remove obsolete variables.
2459         (gnus-summary-move-article): Remove use of obsolete variables.
2460         (gnus-summary-local-variables): Make move and delete hooks local to
2461         summary buffers.
2462
2463 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * rtree.el: New file.
2466
2467 2010-12-01  Julien Danjou  <julien@danjou.info>
2468
2469         * message.el (message-user-organization): Do not use
2470         gnus-local-organization.
2471
2472         * gnus.el: Remove gnus-local-organization.
2473
2474         * gnus-msg.el: Remove nastygram thing.
2475
2476 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2479         funcall.
2480
2481 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2484         names.
2485
2486         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2487         characters.
2488
2489         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2490         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2491         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2492         (gnus-gravatar-transform-address): Use mail-extract-address-components
2493         that supports non-ASCII names rather than mail-header-parse-addresses.
2494
2495 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * proto-stream.el (open-protocol-stream): All starttls connections are
2498         handled by the network handler.
2499
2500 2010-11-30  Julien Danjou  <julien@danjou.info>
2501
2502         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2503         (nnimap-open-connection-1): Fix PREAUTH.
2504
2505         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2506
2507 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2510         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2511         (shr-insert): Use them.
2512         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2513
2514 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2515
2516         * nnir.el (nnir-request-move-article): Bail out if original group
2517         doesn't support article moves.
2518         (nnir-get-active): Improve active list retrieval.
2519
2520 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2523
2524 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2525
2526         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2527         seem to accept strings-with-numbers as port numbers,
2528
2529 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2530
2531         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2532         change the registry.
2533
2534 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2537         delete-dups that is not available in XEmacs 21.4.
2538
2539         * mm-util.el (mm-delete-duplicates): Add comment.
2540
2541 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2542
2543         * nnir.el (nnir-ignored-newsgroups): New variable.
2544         (nnir-get-active): Use it.
2545
2546 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * proto-stream.el (proto-stream-open-network): Add some comments.
2549
2550         * nntp.el (nntp-open-connection): Provide a :success condition.
2551
2552         * nnimap.el (nnimap-open-connection-1): Ditto.
2553
2554         * proto-stream.el (proto-stream-open-network): See what the response to
2555         the STARTTLS command is.
2556
2557         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2558         backwards compatibility).
2559         (nnimap-open-connection-1): Really respect nnimap-server-port.
2560
2561         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2562         TLS upgrades we don't really care about the identity of the peer.
2563         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2564         that what we've checked for.
2565         (proto-stream-always-use-starttls): Only default to t if
2566         open-gnutls-stream exists.
2567         (proto-stream-open-network): If STARTTLS failed, then just open a
2568         normal connection.
2569         (proto-stream-open-network): Wait until the greeting before doing
2570         STARTTLS.
2571
2572         * nntp.el (nntp-open-connection): Report what the connection error is.
2573
2574         * proto-stream.el (open-protocol-stream): Rename from
2575         open-proto-stream.
2576
2577 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * nnimap.el (nnimap-stream): Change default to `undecided'.
2580         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2581         first, and then network.
2582         (nnimap-open-connection-1): Respect nnimap-server-port.
2583         (nnimap-open-connection): Be more backwards-compatible.
2584
2585         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2586         (proto-stream-open-starttls): De-duplicate the starttls code.
2587         (proto-stream-open-starttls): Folded back into the main function.
2588         (proto-stream-open-network): Fix typo in the gnutls path.
2589         (proto-stream-command): Refactor out.
2590
2591         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2592
2593         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2594         starttls.el STARTTLS.
2595
2596         * color.el (color-lab->srgb): Fix function call name.
2597
2598         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2599         if we're using tls.el.
2600         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2601         built in, then don't try to establish a STARTTLS connection.
2602
2603         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2604         servers.
2605
2606         * proto-stream.el (open-proto-stream): Use network, not stream.
2607         (open-proto-stream): Add a way to specify what the end of a command is.
2608
2609         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2610         connections types.
2611         (nntp-open-network-stream): Remove.
2612         (nntp-open-ssl-stream): Remove.
2613         (nntp-open-tls-stream): Remove.
2614         (nntp-ssl-program): Remove.
2615
2616         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2617
2618 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2619
2620         * nnir.el: Fix typos.
2621         (nnir-retrieve-headers-override-function): Rename variable to reflect
2622         new semantics.
2623         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2624         macros.
2625         (nnir-request-article, nnir-request-move-article): Use them.
2626         (nnir-categorize): New function.
2627         (nnir-run-query): Use it.
2628         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2629         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2630         sorted.
2631         (nnir-group-full-name): Use gnus-group-full-name instead.
2632         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2633         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2634
2635 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2638
2639         * proto-stream.el: New library to provide protocol-specific
2640         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2641         protocols.
2642         (open-proto-stream): Complete the documentation.
2643         (proto-stream-open-network): Fix some typos.
2644
2645         * nnimap.el (nnimap-open-connection): Use it.
2646
2647 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2648
2649         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2650         negotiation.
2651
2652 2010-11-26  Julien Danjou  <julien@danjou.info>
2653
2654         * color.el: Rename various rgb functions to srgb.
2655
2656 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2659         names.
2660
2661 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * shr.el (shr-insert): Revert last change.
2664         (shr-find-fill-point): Never leave point being at bol;
2665         relax the kinsoku limitation when rendering tables.
2666
2667 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2670         results from -accept-article.
2671
2672         * shr-color.el: Require cl when compiling.
2673
2674         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2675         checkin.
2676
2677         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2678
2679         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2680
2681         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2682         'add and 'delete to set backend marks.
2683
2684         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2685
2686         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2687
2688         * nntp.el (nntp-request-set-mark): Use it.
2689
2690         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2691
2692         * nnml.el (nnml-request-set-mark): Ditto.
2693
2694         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2695         introduces regressions in article selection.
2696         (nnimap-find-uid-response): New function.
2697         (nnimap-request-accept-article): Use the UID returned, if any.
2698         (nnimap-request-move-article): Use the UID returned, if any.
2699         (nnimap-get-groups): Reimplement to work with folded lines.
2700         (nnimap-find-uid-response): The UID is the last element in the list.
2701         (nnimap-request-set-mark): Extend syntax with 'set.
2702
2703         * nnml.el (nnml-request-set-mark): Ditto.
2704
2705         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2706
2707         * nntp.el (nntp-request-set-mark): Ditto.
2708
2709 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * message.el (message-called-interactively-p): A temporary macro.
2712         (message-goto-body): Use it temporarily.
2713
2714 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2717         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2718         (nnimap-last-response-string): Fix last unfolding fix.
2719
2720 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * shr.el (shr-insert): Fix the way to fold lines.
2723
2724 2010-11-25  Julien Danjou  <julien@danjou.info>
2725
2726         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2727
2728         * color.el: Rename from color-lab.el
2729         (color-rgb->hex): Add.
2730         (color-complement): Add.
2731         (color-complement-hex): Add.
2732
2733         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2734
2735 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2738         don't exist.
2739
2740 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2743         assuming that article displaying or another mml-preview may be
2744         interrupted for an error or for the like.
2745
2746         * shr.el (shr-get-background): Fix argument name.
2747
2748 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2751
2752         * gnus-sum.el (gnus-summary-include-articles): New function.
2753
2754         * message.el (message-goto-body): called-interactively-p needs a
2755         parameter, so use `any'.
2756
2757         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2758         clear marks before moving, since they're synced from the Gnus side
2759         first.
2760
2761         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2762         (gnus-summary-move-article): Copy over all marks before moving, so that
2763         IMAP doesn't think a new article has arrived.
2764
2765 2010-11-24  Julien Danjou  <julien@danjou.info>
2766
2767         * shr.el (shr-insert-background-overlay): Fix typo.
2768         (shr-render-td): Copy the background before rendering.
2769
2770         * shr-color.el (shr-color-visible): Fix docstring.
2771
2772         * shr.el (shr-tag-table): Add bgcolor support.
2773         (shr-render-td): Add bgcolor support.
2774         (shr-get-background): Add.
2775         (shr-insert-foreground-overlay): Use shr-get-background.
2776
2777         * message.el (message-goto-body): Use called-interactively-p.
2778         (message-in-body-p): message-goto-body returns point.
2779
2780 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2783         Fixes something or other in Emacs 23, and is backwards compatible.
2784
2785         * message.el (message-goto-body): Remove the <#secure special-casing,
2786         which is too special.
2787
2788         * shr.el (shr-parse-style): Drop !important from styles.
2789
2790 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2791
2792         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2793         this function to return incorrect results when calling it with an
2794         explicit article argument different from
2795         (gnus-summary-article-number).
2796
2797 2010-11-24  Julien Danjou  <julien@danjou.info>
2798
2799         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2800         (shr-tag-body): Add background support.
2801         (shr-descend): Add background support.
2802         (shr-tag-title): Add.
2803
2804         * shr-color.el (shr-color-visible): Really return original background
2805         if fixed.
2806
2807 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * shr.el (shr-color-check): Protect against non-existent colour names.
2810
2811 2010-11-24  Julien Danjou  <julien@danjou.info>
2812
2813         * color-lab.el: Require 'cl when compiling.
2814
2815         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2816
2817         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2818         matched part.
2819
2820         * color-lab.el: Fix all expt calls to use float type.
2821
2822 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2825         expression to shr-color-check as is.
2826
2827         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2828
2829         * color-lab.el: Add coding cookie.
2830         (float-pi): Use eval-and-compile.
2831
2832         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2833         compiled for Emacsen having no `libxml-parse-html-region' support.
2834
2835 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * shr.el (shr-insert-color-overlay): Split stuff like
2838         "#444444 !important" to find the real colour.
2839         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2840         parse <font color="red"> entries.
2841
2842 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2843
2844         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2845         point when parsing headers.
2846
2847         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2848         is positioned properly when parsing headers.
2849
2850 2010-11-23  Julien Danjou  <julien@danjou.info>
2851
2852         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2853
2854         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2855
2856         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2857
2858         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2859         Use shr-color-hue-to-rgb.
2860         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2861
2862 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * shr.el (shr-color->hexadecimal): Autoload.
2865         (shr-descend): Add color to all tags.
2866
2867 2010-11-22  Julien Danjou  <julien@danjou.info>
2868
2869         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2870         shr-color->hexadecimal.
2871
2872         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2873         RGB() or HSL() color representation.
2874
2875         * shr.el (shr-tag-font): Add.
2876         (shr-tag-color-check): New function to get better colors.
2877         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2878         tag-span.
2879
2880         * shr-color.el: New file.
2881
2882         * color-lab.el: New file.
2883
2884         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2885
2886 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2887
2888         * nnir.el: Fix typo in comments.
2889         (nnir-run-imap): Simplify code. No need to reverse artlist.
2890         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2891
2892 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2895
2896         * nnimap.el (nnimap-get-capabilities): Refactor out.
2897         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2898
2899 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2900
2901         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2902         appearing when `mm-uu-hide-markers' is nil.
2903
2904 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * nnimap.el (nnimap-unselect-group): Make into its own function.
2907         (nnimap-request-rename-group): Unselect group before renaming.
2908         This had gotten lost somewhere.
2909         (nnimap-request-accept-article): Keep track of examined groups, and
2910         unselect the group before APPENDing to read-only groups.
2911         (nnimap-request-move-article): Clear flags before moving so that they
2912         can be re-set later.
2913
2914 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2917         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2918
2919 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * gnus-art.el (gnus-mime-display-single)
2922         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2923         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2924         parameter.
2925
2926 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2929         (shr-table-vertical-line): New variable.
2930         (shr-insert-table): Use it.
2931
2932 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-html.el (gnus-html-wash-images): Don't display images if
2935         gnus-inhibit-images is non-nil; register displayer for cid images.
2936         (gnus-html-display-image): Work for cid image.
2937         (gnus-html-insert-image): Allow arguments.
2938         (gnus-html-put-image): Inhibit read-only.
2939         (gnus-html-prefetch-images): Don't prefetch images if
2940         gnus-inhibit-images is non-nil.
2941
2942 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * shr.el (shr-put-image): Break lines when inserting big pictures.
2945
2946 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2947
2948         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2949         sender, thanks Katsumi Yamaoka.
2950
2951 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2952
2953         * nnir.el (nnir-run-imap): Reverse the article list for each group
2954         rather than the whole list.
2955
2956 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * shr.el (shr-image-displayer): Protect function against non-existent
2959         image source.
2960
2961         * gnus-art.el (gnus-inhibit-images): New user option.
2962         (gnus-mime-display-single): Don't display image if it is non-nil.
2963
2964         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2965         gnus-inhibit-images.
2966
2967         * shr.el (shr-image-displayer): New function.
2968         (shr-tag-img): Use it.
2969
2970 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2971
2972         * mml2015.el (mml2015-epg-sign): Use From header.
2973
2974 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2977
2978         * gnus-util.el (gnus-find-text-property-region): Return markers.
2979
2980         * shr.el (shr-tag-img): Put a displayer in the text property.
2981
2982         * gnus-util.el (gnus-find-text-property-region): New utility function.
2983
2984         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2985         (gnus-html-show-images): Remove.
2986
2987         * gnus-art.el (gnus-article-show-images): New, more general function.
2988
2989         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2990         image url text properties.
2991
2992         * shr.el: Ditto.
2993
2994         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2995         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2996
2997 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3000         work for two or more articles.
3001
3002 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3005         divide an image that's in an html article to two or more when washing
3006         non-ASCII characters in alt text of it.
3007
3008 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3011         smime-decrypt-region using function argument.
3012         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3013
3014         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3015
3016         * smime.el (smime-decrypt-region): Catch it.
3017
3018 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3019
3020         * smime.el (smime-mode-map): Move initialization into declaration.
3021         (gnus-run-mode-hooks): Don't autoload.
3022         (smime-mode): Use define-derived-mode.
3023
3024 2010-11-11  Glenn Morris  <rgm@gnu.org>
3025
3026         * smime.el (from): Restrict declaration to XEmacs.
3027
3028         * nnir.el (gnus-group-topic-name): Autoload.
3029
3030 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * shr.el (shr-insert): Don't break long line if it is because of
3033         kinsoku-bol characters in the line end.
3034
3035 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3036
3037         * nnir.el (nnir-request-move-article): Fix to provide original group
3038         and subject.
3039         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3040         been retrieved.
3041
3042         * gnus-sum.el (gnus-summary-move-article): Use original group and
3043         subject for virtual articles such as those in an nnir summary buffer.
3044
3045 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3048         least 21.5).
3049
3050         * smime.el (from): Declare it again for XEmacs.
3051
3052 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * message.el (message-resend): Don't disable encoding unless it's
3055         already encoded.
3056
3057         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3058         low-numbered articles.
3059
3060 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * rfc2047.el (rfc2047-syntax-table): Simplify.
3063
3064         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3065
3066         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3067         set-char-table-range for XEmacs.
3068
3069 2010-11-10  Glenn Morris  <rgm@gnu.org>
3070
3071         * time-date.el (time-to-seconds): Always an alias on Emacs,
3072         never a real function.
3073         (with-no-warnings): Remove compat stub, now unused.
3074         (time-less-p): Doc fix.
3075         (time-to-number-of-days): Simplify.
3076
3077         * smime.el (from): Remove unused declaration.
3078
3079         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3080         (gnus-float-time): On Emacs, always an alias.
3081
3082         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3083         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3084
3085 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * dgnushack.el: Don't use ignore-errors in the top level form since it
3088         is unavailable in XEmacs even if cl is loaded.
3089
3090         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3091
3092 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * shr.el (browse-url-mailto): Autoload.
3095
3096         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3097
3098         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3099         regexp doesn't need quoting.
3100
3101 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3102
3103         * message.el (message-subject-trailing-was-ask-regexp)
3104         (message-subject-trailing-was-regexp): Match was: in addition to was.
3105
3106 2010-11-09  Glenn Morris  <rgm@gnu.org>
3107
3108         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3109         (nnbabyl-check-mbox): Use point-at-bol.
3110
3111 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3114
3115         * message.el (message-mailto): New function.
3116         (message-mailto): Should accept other parameters.
3117         (message-mailto): Remove since it duplicates browse-url-mailto
3118         functionality.
3119
3120 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3123         methods.
3124         (gnus-read-active-file): Ditto.
3125
3126         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3127         ": " from the prompt.
3128         (gnus-group-make-group): Ditto.
3129
3130 2010-11-07  Glenn Morris  <rgm@gnu.org>
3131
3132         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3133         (gnus-bookmark-kill-line): Use point-at-eol.
3134
3135 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3138         asterisks in From header.
3139
3140 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3143         string to avoid making the From headers syntactically invalid.
3144
3145         * message.el (message-send-mail): Don't insert courtesy messages if the
3146         message already has List-Post and List-ID messages.
3147
3148 2010-11-06  Glenn Morris  <rgm@gnu.org>
3149
3150         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3151         `condition', `type', `length' a prefix.
3152         (gnus-treat-predicate): Update for above name changes.
3153
3154 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3155
3156         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3157         binding.  Handled by `gnus-summary-refer-thread' instead.
3158         (nnir-warp-to-article): New backend function.
3159
3160         * nnimap.el (nnimap-request-thread): Force dependency updating.
3161
3162         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3163         (gnus-summary-refer-thread): Rework to improve thread-referral.
3164
3165         * gnus-int.el (gnus-warp-to-article): New function.
3166
3167         * gnus-sum.el (gnus-summary-article-map): Bind it.
3168
3169 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3170
3171         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3172         gnus-summary-refer-thread.
3173
3174         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3175         headers.
3176         (gnus-summary-limit-include-thread): Prevent articles in thread from
3177         being cut in gnus-cut-threads.
3178         (gnus-summary-refer-thread): Limit retrieved headers to those in
3179         thread.
3180
3181 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * message.el (message-send-mail): Use the value of
3184         message-courtesy-message from the message buffer.
3185
3186         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3187
3188         * shr.el (shr-browse-url): Implement mailto: URLs.
3189
3190         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3191         "raw".
3192
3193         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3194         if it's already selected.
3195
3196         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3197
3198 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3201         to measure the length and truncate alt text.
3202
3203 2010-11-03  Glenn Morris  <rgm@gnu.org>
3204
3205         * nndiary.el (nndiary-generate-nov-databases-1)
3206         (nndiary-generate-active-info): Rename dynamic variable `files' to
3207         something less generic.
3208
3209 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3210
3211         * nnir.el (nnir-request-move-article): Call the underlying backend to
3212         move articles from nnir.
3213
3214 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3217
3218 2010-11-02  Julien Danjou  <julien@danjou.info>
3219
3220         * nnir.el: Remove wais support.
3221
3222 2010-11-02  Glenn Morris  <rgm@gnu.org>
3223
3224         * gnus-html.el: Reorder requirements to quieten compiler.
3225
3226 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3229         properly for XEmacs as well.
3230         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3231         (gnus-article-natural-long-line-p): Use window-width rather than
3232         frame-width.
3233
3234 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3235
3236         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3237         (nnir-read-parms): Don't modify query.
3238         (nnir-run-query): Add ability to search topic on current line.
3239         (nnir-get-active): Clean up.
3240
3241 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3244         degenerate articles.
3245
3246         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3247         (gnus-print-buffer): Just print the buffer as is, without any copying
3248         to a buffer and then re-highlighting.
3249
3250         * nnimap.el (nnimap-request-group): Store the new updated info.
3251         (nnimap-request-group): Select the group when we don't know whether it
3252         exists or not.
3253
3254         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3255         groups.
3256
3257         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3258         groups.
3259
3260         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3261         groups.
3262
3263         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3264         long-lines case by only filling the long lines.
3265
3266         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3267         (bug #7311).
3268
3269 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * shr.el: No need to declare `declare-function' since shr.el is for
3272         only Emacsen that provide `libxml-parse-html-region'.
3273
3274         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3275         effective only in a file it is referred to.
3276
3277 2010-11-01  Glenn Morris  <rgm@gnu.org>
3278
3279         * mm-util.el (gnus-completing-read): Autoload.
3280         (mm-read-coding-system): Simplify Emacs definition.
3281
3282         * nnmail.el (gnus-activate-group):
3283         * nnimap.el (gnutls-negotiate):
3284         * nntp.el (netrc-parse): Fix declarations.
3285
3286 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3289         string-match-p in Emacs >=23.
3290
3291         * gnus-msg.el (gnus-configure-posting-styles)
3292         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3293
3294 2010-11-01  Glenn Morris  <rgm@gnu.org>
3295
3296         * nnir.el (declare-function): Add compat stub.
3297         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3298         (nnir-run-gmane): Require 'mm-url.
3299
3300         * mm-util.el (mm-string-to-multibyte): Simplify.
3301
3302         * shr.el (declare-function): Add compat stub.
3303         (url-cache-create-filename): Declare.
3304         (mm-disable-multibyte, widget-convert-button): Autoload.
3305
3306         * smime.el (ldap-search): Declare.
3307         (smime-cert-by-ldap-1): Require ldap on Emacs.
3308
3309         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3310         (nnimap-keepalive): Use gnus-float-time.
3311
3312         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3313         (mail-source-delete-crash-box): Use gnus-float-time.
3314
3315         * gnus-dired.el (gnus-completing-read): Autoload.
3316
3317         * mm-view.el (gnus-rescale-image): Autoload.
3318
3319         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3320
3321         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3322
3323         * sieve-manage.el: Require 'cl when compiling.
3324
3325         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3326         (gnus-iswitchb-completing-read): Require iswitchb.
3327         (gnus-select-frame-set-input-focus): Silence compiler.
3328
3329 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * message.el (message-subject-trailing-was-query): Change default to t,
3332         since I think that's what most people want.
3333
3334         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3335         appending for easier debugging.
3336         (nnimap-wait-for-connection): Take a regexp.
3337         (nnimap-request-accept-article): Wait for the continuation line before
3338         sending anything unless we're streaming.
3339
3340         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3341         leave the header washing to take place.
3342
3343 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3344
3345         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3346         regular expression match and replace in posting styles.
3347
3348 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3349
3350         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3351         an entire server.
3352         (nnir-get-active): New function.
3353         (nnir-run-imap): Use it.
3354         (nnir-run-gmane): Who knew, gmane search returns an article score!
3355
3356         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3357         server on the current line with nnir.
3358
3359 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360
3361         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3362         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3363         left edge.
3364         (gnus-article-foldable-buffer): Skip past the prefix when determining
3365         raggedness.
3366
3367         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3368         the raw article, and change `C-u g' to show the article without doing
3369         treatments.
3370
3371         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3372         on to `gnus-treat-article'.
3373         (gnus-inhibit-article-treatments): New variable.
3374
3375         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3376
3377         * gnus-art.el (gnus-treatment-function-alist): Have
3378         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3379         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3380         sections.
3381
3382         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3383         parameter.
3384         (gnus-article-fill-cited-long-lines): New function.
3385         (gnus-article-fill-cited-article): Allow filling only long sections.
3386
3387         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3388         and non-punctuation (like after the apostrophe in "'We").
3389
3390         * gnus-sum.el (gnus-summary-select-article): Make sure
3391         gnus-original-article-buffer is alive.
3392
3393         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3394         reflect the order they're in in the digest.
3395
3396         * gnus.el (gnus-group-startup-message): Move point to the start of the
3397         buffer.
3398
3399         * nnimap.el (nnimap-capability): New function.
3400         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3401         is set.
3402
3403 2010-10-31  David Engster  <dengste@eml.cc>
3404
3405         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3406         conform with changes to gnus-completing-read.
3407
3408 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3411
3412 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3413
3414         * nnir.el: Move defvar, defcustom around to keep file organized
3415         and keep byte-compiler quiet.
3416         (nnir-read-parms): Accept search-engine as arg.
3417         (nnir-run-query): Pass search-engine as arg.
3418         (nnir-search-engine): Remove.
3419
3420 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * shr.el (shr-generic): The text nodes should be text, not :text.
3423
3424         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3425         later in the file.
3426
3427 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3428
3429         * nnir.el: General clean up.  Allow searching with multiple engines.
3430         Allow separate extra-parameters for each engine.
3431         Batch queries when possible.
3432         (nnir-imap-default-search-key,nnir-method-default-engines):
3433         Add customize interface.
3434         (nnir-run-gmane): New engine.
3435         (nnir-engines): Use it.  Qualify all prompts with engine name.
3436         (nnir-search-engine): Remove global variable.
3437         (nnir-run-hyrex): Restore for now.
3438         (nnir-extra-parms,nnir-search-history): New variables.
3439         (gnus-group-make-nnir-group): Use them.
3440         (nnir-group-server): Remove in favor of gnus-group-server.
3441         (nnir-request-group): Avoid searching twice.
3442         (nnir-sort-groups-by-server): New function.
3443
3444 2010-10-30  Julien Danjou  <julien@danjou.info>
3445
3446         * gnus-group.el: Remove gnus-group-fetch-control.
3447
3448         * gnus-start.el (gnus-find-new-newsgroups):
3449         Remove gnus-check-first-time-used.
3450
3451         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3452
3453 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3454
3455         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3456         set on groups that don't have \* permanentflags.
3457
3458 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3459
3460         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3461         control the background color.
3462         (shr-tag-img): Ignore very small web bug type images.
3463         (shr-put-image): Add help-echo alt texts to the images.
3464         (shr-tag-video): Show the video poster image.
3465
3466 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * shr.el (shr-table-depth): New variable.
3469         (shr-tag-table-1): Only insert the images after the top-level table.
3470
3471         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3472
3473         * gnus-util.el (gnus-list-memq-of-list): New function.
3474
3475         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3476         selected.
3477         (nnimap-unsplittable-articles): New slot.
3478         (nnimap-new-articles): Use it.
3479
3480 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3481
3482         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3483         move to the previous line on `M-g'.
3484
3485 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3488         *-request-group, which seems unnecessary.
3489
3490         * nnimap.el (nnimap-quote-specials): Function copied over from
3491         imap.el.
3492         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3493         they support that.  Suggested by Tom Regner.
3494
3495 2010-10-29  Julien Danjou  <julien@danjou.info>
3496
3497         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3498         defalias.
3499         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3500
3501         * gnus.el: Remove `gnus-nntp-service' variable.
3502         (gnus-secondary-servers): Make obsolete.
3503         (gnus-nntp-server): Make obsolete.
3504
3505         * gnus-start.el (gnus-1): Remove x-splash calls.
3506
3507         * gnus-ems.el (gnus-x-splash): Remove.
3508
3509         * gnus.el (gnus-group-startup-message): Simplify/update code.
3510
3511         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3512         definition.
3513
3514         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3515         capability before doing anything.
3516         (gnus-group-insert-group-line): Remove useless
3517         gnus-group-remove-excess-properties.
3518
3519 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3522
3523 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3526         config after reselecting.
3527
3528 2010-10-28  Julien Danjou  <julien@danjou.info>
3529
3530         * shr.el (shr-put-image): Use point even if only inserting text.
3531         (shr-put-image): Save excursion when inserting alt text on non-graphic
3532         display, so the behaviour is the same when we are on a graphic display.
3533
3534         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3535
3536 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3539         (gnus-mime-copy-part): Check coding system, not charset.
3540         (gnus-mime-view-part-externally): Never remove part.
3541         (gnus-mime-view-part-internally): Don't remove part here.
3542         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3543         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3544         multipart/alternative.
3545
3546         * mm-decode.el (mm-display-part): Take optional arg `force'.
3547
3548 2010-10-26  Julien Danjou  <julien@danjou.info>
3549
3550         * gnus-group.el (gnus-group-default-list-level): Add this function to
3551         compute the default list level.
3552         (gnus-group-default-list-level): Add possibility to use a function.
3553
3554 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3557
3558         * gnus-group.el (gnus-group-completing-read)
3559         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3560         gnus-replace-in-string.
3561
3562 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * shr.el (shr-tag-div): Add.
3565
3566         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3567
3568 2010-10-25  Julien Danjou  <julien@danjou.info>
3569
3570         * gnus-util.el: Remove `gnus-with-local-quit'.
3571
3572         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3573
3574 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3577         the original article buffer.
3578
3579 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * nnimap.el (nnimap-request-head): New function.
3582         (nnimap-request-move-article): Try to be slighly faster by not
3583         requesting the entire message when moving.
3584         (nnimap-transform-headers): Don't bug out on bodiless articles.
3585         (nnimap-send-command): Have no outstanding messages if the IMAP server
3586         doesn't support streaming.
3587         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3588
3589 2010-10-24  Julien Danjou  <julien@danjou.info>
3590
3591         * message.el (message-default-headers): Fix type.
3592
3593 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3596         prefetching images.
3597
3598         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3599         backend for unknown groups.  This is mainly useful for nnimap groups.
3600
3601         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3602         group isn't covered by the agent.
3603
3604 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3605
3606         * nnir.el (nnir-method-default-engines): New variable.
3607         (nnir-run-query): Use it.
3608         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3609         (gnus-summary-nnir-goto-thread): Change group if needed.
3610
3611         * gnus-group.el (gnus-group-group-map): Add key binding for
3612         gnus-group-make-nnir-group.
3613
3614 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * shr.el (shr-tag-object): Add.
3617
3618         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3619         original article buffer live.
3620         (gnus-summary-select-article-buffer):
3621         Mention gnus-widen-article-buffer.
3622
3623 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * shr.el (shr-tag-strong): Add.
3626
3627 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3630         group names.  They mess up the group buffer badly.
3631
3632         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3633
3634         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3635         instead of the summary one.
3636
3637 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * mml.el (mml-preview): Work properly when editing article.
3640
3641         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3642         gnus-have-read-active-file if it's already been in.
3643
3644 2010-10-22  Tom Tromey  <tromey@redhat.com>
3645
3646         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3647         gnus-group-completing-read.
3648
3649 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * message.el (message-mode-map): Don't bind M-; to comment region, to
3652         allow the global comment-dwim to work.
3653
3654 2010-10-21  Julien Danjou  <julien@danjou.info>
3655
3656         * message.el (message-setup-1): Allow message-default-headers to be a
3657         function.
3658
3659 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * shr.el (shr-tag-table): Simplify.
3662
3663 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3666         to avoid trying to snarf invalid stuff.
3667
3668         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3669
3670         * gnus.el (gnus-message-archive-group): Quote value.
3671         (gnus-message-archive-group): Mark as changed.
3672
3673         * shr.el (shr-add-font): Don't put the font properties on the newline
3674         or the indentation.
3675
3676         * message.el (message-fix-before-sending): Change options when sending
3677         non-printable characters.
3678
3679         * gnus.el (gnus-message-archive-method): Change the default to
3680         monthly outgoing groups.
3681
3682         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3683         that have gotten new numbers.
3684
3685         * nnimap.el (nnimap-request-replace-article): New function.
3686
3687 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3690         (nnrss-request-article): Don't use special html washing code.
3691
3692 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * shr.el (shr-tag-table): Remove useless nconc.
3695
3696 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * gnus-art.el (article-wash-html): Simplify and remove the charset
3699         stuff.  Use the normal html rendering code instead of the special html
3700         washing code.
3701
3702         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3703         `gnus-w3m' symbols.
3704         (mm-text-html-washer-alist): Remove.
3705
3706         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3707         (mm-inline-media-tests): Remove use.
3708         (mm-text-html-renderer): Change default to the `shr' symbol.
3709
3710         * mm-view.el (mm-inline-text-html): Remove use.
3711
3712         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3713         `gnus-blocked-images' to be a function.
3714         (gnus-article-wash-function): Remove.
3715
3716 2010-10-20  Julien Danjou  <julien@danjou.info>
3717
3718         * spam.el (spam-list-of-processors): Mark as obsolete.
3719
3720         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3721         (nnimap-insert-partial-structure): Fix boundary detection.
3722
3723 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3724
3725         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3726         run file-truename on remote files.  This can be expensive and even
3727         prevent one from editing drafts if some unrelated buffer has a stale
3728         connection.
3729
3730 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3733         kinsoku-eol regardless of shr-kinsoku-shorten.
3734         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3735         (shr-tag-table): Support caption, thead, and tfoot.
3736
3737 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3740         lines.
3741         (shr-save-contents): New command and keystroke.
3742
3743         * nndoc.el (nndoc-type-alist): Add git support.
3744         (nndoc-git-type-p): New function.
3745         (nndoc-transform-git-article): Ditto.
3746         (nndoc-transform-git-headers): Ditto.
3747         (nndoc-transform-git-headers): Generate Subject headers.
3748
3749         * shr.el (shr-parse-style): New function.
3750         (shr-tag-span): Ditto.
3751
3752         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3753         to `G G' to avoid collisions.
3754
3755 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * shr.el: Load kinsoku if necessary.
3758         (shr-kinsoku-shorten): New internal variable.
3759         (shr-find-fill-point): Make kinsoku shorten text line if
3760         shr-kinsoku-shorten is bound to non-nil.
3761         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3762         shr-indentation too when testing if table is wider than frame width.
3763         (shr-insert-table): Use `string-width' instead of `length' to measure
3764         text width.
3765         (shr-insert-table-ruler): Make sure indentation is done at bol.
3766
3767 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3768
3769         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3770         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3771         undecoded network data.
3772
3773 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3776         name in the mode line spec so that the mode line menu works
3777         (bug #2431).
3778
3779         * message.el (message-get-reply-headers): If we're fed `to-address',
3780         then always use that.
3781
3782         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3783         aren't so wide as to need to switch off the edit menu.
3784
3785         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3786         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3787
3788         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3789         `M-g'.
3790         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3791         the permanent marks.
3792
3793 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3794
3795         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3796         Splitting according to references/in-reply-to obeys the ignore-groups
3797         variable, while splitting by sender and subject do not.
3798
3799 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3802         alist, so that we can look for non-Unicode chars.
3803         (article-translate-strings): Allow both character and string maps.
3804
3805 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * shr.el (shr-insert): Don't insert space behind a wide character
3808         categorized as kinsoku-bol, or between characters both categorized as
3809         nospace.
3810
3811 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3812
3813         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3814         headers to gnus-newsgroup-headers.
3815
3816 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * shr.el (shr-tag-img): Don't align images -- since we're not
3819         rescaling, this often leads to ugly displays.
3820
3821 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3822
3823         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3824         duplicates.
3825
3826 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3827
3828         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3829         call.
3830
3831 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832
3833         * gnus.el: Autoload gnus-html-show-images.
3834
3835         * nnimap.el: Use nnheader-message throughout.
3836
3837         * shr.el (shr-tag-img): Ignore images with no data.
3838
3839 2010-10-15  Julien Danjou  <julien@danjou.info>
3840
3841         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3842         a possibility to disable format=flow encoding when using hard newlines.
3843
3844 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * shr.el (shr-insert): Remove space inserted before or after a
3847         breakable character or at the beginning or the end of a line.
3848         (shr-find-fill-point): Do kinsoku; find the second best point or give
3849         it up if there's no breakable point.
3850
3851 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * nnimap.el (nnimap-open-connection): Message when opening connection
3854         for debugging purposes.
3855
3856         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3857         on every setup buffer call to allow this to change from article to
3858         article.
3859
3860         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3861         buffers where we have a wide table.
3862
3863 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3864
3865         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3866         uses *-request-thread.
3867
3868 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3871         incantation, which is no longer valid.
3872
3873 2010-10-14  Julien Danjou  <julien@danjou.info>
3874
3875         * shr.el: Fix defcustom type (char -> character).
3876
3877 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3880         programs.
3881
3882 2010-10-14  Julien Danjou  <julien@danjou.info>
3883
3884         * shr.el (shr-tag-a): Use url-link as widget type.
3885
3886         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3887         `gnus-group-get-icon'.
3888
3889 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3892         This should make server editing work better.
3893
3894         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3895
3896         * tls.el (tls-program): Remove spurious %s from openssl.
3897
3898         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3899         (nnimap-parse-flags): Fix regexp.
3900
3901         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3902         probably work for CJVK text, too.
3903
3904         * nnimap.el (nnimap-extend-tls-programs): Remove.
3905         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3906
3907         * tls.el (tls-starttls-switches): Remove starttls hack.
3908         (open-tls-stream): Ditto.
3909         (tls-find-starttls-argument): Ditto.
3910
3911 2010-10-13  Julien Danjou  <julien@danjou.info>
3912
3913         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3914         responses.
3915
3916 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3919
3920         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3921         anything in Emacs.
3922
3923         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3924
3925 2010-10-13  Julien Danjou  <julien@danjou.info>
3926
3927         * shr.el (shr-width): Make shr-width a defcustom with default to
3928         fill-column.
3929         (shr-tag-img): Use shr-width rather than fill-column.
3930
3931 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * dgnushack.el (byte-optimize-apply)
3934         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3935
3936         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3937         position when (X-)Faces exist.
3938         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3939         avatars when called interactively.
3940
3941 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3944         gnus-article-x-face-too-ugly is bound.
3945
3946 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3949
3950         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3951         mailbox that doesn't exist.
3952
3953 2010-10-12  Julien Danjou  <julien@danjou.info>
3954
3955         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3956         (shr-get-image-data): Encode URL properly when fetching from cache.
3957         (shr-tag-img): Use aligned-to spaces to align correctly images.
3958
3959         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3960         before inserting the Gravatar.
3961
3962         * shr.el (shr-tag-img): Add align attribute support for <img>.
3963
3964 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-gravatar.el (gnus-art): Require.
3967
3968         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3969         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3970         Remove long obsoleted functions.
3971
3972 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3975
3976         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3977
3978         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3979         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3980         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3981         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3982         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3983         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3984         * sieve-manage.el, smime.el, spam.el:
3985         Fix comment for declare-function.
3986
3987 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * nnimap.el (nnimap-request-rename-group): Select group read-only
3990         before renaming it.
3991
3992         * shr.el (shr-insert): Fix up the white space only regexp.
3993
3994         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3995         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3996
3997         * shr.el (shr-current-column): New function.
3998         (shr-find-fill-point): New function.
3999
4000 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4001
4002         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4003         numbers.
4004
4005 2010-10-11  Julien Danjou  <julien@danjou.info>
4006
4007         * shr.el (shr-hr-line): Add.
4008         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4009         display hr lines.
4010         (shr-max-columns): Do not change state to nil if we just inserting
4011         spaces.
4012
4013 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4016         select the last group.
4017
4018 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4021
4022 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4023
4024         * dig.el (dig-mode-map): Declare and define in one step.
4025
4026 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4029         for Gnus.
4030         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4031         (nnimap-update-qresync-info): Mark \Seen articles as read.
4032
4033         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4034         non-variable, too.
4035
4036         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4037         available.
4038         (nnimap-update-info): Rely more on the current active than the param
4039         active to avoid marking articles as read too much.
4040
4041         * auth-source.el (auth-source-create): Use (user-login-name) for the
4042         user name default.
4043
4044         * nnimap.el (nnimap-update-info): If the server doesn't return any
4045         useful info, just use the previous info.
4046         (nnimap-update-info): Prefer old info over start-article.
4047         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4048
4049 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4050
4051         * nnir.el (autoload): Clean up autoloads.
4052         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4053         Use key rather than value.
4054         (nnir-imap-search-other): New variable.
4055         (nnir-read-parm): Use it.
4056         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4057         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4058
4059 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4060
4061         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4062         the process, too.
4063
4064 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * spam.el (gnus-summary-mode-map): Bind to "$".
4067         Suggested by Russ Allbery.
4068
4069         * shr.el: Rework the way things are indented by <li> slightly.
4070
4071         * gnus.el (gnus-group-set-parameter): Fix typo.
4072
4073         * nnimap.el: Start implementing QRESYNC support.
4074
4075 2010-10-09  Julien Danjou  <julien@danjou.info>
4076
4077         * nnir.el (nnir-engines): Fix too many arguments.
4078
4079 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4082         group is the "last", so that the backends like nnfolder actually save
4083         their folders.
4084
4085         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4086         try to use that for the tls stream.
4087         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4088         UIDVALIDITY and find out which groups are read-only and not.
4089         (nnimap-get-flags): Use the same marks parsing code as the rest of
4090         nnimap.
4091
4092 2010-10-09  Julien Danjou  <julien@danjou.info>
4093
4094         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4095
4096         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4097         retrieving gravatars.
4098
4099         * shr.el (shr-table-corner): Add.
4100         (shr-table-line): Add.
4101         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4102
4103 2010-10-08  Julien Danjou  <julien@danjou.info>
4104
4105         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4106
4107 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4108
4109         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4110
4111         * gnus-sum.el (gnus-mark-article-as-unread)
4112         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4113         (gnus-summary-set-bookmark): Use it.
4114
4115         * gnus-msg.el (gnus-setup-message): Use it.
4116
4117         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4118
4119         * gnus.el (gnus-group-remove-parameter): Use it.
4120
4121         * gnus-group.el (gnus-group-make-web-group): Use it.
4122
4123         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4124
4125         * nnregistry.el: Update docs to mention manual.
4126
4127         * gnus-registry.el: Update docs to mention nnregistry.el.
4128         (gnus-registry-initialize): Don't install nnregistry refer method
4129         automatically.
4130         (gnus-registry-install-nnregistry): Remove it.
4131
4132 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * shr.el (shr-insert): Don't insert double spaces.
4135
4136 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-gravatar.el (gnus-treat-from-gravatar)
4139         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4140         called interactively.
4141
4142         * gnus-art.el (gnus-mime-view-part-externally)
4143         (gnus-mime-view-part-internally): Make predicate function passed to
4144         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4145         of a mime type.
4146
4147         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4148
4149 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * shr.el (require): Require cl when compiling.
4152         (shr-tag-hr): New function.
4153
4154         * nnimap.el (nnimap-update-info): Remove double setting of high.
4155         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4156         This makes nnimap work properly on Courier again.
4157
4158         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4159         the variable for backwards compatibility.
4160
4161         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4162         the file name before using to avoid setting mm-default-directory to
4163         nil.
4164
4165         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4166         bidning gnus-agent variables.
4167
4168         * shr.el (shr-render-td): Use a cache for the table rendering function
4169         to avoid getting an exponential rendering behaviour in nested tables.
4170         (shr-insert): Rework the line-breaking algorithm.
4171         (shr-insert): Don't leave trailing spaces.
4172         (shr-insert-table): Also insert empty TDs.
4173         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4174
4175 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4176
4177         * gnus-sum.el (gnus-number): Rename from `number'.
4178         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4179         (gnus-summary-limit-children): Update uses correspondingly.
4180
4181 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4184         (gnus-gravatar-transform-address): Don't show avatars of people of
4185         which mail addresses match gnus-gravatar-too-ugly.
4186
4187 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * shr.el (shr-table-widths): Expand TD elements to fill available
4190         space.
4191
4192 2010-10-07  Julien Danjou  <julien@danjou.info>
4193
4194         * nnimap.el (nnimap-request-rename-group): Add this method.
4195
4196 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4199         name from XEmacs' function-arglist.
4200
4201         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4202         gravatar under XEmacs.
4203
4204 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         * auth-source.el: Update docs with TODO items.
4207
4208         * gnus-sync.el: Update docs to explain state and plans.
4209
4210         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4211         Hooks for mark updates.
4212         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4213
4214         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4215         hooks with arguments, which is needed for mark update hooks.
4216
4217 2010-10-06  Julien Danjou  <julien@danjou.info>
4218
4219         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4220         was matched.
4221
4222         * sieve-manage.el: Update example in `Commentary'.
4223
4224         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4225
4226         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4227         not 2000.
4228         (sieve-manage-authenticate): Re-add function.
4229
4230 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4231
4232         * shr.el (shr-insert): Get 'space transition right.
4233         (shr-render-td): Only delete space at the end of the TD.
4234
4235         * nnimap.el (nnimap-open-connection): Prepare to support
4236         open-gnutls-stream.
4237
4238         * shr.el: Rearrange function order to be more logical.
4239
4240 2010-10-06  Julien Danjou  <julien@danjou.info>
4241
4242         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4243         (nnrss-discover-feed): Remove 404 URL in docstring.
4244
4245         * nnir.el: Fix Swish-E URL.
4246         Fix Namazu URL.
4247
4248         * message.el (message-change-subject): Remove 404 URL in a comment.
4249
4250 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4253         called interactively.
4254
4255         * gnus-util.el (gnus-remove-if): Allow hash table.
4256         (gnus-remove-if-not): New function.
4257
4258         * gnus-art.el (gnus-mime-view-part-as-type)
4259         * gnus-score.el (gnus-summary-score-effect)
4260         * gnus-sum.el (gnus-read-move-group-name):
4261         Replace remove-if-not with gnus-remove-if-not.
4262
4263         * gnus-group.el (gnus-group-completing-read):
4264         Regard collection as a hash table if it is not a list.
4265
4266 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4269
4270         * shr.el: Document the table-rendering algorithm.
4271
4272 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4275         for Emacsen having no `libxml-parse-html-region' support.
4276
4277 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4280         invalid URLs.
4281
4282         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4283         line-broken.
4284         (shr-tag-img): Ignore image fetching errors.
4285         (shr-overlays-in-region): Compute overlay positions correctly.
4286
4287         * mm-decode.el (mm-shr): Require shr.
4288
4289         * gnus-art.el (gnus-blocked-images): Move variable here.
4290
4291         * shr.el (shr-insert-table): Bind free variable.
4292
4293         * mm-decode.el (mm-shr): Bind shr-content-function.
4294
4295         * shr.el (shr-content-function): New variable.
4296
4297         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4298         added for symmetry.
4299
4300         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4301
4302         * gnus-group.el (gnus-group-make-group): Doc fix.
4303
4304         * nnimap.el (nnimap-request-newgroups): Return success.
4305
4306         * shr.el (shr-find-elements): New function.
4307         (shr-tag-table): Put all the images after the table.
4308         (shr-tag-table): Really inhibit images inside the table.
4309         (shr-collect-overlays): Copy over overlays from the TD elements to the
4310         main document.
4311
4312         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4313         gnus-blocked-images.
4314
4315 2010-10-05  Julien Danjou  <julien@danjou.info>
4316
4317         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4318
4319         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4320         (gnus-html-maximum-image-size): Add this function.
4321         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4322
4323         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4324         server-value of the capability is nil.
4325
4326 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * shr.el (shr-tag-em): Add <EM> tag.
4329
4330 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4331
4332         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4333         customizable.
4334
4335         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4336         handing broken links to browse-url.
4337
4338 2010-10-05  Julien Danjou  <julien@danjou.info>
4339
4340         * gnus-util.el (gnus-emacs-completing-read)
4341         (gnus-iswitchb-completing-read): Use autoload rather than require.
4342
4343 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4346         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4347         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4348         iswitchb-temp-buflist for XEmacs.
4349
4350         * gnus-util.el (gnus-completing-read-function): Exclude
4351         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4352         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4353         XEmacs.
4354
4355         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4356         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4357
4358         * gnus-html.el: Don't require help-fns under XEmacs.
4359         (gnus-html-schedule-image-fetching): Work for XEmacs.
4360
4361         * mm-decode.el (mm-shr): Decode contents by charset.
4362
4363 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4366         unknown.
4367
4368         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4369         (shr-get-image-data): Ensure against the cache file missing.
4370
4371         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4372         for data.
4373
4374         * spam-report.el (spam-report-url-ping-plain): Don't query about
4375         killing the process.
4376
4377         * shr.el (shr-render-td): Protect against too-wide text.
4378
4379 2010-10-04  Julien Danjou  <julien@danjou.info>
4380
4381         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4382         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4383
4384         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4385         retrieved.
4386
4387 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * shr.el (browse-url): Require.
4390         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4391         lines.
4392         (shr-show-alt-text, shr-browse-image): New commands.
4393         (shr-browse-url, shr-copy-url): New commands.
4394
4395         * gnus-sum.el (gnus-widen-article-window): New variable.
4396         (gnus-summary-select-article-buffer): Use it.
4397
4398         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4399         without @ signs.
4400
4401 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4402
4403         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4404
4405 2010-10-04  Julien Danjou  <julien@danjou.info>
4406
4407         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4408         for XEmacs.
4409
4410 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4413
4414         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4415         (nnimap-close-server): Implement.
4416
4417         * dgnushack.el (iswitchb): Require to shut up the compiler.
4418
4419         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4420         (shr-insert): Tweak line breaking.
4421         (shr-insert): Handle <pre> better.
4422         (shr-tag-li): Get <li> indentation right.
4423         (shr-tag-li): Get <li> indentation even righter.
4424         (shr-tag-blockquote): Ensure paragraph start.
4425         (shr-make-table): Tweak table generation.
4426         (shr-make-table): Fix typo.
4427
4428         * shr.el: Implement table rendering.
4429
4430 2010-10-04  Julien Danjou  <julien@danjou.info>
4431
4432         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4433
4434 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * shr.el (shr-insert): Use string anchors instead of line anchors.
4437
4438 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * shr.el: Add headings.
4441         (shr-ensure-paragraph): Actually work.
4442         (shr-tag-li): Make <ul> prettier.
4443         (shr-insert): Get white space at the beginning/end of elements right.
4444         (shr-tag-p): Collapse subsequent <p>s.
4445         (shr-ensure-paragraph): Don't insert double line feeds after blank
4446         lines.
4447         (shr-insert): \t is also space.
4448         (shr-tag-s): Fix "s" tag name function.
4449         (shr-tag-s): Fix face prop name.
4450
4451 2010-10-03  Julien Danjou  <julien@danjou.info>
4452
4453         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4454
4455         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4456         gnus-window-inside-pixel-edges.
4457
4458         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4459         gnus-ems.
4460
4461         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4462
4463         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4464         function.
4465
4466         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4467         resize choice.
4468
4469 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470
4471         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4472         beginning of the buffer.
4473
4474         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4475         article buffer again.
4476
4477         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4478
4479         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4480         when it's at the start of the buffer.
4481
4482         * shr.el (shr-tag-blockquote): Convert name.
4483         (shr-rescale-image): Use the right image-size variant.
4484
4485         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4486         buffer isn't shown, then select the current article first instead of
4487         bugging out.
4488         (gnus-summary-select-article-buffer): Show both the article and summary
4489         buffers again.
4490
4491         * shr.el (shr-fontize-cont): Protect against regions with no text.
4492         Rename tag functions to shr-tag-* for enhanced security.
4493         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4494
4495 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4496
4497         * shr.el (shr-insert):
4498         * pop3.el (pop3-movemail):
4499         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4500         loaded.
4501
4502 2010-10-03  Glenn Morris  <rgm@gnu.org>
4503
4504         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4505
4506         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4507
4508         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4509
4510         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4511
4512         * gnus-util.el (gnus-make-local-hook): Simplify.
4513
4514 2010-10-02  Julien Danjou  <julien@danjou.info>
4515
4516         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4517         (gnus-ido-completing-read): New function.
4518         (gnus-emacs-completing-read): New function.
4519         (gnus-completing-read): Use gnus-completing-read-function.
4520         Add gnus-completing-read-function.
4521
4522 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * shr.el (shr-insert-document): Autoload.
4525         (shr-img): Be silent.
4526         (shr-insert): Add a newline after every picture before text.
4527         (shr-add-font): Use overlays for combining faces.
4528         (shr-insert): Pass upwards the text start point.
4529
4530         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4531         possible.
4532         (mm-shr): New function.
4533
4534 2010-10-02  Julien Danjou  <julien@danjou.info>
4535
4536         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4537         should go backward.
4538
4539 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4540
4541         * shr.el (shr): Fix typo in provide call.
4542
4543 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * shr.el: New file.
4546
4547         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4548
4549         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4550         completing read.
4551
4552 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4555         we're being queried about.  Suggested by Dan Jacobson.
4556
4557         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4558         Suggested by Jason Eisner.
4559
4560         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4561         table, too.  Suggested by Stefan Wiens.
4562         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4563         the table unnecessary.  Suggested by Stefan Wiens.
4564
4565         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4566         longer needed, and probably doesn't work either, as pointed out by
4567         Stefan Wiens.
4568         (gnus-summary-exit): Remove call to the clearing function.
4569         (gnus-summary-exit-no-update): Ditto.
4570
4571         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4572         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4573         Reported by Stefan Monnier.
4574         (gnus-summary-save-in-rmail): Ditto.
4575
4576         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4577         article buffer, instead of both the article buffer and the summary
4578         buffer.  Sort of suggested by Dan Jacobson.
4579
4580         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4581
4582         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4583         Suggested by Dan Jacobson.
4584
4585         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4586         documentation clearer.
4587
4588         * message.el (message-shorten-references): Comment on the number "21".
4589         Suggested by Stefan Monnier.
4590
4591         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4592         Suggested by Dan Jacobson.
4593
4594         * gnus.el (gnus-large-newsgroup):
4595         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4596
4597         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4598         externalize attachments.  Bug reported by Steve Wen.
4599
4600         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4601         really message anything to the user.
4602
4603         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4604         directly.
4605
4606         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4607         messages in empty groups.
4608
4609 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4610
4611         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4612         non-UIDNEXT group.
4613
4614 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4617         not the value from the collection.
4618
4619         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4620         values.  This sometimes happens on some groups that have no info.
4621         (nnimap-request-newgroups): New function.
4622
4623 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4626         check into `gnus-registry-initialize'.
4627         (gnus-registry-initialize): Ditto.
4628         Fix and extend header docs.
4629
4630 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4633         regexp backtrace overflows.
4634
4635         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4636         for starttls that tls.el implements; i.e. openssl.
4637
4638         * tls.el (tls-starttls-switches): Give up on using starttls with
4639         gnutls-cli.
4640         (tls-program): Add --insecure to be consistent with the defaults from
4641         openssl s_client.  Now all three commands are insecure.
4642
4643 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * lpath.el: Bind completion-styles-alist for XEmacs.
4646
4647         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4648         (gravatar-create-image): New function that's an alias to
4649         gnus-xmas-create-image, gnus-create-image, or create-image.
4650         (gravatar-data->image): Use it.
4651
4652 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4653
4654         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4655         install the nnregistry refer method.
4656         (gnus-registry-install-hooks): Use it.
4657         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4658         unfollowed groups.
4659
4660 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4661
4662         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4663         expanding threads.
4664
4665 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * nnir.el: Use the server names without suffixes (bug #7009).
4668
4669         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4670         unencrypted to STARTTLS, if possible.
4671
4672 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4673
4674         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4675         headers before superseding.
4676
4677 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * nnrss.el (nnrss-use-local): Add documentation.
4680
4681         * nnimap.el (nnimap-extend-tls-programs): New function.
4682         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4683         (nnimap-wait-for-connection): Accept the greeting from the stupid
4684         output from openssl s_client -starttls, too.
4685
4686         * tls.el (tls-starttls-switches): New variable.
4687         (tls-find-starttls-argument): Use it.
4688         (open-tls-stream): Ditto.
4689
4690         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4691         (netrc-machine): Ditto.
4692
4693         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4694         article number.
4695         (nnimap-split-fancy): New variable.
4696         (nnimap-split-incoming-mail): Use it.
4697
4698         * nntp.el (nntp-server-list-active-group): Document.
4699
4700         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4701         SELECT to get the message-id.
4702
4703         * mail-source.el (mail-sources): Remove webmail support.
4704         (defvar): Ditto.
4705         (mail-source-fetcher-alist): Ditto.
4706         (mail-source-fetch-webmail): Remove.
4707
4708         * webmail.el: Remove -- doesn't seem relevant any more.
4709
4710         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4711
4712         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4713         the \r.
4714
4715 2010-09-30  Julien Danjou  <julien@danjou.info>
4716
4717         * gnus-agent.el (gnus-agent-add-group): Fix call to
4718         gnus-completing-read.
4719
4720 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * nndoc.el (nndoc-retrieve-groups): New function.
4723
4724         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4725         `default', use nnmail-split-methods.
4726         (nnimap-request-article): Downcase the NILs so that they are nil.
4727
4728         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4729         symbol.
4730
4731         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4732         code, since if the user has requested network, that's what they ought
4733         to get.
4734         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4735         (nnimap-split-rule): Mark as obsolete.
4736
4737         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4738         New variable.
4739
4740         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4741         correct slot, too.
4742
4743 2010-09-29  Julien Danjou  <julien@danjou.info>
4744
4745         * gnus.el (gnus-local-domain): Declare variable obsolete.
4746
4747         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4748         Fix history computing.
4749         (gnus-ido-completing-read): Require ido.
4750
4751 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4754         build Gnus.
4755
4756         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4757         when interpreting the structures.
4758         (nnimap-request-accept-article): Add \r\n to the lines to make this
4759         work with Cyrus.
4760
4761         * nndraft.el (nndraft-request-expire-articles): Use the group name
4762         instead if "nndraft".  Fix found by Nils Ackermann.
4763
4764 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4765
4766         * nnregistry.el: Add.
4767
4768 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4769
4770         * nnmail.el (group, group-art-list, group-art):
4771         Remove unneeded directives.
4772
4773 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4776         (mm-mime-charset)
4777         * rfc2047.el (rfc2047-syntax-table)
4778         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4779
4780         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4781         rather than `insert-file-contents' and `eval-region'.
4782
4783         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4784         construction.
4785
4786         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4787
4788         * time-date.el: No need to require cl for Emacs 21.
4789
4790 2010-09-29  Julien Danjou  <julien@danjou.info>
4791
4792         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4793         replacement of `gnus-gravatar-relief' to mimic
4794         `gnus-faces-properties-alist'.
4795         Add :version property.
4796
4797 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * mail-source.el (mail-source-report-new-mail)
4800         * message.el (message-default-mail-headers)
4801         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4802
4803         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4804
4805 2010-09-28  Julien Danjou  <julien@danjou.info>
4806
4807         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4808         mail-address contains the same string as real-name.
4809
4810         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4811         non-blank in header, otherwise it'll get stripped.
4812
4813         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4814         real-name, and then for mail address rather than doing : or , search.
4815
4816 2010-09-27  Julien Danjou  <julien@danjou.info>
4817
4818         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4819         right completing-read function.
4820         (gnus-use-ido): New variable
4821         (gnus-completing-read-with-default): Remove.
4822         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4823         (gnus-agent-add-group):
4824         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4825         * mm-view.el (mm-view-pkcs7-decrypt):
4826         * mm-util.el (mm-codepage-setup):
4827         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4828         * mml-smime.el (mml-smime-openssl-sign-query):
4829         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4830         (mml-insert-multipart):
4831         * gnus-msg.el (gnus-summary-yank-message):
4832         * gnus-int.el (gnus-start-news-server):
4833         * mm-decode.el (mm-interactively-view-part):
4834         * gnus-dired.el (gnus-dired-attach):
4835         * gnus.el (gnus-read-method):
4836         * gnus-bookmark.el (gnus-bookmark-jump):
4837         * gnus-art.el (gnus-mime-view-part-as-type)
4838         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4839         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4840         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4841         * nnmairix.el (nnmairix-create-server-and-default-group)
4842         (nnmairix-update-groups, nnmairix-get-server)
4843         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4844         (nnmairix-get-group-from-file-path):
4845         * nnrss.el (nnrss-find-rss-via-syndic8):
4846         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4847         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4848         (gnus-group-browse-foreign-server):
4849         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4850         (gnus-summary-execute-command, gnus-summary-respool-article)
4851         (gnus-read-move-group-name):
4852         * gnus-score.el (gnus-summary-increase-score)
4853         (gnus-summary-score-effect):
4854         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4855
4856 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4859         x-focus-frame.
4860
4861         * nnimap.el (auth-source-forget-user-or-password)
4862         (auth-source-user-or-password): Autoload.
4863
4864         * message.el (message-from-style, message-interactive)
4865         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4866         (message-yank-prefix, message-indentation-spaces, message-signature)
4867         (message-signature-file): Add comment.
4868
4869 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4872         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4873         new articles.
4874
4875         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4876         parts.
4877         (nnimap-request-article): Work with the t setting, too.
4878
4879         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4880         that you don't get flashes of other buffers.
4881         (gnus-summary-show-complete-article): Intern before setting.
4882
4883 2010-09-27  David Engster  <dengste@eml.cc>
4884
4885         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4886         well as HEADERS.
4887         (nnmairix-retrieve-headers): Provide new argument for the above.
4888
4889 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * gnus-sum.el (gnus-summary-move-article): Don't alter
4892         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4893         group.
4894
4895         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4896
4897         * message.el (message-cite-prefix-regexp): Revert my last edit.
4898
4899         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4900         variable instead of the Gnus variable.
4901
4902         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4903
4904         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4905
4906         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4907         since some servers don't like it.
4908         (nnimap-open-connection): Forget credentials if the server says the
4909         password was wrong.
4910         (nnimap-parse-line): Protect against invalid data.
4911
4912         * gnus-sum.el (gnus-summary-move-article): Add comment.
4913         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4914         nothing alters it while scanning for new messages.
4915
4916         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4917         which may or may not help.
4918         (nnimap-open-connection): If we're doing a stream connection, and then
4919         discover we're on a STARTTLS-capable server, then open a STARTTLS
4920         connection instead.
4921
4922 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * nnimap.el (utf7): Require.
4925
4926         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4927         prefix.
4928
4929 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4930
4931         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4932
4933 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * nnimap.el (nnimap-request-accept-article): Message the error on
4936         error.
4937
4938 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4941
4942 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943
4944         * nndoc.el (nndoc-request-list): Return success always.
4945
4946         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4947         `fetch-old' -- we only want to fetch the articles we've requested.
4948         The rest are in the agent, probably.
4949         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4950         disappeared server" to something low.  It's not important.
4951
4952         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4953         arrived before the FETCH data.
4954
4955         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4956         target here, because we don't know the Gnus name of the group.
4957
4958         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4959         for the correct group.
4960
4961         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4962
4963         * gnus.el (gnus): Give a final warning after startup.
4964
4965         * gnus-util.el (gnus-action-message-log): New variable.
4966         (gnus-message): Use it.
4967         (gnus-final-warning): New function.
4968
4969         * nnimap.el (nnimap-open-connection): Record the greeting.
4970         (nnimap): Add greeting.
4971
4972 2010-09-26  Julien Danjou  <julien@danjou.info>
4973
4974         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4975         arguments.
4976         (gnus-html-wash-images): Fix spec computing to include start/end.
4977
4978         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4979
4980 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4983         deletion.
4984         (nnimap-retrieve-headers): Don't select the group, because that's
4985         already done by nnimap-possibly-change-group.
4986
4987         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4988         (gnus-picon-transform-address): Use it.
4989
4990         * mail-source.el (mail-source-value): Revert previous patch.
4991
4992         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4993         on failure.
4994         (nnimap-open-connection): Look up both virtual and physical server name
4995         credentials.
4996
4997         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4998
4999 2009-02-07  Dave Love  <fx@gnu.org>
5000
5001         * tls.el (open-tls-stream): Don't query killing process.
5002
5003 2009-02-08  Dave Love  <fx@gnu.org>
5004
5005         * gnus-win.el (gnus-window-to-buffer-helper)
5006         (gnus-all-windows-visible-p): Function needn't be a symbol.
5007
5008         * mail-source.el (mail-source-value): Function needn't be a symbol.
5009
5010 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * message.el (message-cite-prefix-regexp): Remove } from the cite
5013         prefix.
5014
5015         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5016         highlight again, so that the highlight is correct.
5017
5018         * gnus-picon.el (gnus-picon): Remove again.
5019         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5020
5021         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5022         doing the header highlightling, so that the background colour of the
5023         picon is correct.
5024
5025         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5026         (gnus-picon): Ditto.
5027         (gnus-picon): Reinstate.  The background colour for picons is white.
5028         (gnus-picon-insert-glyph): Make the background white.
5029
5030         * nnml.el (nnml-open-nov): Don't return dead buffers.
5031
5032         * auth-source.el (auth-source-create): Query the user for whether to
5033         store the credentials.
5034
5035         * netrc.el (netrc-store-data): New function.
5036
5037         * auth-source.el (auth-source-user-or-password): Use the existing auth
5038         sources, if any, for creation.
5039
5040         * gnus.el (gnus-group-fast-parameter): Return the last matching
5041         parameter instead of the first matching parameter.
5042
5043 2010-09-26  Julien Danjou  <julien@danjou.info>
5044
5045         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5046
5047 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * mml2015.el (mml2015-use): Remove gpg support.
5050
5051         * mml1991.el (mml1991-function-alist): Remove gpg function.
5052         (mml1991-gpg-sign): Remove.
5053
5054 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5055
5056         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5057         (gnus-browse-unsubscribe-current-group): Document it.
5058         (gnus-browse-unsubscribe-group): Use it.
5059
5060 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5063         address to the To list for easier response.
5064
5065         * gnus.el (gnus-play-startup-jingle): Remove.
5066         (gnus-splash): Don't play jingle.
5067         (gnus): Silence gnus-load message.
5068
5069         * gnus-art.el (gnus-treat-play-sounds): Remove.
5070
5071         * gnus.el (gnus-play-jingle): Remove audio support.
5072
5073         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5074
5075         * earcon.el: Remove -- no users.
5076
5077         * gnus-audio.el: Remove -- no users of this package.
5078
5079         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5080
5081         * gnus-start.el (gnus-setup-news): Remove nocem support.
5082
5083         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5084
5085         * gnus.el (gnus-use-nocem): Remove.
5086
5087         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5088         Remove.
5089
5090         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5091         uses NoCeM any more.
5092
5093         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5094         (gnus-button-ctan-handler): Ditto.
5095         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5096         (gnus-button-ctan-directory-regexp): Ditto.
5097         (gnus-button-handle-ctan): Ditto.
5098         (gnus-button-tex-level): Ditto.
5099         (gnus-button-alist): Remove CTAN stuff.
5100
5101 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5104         nnimap-streaming test.
5105
5106         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5107         servers twice.
5108
5109         * nnimap.el (nnimap-open-connection): Add more error reporting when
5110         nnimap fails early.
5111
5112         * nnheader.el (nnheader-get-report-string): New function.
5113         (nnheader-get-report): Use it.
5114
5115         * gnus-int.el (gnus-check-server): Say what the error was when opening
5116         failed.
5117
5118         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5119         using streaming.
5120
5121 2010-09-25  Julien Danjou  <julien@danjou.info>
5122
5123         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5124         gnus-window-inside-pixel-edges.
5125
5126 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5129
5130         * mm-decode.el (mm-save-part): Allow saving to other directories the
5131         normal Emacs way.
5132
5133         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5134         Suggested by Jay Berkenbilt.
5135
5136         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5137         there isn't a single byte.
5138
5139         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5140         just do it.  It doesn't really seem to matter what the user responds
5141         here, I think, so it's just a confusing question.
5142
5143         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5144         non-streaming case.
5145
5146         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5147         (gnus-article-encrypt-body): Use it.
5148
5149         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5150         keystroke.
5151
5152         * nnimap.el (nnimap-find-wanted-parts-1):
5153         Use gnus-fetch-partial-articles.
5154
5155         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5156
5157         * nnimap.el (nnimap-insert-partial-structure): New function.
5158         (nnimap-get-partial-article): New function.
5159         (nnimap-request-article): Use it.
5160         (nnimap-wait-for-response): Return whether the wait was successful.
5161         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5162         retrieval wasn't successful.
5163         (nnimap-retrieve-group-data-early): Allow throttling servers.
5164         (nnimap-streaming): New variable.
5165         (nnimap-fetch-partial-articles): Remove.
5166
5167         * mm-decode.el (mm-with-part): Protect against killed buffers.
5168
5169         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5170         for prettier summary display.
5171
5172 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5173
5174         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5175
5176 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5179         apparently third-party libraries depend on it.
5180
5181         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5182         before starting negotiation.
5183
5184         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5185         privacy reasons.
5186         (gnus-treat-mail-gravatar): Ditto.
5187
5188         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5189         buffer when inserting images.  Inserting text into the headers, for
5190         instance, can make them invalid.
5191
5192 2010-09-25  Julien Danjou  <julien@danjou.info>
5193
5194         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5195         variables.
5196
5197         * nnheader.el: Remove useless variables news-reply-yank-from and
5198         news-reply-yank-message-id.
5199
5200         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5201         variables.
5202
5203         * mml1991.el: Remove useless mml1991-verbose.
5204
5205         * gnus.el: Remove useless variable gnus-use-generic-from.
5206         Remove obsolete variable gnus-topic-indentation.
5207
5208         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5209
5210         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5211
5212         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5213
5214         * gnus-group.el: Remove useless gnus-group-icon-cache.
5215         Remove useless gnus-ephemeral-group-server.
5216
5217         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5218
5219         * mml2015.el: Remove useless mml2015-verbose.
5220
5221         * mml-smime.el: Remove useless mml-smime-verbose.
5222
5223         * gnus.el: Remove useless gnus-local-domain.
5224
5225         * gnus-gravatar.el (gnus-gravatar-transform-address):
5226         Use gnus-gravatar-size.
5227
5228         * gnus-art.el: Remove useless gnus-treat-translate.
5229
5230 2010-09-24  Julien Danjou  <julien@danjou.info>
5231
5232         * gnus-sum.el: Add support for Gravatars.
5233
5234         * gnus-art.el: Add support for Gravatars.
5235
5236         * gnus-gravatar.el: Add this file.
5237
5238         * gravatar.el: Add this file.
5239
5240 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5243
5244         * gnus-group.el (gnus-group-fetch-faq): Remove.
5245
5246         * gnus.el (gnus-group-faq-directory): Remove.
5247
5248         * gnus-group.el (gnus-group-fetch-charter): Remove.
5249
5250         * gnus.el (gnus-group-charter-alist): Remove.
5251
5252         * gnus-group.el (gnus-group-archive-directory): Remove.
5253         (gnus-group-recent-archive-directory): Ditto.
5254         (gnus-group-make-archive-group): Remove.
5255
5256         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5257
5258         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5259         use the same article number for all the cached articles.
5260
5261         * nnimap.el (nnimap-command): Register the last command time so
5262         that we can use it for idling NOOPs.
5263         (nnimap-open-connection): Start the keeplive timer.
5264         (nnimap-make-process-buffer): Store all the process buffers.
5265         (nnimap-keepalive): New function.
5266
5267         * starttls.el (starttls-open-stream): Add autoload cookie.
5268
5269 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5270
5271         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5272         handling.
5273
5274 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5277         its data structures.
5278
5279         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5280         instead of the cl.el copy-list.
5281         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5282         equalp.
5283
5284 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5287         and tool-bar-local-item-from-menu.
5288
5289         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5290         mode-line-highlight face for Emacs.
5291
5292         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5293         loading gnus-sum.elc; fix comment for canlock-verify.
5294         (gnus-article-jump-to-part): Use read-number.
5295         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5296         Remove Emacs pre-21 compatible code for help-echo.
5297         (gnus-article-next-page-1): No need to adjust the number of lines.
5298         (gnus-article-describe-bindings): Always use help-buffer.
5299
5300         * gnus-audio.el (gnus-audio-inline-sound)
5301         * gnus-cus.el (gnus-custom-mode)
5302         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5303
5304         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5305
5306         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5307         compatible code.
5308
5309 2010-09-24  Glenn Morris  <rgm@gnu.org>
5310
5311         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5312         visiting the fcc file in rmail-mode.
5313
5314         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5315
5316 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * nnir.el: Silence the byte compiler.
5319
5320         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5321         alias to browse-url-url-encode-chars if any.
5322         (gnus-html-encode-url): Use it.
5323
5324 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325
5326         * gnus-start.el (gnus-use-backend-marks): New variable.
5327         (gnus-get-unread-articles-in-group): Use it.
5328
5329         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5330         makeover.
5331
5332 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5333
5334         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5335
5336 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5337
5338         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5339         Remove.
5340         (gnus-setup-news-hook):
5341         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5342
5343         * gnus-int.el (gnus-request-update-info): Protect against backends not
5344         having the function.
5345
5346         * nnimap.el (nnimap-stream): Mention starttls.
5347         (nnimap-open-connection): Add starttls support.
5348
5349 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5350
5351         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5352
5353 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5356         BODYSTRUCTUREs.
5357         (nnimap-transform-headers): Unfold quoted {42} headers.
5358
5359         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5360         the info.
5361         (gnus-get-unread-articles): Only call updatep on backends that support
5362         it.
5363
5364         * nnweb.el (nnweb-request-update-info): NOOP.
5365
5366         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5367
5368         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5369         since it only deals with marks.
5370
5371         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5372         gnus-request-marks, and make a new gnus-request-update-info.
5373
5374         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5375         the active instead of the high number, which is usually too low.
5376
5377 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5378
5379         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5380         * encrypt.el: Remove.
5381
5382 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5385         server in symbolic form.
5386
5387         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5388
5389 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5392         (nnimap-update-info): Fix up code slightly.
5393
5394         * gnus-int.el (gnus-open-server): Add tracing for performance
5395         debugging.
5396
5397         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5398         (gnus-group-insert-group-line): Pass the real group name so that it
5399         gets the right data.
5400
5401         * gnus-start.el (gnus-get-unread-articles): Don't have
5402         `gnus-get-unread-articles-in-group' update info, since that can be
5403         really slow and doesn't seem to be needed?
5404
5405 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5406
5407         * time-date.el (date-to-time): Try using parse-time-string first before
5408         using the slower timezone-make-date-arpa-standard.
5409
5410 2010-09-22  Julien Danjou  <julien@danjou.info>
5411
5412         * gnus-group.el (gnus-group-insert-group-line):
5413         Call gnus-group-highlight-line.
5414         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5415         default hook list.
5416         (gnus-group-update-eval-form): Add new function.
5417         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5418         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5419
5420 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5423         immediate, then expire all articles.
5424         (nnimap-update-info): Fix off-by-one errors.
5425         (nnimap-flags-to-marks): Would return no marks lists for group with no
5426         flags.  Instead return the other data.
5427
5428 2010-09-22  Julien Danjou  <julien@danjou.info>
5429
5430         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5431         Only return an icon.
5432         (gnus-group-insert-group-line): Compute icon to return.
5433
5434         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5435         (gnus-html-image-fetched): Only cache if
5436         gnus-html-image-automatic-caching is set.
5437         (gnus-html-image-fetched): Check for errors.
5438
5439 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5442         once per method on `g'.  This ensures that backends like nnfolder don't
5443         open all their folders.
5444
5445         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5446         (nnimap-request-list): Nix out group in the correct buffer.
5447         (nnimap-parse-flags): Implement by using `read' instead of
5448         hand-parsing.
5449         (nnimap-flags-to-marks): Pass on permanent-flags.
5450         (nnimap-make-process-buffer): Record the server name.
5451         (nnimap-parse-flags): Fix typo.
5452         (nnimap-request-scan): Run split on the server in general, not just a
5453         single group.
5454
5455         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5456         parameter, and propagate this downwards.
5457
5458         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5459         since EXAMINE changes it on the server.
5460
5461         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5462         this command might take a while.
5463
5464 2010-09-22  Julien Danjou  <julien@danjou.info>
5465
5466         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5467         harmful if you have 2 images side-by-side, they can't be properly
5468         update on text deletion.  Using text-property is safer here.
5469         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5470         data.
5471
5472 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * nnimap.el (nnimap-expunge-inbox): Remove.
5475         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5476         (nnimap-expunge): Flip default to t.
5477
5478         * gnus.el (gnus-method-to-server): Don't push things to the cache
5479         unless it's unique.
5480         (gnus-server-to-method): Ditto.
5481
5482 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5485
5486 2010-09-22  Julien Danjou  <julien@danjou.info>
5487
5488         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5489         get the start of data.
5490         (gnus-html-encode-url): Add this function to encode special chars in
5491         URL.
5492         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5493         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5494
5495         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5496         default.
5497         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5498
5499         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5500         images alt-text.
5501         (gnus-html-put-image): Put alt-text as help-echo.
5502
5503 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5506         * mm-util.el (mm-decompress-buffer)
5507         * nnir.el (nnir-run-find-grep)
5508         * pop3.el (pop3-list): Use 3rd arg of split-string.
5509
5510         * time-date.el (format-seconds): Comment fix.
5511
5512         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5513         and byte-optimize-form-code-walker.
5514         (dgnushack-make-auto-load): Don't advise make-autoload.
5515
5516         * lpath.el: Remove Emacs 21 stuff.
5517
5518 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5521         outside the active range.  Suggested by Dan Christensen.
5522
5523         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5524         slightly later to avoid double-getting it.
5525
5526         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5527         previous patch.
5528
5529         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5530
5531 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5532
5533         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5534
5535 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * gnus-int.el (gnus-open-server): Give a better error message in the
5538         "go offline" case.
5539
5540         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5541         marks for nnimap, which is seldom the right thing to do.
5542
5543         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5544         (gnus-same-method-different-name): New function.
5545
5546         * nnimap.el (parse-time): Require.
5547
5548         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5549         method in the presence of many similar methods.
5550
5551         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5552
5553         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5554         nnml-inhibit-expiry.
5555
5556         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5557         find out whether methods are equal.
5558
5559         * nnimap.el (nnimap-find-expired-articles): New function.
5560         (nnimap-process-expiry-targets): New function.
5561         (nnimap-request-move-article): Request the article before looking at
5562         what the Message-ID is.  Fix found by Andrew Cohen.
5563         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5564
5565         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5566         for oldness in addition to being a predicate.
5567
5568         * nnimap.el (nnimap-request-group): When we have zero articles, return
5569         the right data to Gnus.
5570         (nnimap-request-expire-articles): Only delete articles immediately if
5571         the target is 'delete.
5572
5573         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5574         method, this would bug out.
5575
5576         * gnus-group.el (gnus-group-expunge-group): Rename from
5577         gnus-group-nnimap-expunge, and implemented as a normal interface
5578         function.
5579
5580         * gnus-int.el (gnus-request-expunge-group): New function.
5581
5582         * nnimap.el (nnimap-request-create-group): Implement.
5583         (nnimap-request-expunge-group): New function.
5584
5585 2010-09-21  Julien Danjou  <julien@danjou.info>
5586
5587         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5588         (gnus-html-cache-expired): Add new function.
5589         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5590         wethever we should display image for fetch it.
5591         Compute alt-text earlier to pass it to the fetching function too.
5592         (gnus-html-schedule-image-fetching): Change function argument to only
5593         get one image at a time, not a list.
5594         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5595         cache.
5596         (gnus-html-get-image-data): New function to retrieve image data from
5597         cache.
5598         (gnus-html-put-image): Change buffer argument to use image data rather
5599         than file, and place image above region rather than inserting a new
5600         one.  Do not take alt-text as argument, since it's useless now: we place
5601         the image above alt-text.
5602         (gnus-html-prune-cache): Remove.
5603         (gnus-html-show-images): Start to fetch image when we find one, do not
5604         push into a temporary list.
5605         (gnus-html-prefetch-images): Only fetch image if they have expired.
5606         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5607         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5608
5609 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5612
5613 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5616         spec inser "*" if the group isn't active instead of 0.
5617
5618         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5619         opening the server.
5620         (nnimap-request-delete-group): Implement group deletion.
5621         (nnimap-transform-headers): Return the size of the entire message in
5622         the Bytes header, not just the size of the first part.
5623         (nnimap-request-move-article): When moving an article from nnimap,
5624         request the article first so the accepting form has an article to
5625         accept.  Reported by Dan Christensen.
5626         (nnimap-command): Make sure that the error message doesn't error out.
5627
5628 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5629
5630         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5631         we haven't requested anything.
5632
5633 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5636         "".  Fix found by Andrew Cohen.
5637
5638         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5639         instead of -encode-string.
5640
5641 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5644
5645         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5646         by mm-subst-char-in-string.
5647
5648 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5649
5650         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5651         waiting for the connection string.
5652
5653         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5654         arriving.
5655
5656         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5657         bogus characters.  This allows selecting certain Gmail groups.
5658
5659         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5660         (nnimap-fetch-partial-articles): New variable.
5661         (nnimap-open-connection): When looking for credentials, also use the
5662         nnimap-server-port.
5663         (nnimap-request-article): Return the group/article number, so that Gnus
5664         `^' works as expected.
5665         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5666
5667         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5668         comments.
5669         (gnus-methods-sloppily-equal): New function.
5670         (gnus): When using the development version of Gnus, load the gnus-load
5671         file.
5672
5673         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5674         `gnus-open-server' on each method before trying to scan them etc.
5675         This ensures that all the backend parameters are set correctly.
5676
5677         * nnimap.el (nnimap-authenticator): New variable.
5678         (nnimap-open-connection): Allow anonymous login.
5679         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5680         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5681
5682         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5683         patch, found by Knut Anders Hatlen.
5684
5685 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5686
5687         * gnus-agent.el (gnus-agent-batch-confirmation)
5688         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5689         to gnus-message.
5690         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5691         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5692         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5693         * gnus-int.el (gnus-open-server): Likewise.
5694         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5695         (gnus-score-check-syntax): Likewise.
5696         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5697         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5698         Likewise.
5699         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5700
5701 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5704         calling conventions so that prefetch doesn't bug out.
5705
5706 2010-09-19  Julien Danjou  <julien@danjou.info>
5707
5708         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5709         rather than `subst-char-in-region' in order to be able to replace ASCII
5710         char by UTF-8 ones.
5711
5712         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5713         than curl.
5714         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5715         the right URL and ALT text on images.
5716         (gnus-html-wash-tags): Fix tag case.
5717         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5718         (gnus-article-html): Add -o display_ins_del=2 option.
5719         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5720
5721 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5722
5723         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5724         the extra mail headers, which sometimes seem to happen for unknown
5725         reasons.
5726
5727         * mail-parse.el (mail-header-encode-parameter): Define as
5728         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5729         (or most, perhaps?) mail readers don't understand the latter, but do
5730         understand the former.
5731
5732         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5733         to nil, so that no methods are automatically agentized.  I think this
5734         is probably what most users want.
5735
5736         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5737         from url-retrieve, for instance about invalid URLs.
5738
5739         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5740         groups that have no articles.
5741         (nnimap-request-article): Check that we really got an article when we
5742         requested one.
5743
5744         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5745         doesn't exist.
5746
5747         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5748         nntp buffer so the agent can save it.
5749         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5750         that CRLF doesn't get translated to \n.
5751         (nnimap-open-connection): Don't make 'shell commands only send \n.
5752
5753 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5754
5755         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5756         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5757         Update var name.
5758         (nnml-generate-nov-file): Use dolist.
5759         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5760         Use with-current-buffer.
5761
5762 2010-09-18  Julien Danjou  <julien@danjou.info>
5763
5764         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5765         parallel.
5766
5767 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5770         the range update right.
5771         (nnimap-request-group): Don't make `M-g' bug out on group with no
5772         marks.
5773         (nnoo): Require, so that other packages can require nnimap.
5774         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5775         command we're looking for.  This helps when the server sends more
5776         responses after we've gotten everything we expected.
5777         (nnimap): Add a `newlinep' field to keep track of end-of-line
5778         conventions.
5779         Don't send CRLF to things that don't want it.
5780         (nnimap-request-accept-article): Ditto.
5781
5782 2010-09-18  Julien Danjou  <julien@danjou.info>
5783
5784         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5785         than curl to retrieve images.
5786
5787 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5790         the marks.
5791         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5792         (nnimap-wait-for-connection): New function.
5793         (nnimap-open-connection): If we have PREAUTH, don't query for login
5794         credentials.
5795         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5796         when doing a partial update.
5797
5798 2010-09-18  Julien Danjou  <julien@danjou.info>
5799
5800         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5801         tags.
5802
5803 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * nnimap.el (nnimap-credentials): New function.
5806         (nnimap-open-connection): Use the new function to look for credentials
5807         also on the numeric equivalents of "imap" and "imaps".
5808
5809         * gnus-start.el (gnus-activate-group): Send the info to
5810         gnus-request-group.
5811
5812         * nnimap.el (nnimap-request-group): Have the "check" version of the
5813         function parse flags and update the info, so that a `M-g' get a total
5814         resync of all flags from the group.
5815
5816         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5817         to allow backends to alter the info on group selection.  Also alter all
5818         the backend -request-group functions to take the parameter.
5819
5820         * nnimap.el (nnimap-store-info): New function.
5821         (nnimap-update-info): Store the info for later usage.
5822         (nnimap-request-group): Use the stored info for the dont-check case, so
5823         that we don't retrieve all marks when we enter a group.
5824
5825         * nnimap.el: Use deffoo instead of defun for interface functions.
5826
5827         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5828         update the group info.  This makes the nndraft groups, for instance, go
5829         back to their old behaviour.
5830
5831         * gnus-sum.el (gnus-select-newsgroup): Indent.
5832
5833         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5834         in.
5835         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5836         nothing.
5837
5838         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5839         from methods that are denied.
5840
5841         * gnus-int.el (gnus-method-denied-p): New function.
5842
5843         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5844         store the password instead of netrc.
5845         (nnimap-open-connection): Don't error out when we can't make a
5846         connections.
5847
5848         * auth-source.el (auth-source-create): In the password prompt, say what
5849         we're querying for.  Also prompt for user name if that hasn't been
5850         given.
5851
5852         * nnimap.el (nnimap-with-process-buffer): Remove.
5853
5854 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5857         method when we're reading from the agent.
5858
5859         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5860
5861         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5862         that's probably most useful for users.
5863
5864         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5865         "failed" all the time.
5866
5867         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5868         ...)) with (with-current-buffer ... ).
5869
5870         * nntp.el (nntp-open-server): Return whether the open was successful or
5871         not.
5872
5873         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5874         select an unread unseen article first.
5875
5876         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5877         /etc/services, supply some sensible port defaults.
5878
5879         * dgnushack.el: Define netrc-credentials.
5880
5881 2010-09-17  Julien Danjou  <julien@danjou.info>
5882
5883         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5884
5885 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5886
5887         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5888         doesn't have any parameters.
5889
5890 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891
5892         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5893         only upcased checks.
5894
5895         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5896
5897         * nnimap.el (nnimap-open-shell-stream): New function.
5898         (nnimap-open-connection): Use it.
5899         (nnimap-transform-headers): Get the number of lines in each message.
5900         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5901         number of lines.
5902         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5903         problem.
5904
5905         * utf7.el (utf7-encode): Autoload.
5906
5907         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5908         to allow the mail splitting to not return a default group.  This is
5909         useful for nnimap, which will leave unmatched mail in the inbox.
5910
5911         * nnimap.el: Rewritten.
5912
5913         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5914         nnimap usage.
5915
5916         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5917         if the move is internal, so that nnimap can do fast internal moves.
5918
5919         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5920         data.
5921         (gnus-read-active-for-groups): Support finishing the early retrieval of
5922         data.
5923
5924         * gnus-range.el (gnus-range-nconcat): New function.
5925
5926         * gnus-int.el (gnus-finish-retrieve-group-infos)
5927         (gnus-retrieve-group-data-early): New functions.
5928
5929 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5930
5931         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5932         (nnrss-retrieve-groups):
5933         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5934         (pop3-quit): Use with-current-buffer.
5935
5936 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5939         instead of nnheader-accept-process-output.
5940
5941         * dgnushack.el (dgnushack-compile): Add comment.
5942
5943         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5944
5945         * gnus-html.el (gnus-html-schedule-image-fetching)
5946         (gnus-html-prefetch-images): Replace process-kill-without-query by
5947         gnus-set-process-query-on-exit-flag.
5948
5949 2010-09-16  Romain Francoise  <romain@orebokech.com>
5950
5951         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5952
5953 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5954
5955         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5956         parameter to unintern is mandatory-ish in Emacs 24.
5957
5958         * gnus-html.el (gnus-html-schedule-image-fetching)
5959         (gnus-html-prefetch-images): Check for curl before using it.
5960
5961         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5962         depend on curl, which isn't essential.
5963
5964         * imap.el: Revert back to version
5965         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5966         seem problematic.
5967
5968 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5969
5970         * gnus-registry.el (gnus-registry-install-shortcuts):
5971         Explicitly pass `obarray' to `unintern' to avoid a warning.
5972
5973 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974
5975         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5976         change.
5977
5978         * nnrss.el (nnrss-request-list): Remove this function and related
5979         functions, including the moreover stuff.
5980
5981 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5982
5983         * nnrss.el (nnrss-retrieve-groups): New function.
5984
5985 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5986
5987         * .dir-locals.el: Add no-byte-compile cookie.
5988
5989 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * time-date.el (format-seconds): Comment fix.
5992
5993         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5994         for back end that doesn't support request-scan.
5995
5996 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5999         then do request scans from the backends.
6000
6001         * netrc.el (netrc-credentials): New conveniency function.
6002
6003         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6004         avoid running a hook per line, since this takes a lot of time,
6005         profiling shows.
6006         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6007         directly if gnus-visual-p is true.
6008
6009 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6012         groups; replace mapcar with dolist which is a bit faster; pass groups
6013         info to gnus-read-active-file-1.
6014         (gnus-read-active-file-1): Scan only specified groups if the new
6015         optional arg `infos' is given.
6016
6017 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018
6019         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6020
6021         * pop3.el (pop3-movemail): Remove.
6022         (pop3-streaming-movemail): Rename to pop3-movemail.
6023
6024         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6025         don't restrict end-tag searches to the end of the line.
6026
6027 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6030         articles of every unchecked group to t, which means unknown since the
6031         server has never been opened.
6032
6033 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6034
6035         * gnus-html.el (gnus-html-show-alt-text): New command.
6036         (gnus-html-browse-image): Ditto.
6037         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6038         to browse the image directly.
6039         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6040         better.
6041
6042         * gnus-async.el (gnus-async-article-callback):
6043         Call `gnus-html-prefetch-images' unconditionally.
6044
6045         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6046         before feeding URLs to curl.
6047
6048 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6051         internal images as deletable by `W D D'.
6052
6053         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6054         (gnus-async-article-callback): Fix typo.
6055
6056 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057
6058         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6059         current line to work around bugs in the output from w3m.
6060
6061         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6062         for groups that want that.
6063
6064         * nntp.el (nntp-wait-for-string): Supply a timeout for
6065         accept-process-output to ensure progress.
6066
6067         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6068         level to get unread articles from, then use that for foreign groups,
6069         too.
6070
6071         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6072         confuses the rest of the function.
6073
6074         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6075         for the methods that support -retrieve-groups, too.
6076
6077         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6078
6079 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6082         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6083
6084         * pop3.el: Require cl when compiling.
6085         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6086
6087 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6090         that aren't going to be activated.
6091         (gnus-get-unread-articles): Fix up the last commit.
6092
6093         * gnus-html.el (gnus-article-html): Allow calling without specifying
6094         the handle.  In that case, dissect the buffer first.
6095
6096         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6097
6098         * nnimap.el (nnimap-open-connection): Revert the change that would look
6099         into authinfo for imaps instead of imap.
6100
6101         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6102         say that you don't want to call gnus-request-group with don-check, but
6103         do check the reponse.  This is for virtual groups only.
6104         (gnus-get-unread-articles): Count the archive groups as secondary, so
6105         that they're activated the same way as before.
6106
6107         * imap.el (imap-message-map): Removed optional buffer parameter, since
6108         no callers use it.
6109         (imap-message-get): Ditto.
6110         (imap-message-put): Ditto.
6111         (imap-mailbox-map): Ditto.
6112         (imap-mailbox-put): Ditto.
6113         (imap-mailbox-get): Ditto.
6114         (imap-mailbox-get): Revert last change for this function.
6115
6116         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6117         case-insensitively.
6118         (nnimap-debug): Remove.
6119
6120         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6121         callers to use `imap-fetch' instead.  According to the comments, this
6122         should be safe, since all other IMAP clients use the 1:* syntax.
6123         (imap-enable-exchange-bug-workaround): Remove.
6124         (imap-debug): Remove -- doesn't seem very useful.
6125
6126         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6127         mail from a file, and the file doesn't exist.
6128
6129         * imap.el (imap-log): New convenience function used throughout instead
6130         of repeating the same code all over the place.
6131
6132         * pop3.el (pop3-streaming-movemail): Return t for success.
6133
6134         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6135         .authinfo if we're using ssl connection.
6136
6137         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6138         already have if we're in a main Gnus `g' run.
6139
6140         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6141
6142 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6145
6146         * nnmh.el (nnmh-request-list-1): Bind `file'.
6147
6148         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6149         alias to set-process-query-on-exit-flag or process-kill-without-query.
6150         (pop3-open-server): Use it.
6151
6152 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6153
6154         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6155         box to the Incoming file.  Fixes mistake in previous checkin.
6156
6157         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6158         request loop (for debugging purposes) removed.
6159
6160         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6161         culprit is more visible.
6162         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6163         (nnml-add-incremental-nov): New functions to do "incremental" nov
6164         updates, where we just append to the end of the existing nov files
6165         without reading/writing them in full.
6166
6167         * mail-source.el (mail-source-delete-crash-box): Really only check the
6168         incoming files once in a while.
6169
6170         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6171
6172         * mail-source.el (mail-source-delete-crash-box): Only check the
6173         incoming files for deletion once per day to save a lot of file
6174         accesses.
6175
6176         * pop3.el (pop3-logon): Fix up unbound variable typo.
6177
6178         * mail-source.el (pop3-streaming-movemail): Autoload.
6179
6180         * pop3.el (pop3-streaming-movemail):
6181         Respect pop3-leave-mail-on-server.
6182
6183         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6184         retrieval.
6185
6186         * pop3.el (pop3-process-filter): Remove unused function.
6187         (pop3-streaming-movemail, pop3-send-streaming-command)
6188         (pop3-wait-for-messages, pop3-write-to-file)
6189         (pop3-number-of-responses): New functions for streaming pop3
6190         retrieval.
6191
6192         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6193         come from no known methods.
6194         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6195         list.
6196
6197         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6198         message sizes.
6199         (pop3-movemail): Use erase-buffer instead of looping and deleting
6200         regions, which seems rather odd.
6201
6202         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6203         file once per `g' run.
6204
6205         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6206         directories.  This makes the draft queue directory work.
6207
6208         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6209         data from the backends, so that we only request the list of groups from
6210         each method once.  This should speed things up considerably.
6211
6212         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6213         detect that it's not implemented.
6214
6215         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6216         we actually do recurse down into the tree, but don't stat all leaf
6217         nodes.
6218
6219         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6220         then say so instead of bugging out.
6221
6222         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6223         files exist before trying to read them.
6224
6225         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6226         around <pre_int>.
6227
6228         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6229
6230         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6231
6232 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6233
6234         * mm-util.el (mm-image-load-path): Just return the image directories,
6235         not all directories in the path in addition to the image directories.
6236         (mm-image-load-path): Maintain a cache of the image directories so that
6237         the `g' command in Gnus doesn't have to stat dozens of directories each
6238         time.
6239
6240         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6241         (gnus-html-wash-tags): Add a new `i' command to insert images.
6242         (gnus-html-insert-image): New command and keystroke.
6243         (gnus-html-redisplay-with-images): New command and keystroke.
6244         (gnus-html-show-images): Rename command.
6245         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6246         spacers.
6247         (gnus-html-wash-tags): Decode entities at the end, so that entities
6248         inside the tags don't mess up the rest of the "parsing".
6249
6250         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6251         so that nnimap methods aren't agentized by default.  There's apparently
6252         many problems related to agent/imap behaviour.
6253
6254         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6255
6256         * gnus-html.el: Doc fix.
6257
6258 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6261         specifier-spec-list for Emacs 21.
6262
6263         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6264         glyph-width and glyph-height instead of display-graphic-p and
6265         image-size; make avoidance of displaying small images work for XEmacs.
6266
6267         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6268         for XEmacs.
6269
6270         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6271         of symbol that holds plist data.
6272         (gnus-process-plist): Remove plist of process after getting it.
6273
6274 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * message.el (message-generate-hashcash): Change default to
6277         'opportunistic if hashcash is installed.
6278
6279         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6280         (gnus-html-put-image): Only call image-size once, since it's somewhat
6281         time-consuming on remote X servers.
6282
6283 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6286         type on data, not a file name.
6287
6288         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6289         window-pixel-edges for Emacs 21.
6290
6291         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6292         decoded contents.
6293         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6294
6295 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6298         group line format, since it isn't very interesting.
6299
6300         * gnus-agent.el (gnus-agent-short-article),
6301         (gnus-agent-long-article): Increase values for these two variables,
6302         since most people are likely to have more network connection and
6303         storage than before.
6304
6305         * gnus.el (gnus-refer-article-method): Change default to 'current.
6306         When referring an article, the common behaviour is to refer it from the
6307         current select method, not the native select method.  The chances of
6308         the native select method having the message in question is rather slim
6309         these days.
6310
6311         * gnus-sum.el (gnus-auto-select-subject): Change default to
6312         `unseen-or-unread'.  I think it's likely that most people want to
6313         select an unseen article over a previously seen, but unread one.
6314
6315         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6316         means that in the article buffer none of the minor mode elements will
6317         be shown, usually, and this is not desirable in most cases.
6318
6319         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6320         that commands like `d' (and the like) go to the next line in the
6321         buffer, instead of the next unread article.  I think this is the
6322         behaviour that is most natural for most users.
6323         (gnus-single-article-buffer): Change default to nil, so that people can
6324         have as many article buffers open as they have summary buffer.  I think
6325         this is the most natural way for the groups to behave.
6326
6327         * message.el (message-generate-new-buffers): Change default to
6328         `unsent', so that all new message buffers start their names with the
6329         string "*unsent", and it's easier to find the buffers if you move from
6330         them.
6331
6332 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6335         small.  They're probably tracking images.
6336         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6337         (gnus-html-rescale-image): Yet another try at getting the image sizing
6338         right.
6339
6340         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6341         nntp-marks-file-name is nil.
6342
6343 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * gnus-html.el (gnus-html-wash-tags)
6346         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6347         Better logging.
6348
6349 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6352
6353         * gnus-html.el (gnus-html-wash-tags): Check the value of
6354         gnus-blocked-images in the summary buffer.
6355
6356 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6359
6360 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6361
6362         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6363         like "a", it seems like.
6364         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6365         since it needs to be picked from the correct buffer.
6366
6367         * nnwfm.el: Remove.
6368
6369         * nnlistserv.el: Remove.
6370
6371 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6372
6373         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6374         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6375
6376 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * nnkiboze.el: Remove.
6379
6380         * nndb.el: Remove.
6381
6382         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6383         alt text.
6384         (gnus-html-rescale-image): Try to get the rescaling logic right for
6385         images that are just wide and not tall.
6386
6387         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6388         overshadow variable bindings.
6389
6390 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6391
6392         * gnus-html.el (gnus-html-wash-tags)
6393         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6394         Add extra logging.
6395
6396 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6399         (gnus-max-image-proportion): New variable.
6400         (gnus-html-rescale-image): New function.
6401         (gnus-html-put-image): Rescale images.
6402
6403 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6404
6405         Fix up some byte-compiler warnings.
6406         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6407         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6408         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6409         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6410         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6411         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6412         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6413
6414 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * gnus-html.el (gnus-article-html): Decode contents by charset.
6417
6418 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6421         (gnus-html-frame-width, gnus-blocked-images)
6422         * message.el (message-prune-recipient-rules): Add custom version.
6423         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6424
6425         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6426         functions.
6427
6428         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6429         gnus-process-get.
6430
6431 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6432
6433         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6434         instead of lsub directly.
6435
6436 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437
6438         * nnwarchive.el: Remove.
6439
6440         * gnus-soup.el: Remove.
6441
6442         * nnsoup.el: Remove.
6443
6444         * nnultimate.el: Remove.
6445
6446         * gnus-html.el (gnus-blocked-images): New variable.
6447
6448         * message.el (message-prune-recipients): New function.
6449         (message-prune-recipient-rules): New variable.
6450
6451         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6452         guess whether a long line is natural text or not.
6453
6454         * gnus-html.el (gnus-html-schedule-image-fetching):
6455         Use gnus-process-plist and friends for compatibility.
6456
6457 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6458
6459         * gnus-html.el: Require packages that define macros used in this file.
6460         (gnus-article-mouse-face): Declare to silence byte-compiler.
6461         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6462         process-get.
6463         (gnus-html-put-image): Use plist-get to avoid getf.
6464         (gnus-html-prefetch-images): Use with-current-buffer.
6465
6466 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-ems.el: Provide compatibility functions for
6469         gnus-set-process-plist.
6470
6471         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6472         header-line-format for XEmacs 21.4.
6473
6474         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6475         * gnus.el (gnus-valid-select-methods)
6476         * message.el (message-send-mail-partially-limit)
6477         * mm-decode.el (mm-text-html-renderer)
6478         * mml.el (mml-insert-mime-headers-always)
6479         * smiley.el (smiley-regexp-alist): Bump custom version.
6480
6481 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6482
6483         * gnus-html.el: require mm-url.
6484         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6485         with the url to `url'.
6486         (gnus-html-wash-tags): Support cid: URLs/images.
6487
6488 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6489
6490         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6491         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6492         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6493
6494         * gnus-move.el: Remove file, since it doesn't really work.
6495
6496         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6497         UTF-8.  This seems to fix problems with some German web feeds.
6498
6499         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6500         at the top so that the proper colours are applied.
6501
6502         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6503         don't have dots in their names.
6504
6505         * gnus-art.el (gnus-article-view-part): Doc fix.
6506
6507         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6508         XEmacs-compatible.
6509         (gnus-html-put-image): Don't do images on non-graphic displays.
6510
6511         * nnslashdot.el: Remove this unused backend.
6512
6513         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6514         actions.
6515         (gnus-undo-register-1): Revert last change.
6516
6517         * gnus-group.el (gnus-group-completing-read): Protect against not
6518         having completion-styles bound.
6519
6520         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6521         make broken recipients happier.
6522
6523         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6524
6525         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6526         point parameter.
6527
6528         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6529
6530         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6531         completion-styles for group selection.
6532
6533 2009-02-04  Andreas Schwab  <schwab@suse.de>
6534
6535         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6536         headers and regexp-quote the match if necessary.
6537
6538 2009-03-24  Miles Bader  <miles@gnu.org>
6539
6540         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6541         the blinking smiley.
6542
6543 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6544
6545         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6546         blink smiley.
6547
6548 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6551         where the dribbel file lives exists.
6552
6553         * message.el (message-send-mail-partially-limit): Change the default to
6554         nil, since most people don't want this.
6555
6556         * mm-url.el (mm-url-decode-entities): Also decode entities like
6557         &#x3212.
6558
6559 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6560
6561         * gnus-sum.el (gnus-summary-idna-message):
6562         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6563         Hyperlink urls in docstrings with URL `...'.
6564
6565 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6566
6567         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6568         functions.
6569
6570 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6573         say what the mouseover text should be.
6574
6575         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6576         version of the mm-w3m-safe-url-regexp variable to only download images
6577         in the groups where we want that to happen.
6578
6579         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6580
6581         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6582         easier debugging.
6583         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6584         big pictures in the article buffer.
6585
6586         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6587         gnus-article-html.
6588         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6589         w3m.
6590
6591         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6592
6593 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6594
6595         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6596         which doesn't exist.
6597
6598         * message.el (message-inhibit-ecomplete): New variable to allow some
6599         function to inhibit ecomplete address storage.
6600         (message-resend): Disable ecomplete message storage when resending
6601         messages.
6602
6603         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6604
6605 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6608         Save excursion while copying, moving, and deleting articles in order to
6609         prevent the cursor from jumping to unforeseen place.
6610
6611 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * lpath.el: No need to bind bookmark-current-buffer,
6614         bookmark-yank-point and bookmark-make-record-function.
6615
6616 2010-08-17  Glenn Morris  <rgm@gnu.org>
6617
6618         * gnus-sync.el: Require gnus components whose functions are used.
6619
6620         * gnus-art.el (bookmark-make-record-function):
6621         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6622         Declare for compiler.
6623
6624         * mm-url.el (mml-compute-boundary): Autoload.
6625
6626 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6629
6630 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         Typo fix "hoo4a" -> "hook".
6633
6634         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6635
6636 2010-08-14  Glenn Morris  <rgm@gnu.org>
6637
6638         * gnus-sync.el (gnus-sync): Fix defgroup version.
6639
6640 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6643
6644         * gnus-sync.el: Fix docs.
6645         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6646         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6647
6648 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         Optimizations for gnus-sync.el.
6651
6652         * gnus-sync.el: Add docs about gnus-sync-backend
6653         possibilities.
6654         (gnus-sync-save): Remove unnecessary message.
6655         (gnus-sync-read): Optimize and show what groups were skipped.
6656
6657 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6658
6659         Minor bug fixes for gnus-sync.el.
6660
6661         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6662         Don't read the sync on get-new-news.
6663
6664         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6665         quiet.
6666
6667         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6668         (fix typo).
6669
6670 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6671
6672         Make saving and restoring of hidden threads work with overlays.
6673         Patch applied by Ted Zlatanov.
6674
6675         * gnus-sum.el (gnus-hidden-threads-configuration)
6676         (gnus-restore-hidden-threads-configuration): Update to deal with text
6677         properties, rather than searching for a magic character.
6678
6679 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6680
6681         New gnus-sync.el library for synchronization of marks.
6682
6683         * gnus-sync.el: New library for synchronization of marks.
6684
6685         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6686         renamed from `gnus-registry-grep-in-list'.
6687
6688         * gnus-registry.el (gnus-registry-follow-group-p):
6689         Use `gnus-grep-in-list'.
6690
6691         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6692
6693 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6696         determining charset of text fails.
6697
6698 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * nnmail.el (nnmail-get-new-mail-1): Revert.
6701
6702         * nnml.el (nnml-active-number): Make sure names of newly created groups
6703         in nnml-group-alist are encoded.
6704
6705 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6708         containing non-ASCII characters in active file for nnml back end.
6709
6710 2010-07-24  David Engster  <dengste@eml.cc>
6711
6712         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6713         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6714
6715 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6716
6717         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6718         tag (Bug#6654).
6719
6720 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6723         the article buffer, not the summary buffer.
6724
6725 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6728         Emacs 23 as well.
6729
6730 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6733         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6734
6735 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6736
6737         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6738         Patch applied by Karl Fogel.
6739
6740         * gnus-sum.el (gnus-summary-bookmark-make-record):
6741         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6742
6743 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6744
6745         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6746         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6747         C-w still not working correctly from Article buffers; Thierry's
6748         patch to fix that will be applied after this.
6749
6750         * gnus-art.el (bookmark-make-record-function): New local variable.
6751
6752         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6753         article buffer.
6754         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6755
6756 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6757
6758         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6759         on changes in bookmark.el.
6760
6761 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6764         `no-log' instead of message not to log prompt string.
6765
6766 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6767
6768         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6769         the *other* type of HTML form submission.
6770
6771 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6772
6773         * auth-source.el (auth-source-pick): If choice does not contain a
6774         questioned keyword, set the check to t.
6775
6776 2010-06-12  Romain Francoise  <romain@orebokech.com>
6777
6778         * gnus-util.el (gnus-date-get-time): Move up before first use.
6779
6780 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6783         (gnus-article-edit-part): Bind it to make last part that is substituted
6784         or deleted visible.
6785         (gnus-mime-display-single): Buttonize part of which id equals to
6786         gnus-mime-buttonized-part-id.
6787
6788 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6789
6790         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6791         (gnus-dd-mmm): Use gnus-date-get-time.
6792         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6793         simplify logic.
6794         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6795         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6796
6797 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6798
6799         * auth-source.el (top): Autoload `secrets-list-collections',
6800         `secrets-create-item', `secrets-delete-item'.
6801         (auth-sources): Fix tag string.
6802         (auth-get-source, auth-source-retrieve, auth-source-create)
6803         (auth-source-delete): New defuns.
6804         (auth-source-pick): Rewrite in order to avoid 2 passes.
6805         (auth-source-forget-user-or-password): New parameter USERNAME.
6806         (auth-source-user-or-password): New parameters CREATE-MISSING and
6807         DELETE-EXISTING.  Retrieve password interactively, if needed.
6808
6809 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6810
6811         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6812         deleting unused directories when gnus-expert-user is t.
6813
6814 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6817         for each temp file when gnus-article-browse-delete-temp is ask.
6818
6819 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6820
6821         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
6822         Replace Lisp calls to delete-backward-char by calls to delete-char.
6823
6824 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6825
6826         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6827
6828 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6829
6830         * password-cache.el (password-cache-remove): Fix docstring.
6831
6832 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6835         article unless decoding article to be saved.
6836
6837 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6840         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6841         generated within the mm-with-unibyte-current-buffer macro.
6842
6843 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6846         to nil when we're in a mml-preview buffer and no group is selected.
6847
6848 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6849
6850         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6851         when catching the `C-g'.  Reported by "Leo".
6852
6853 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * message.el (message-forward-make-body-plain)
6856         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6857         multibyte-string-p.
6858
6859         * lpath.el: Revert.
6860
6861 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * message.el (message-forward-make-body-mml): Assume original message
6864         is multibyte string; error on unibyte.
6865         (message-forward-make-body-plain): Ditto; don't add excessive newline
6866         in body end.
6867
6868         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6869
6870 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6871
6872         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6873         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6874
6875 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * mm-extern.el (mm-extern-url): Don't use
6878         mm-with-unibyte-current-buffer.
6879         (mm-extern-cache-contents): Use with-current-buffer instead of
6880         save-excursion + set-buffer.
6881
6882 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * mm-util.el (mm-emacs-mule): Remove.
6885
6886 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6887
6888         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6889         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6890         change.
6891
6892 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6895         bind the default value of enable-multibyte-characters to nil.
6896
6897 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * message.el (message-forward-make-body-plain)
6900         (message-forward-make-body-mml):
6901         Don't use mm-with-unibyte-current-buffer.
6902
6903 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6904
6905         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6906
6907 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6908
6909         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6910         (Bug#5592).
6911
6912 2010-05-07  Julien Danjou  <julien@danjou.info>
6913
6914         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6915         it to mm-pipe-part.
6916
6917         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6918         it is given.
6919
6920 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * binhex.el (binhex-decode-region-internal)
6923         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6924         (dns-query)
6925         * nnweb.el (nnweb-gmane-search)
6926         * pgg-parse.el (pgg-parse-armor)
6927         * pgg.el (pgg-verify-region)
6928         * sha1.el (sha1-string-external)
6929         * uudecode.el (uudecode-decode-region-internal)
6930         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6931         XEmacs.
6932
6933         * gnus-art.el (gnus-article-browse-html-parts)
6934         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6935         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6936         make-temp-file.
6937
6938         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6939         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6940         compiling.
6941
6942         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6943         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6944         XEmacs when compiling.
6945
6946         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6947         gnus-pick-mode-off-hook for XEmacs when compiling.
6948         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6949         gnus-binary-mode-off-hook for XEmacs when compiling.
6950
6951         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6952         Return nil if char-charset is not available.
6953
6954         * imap.el (imap-disable-multibyte)
6955         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6956         macros.
6957
6958         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6959         instead of encode-coding-string.
6960
6961         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6962         'xemacs) instead of mm-emacs-mule to switch function definitions.
6963         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6964
6965         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6966         bind temporary-file-directory for XEmacs;
6967         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6968         timer-set-function for XEmacs 21.4 and SXEmacs;
6969         bind timer-list for XEmacs 21.4 and SXEmacs;
6970         fbind char-charset and find-charset-region for non-Mule XEmacs;
6971         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6972         encode-coding-region and encode-coding-string for XEmacs having no
6973         file-coding feature.
6974
6975 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6976
6977         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6978
6979 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6982         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6983
6984 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6985
6986         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6987         alias `jka-compr-delete-temp-file' no longer exists.
6988
6989 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6990
6991         Use define-minor-mode in Gnus where applicable.
6992         * mml.el (mml-mode): Use define-minor-mode.
6993         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6994         (gnus-undo-mode): Use define-minor-mode.
6995         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6996         (gnus-dead-summary-mode): Use define-minor-mode.
6997         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6998         Initialize in declaration.
6999         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7000         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7001         (gnus-mailing-list-mode): Use define-minor-mode.
7002         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7003         (gnus-draft-mode): Use define-minor-mode.
7004         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7005         (gnus-dired-mode): Use define-minor-mode.
7006
7007 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7008
7009         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7010         handles on recursive mml-to-mime translation and check them for
7011         boundary delimiter collisions.  Reported by Greg Troxel.
7012
7013 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7016
7017 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7018
7019         * mm-util.el (mm-find-buffer-file-coding-system):
7020         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7021
7022 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7023
7024         * message.el (message-generate-headers): Record insertion of optional
7025         headers as well.  Otherwise the check to prevent repeated insertion of
7026         optional headers is a no-op.
7027
7028 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7029
7030         * smime.el: Don't mention CVS.
7031
7032         * nnrss.el (nnrss-fetch): Don't mention CVS.
7033
7034         * nnir.el: Don't mention CVS.
7035
7036 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7037
7038         * gnus-sum.el (gnus-summary-bookmark-make-record):
7039         Add `location' field.
7040
7041 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * lpath.el: Fbind bookmark-default-handler,
7044         bookmark-get-bookmark-record, bookmark-make-record-default,
7045         bookmark-prop-get for Emacs <23 and XEmacs.
7046
7047 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7048
7049         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7050         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7051         Use with-current-buffer to silence the byte-compiler.
7052         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7053         bother to require `gnus'.
7054         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7055
7056 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7057
7058         * gnus-sum.el (gnus-summary-bookmark-make-record)
7059         (gnus-summary-bookmark-jump): New functions.
7060         (gnus-summary-mode): Setup bookmark support.
7061
7062 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7063
7064         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7065         if set.
7066
7067 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7070         gnus-article-browse-html-save-cid-image; make it work recursively for
7071         forwarded messages as well.
7072         (gnus-article-browse-html-parts): Work when prefix arg is given.
7073         (gnus-article-browse-html-article): Doc fix.
7074
7075 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7076
7077         * message.el (message-default-mail-headers):
7078         (message-default-headers): Carry the value mail-default-headers over
7079         into message-default-mail-headers, rather than message-default-headers.
7080
7081 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7082
7083         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7084         charset.
7085
7086         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7087         charset into the <meta> tag when the article is encoded to utf-8.
7088
7089 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-art.el (gnus-article-browse-delete-temp-files):
7092         Delete directories as well.
7093         (gnus-article-browse-html-parts): Work for images that do not specify
7094         file names; delete temp directory when quitting; insert header at the
7095         right place; use file: scheme for image files.
7096
7097 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7098
7099         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7100         (gnus-article-browse-html-parts): Use it to make temporary cid image
7101         files in addition to html file so that browser may display them.
7102
7103 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7106
7107 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7108
7109         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7110
7111 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7112
7113         * auth-source.el (auth-sources): Change default to be simpler.
7114         Explain about Secret Service API sources.  Improve Customize options.
7115         (auth-source-pick): Change to accept any number of search parameters.
7116         Implement fallbacks iteratively, not recursively.  Add scoring on the
7117         second pass and sort by score.  Call Secret Service API when needed.
7118         (auth-source-user-or-password): Use it.  Call Secret Service API
7119         directly when needed to get the user name and the password.
7120
7121 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7122
7123         * message.el (message-interactive): Doc fix.
7124         (message-qmail-inject-args): Reflow.
7125         (message-kill-to-signature): Fix typo in docstring.
7126
7127         * smiley.el (smiley-buffer): Fix typo in docstring.
7128
7129 2010-03-24  Glenn Morris  <rgm@gnu.org>
7130
7131         * mail-source.el (gnus-message): Declare.
7132         (mail-source-delete-old-incoming): Require gnus-util.
7133
7134 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7137
7138         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7139
7140         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7141         password-cache's default if it is not bound.
7142         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7143         password-cache-expiry's default if it is not bound.
7144
7145         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7146         available in Emacs 21.
7147
7148         * lpath.el: Suppress compiler warnings for:
7149         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7150         XEmacs;
7151         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7152         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7153         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7154
7155 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7156
7157         * auth-source.el (auth-sources): Fix up definition so extra parameters
7158         are always inline.
7159
7160 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7161
7162         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7163         wasn't updated after mismatch.  Clear cached mailbox info correctly
7164         when uidvalidity changes.
7165         (nnimap-group-prefixed-name): New function to avoid some code
7166         duplication.
7167         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7168         (nnimap-request-group): Use it.
7169         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7170         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7171         with many imap folders.  This is done by caching the group status from
7172         the imap server persistently in a group parameter `imap-status'.  (This
7173         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7174         but not persistently, so every Gnus startup was still very slow.)
7175
7176 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7177
7178         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7179         delete the extra newline.  Otherwise editing of :string and :number
7180         types don't work.
7181
7182 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7185         secrets.el dependency.
7186         (auth-sources): Add optional user name.  Add secrets.el configuration
7187         choice (unused right now).
7188
7189 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7190
7191         * gnus-sum.el (gnus-summary-make-menu-bar):
7192         Let `gnus-registry-install-shortcuts' fill in the functions.
7193
7194         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7195         warnings.
7196         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7197         (gnus-registry-install-shortcuts): Populate and use it in a
7198         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7199
7200 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7201
7202         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7203         In-place substitutions for the group name encoding/decoding.
7204         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7205         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7206         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7207         (nnimap-update-unseen, nnimap-request-list)
7208         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7209         (nnimap-request-set-mark, nnimap-split-to-groups)
7210         (nnimap-split-articles, nnimap-request-newgroups)
7211         (nnimap-request-create-group, nnimap-request-accept-article)
7212         (nnimap-request-delete-group, nnimap-request-rename-group)
7213         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7214         `encoded-mbx' for consistency.
7215         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7216         variable `imap-current-mailbox'.
7217
7218         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7219         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7220
7221 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7222
7223         * pop3.el (pop3-display-message-size-flag): Display message size byte
7224         counts during POP3 download.
7225         (pop3-movemail): Use it.
7226         (pop3-list): Implement listing of available messages.
7227
7228 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7229
7230         * nnir.el (nnir-get-article-nov-override-function): New function to
7231         override the normal NOV retrieval.
7232         (nnir-retrieve-headers): Use it.
7233
7234 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7235
7236         * auth-source.el (netrc-machine-user-or-password): Autoload.
7237
7238 2010-03-19  Glenn Morris  <rgm@gnu.org>
7239
7240         Stop message.el from loading about 40 libraries it doesn't always need.
7241         The general approach is to autoload rather than require, and to
7242         require in the specific functions rather than the file.  (Bug#5642)
7243
7244         * gmm-utils.el: Don't require wid-edit.
7245         (widget-create-child-value, widget-convert, widget-default-get):
7246         Autoload.
7247
7248         * gnus-util.el: Don't require time-date, netrc.
7249         (message-fetch-field, gnus-group-name-decode): Declare rather than
7250         autoloading.
7251         (gnus-fetch-field): Require message.
7252         (gnus-decode-newsgroups): Require gnus-group.
7253
7254         * ietf-drums.el: Don't require time-date.
7255
7256         * message.el: Don't require hashcash, canlock, ecomplete.
7257         Do require mail-utils.  Require nnheader only when compiling.
7258         (smtpmail-default-smtp-server): Remove declaration.
7259         (message-send-mail-function): Check smtpmail-default-smtp-server
7260         is bound rather than requiring smtpmail.
7261         (message-auto-save-directory, message-insert-signature):
7262         Use expand-file-name rather than nnheader-concat.
7263         (nnheader-insert-file-contents): Autoload.
7264         (hashcash-wait-async): Declare.
7265         (message-send-mail): Only call gnus-setup-posting-charset if
7266         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7267         (message-send-mail-with-sendmail): Require sendmail.
7268         (canlock-password, canlock-password-for-verify): Declare.
7269         (message-canlock-password): Require canlock.
7270         (nnheader-get-report): Autoload.
7271         (gnus-setup-posting-charset): Declare.
7272         (message-send-news): Require gnus-msg.
7273         (message-make-references, message-make-in-reply-to): Use mail-header-id
7274         rather than the alias mail-header-message-id.
7275         (ecomplete-add-item, ecomplete-save): Declare.
7276         (message-put-addresses-in-ecomplete): Require ecomplete.
7277         (ecomplete-display-matches): Autoload.
7278
7279         * mm-decode.el: Don't require mailcap, gnus-util.
7280         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7281         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7282         Autoload.
7283         (mailcap-mime-extensions): Declare.
7284
7285         * mm-encode.el: Don't require mailcap.
7286         (mailcap-extension-to-mime): Autoload.
7287
7288         * mml-sec.el: Don't require password-cache.
7289
7290         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7291         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7292         (mml-minibuffer-read-type): Require mailcap.
7293         (mml-preview): Require gnus-msg.
7294
7295         * mml1991.el: Require password-cache.
7296         (password-cache-expiry): Remove declaration.
7297
7298         * mml2015.el: Require password-cache.
7299         (password-cache-expiry): Remove declaration.
7300
7301         * nneething.el (mailcap): Require mailcap.
7302
7303         * nnheader.el (declare-function): Add compatibility stub.
7304         (message-remove-header): Declare rather than autoload.
7305         (nnheader-replace-header): Require message.
7306
7307         * nnimap.el (declare-function): Add compatibility stub.
7308         (netrc-parse, netrc-machine-user-or-password): Declare.
7309         (nnimap-open-connection): Require netrc.
7310
7311         * nntp.el (declare-function): Add compatibility stub.
7312         (netrc-parse, netrc-machine, netrc-get): Declare.
7313         (nntp-send-authinfo): Require netrc.
7314
7315         * rfc2047.el: Don't require qp.
7316         (quoted-printable-encode-region, quoted-printable-decode-string):
7317         Autoload.
7318
7319         * sieve-mode.el: Don't require easymenu.
7320         (easy-menu-add-item): Autoload it.
7321
7322         * spam-stat.el (time-to-number-of-days): Autoload it.
7323
7324 2010-03-19  Glenn Morris  <rgm@gnu.org>
7325
7326         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7327
7328 2010-03-18  Glenn Morris  <rgm@gnu.org>
7329
7330         * hashcash.el (declare-function): Remove duplicate definition.
7331
7332 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7333
7334         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7335         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7336         value if any backslash escapes).
7337
7338 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7341         if it is available.  (bug#5647)
7342
7343         * lpath.el: Suppress compiler warning for coding-system-from-name for
7344         Emacs 21 and XEmacs.
7345
7346 2010-03-14  Juri Linkov  <juri@jurta.org>
7347
7348         * hmac-def.el:
7349         * hmac-md5.el:
7350         * netrc.el: Fix keywords.
7351
7352 2010-02-26  Glenn Morris  <rgm@gnu.org>
7353
7354         * message.el (message-send-mail-function): Change the default, so that
7355         it inherits from a customized send-mail-function.  (Bug#5643)
7356
7357 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7358
7359         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7360         shell-command-to-string signals an error (bug#5299).
7361
7362 2010-02-24  Glenn Morris  <rgm@gnu.org>
7363
7364         * message.el (message-smtpmail-send-it)
7365         (message-send-mail-with-mailclient): Doc fixes.
7366
7367 2010-02-16  Glenn Morris  <rgm@gnu.org>
7368
7369         * message.el (message-default-mail-headers): Change the default value
7370         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7371
7372 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7375         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7376
7377 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7378
7379         * time-date.el (date-to-time): Doc fix (Bug#5408).
7380
7381 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7382
7383         * message.el (message-mail): Just pass yank-action on to message-setup.
7384         (message-setup): Handle (FUN . ARGS) form of yank-action.
7385         (message-with-reply-buffer, message-widen-reply)
7386         (message-yank-original): Handle non-buffer values of
7387         message-reply-buffer (Bug#4080).
7388         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7389
7390 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7391
7392         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7393         Fix typo in docstring.
7394
7395 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7396
7397         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7398         response.
7399
7400 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7403
7404         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7405
7406         * message.el (message-check-news-header-syntax): Protect against a
7407         string that `rfc822-addresses' returns when parsing fails.
7408
7409 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7412         (gnus-previous-char-property-change): New functions.
7413
7414         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7415
7416 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7417
7418         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7419         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7420
7421 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7422
7423         * message.el (message-exchange-point-and-mark): Rework last change to
7424         avoid using optional arg of exchange-point-and-mark, for backward
7425         compatibility.
7426
7427 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7428
7429         * message.el (message-exchange-point-and-mark):
7430         Call exchange-point-and-mark with an argument rather than setting
7431         mark-active by hand (Bug#5175).
7432
7433 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * nntp.el (nntp-service-to-port): Work for service expressed with
7436         numeric string; replace [:digit:] with [0-9] for XEmacs.
7437
7438 2009-12-17  Glenn Morris  <rgm@gnu.org>
7439
7440         * gnus-group.el (gnus-bug-group-download-format-alist):
7441         Change emacs entry to debbugs.gnu.org.  Bump :version.
7442
7443 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7444
7445         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7446
7447 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * message.el (message-info): Explain why we use `Info-goto-node'.
7450
7451 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7454
7455 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7456
7457         * message.el (message-completion-in-region): New compatibility function.
7458         (message-expand-group): Use it.
7459
7460 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7463         with no unread article should be listed if the 2nd arg `predicate' is
7464         given.
7465
7466 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7469
7470 2009-11-29  Juri Linkov  <juri@jurta.org>
7471
7472         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7473         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7474         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7475
7476 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7477
7478         * sha1.el (sha1-string-external): default-directory "/" in case
7479         otherwise non-existent.  process-connection-type pipe for touch of
7480         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7481
7482 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7483
7484         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7485         it's comms related and sgml-mode.el has "comm" on that basis too.
7486
7487 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7490         containing tspecial characters if they have been already quoted.
7491
7492 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7493
7494         * dns-mode.el (auto-mode-alist): Purecopy string.
7495
7496 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7497
7498         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7499
7500 2009-10-24  Glenn Morris  <rgm@gnu.org>
7501
7502         * gnus-art.el (help-xref-stack-item): Define for compiler.
7503
7504 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7505
7506         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7507
7508 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7511
7512 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7515         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7516
7517 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7520         (gnus-overlays-in): New alias to overlays-in.
7521
7522         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7523         gnus-overlay-get, and gnus-delete-overlay.
7524         (gnus-summary-show-thread): Make it work as well for systems in which
7525         next-single-char-property-change is not available.
7526         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7527
7528         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7529         (gnus-overlay-get): New alias to extent-property.
7530         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7531
7532         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7533         SXEmacs.
7534
7535         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7536         SXEmacs.
7537
7538 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7541
7542 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7543
7544         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7545         and XEmacs that don't have `remove-overlays'.
7546
7547 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7548
7549         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7550         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7551         selective display.  Use overlays instead.
7552
7553 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7554
7555         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7556
7557 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7558
7559         * spam-stat.el (spam-stat-load): Fix typo in message.
7560
7561 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7562
7563         * dig.el (dig-invoke): Fix typo in docstring.
7564         (query-dig): Reflow docstring.
7565
7566 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7567
7568         * gnus-art.el (gnus-article-encrypt-body):
7569         * message.el (message-check-recipients):
7570         * mm-util.el (mm-codepage-setup):
7571         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7572         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7573
7574 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7575
7576         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7577         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7578         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7579         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7580         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7581
7582 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7583
7584         * dig.el: Add "Keywords: comm", as per net-utils.el.
7585
7586 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7587
7588         * dig.el (dig-mode): Use define-derived-mode.
7589
7590 2009-09-19  Glenn Morris  <rgm@gnu.org>
7591
7592         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7593
7594 2009-09-18  Glenn Morris  <rgm@gnu.org>
7595
7596         * gnus-diary.el (gnus-diary-check-message):
7597         * message.el (message-insert-formatted-citation-line):
7598         * nnbabyl.el (top-level):
7599         * nndiary.el (nndiary-schedule):
7600         Fix typos in condition-case handlers.
7601
7602 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7605         configuration that provides the sole article window in a frame;
7606         position point correctly after deleting a part.
7607
7608 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7609
7610         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7611         (spam-resolve-registrations-routine): Use it to unregister articles
7612         that change status.
7613
7614 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7617         with XEmacs.
7618         (parse-time-string-chars): Use it.
7619
7620 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7621
7622         * imap.el (imap-interactive-login): Better messages.
7623         (imap-open): Fix bug with renamed buffer on reconnect.
7624         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7625         for easier debugging and cleaner code.  On successful (guessed based on
7626         server capabilities) secondary authentication, set imap-state
7627         correctly.
7628         (imap-last-authenticator): Define imap-last-authenticator as a variable
7629         to avoid warnings.
7630
7631 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * nnrss.el (nnrss-request-article): Remove binding of
7634         default-enable-multibyte-characters that has gotten needless by
7635         the 2007-07-13 change in rfc2047-encode-message-header.
7636
7637         * mml.el (mml-insert-multipart): Error on the message header.
7638         (mml-insert-part): Error on the message header; position point at
7639         the end of a MIME tag.
7640
7641 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * time-date.el (autoload): Expand define-obsolete-function-alias into
7644         defalias and make-obsolete for old Emacsen that Gnus supports.
7645         (with-no-warnings): Define it for old Emacsen.
7646         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7647         is available.
7648         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7649         float-time is available; suppress compile warning for time-to-seconds.
7650
7651         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7652         (gnus-float-time): Alias to float-time if it exists.
7653
7654         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7655         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7656         float-time is available; suppress compile warning for time-to-seconds.
7657
7658         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7659         XEmacs.
7660
7661 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7662
7663         * imap.el (imap-message-map): Docstring fix.
7664
7665 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7668         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7669         Add the optional argument `encoding' that overrides the default.
7670
7671         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7672         mm-encode-buffer.
7673
7674 2009-09-04  Glenn Morris  <rgm@gnu.org>
7675
7676         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7677         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7678         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7679         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7680         * mm-util.el (mm-with-unibyte-current-buffer)
7681         (mm-find-buffer-file-coding-system):
7682         * yenc.el (yenc-decode-region): Use default-value rather than
7683         default-enable-multibyte-characters.
7684
7685 2009-09-03  Glenn Morris  <rgm@gnu.org>
7686
7687         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7688         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7689         than default-enable-multibyte-characters.
7690
7691 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7692
7693         * gnus-art.el (gnus-article-read-summary-keys):
7694         Fix gnus-buffer-configuration's value temporarily used.
7695
7696 2009-09-02  Glenn Morris  <rgm@gnu.org>
7697
7698         * gnus-util.el (gnus-float-time): New function.
7699         * gnus-delay.el (gnus-delay-article):
7700         * gnus-sum.el (gnus-thread-latest-date):
7701         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7702         * nnspool.el (nnspool-request-newgroups):
7703         Use gnus-float-time rather than time-to-seconds.
7704         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7705
7706         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7707         (gnus-header-subject-face, gnus-header-newsgroups-face)
7708         (gnus-header-name-face, gnus-header-content-face):
7709         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7710         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7711         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7712         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7713         (gnus-cite-face-11):
7714         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7715         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7716         (gnus-server-closed-face, gnus-server-denied-face)
7717         (gnus-server-offline-face):
7718         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7719         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7720         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7721         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7722         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7723         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7724         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7725         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7726         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7727         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7728         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7729         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7730         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7731         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7732         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7733         (gnus-summary-high-undownloaded-face)
7734         (gnus-summary-low-undownloaded-face)
7735         (gnus-summary-normal-undownloaded-face)
7736         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7737         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7738         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7739         (gnus-splash-face):
7740         * message.el (message-header-to-face, message-header-cc-face)
7741         (message-header-subject-face, message-header-newsgroups-face)
7742         (message-header-other-face, message-header-name-face)
7743         (message-header-xheader-face, message-separator-face)
7744         (message-cited-text-face, message-mml-face):
7745         * sieve-mode.el (sieve-control-commands-face)
7746         (sieve-action-commands-face, sieve-test-commands-face)
7747         (sieve-tagged-arguments-face):
7748         * spam.el (spam-face):
7749         Mark face aliases with "-face" in the name as obsolete.
7750
7751 2009-09-01  Glenn Morris  <rgm@gnu.org>
7752
7753         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7754         than goto-line.
7755
7756 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7759         Don't move point if the command is invoked inside the message header.
7760
7761 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7762
7763         * imap.el (imap-send-command): Simplify.
7764         (imap-wait-for-tag): point-max -> buffer-size.
7765
7766 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7767
7768         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7769         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7770         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7771         * nnir.el (nnir-swish-e-index-file):
7772         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7773         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7774         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7775         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7776         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7777         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7778
7779 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7782         Don't save excursion.
7783
7784 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7785
7786         * nnheader.el (nnheader-find-file-noselect):
7787         * mm-util.el (mm-insert-file-contents):
7788         Use (default-value 'major-mode) instead of default-major-mode.
7789
7790 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7791
7792         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7793
7794 2009-08-26  Glenn Morris  <rgm@gnu.org>
7795
7796         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7797         than placing in files.el.
7798
7799 2009-08-25  Glenn Morris  <rgm@gnu.org>
7800
7801         * nnir.el (top-level): Don't require cl at run-time.
7802         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7803         Replace cl-function substitute with gnus-replace-in-string.
7804         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7805         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7806         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7807         simplified expansions.
7808
7809 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7810
7811         * dig.el (dig): Add autoload cookie.
7812
7813 2009-08-22  Glenn Morris  <rgm@gnu.org>
7814
7815         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7816         goto-line.
7817
7818 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7819
7820         * parse-time.el (parse-time-string-chars): Save match data.
7821
7822 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7823
7824         * parse-time.el (parse-time-string-chars): Compute using character
7825         classes, to handle non-ascii characters (Bug#3190).
7826
7827 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7830
7831         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7832         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7833         (gnus-mm-display-part, gnus-mime-display-single)
7834         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7835         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7836
7837         * gnus-sum.el
7838         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7839         (gnus-summary-move-article): Add expirable mark to articles copied or
7840         moved to group that has auto-expire turned on if the option is non-nil.
7841
7842 2009-07-24  Glenn Morris  <rgm@gnu.org>
7843
7844         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7845         Fix typo.  (Bug#3903)
7846
7847 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7850         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7851         that should not be used for draft articles.
7852         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7853         that has no concern in minor mode keys.
7854         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7855         Abolish.
7856
7857 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7860         article without making inquiry to a user for unknown encoding.
7861
7862         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7863         (nnmaildir--scan): Assume i-node and device number that file-attributes
7864         returns might be cons-cell.
7865
7866         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7867
7868         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7869
7870 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7871
7872         * auth-source.el: Remove docs now in auth.texi.  Don't use
7873         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7874         `auth-source-hide-passwords' and use them.
7875
7876 2009-07-15  Glenn Morris  <rgm@gnu.org>
7877
7878         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7879
7880 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7883         excessive whitespace from the default values of title and description.
7884
7885 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7888         mail-fetch-field to fetch Content-Description header in order to
7889         exclude newlines.
7890
7891 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7892
7893         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7894         format used by GnuPG 2.0.11.
7895
7896 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7899         to deleted part.
7900
7901 2009-05-30  David Engster  <dengste@eml.cc>
7902
7903         * nnmairix.el: Remove old documentation in the commentary block.
7904         (nnmairix-request-group): Do not update active file for nnml back ends.
7905         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7906         end so that overview files are ignored.
7907         (nnmairix-update-groups): Make updating the groups more robust by using
7908         marks.
7909         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7910         with dollar characters in message-id.
7911
7912 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7915         2008-12-25 in dns.el.
7916
7917 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7918
7919         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7920         could happen if the text is only composed of spaces and/or tabs.
7921
7922 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7923
7924         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7925         when sending a queued message to avoid extra mml tags.
7926
7927 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7930
7931 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7934         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7935         rmail-toggle-header for XEmacs;
7936         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7937
7938 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * gnus-dired.el: Remove autoload for gnus-setup-message.
7941         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7942         displaying Gnus logo; always use compose-mail.
7943
7944 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7947
7948 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7951         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7952         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7953         available.
7954         (gnus-nocem-epg-verify): New function.
7955
7956 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7959
7960 2009-02-15  Glenn Morris  <rgm@gnu.org>
7961
7962         * gnus-util.el (rmail-insert-rmail-file-header)
7963         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7964         autoloads.
7965         (rmail-default-rmail-file): Remove unnecessary declaration.
7966         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7967
7968 2009-02-14  Glenn Morris  <rgm@gnu.org>
7969
7970         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7971         variable (only used in gnus-util, which declares it anyway).
7972         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7973         which was only needed by gnus-art (changed to not use it any more).
7974         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7975         only used in gnus-util, which autoloads it itself.
7976         (rmail-update-summary): Fix autoload.
7977
7978         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7979         rather than rmail-output-to-rmail-file.
7980
7981 2009-02-07  Glenn Morris  <rgm@gnu.org>
7982
7983         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7984         autoload of function that no longer exists.
7985         (rmail-toggle-header): Declare.
7986         (message-forward-rmail-make-body): Handle mbox Rmail.
7987
7988 2009-01-31  Glenn Morris  <rgm@gnu.org>
7989
7990         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7991         2009-01-09 change.
7992
7993 2009-01-31  Dave Love  <fx@gnu.org>
7994
7995         * imap.el (imap-fetch-safe): Bind debug-on-error.
7996         (imap-debug): Add imap-fetch-safe.
7997
7998 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7999
8000         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8001         (auth-source-forget-all-cached): New convenience function.
8002         (auth-source-user-or-password): Accept list of modes or a single mode.
8003
8004         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8005         auth-source modes.
8006
8007         * netrc.el (netrc-machine-user-or-password): Use list of
8008         auth-source modes.
8009
8010         * nnimap.el (nnimap-open-connection): Use list of
8011         auth-source modes.
8012
8013         * nntp.el (nntp-send-authinfo): Use list of
8014         auth-source modes.
8015
8016 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8017
8018         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8019         now.
8020
8021 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8024         coding system in XEmacs; add a workaround for XEmacs.
8025
8026         * lpath.el: Fbind coding-system-aliasee.
8027
8028 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8031         of current-language-environment.
8032
8033 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8036         available at runtime.
8037
8038 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8041
8042 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8043
8044         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8045         the greatest positive fixnum value doesn't work under an XEmacs with
8046         bignum support; use the most-positive-fixnum constant instead,
8047         available since Emacs 21.1 with cl and XEmacs 21.1.
8048
8049 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8052         XEmacs gets not to work.
8053
8054 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * mm-util.el (mm-coding-system-priorities): Allow the value like
8057         "Japanese (UTF-8)" of current-language-environment.
8058
8059 2009-01-09  Glenn Morris  <rgm@gnu.org>
8060
8061         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8062         with last-command-event.
8063
8064 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8067         in the doc string.
8068
8069         * message.el (message-fix-before-sending): Amend comment.
8070
8071 2009-01-08  Dave Love  <fx@gnu.org>
8072
8073         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8074
8075 2009-01-07  David Engster  <dengste@eml.cc>
8076
8077         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8078         simplified server definitions by converting it via
8079         gnus-server-to-method.
8080
8081 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8084         parameter's operands.
8085
8086 2009-01-06  David Engster  <dengste@eml.cc>
8087
8088         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8089         primary select method (for gnus-group-mark-article-as-read).
8090
8091 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8092
8093         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8094         `(gnus)Face', not `(gnus)X-Face'.
8095
8096 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * mm-util.el (mm-ucs-to-char): New function.
8099
8100         * mm-url.el (mm-url-decode-entities): Use it.
8101
8102         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8103         unicode-to-char.
8104
8105 2009-01-05  Dave Love  <fx@gnu.org>
8106
8107         * time-date.el: Require cl for `declare'.
8108
8109 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8112         Dave Love.
8113
8114 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * message.el (message-fix-before-sending): Add `eight-bit' to
8117         illegible-text check.
8118
8119 2009-01-03  Michael Olson  <mwolson@gnu.org>
8120
8121         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8122         `headers' is nil.  This can occur if the IMAP server does not have
8123         permissions to read messages from a folder, but can write new messages
8124         to the folder.
8125         (nnimap-request-article-part): Do not insert `data' if it is nil.
8126
8127         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8128         characters which will confuse `read', so skip past them.
8129
8130 2009-01-01  Dave Love  <fx@gnu.org>
8131
8132         * imap.el (imap-string-to-integer): Fix typo.
8133         (imap-fetch-safe): New function.
8134         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8135
8136         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8137
8138         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8139         (imap-parse-greeting): Fix doc strings.
8140         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8141         (imap-parse-flag-list): Make messages unique.
8142         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8143
8144         * nnimap.el: Fix author email.
8145         (nnimap-split-rule): Add FIXME comment.
8146         (nnimap-debug): Fix doc string.
8147
8148 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8149
8150         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8151
8152 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8153
8154         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8155         nslookup if resolv.conf isn't available.
8156         (dns-query): Rename from query-dns.
8157         (dns-query-cached): Rename from query-dns-cached.
8158
8159 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8162         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8163         to check if those variables exist (first appeared in Emacs 18.50).
8164
8165 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * mm-util.el (mm-line-number-at-pos): New function.
8168
8169         * spam-report.el (spam-report-process-queue): Use it.
8170
8171 2008-12-24  David Engster  <dengste@eml.cc>
8172
8173         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8174         parameters that haven't existed as variables as buffer-local variables.
8175
8176 2008-12-23  Dave Love  <fx@gnu.org>
8177
8178         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8179         cadar.
8180
8181         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8182         imap-starttls-p.
8183         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8184
8185 2008-12-22  Dave Love  <fx@gnu.org>
8186
8187         * imap.el: Fix author email.  Doc fixes.
8188         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8189         reply.
8190
8191 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * spam-report.el (spam-report-gmane-max-requests): New constant.
8194         (spam-report-gmane-wait): New variable.
8195         (spam-report-gmane-ham, spam-report-gmane-spam)
8196         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8197         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8198         the server.
8199
8200         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8201         Add explanations.
8202
8203         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8204         nnheader-accept-process-output and nnheader-read-timeout if available.
8205         (pop3-movemail): Use it.
8206
8207         * message.el (message-check-news-body-syntax): Fix signature check if
8208         there's an attachment.
8209
8210 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * mm-util.el: Add comments to the mm- emulating functions.
8213
8214 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8217         Reported by Stephen Berman <stephen.berman@gmx.net>.
8218
8219 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * mm-util.el (mm-substring-no-properties): New function.
8222         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8223         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8224         (mm-string-to-multibyte): Doc fix.
8225
8226         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8227
8228 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         * mml.el (mml-attach-file): Strip text properties from file name.
8231         (Bug#1574)
8232
8233 2008-12-16  Glenn Morris  <rgm@gnu.org>
8234
8235         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8236
8237 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8240         knows since the charset specified might be a bogus alias that
8241         mm-charset-synonym-alist provides.
8242
8243 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8246         "ISO_8859-1".
8247
8248         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8249
8250 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * mm-util.el (mm-charset-eval-alist):
8253         Define it before mm-charset-to-coding-system.
8254         (mm-charset-to-coding-system): Add optional argument `silent';
8255         define it before mm-charset-override-alist.
8256         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8257         default value if it can be used in Emacs currently running;
8258         silence mm-charset-to-coding-system.
8259
8260 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8263         `allow-override' which says whether to use `mm-charset-override-alist'.
8264         (rfc2047-decode-encoded-words): Use it.
8265
8266         * mm-util.el (mm-charset-override-alist): Fix custom type;
8267         add `(gb2312 . gbk)' to choices.
8268
8269 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8272         fast.
8273
8274         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8275
8276         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8277
8278 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8279
8280         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8281         on links.
8282
8283         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8284
8285 2008-12-03  Lute Kamstra  <lute@gnu.org>
8286
8287         * sha1.el: Remove leading * from docstrings of defcustoms,
8288         deffaces, defconsts and defuns.
8289
8290 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8293         users' addresses that don't have domain parts.
8294         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8295         rather than message-narrow-to-head since there will be the message
8296         header separator.
8297
8298 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8299
8300         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8301         since the result is inserted in a unibyte buffer anyway.
8302         (nnimap-demule-use-string-to-multibyte): Remove.
8303         (nnimap-demule): Alias it to mm-string-to-multibyte.
8304
8305 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8308         variable for debugging bug#464 and bug#1174.
8309         (nnimap-demule): Use it.
8310
8311 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8314         score calculation correctly.
8315
8316 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8317
8318         * message.el (message-send-mail): Just set the buffer to unibyte
8319         rather than use mm-with-unibyte-current-buffer which does a lot more.
8320         (message-send-mail-partially): Don't bother with
8321         mm-with-unibyte-current-buffer since it's already been made unibyte by
8322         message-send-mail.
8323
8324 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8325
8326         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8327
8328 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8329
8330         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8331
8332 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8335         require itself and to remove `with-no-warnings'.
8336
8337 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8338
8339         * starttls.el (starttls-any-program-available): Get the name of the
8340         available TLS layer program.
8341         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8342         well as the host name in the "opening" message.
8343
8344         * auth-source.el (auth-source-cache, auth-source-do-cache)
8345         (auth-source-user-or-password): Cache passwords and logins by default,
8346         allow override with `auth-source-do-cache'.
8347         (auth-source-forget-user-or-password): Allow users to remove cache
8348         entries if needed.
8349
8350 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8351
8352         * md4.el (md4-buffer): Fix typo in docstring.
8353         (md4, md4-64): Doc fixes.
8354         (md4-pack-int32): Reflow docstring.
8355
8356 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8357
8358         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8359         condition-case to only the forward-sexp call.
8360
8361 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8362
8363         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8364         quotes contained.  Make it more robust regardless by an extra
8365         condition-case wrapper.
8366
8367 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8370
8371 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * nnml.el (nnml-request-expire-articles): Check if the function set to
8374         `nnmail-expiry-target' returns the symbol `delete'.
8375
8376         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8377
8378         * nnmail.el (nnmail-expiry-target): Fix custom type.
8379
8380 2008-10-02  Glenn Morris  <rgm@gnu.org>
8381
8382         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8383         Silence compiler warning.
8384
8385 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8386
8387         * tls.el (open-tls-stream): Show the actual command being
8388         executed, instead of the format string.
8389
8390 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * lpath.el: Fbind codepage-setup for Emacs 23.
8393
8394 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8395
8396         * mml.el (mml-menu): Don't assume mml2015 is bound.
8397
8398 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8401         exists.
8402
8403 2008-09-27  Glenn Morris  <rgm@gnu.org>
8404
8405         * gnus-util.el (mail-header-remove-comments): Autoload it.
8406
8407 2008-09-27  Andreas Schwab  <schwab@suse.de>
8408
8409         * gnus-util.el (gnus-split-references): Strip comments.
8410         (gnus-parent-id): Likewise.
8411
8412 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * message.el (message-confirm-send): Fix version.
8415
8416 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * message.el (message-idna-to-ascii-rhs-1): Use
8419         mail-extract-address-components rather than mail-header-parse-addresses
8420         that is an alias by default to ietf-drums-parse-addresses that does not
8421         support non-ASCII names in headers' contents.
8422
8423 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8424
8425         * message.el (message-confirm-send): Fix variable documentation to
8426         avoid the "y/n" wording.
8427
8428 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8429
8430         * message.el (message-set-auto-save-file-name): Save to a different
8431         filename so multiple messages (especially drafts) can be recovered.
8432
8433 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8434
8435         * message.el (message-confirm-send): Add appropriate version.
8436
8437 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8438
8439         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8440         defvar.
8441
8442 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8443
8444         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8445         (mm-pkcs7-enveloped-magic): Ditto.
8446
8447 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8448
8449         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8450         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8451
8452 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8453
8454         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8455         default, it's better.
8456
8457 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8458
8459         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8460         summary line gnus-number property and ignore them (with a warning
8461         message).
8462
8463 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8466         macro caddr in the interactive form since it won't be expanded.
8467
8468 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8471         `charset'; fix name of function called recursively.
8472         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8473
8474 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8477         (gnus-mime-set-charset-parameters): New function.
8478         (gnus-mime-view-part-as-charset): Use it to correctly display part
8479         specifying wrong charset.
8480
8481 2008-09-08  David Engster  <dengste@eml.cc>
8482
8483         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8484         in completing-read for back end server.
8485
8486 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8487
8488         * message.el (message-confirm-send): New variable to confirm sending a
8489         message.
8490         (message-send): Use it.
8491
8492 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8493
8494         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8495
8496 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8499
8500 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8503         prevent tracking too many groups.
8504         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8505         Use it.
8506
8507 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8508
8509         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8510         moving point to the bottom of the window in order to avoid recentering.
8511
8512 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8515
8516         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8517         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8518         (gnus-article-beginning-of-window): Fix calculation.
8519
8520 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-msg.el (gnus-summary-supersede-article)
8523         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8524         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8525         message header.
8526
8527 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8528
8529         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8530         pending output coming after the status change.
8531
8532 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8533
8534         * message.el:
8535         * gnus-start.el:
8536         * gnus-registry.el: Remove VMS support.
8537
8538 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8541         macro.
8542         (rfc2104-hash): Use it.
8543
8544 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8547         (gnus-summary-sort-by-most-recent-date): New commands.
8548         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8549         and menu entries.
8550
8551 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8554         don't redisplay article for raw contents; remove plural articles stuff.
8555
8556         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8557         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8558         on gnus-summary-save-article; display results properly.
8559
8560 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * lpath.el: No need to fbind ns-focus-frame.
8563
8564 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8567
8568 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-art.el (gnus-summary-save-in-pipe):
8571         Consider gnus-save-all-headers.
8572
8573 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8574
8575         * gnus-util.el (ns-focus-frame): Remove declaration.
8576         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8577         like x.
8578
8579 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8580
8581         * rfc2104.el (rfc2104-zero): Delete defconst.
8582         (rfc2104-hex-alist): Likewise.
8583         (rfc2104-hex-to-int): Delete func.
8584         (rfc2104-hexstring-to-bitstring): Likewise.
8585         (rfc2104-nybbles): New defconst.
8586         (rfc2104-hash): Rewrite for speed.
8587
8588 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * tls.el (open-tls-stream): Make it work with the 2nd argument
8591         BUFFER that is a string but does not exist as a buffer object, as
8592         mentioned in the doc-string.
8593
8594 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8597         SXEmacs.
8598
8599 2008-07-16  Glenn Morris  <rgm@gnu.org>
8600
8601         * gnus-util.el (ns-focus-frame): Declare for compiler.
8602
8603 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8606         set as a group parameter.
8607         (gnus-summary-save-in-pipe): Work when it is called independently.
8608         (gnus-summary-pipe-to-muttprint): Don't modify
8609         gnus-summary-pipe-output-default-command.
8610
8611 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8612
8613         * message.el (message-send-mail-with-sendmail):
8614         Display the error message.
8615
8616 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gnus-art.el (gnus-default-article-saver):
8619         Add gnus-summary-save-in-pipe to choices.
8620         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8621         gnus-summary-pipe-output-default-command as the default command.
8622         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8623         instead of gnus-last-shell-command.
8624
8625         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8626         New user option.
8627         (gnus-summary-muttprint-program): Mention the value will be changed.
8628         (gnus-summary-save-article): Force showing of all headers.
8629         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8630
8631 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8632
8633         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8634
8635 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8636
8637         * nnimap.el (nnimap-id):
8638         * sieve-manage.el (sieve-manage-open): Doc fixes.
8639
8640 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8641
8642         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8643         if available.
8644
8645 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8646
8647         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8648
8649         * nnkiboze.el (nnkiboze-generate-group):
8650         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8651
8652         * nnmairix.el: Require CL.
8653
8654 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * dgnushack.el: Autoload get-display-table and put-display-table for
8657         XEmacs 21.5.
8658
8659         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8660         21.4 and SXEmacs.
8661
8662 2008-06-15  David Engster  <dengste@eml.cc>
8663
8664         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8665
8666 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8667
8668         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8669         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8670         runtime choice under XEmacs.
8671
8672         * gnus-sum.el (gnus-summary-set-display-table):
8673         Use `gnus-put-display-table', `gnus-get-display-table',
8674         `gnus-set-display-table' for the display table, instead of `aset'.
8675
8676         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8677         Use `gnus-put-display-table', `gnus-get-display-table',
8678         `gnus-set-display-table' for the display table.
8679
8680 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * nnmairix.el: Add autoloads.
8683
8684 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8685
8686         * nnmairix.el (nnmairix-delete-recreate-group)
8687         (nnmairix-update-and-clear-marks): Fix error messages.
8688
8689 2008-06-14  David Engster  <dengste@eml.cc>
8690
8691         * nnmairix.el: Upgrade to version 0.6.
8692         (nnmairix-group-toggle-propmarks-this-group)
8693         (nnmairix-group-toggle-readmarks-this-group)
8694         (nnmairix-group-delete-recreate-this-group)
8695         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8696         (nnmairix-remove-tick-mark-original-article): New commands.
8697         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8698         (nnmairix-propagate-marks-to-nnmairix-groups)
8699         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8700         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8701         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8702         functions needed for marks propagation and manipulation of read marks.
8703         (nnmairix-update-groups): New function.
8704         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8705         (nnmairix-determine-original-group-from-registry)
8706         (nnmairix-determine-original-group-from-path)
8707         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8708         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8709         New helper functions.
8710         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8711         keystrokes for new commands.
8712         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8713         (nnmairix-request-group): Check allow-fast group parameter.
8714         (nnmairix-request-create-group): Set allow-fast group parameter if
8715         nnmairix-allowfast-default is set.
8716         (nnmairix-close-group): Propagate marks upon closing if needed.
8717         (nnmairix-group-toggle-threads-this-group): Use new.
8718         nnmairix-group-toggle-parameter helper function.
8719         (nnmairix-search): Better check for empty search result.
8720         (nnmairix-goto-original-article): Use new helper functions for
8721         determining original article.
8722         (nnmairix-show-original-article): Make sure message-id is in brackets.
8723         (nnmairix-call-mairix-binary): Change variable name.
8724         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8725         helper function.
8726         (nnmairix-widget-toggle-activate): Fix doc string.
8727
8728 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * nnir.el: Require edmacro when compiling with XEmacs.
8731         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8732         available in Emacs 21.
8733
8734 2008-06-11  Glenn Morris  <rgm@gnu.org>
8735
8736         * gnus-util.el (x-focus-frame):
8737         * gnus.el (image-size):
8738         * mm-decode.el (image-size): Declare.
8739
8740         * gnus-picon.el (declare-function): Add compat definition.
8741         (image-size): Declare.
8742
8743         * gnus-group.el (tool-bar-map):
8744         * gnus-sum.el (tool-bar-map): Define for compiler.
8745
8746         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8747
8748         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8749
8750         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8751         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8752         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8753         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8754         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8755         * sieve-manage.el, spam-report.el, spam.el:
8756         Remove unnecessary eval-and-compile of autoloads.
8757
8758 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8759
8760         * auth-source.el: Precise Tramp doc.
8761
8762 2008-06-07  Glenn Morris  <rgm@gnu.org>
8763
8764         * nnmairix.el: Remove unnecessary eval-when-compile.
8765
8766 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * lpath.el: Fbind propertize for XEmacs 21.4.
8769
8770 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * nnir.el: Move here from ../contrib.
8773
8774 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8775
8776         * gnus-util.el (gnus-read-shell-command): New function.
8777         * mm-decode.el (mm-pipe-part):
8778         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8779
8780 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8783
8784 2008-06-03  Glenn Morris  <rgm@gnu.org>
8785
8786         * pop3.el (nnheader-accept-process-output): Autoload it.
8787
8788 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8791         are not 2-digit hexadecimal characters that follow `%'s.
8792
8793 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8794
8795         * message.el (message-bogus-recipient-p): Fix type in doc string.
8796         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8797         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8798         Improve custom options.
8799         (message-bogus-recipient-p): Adjust accordingly.
8800
8801 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8802
8803         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8804         long-form month and day names.
8805
8806 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * dgnushack.el: Autoload debug, eudc-expand-inline and
8809         pgg-snarf-keys-region for XEmacs.
8810
8811         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8812
8813         * nnmairix.el: Require edmacro when compiling with XEmacs.
8814
8815 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8818         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8819
8820 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8821
8822         * auth-source.el: Add more docs.
8823
8824         * netrc.el (netrc-machine): Always match if the port is not given.
8825
8826 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8829         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8830         retrieval faster in some cases, but might make CPU usage larger.
8831         If this has any bad side effects, we might revert this change.
8832
8833         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8834         seems to make mail retrieval much, much faster.
8835         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8836         unconditionally.
8837
8838         * gnus-draft.el (gnus-group-send-queue):
8839         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8840
8841 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8844
8845         * message.el (message-bogus-address-regexp): Fix and improve custom
8846         type.
8847         (message-setup-hook): Add message-check-recipients as custom option.
8848
8849 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * message.el (message-cite-function): Remove bogus autoload which crept
8852         in during merge from v5-10.
8853
8854 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8855
8856         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8857
8858         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8859
8860         * auth-source.el: Preliminary Tramp docs.
8861         (auth-sources): Change the default auth-sources to use
8862         EPA .gpg files.
8863
8864 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8865
8866         * nntp.el: Autoload `auth-source-user-or-password'.
8867         (nntp-send-authinfo): Use it.
8868
8869         * nnimap.el: Autoload `auth-source-user-or-password'.
8870         (nnimap-open-connection): Use it.
8871
8872         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8873         for the gnus-message function.
8874         (auth-source-user-or-password): Use it.
8875
8876 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8877
8878         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8879         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8880         (rfc2104-hash): Use it.
8881
8882 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8883
8884         * gnus-art.el (gnus-article-toggle-truncate-lines):
8885         Don't use `iff' in docstring.
8886
8887 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8888
8889         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8890
8891         * gnus-util.el (gnus-extract-address-component-name)
8892         (gnus-extract-address-component-email): Convenience functions around
8893         `gnus-extract-address-components'.
8894
8895         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8896         Use `gnus-extract-address-component-email' to fix bug of comparing full
8897         sender name to `user-mail-address'.
8898
8899 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8902         catch/throw to optimize.
8903         (gnus-registry-find-keywords): Just use member to find a keyword.
8904
8905 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8906
8907         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8908         is current before calling gnus-server-prepare.
8909         (gnus-server-setup-buffer, gnus-server-update-server)
8910         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8911
8912 2008-05-04  Juri Linkov  <juri@jurta.org>
8913
8914         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8915         (mailcap-file-default-commands): Use mailcap-replace-in-string
8916         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8917         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8918
8919 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8920
8921         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8922
8923 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8924
8925         * gnus.el: Bump version to 0.11.
8926
8927 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8928
8929         * gnus.el: No Gnus v0.10 is released.
8930
8931 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8934         hooks.
8935         (gnus-update-read-articles): Speed up non-marks-using users.
8936         (gnus-use-marks): Define gnus-use-marks.
8937         (gnus-propagate-marks): Rename variable to something more sensible.
8938
8939 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8940
8941         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8942         (gmm-image-load-path-for-library): Fix typos in docstrings.
8943         (gmm-message): Reflow docstring.
8944
8945 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8946
8947         * mail-source.el (mail-source-set-1, mail-source-bind):
8948         Move auth-source code out of the macro to clean it up and fix bugs.
8949
8950 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8951
8952         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8953         by sender if it's equal to user-mail-address, it's likely to be
8954         useless.
8955
8956         * mail-source.el (mail-source-bind): Don't use user or password if they
8957         are not bound.  Unintern them if they are nil.  Don't use server unless
8958         it's bound, and default it to empty string otherwise.
8959
8960 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8961
8962         * mail-source.el: Load auth-source.el.
8963         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8964         get user name or password, if auth-sources is set up.
8965
8966         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8967         strategy of splitting with parent.
8968         (gnus-registry-split-fancy-with-parent)
8969         (gnus-registry-post-process-groups): Use it and fix prior
8970         bug (returning a list as the split result).
8971
8972         * auth-source.el (auth-sources): Remove server parameter.
8973         (auth-source-pick, auth-source-user-or-password)
8974         (auth-source-user-or-password-imap)
8975         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8976         (auth-source-user-or-password-sftp)
8977         (auth-source-user-or-password-smtp): Remove server parameter.
8978
8979 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8980
8981         * smime.el (smime-sign-region, smime-encrypt-region)
8982         (smime-decrypt-region):
8983         Remove redundant calls to `generate-new-buffer-name'.
8984
8985 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8986
8987         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8988         Don't use QP for message/rfc822.
8989         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8990
8991 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8992
8993         * sieve-manage.el (sieve-string-bytes): Remove.
8994         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8995         correct byte-length only if the process's coding-system is the same as
8996         the one used internally by Emacs to represent strings.
8997
8998 2008-04-22  Juri Linkov  <juri@jurta.org>
8999
9000         * mailcap.el (mailcap-file-default-commands): New function.
9001
9002 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * message.el (message-signature-separator, message-cite-function):
9005         Change custom version.
9006
9007 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9008
9009         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9010         commands.
9011         (tls-checktrust): Ditto.
9012
9013 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * mm-decode.el (mm-display-external): Make temp file read-only.
9016
9017 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9020         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9021         `C-c C-f d'.
9022
9023 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9024
9025         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9026
9027 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus.el: Bump version to 0.9.
9030
9031 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * gnus.el: No Gnus v0.8 is released.
9034
9035 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9036
9037         * mail-source.el (mail-source-value):
9038         Prefer fboundp to functionp so it works with macros as well.
9039
9040 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9041
9042         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9043         Fix last change in case the element is not even a symbol.
9044
9045 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9046
9047         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9048         Prefer fboundp to functionp so it works with macros as well.
9049
9050 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9051
9052         * auth-source.el: Add docs.
9053         (auth-sources): Modify format to support server.
9054         (auth-source-pick, auth-source-user-or-password)
9055         (auth-source-user-or-password-imap)
9056         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9057         (auth-source-user-or-password-sftp)
9058         (auth-source-user-or-password-smtp): Add server parameter.
9059
9060 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9061
9062         * gnus-registry.el: Initialize the registry when gnus-registry-install
9063         is t.
9064
9065 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * compface.el (uncompface): Make buffer unibyte.
9068
9069 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9070
9071         * mail-source.el (mail-source-value):
9072         Prefer fboundp to functionp so it works with macros as well.
9073
9074 2008-04-05  Glenn Morris  <rgm@gnu.org>
9075
9076         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9077
9078 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9079
9080         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9081         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9082
9083         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9084         multibyteness after rather than before erasing it.
9085
9086         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9087         mm-with-multibyte.
9088         (gnus-request-article-this-buffer): Make sure the proper decoding is
9089         used if gnus-original-article-buffer happens to be unibyte.
9090
9091         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9092         default-enable-multibyte-characters.
9093
9094         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9095         default-enable-multibyte-characters.
9096
9097         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9098
9099         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9100
9101 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9102
9103         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9104         Fix last change in case the element is not even a symbol.
9105
9106 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9107
9108         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9109         (imap-message-copyuid-1): Use it.
9110         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9111         J. Williams in
9112         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9113
9114         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9115         imap-enable-exchange-bug-workaround.
9116         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9117
9118 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9119
9120         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9121         a 100 byte status-checks into a 2-3MB transfer for each group.
9122         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9123         to enable bug workaround or not.
9124         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9125
9126 2008-03-31  Glenn Morris  <rgm@gnu.org>
9127
9128         * message.el (mml2015-use): Declare for compiler.
9129         (message-info): Require mml2015 when appropriate.
9130
9131 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9134         whitespace.
9135
9136 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9137
9138         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9139         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9140         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9141         (nntp-service-to-port): New function.
9142         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9143         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9144         (nntp-open-netcat-stream): New function.
9145         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9146
9147 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9148
9149         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9150
9151 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9152
9153         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9154
9155 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9156
9157         * dns.el (dns-write): Use set-buffer-multibyte.
9158
9159 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9160
9161         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9162
9163 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * message.el (message-signature-separator): Change default.
9166         Improve custom type.
9167         (message-cite-function): Change default to
9168         message-cite-original-without-signature.
9169
9170         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9171         toggle.
9172
9173         * message.el (message-check-news-body-syntax): Fix signature check.
9174         (message-setup-1): Mark buffer as unmodified _after_ running
9175         message-setup-hook and handling message-alternative-emails.
9176         (message-shorten-references): Be more strict when building list of
9177         valid references to comply with GNKSA.
9178
9179         * gnus-group.el (gnus-read-ephemeral-bug-group)
9180         (gnus-read-ephemeral-debian-bug-group)
9181         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9182
9183         * message.el (message-info): Don't use booleanp which isn't supported
9184         in Emacs 21 and XEmacs.
9185
9186 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9189         gnus-group-gmane-group-download-format.
9190         (gnus-group-read-ephemeral-gmane-group): Rename from
9191         gnus-group-read-ephemeral-gmane-group.
9192         (gnus-read-ephemeral-gmane-group-url): Rename from
9193         gnus-group-read-ephemeral-gmane-group-url.
9194         (gnus-bug-group-download-format-alist): New variable.
9195         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9196         (gnus-read-ephemeral-emacs-bug-group): New commands.
9197
9198 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9201         (gnus-visible-headers): Improve custom type.
9202
9203 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * mml.el (mml-menu): Add workarounds for XEmacs.
9206
9207         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9208         X-Boundary header.
9209
9210         * message.el (message-simplify-recipients): Fix previous commit.
9211
9212 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9213
9214         * mm-util.el (mm-set-buffer-multibyte): New function.
9215         * mm-decode.el (mm-copy-to-buffer): Use it.
9216
9217         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9218         Prefer fboundp to functionp so it works with macros as well.
9219
9220 2008-03-19  Glenn Morris  <rgm@gnu.org>
9221
9222         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9223         Accidentally removed in the sync process with Emacs.
9224
9225 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * message.el (message-alter-recipients-discard-bogus-full-name):
9228         New function.
9229         (message-alter-recipients-function): New variable.
9230         (message-get-reply-headers): Use it.
9231         (message-replace-header): New helper function.
9232         (message-recipients-without-full-name): New variable.
9233         (message-simplify-recipients): New command.
9234
9235         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9236
9237         * message.el (message-info): Handle EasyPG manual.
9238
9239         * mml.el (mml-menu): Add entry for EasyPG.
9240
9241 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9242
9243         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9244         parameter.
9245
9246         * message.el (message-disassociate-draft): Specify drafts group name
9247         fully.
9248
9249 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9250
9251         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9252         Eliminate unnecessary duplicates from the match list.
9253
9254 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9257
9258         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9259
9260         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9261         args of `how-many' of which the XEmacs version doesn't take; declare
9262         Info-index-next as function.
9263
9264 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * gnus-score.el (gnus-score-headers): Fix handling of
9267         gnus-inhibit-slow-scoring.
9268
9269         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9270         string.
9271         (gnus-button-url-regexp): Improve handling of parenthesis.
9272         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9273         (gnus-button-handle-info-keystrokes): Handle index entries.
9274
9275 2008-03-15  Glenn Morris  <rgm@gnu.org>
9276
9277         * parse-time.el (parse-time-string): Simplify.
9278
9279 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9282         Incoming* files.
9283
9284 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9285
9286         * auth-source.el (auth-sources): Rename from auth-source-choices.
9287         (auth-source-pick): Use it.
9288
9289 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9290
9291         * binhex.el (binhex-decode-region-internal):
9292         * uudecode.el (uudecode-decode-region-internal):
9293         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9294         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9295         setting default-enable-multibyte-characters.
9296
9297 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9298
9299         * auth-source.el (auth-source-protocols)
9300         (auth-source-protocols-customize, auth-source-choices): Add and
9301         modified variable customizations and defaults.
9302         (auth-source-pick, auth-source-user-or-password)
9303         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9304         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9305         (auth-source-user-or-password-sftp)
9306         (auth-source-user-or-password-smtp): Use new variables and provide an
9307         interface to netrc.el.
9308
9309 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9312         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9313         Make sure the nntp port to specify is a string.
9314
9315 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9316
9317         * nntp.el: Use with-current-buffer.
9318         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9319         dubious mm-with-unibyte-current-buffer.
9320         (nntp-with-open-group-function): New function extracted from
9321         nntp-with-open-group macro.
9322         (nntp-with-open-group): Use the function, so it's easier to debug.
9323         Add indentation and debugging info.
9324         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9325         Recommend the use of the netcat alternatives.
9326
9327         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9328         Avoid mm-string-as-multibyte as well.
9329
9330         * nnweb.el (nnweb-insert-html):
9331         Remove use of nnheader-string-as-multibyte.
9332
9333         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9334         (nnheader-string-as-multibyte): Remove.
9335
9336         * mm-view.el: Use inhibit-read-only.
9337         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9338         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9339         or unibyte-string.
9340
9341         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9342         (mm-uu-yenc-extract): Use with-current-buffer.
9343
9344         * gnus-soup.el (gnus-soup-send-packet): Don't use
9345         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9346
9347         * nnmh.el: Use with-current-buffer.
9348         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9349         mm-string-as-multibyte on the output of mm-encode-coding-string.
9350
9351         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9352         (nnimap-request-move-article): Use with-current-buffer.
9353
9354         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9355         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9356         conversion uses string-make-unibyte rather than string-as-unibyte.
9357
9358         * gnus-msg.el: Use with-current-buffer.
9359
9360         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9361
9362 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9363
9364         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9365         string for caching if it is 'PIN.
9366
9367 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * lpath.el: Consider the case without Emacs/W3.
9370
9371 2008-03-08  Glenn Morris  <rgm@gnu.org>
9372
9373         * time-date.el (date-to-time, time-subtract, time-add)
9374         (safe-date-to-time): Doc fixes.
9375
9376 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * mail-source.el (mail-source-delete-old-incoming-confirm):
9379         Change default to nil.
9380         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9381
9382 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * lpath.el: Rearrange.
9385
9386         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9387         (gnus-article-goto-prev-page): Work for articles having ^L's.
9388
9389         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9390
9391         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9392
9393 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9394
9395         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9396         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9397         (gnus-bookmark-jump): Adjust some variable names.
9398
9399 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9400
9401         * auth-source.el: New package.
9402         (auth-source-choices): Add customization entry point variable.
9403
9404         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9405         bug.
9406
9407 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9408
9409         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9410         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9411         (gnus-registry-install-shortcuts): Rename from
9412         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9413         the `gnus-registry-mark-map' keymap dynamically from
9414         `gnus-registry-marks'.  The generated functions update the summary line
9415         when a registry mark is added or deleted, and will call
9416         `gnus-registry-install-p' (see the comments in the code).
9417         (gnus-registry-user-format-function-M): Use concat intelligently.
9418
9419         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9420         the registry mark functions.
9421
9422 2008-03-05  Glenn Morris  <rgm@gnu.org>
9423
9424         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9425         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9426         gnus-art.
9427         (top-level): No need to load own source when compiling.
9428
9429 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9432         Suggested by <chris.anderton@zetnet.co.uk>.
9433
9434 2008-03-04  Glenn Morris  <rgm@gnu.org>
9435
9436         * gnus-sum.el (top-level): No need to require gnus when compiling,
9437         since unconditionally required near start of file.
9438         (gnus-summary-display-while-building): Move definition before use.
9439
9440 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9441
9442         * gnus-registry.el (gnus-registry-user-format-function-M):
9443         Add formatting function.
9444
9445 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9446
9447         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9448         with plists.
9449         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9450         Use new format.
9451
9452 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9455         `where-is-internal' that returns a range of key sequences.
9456
9457 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9458
9459         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9460
9461         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9462         (gnus-summary-jump-to-group): Consider windows on other displayed
9463         frames as well.  Similar changes might be needed elsewhere, but that's
9464         the one I've bumped into during my use.
9465
9466         * nndoc.el (nndoc-oe-dbx-type-p):
9467         * gnus-msg.el (gnus-debug):
9468         * gnus-group.el (gnus-update-group-mark-positions):
9469         Use mm-string-to-multibyte.
9470
9471 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9474         doesn't handle NotDashEscaped.
9475
9476         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9477         (mml-dnd-attach-options): Fix typo in custom choice.
9478
9479         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9480         Change nndoc-article-type to mbox.
9481         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9482
9483         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9484         to nil, instead of html2text.
9485
9486         * imap.el (imap-debug): Add `imap-ping-server'.
9487
9488         * gnus-bookmark.el: Add FIXMEs.
9489
9490         * message.el (message-form-letter-separator)
9491         (message-send-form-letter-delay): New variables.
9492         (message-send-form-letter): Use them.  New command to send form
9493         letters.  Requested by Uwe Siart.
9494         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9495
9496 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * Update copyright years.
9499
9500 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         Sync from EMACS_22_BASE.
9503
9504         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9505
9506 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9507
9508         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9509         empty author.
9510
9511 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9512
9513         * gnus-registry.el (gnus-registry-marks): Add variable for
9514         customization of marks and their appearance.
9515         (gnus-registry-read-mark): Use it.
9516         (gnus-registry-do-marks): Add utility function to loop through
9517         `gnus-registry-marks'.
9518         (gnus-registry-install-shortcuts-and-menus): Add function to install
9519         shortcuts and menus.
9520         (gnus-registry-initialize): Use it.
9521         (gnus-registry-default-mark): Clarify documentation.
9522
9523 2008-02-29  Glenn Morris  <rgm@gnu.org>
9524
9525         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9526         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9527         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9528         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9529         Change defcustom :version from 23.0 to 23.1.
9530
9531 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9532
9533         * gnus-registry.el (gnus-registry-follow-group-p)
9534         (gnus-registry-post-process-groups): Add functions to aid registry
9535         splitting and improve logging.  Clarify behavior in function
9536         documentation.
9537         (gnus-registry-split-fancy-with-parent): Use them.
9538
9539 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9540
9541         * gnus-art.el: Use with-current-buffer.
9542
9543 2008-02-27  David Engster  <dengste@eml.cc>
9544
9545         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9546         Express real group name in the response.
9547
9548 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9551         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9552         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9553         autoload gnus-registry-fetch-group when compiling.
9554         (nnmairix-request-group-with-article-number-correction):
9555         Remove unreferenced argument passed to nnmairix-call-backend.
9556
9557 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9560         (mm-uu-extract): Improve face for low color ttys.
9561         Reported by Sascha Wilde.
9562
9563 2008-02-27  Glenn Morris  <rgm@gnu.org>
9564
9565         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9566         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9567         variables to defconsts.  Convert comments to doc-strings.
9568         (nnmairix-last-server, nnmairix-current-server): Convert from free
9569         variables to defvars.  Convert comments to doc-strings.
9570         (gnus-registry-fetch-group): Autoload.
9571         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9572         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9573         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9574         caddr.
9575         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9576         nnmairix-request-group-with-article-number-correction call.
9577         (nnmairix-fast, nnmairix-group): New, less general names, for free
9578         variables passed from nnmairix-request-group to
9579         nnmairix-request-group-with-article-number-correction.  Declare.
9580         (nnmairix-request-group-with-article-number-correction):
9581         Use nnmairix-fast, nnmairix-group rather than fast, group.
9582
9583 2008-02-26  David Engster  <dengste@eml.cc>
9584
9585         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9586         version 0.5.
9587
9588 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9589
9590         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9591         instead of making an extra function call.  Don't add the current group
9592         to articles only when they have the group.  Use
9593         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9594         Reported by David <de_bb@arcor.de>.
9595
9596 2008-02-24  Miles Bader  <miles@gnu.org>
9597
9598         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9599         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9600         (mm-find-mime-charset-region):
9601         * mm-bodies.el (mm-encode-body):
9602         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9603
9604 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9607         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9608
9609 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * mail-source.el (mail-source-delete-incoming): Change default.
9612         Supplement doc string.
9613
9614         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9615
9616 2008-02-14  Glenn Morris  <rgm@gnu.org>
9617
9618         * time-date.el (format-seconds): New function.
9619
9620 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * nnmail.el (nnmail-message-id-cache-file): Derive from
9623         `gnus-home-directory'.
9624
9625 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9628         Document negative prefix.
9629
9630         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9631
9632 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * message.el (message-unsent-separator): Add the Exim bounce
9635         separator.
9636
9637 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9638
9639         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9640         list.
9641         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9642         recipient/signer list.
9643
9644 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * Makefile.in (datarootdir): Define.
9647         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9648         name that might contain whitespace.
9649
9650 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9653         fbound (Emacs 23 unicode), signal an error.
9654
9655 2008-02-08  Glenn Morris  <rgm@gnu.org>
9656
9657         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9658
9659 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9660
9661         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9662         ports to the calls to `netrc-machine-user-or-password' in addition to
9663         "imap" and "imaps".
9664
9665 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9666
9667         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9668
9669         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9670
9671 2008-02-01  Kenichi Handa  <handa@m17n.org>
9672
9673         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9674         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9675         (rfc2104-hash): Convert the result of concat to unibyte string.
9676
9677 2008-02-01  Dave Love  <fx@gnu.org>
9678
9679         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9680         coding-system-for-read.
9681         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9682
9683 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9686         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9687         <hanche@math.ntnu.no>.
9688
9689 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9692
9693         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9694
9695 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9696
9697         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9698         * message.el (message-beginning-of-line): Use featurep instead of bound
9699         tests in order to resolve conditionals at compile time.
9700
9701 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9702
9703         * mail-source.el (mail-sources): Add `group' choice.
9704
9705         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9706         parameter `in-group' to control into which group the articles go.
9707         Add treatment of `group' mail-source.
9708
9709 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9712
9713         * mm-decode.el (mm-dissect-buffer): Decode description.
9714
9715         * mml.el (mml-to-mime): Encode message header first.
9716
9717 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9720         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9721
9722         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9723         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9724
9725 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9726
9727         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9728
9729 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9732         prefix keys.
9733         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9734         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9735         gnus-xmas.el.
9736
9737         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9738         (gnus-xmas-article-describe-bindings): New function.
9739         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9740         gnus-xmas-article-describe-bindings.
9741
9742         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9743
9744 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9745
9746         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9747         Add new variables for article mark management.
9748         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9749         list of extra data entries which, when present, will indicate that the
9750         article ID should not be trimmed from the registry.
9751         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9752         functions.
9753         (gnus-registry-read-mark): New function to read a mark name from the
9754         user.
9755         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9756         (gnus-registry-set-article-mark-internal): New functions to add and
9757         remove marks.
9758         (gnus-registry-get-article-marks): New function to show the marks for
9759         an article, or retrieve them for further use.
9760
9761 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9764         keys when no argument is given.
9765
9766 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * imap.el (imap-ping-server): New variable.
9769         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9770         (imap-ping-server): Minor doc string fixes.
9771
9772 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9773
9774         * imap.el (imap-ping-server): New function.
9775         (imap-opened): Call imap-ping-server.
9776
9777 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * gnus-sum.el (gnus-article-sort-by-random)
9780         (gnus-thread-sort-by-random): Fix doc strings.
9781         Reported by jidanni@jidanni.org.
9782
9783 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-art.el (gnus-article-describe-bindings): New function.
9786         (gnus-article-read-summary-keys): Use it.
9787         (gnus-article-mode-map): Bind `C-h b' to it.
9788
9789 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9792         XEmacs.
9793         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9794         Protect against non-character events.
9795
9796         * lpath.el: Fbind map-keymap for Emacs 21.
9797
9798 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9799
9800         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9801         New command.
9802         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9803         instead of END.  Change name of the temp file.
9804         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9805         customizable.
9806
9807 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9810         bind `S W' to gnus-article-wide-reply-with-original; set default
9811         binding to gnus-article-read-summary-send-keys.
9812         (gnus-article-read-summary-keys): Fix the order of keys; display
9813         continuation keys correctly in the echo area; describe bindings
9814         correctly when keys end with `C-h'.
9815         (gnus-article-read-summary-send-keys): New function.
9816         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9817         Work for gnus-article-read-summary-send-keys; display continuation keys
9818         correctly in the echo area.
9819         (gnus-article-reply-with-original): Ignore prefix argument.
9820         (gnus-article-wide-reply-with-original): New function.
9821
9822         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9823         Emacs 21.
9824
9825 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9828         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9829
9830 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9833         (gnus-group-read-ephemeral-gmane-group): New command.
9834
9835 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9836
9837         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9838
9839 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * message.el (message-send-mail-function): Increase custom version.
9842
9843         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9844         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9845
9846 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9847
9848         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9849         for the cases where imap-authenticate is called with a nil buffer
9850         parameter.
9851
9852 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9855         html parts correctly; support forwarded messages.
9856         (gnus-article-browse-html-article): Remove work buffers.
9857
9858         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9859         compiling.
9860         (netrc-bound-and-true-p): New macro.
9861         (netrc-parse): Use it instead of bound-and-true-p that is not available
9862         in XEmacs 21.4.
9863
9864 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9865
9866         * gnus-registry.el (gnus-registry-mark-article)
9867         (gnus-registry-article-marks): Add functionality to mark articles
9868         through the Gnus registry.
9869
9870         * encrypt.el: Clarify documentation for the new pgg method.
9871         (encrypt-file-alist): Add PGG option.
9872         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9873         functionality.  Abstract password key and messaging to external
9874         functions.
9875         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9876         (encrypt-message-method-and-cipher): Add new convenience external
9877         functions.
9878         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9879         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9880
9881         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9882         (netrc-parse): Use encrypt-file-alist to determine if
9883         encrypt-find-model or encrypt-insert-file-contents should be used.
9884
9885         * encrypt.el: Clarify documentation.  Load password-cache or
9886         password, whichever one is found first, instead of autoloading.
9887
9888 2007-12-19  Glenn Morris  <rgm@gnu.org>
9889
9890         * mml.el (message-options-set, message-narrow-to-head)
9891         (message-in-body-p, message-mail-p, message-encode-message-body):
9892         Autoload.
9893         (message-remove-header, message-narrow-to-headers-or-head)
9894         (message-subscribed-p, message-make-mail-followup-to)
9895         (message-position-on-field, message-news-p)
9896         (message-options-set-recipient, message-generate-headers)
9897         (message-sort-headers): Declare as functions.
9898
9899 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9902         convention in doc string.
9903
9904 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9907         title to html parts.
9908         (gnus-article-browse-html-article): Pass message header to it.
9909
9910         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9911
9912 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9915         or password compatible with XEmacs.
9916
9917 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9918
9919         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9920         format document.
9921         (gnus-mime-delete-part): Don't write description line if empty.
9922         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9923
9924 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9925
9926         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9927         (gnus-summary-mark-read-and-unread-as-read)
9928         (gnus-summary-mark-current-read-and-unread-as-read)
9929         (gnus-summary-mark-unread-as-ticked): Doc fix.
9930         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9931
9932 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9935         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9936
9937 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9940         yes-or-no-p.
9941
9942 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * mm-decode.el (mm-add-meta-html-tag): New function.
9945         (mm-save-part-to-file, mm-pipe-part): Use it.
9946
9947         * gnus-art.el (gnus-article-browse-delete-temp-files):
9948         Use gnus-y-or-n-p instead of y-or-n-p.
9949         (gnus-article-browse-html-parts): Work with message/external-body; use
9950         mm-add-meta-html-tag.
9951
9952 2007-12-11  Glenn Morris  <rgm@gnu.org>
9953
9954         * gnus-cache.el: Require gnus-sum not just when compiling.
9955
9956         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9957
9958         * gnus-int.el (gnus-server-opened, gnus-status-message):
9959         Move definitions before use.
9960
9961         * mm-decode.el: Require gnus-util.
9962         (mm-remove-part): Only call delete-annotation on XEmacs.
9963
9964         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9965
9966         * nnmail.el: Require gnus-int.
9967
9968         * spam.el: Move `require's before `eval-when-compile's.
9969
9970         * gnus-ems.el (gnus-alive-p):
9971         * gnus-fun.el (message-goto-eoh):
9972         * gnus-util.el (gnus-group-name-decode):
9973         * mail-source.el (gnus-compress-sequence):
9974         * message.el (Info-goto-node, format-spec):
9975         * mm-bodies.el (message-options-get):
9976         * mm-decode.el (mm-view-pkcs7):
9977         * mm-util.el (gmm-write-region):
9978         * mml-smime.el (mml-compute-boundary)
9979         (gnus-completing-read-with-default):
9980         * mml.el (widget-button-press, gnus-make-hashtable):
9981         * mml1991.el (mm-decode-content-transfer-encoding)
9982         (mm-encode-content-transfer-encoding)
9983         (message-options-get, message-options-set):
9984         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9985         * nnfolder.el (gnus-request-group):
9986         * nnheader.el (ietf-drums-unfold-fws):
9987         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9988         * smime.el (gnus-run-mode-hooks):
9989         * spam-stat.el (gnus-message): Autoload.
9990
9991         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9992         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9993         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9994         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9995         Add declare-function compatibility definition.
9996
9997         * gnus-cache.el (nnvirtual-find-group-art):
9998         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9999         (gnus-add-image, gnus-add-wash-type):
10000         * gnus-group.el (nnkiboze-score-file):
10001         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10002         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10003         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10004         (message-tokenize-header, gnus-get-buffer-create)
10005         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10006         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10007         * gnus.el (gnus-group-decoded-name):
10008         * mail-source.el (imap-capability):
10009         * mm-bodies.el (message-options-set):
10010         * mm-decode.el (gnus-configure-windows):
10011         * mm-extern.el (message-goto-body):
10012         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10013         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10014         (epg-sub-key-validity, message-options-set):
10015         * mml.el (widget-event-point, gnus-configure-windows):
10016         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10017         * mml2015.el (epg-check-configuration, epg-configuration)
10018         (message-options-set):
10019         * nndb.el (nndb-request-article):
10020         * nnfolder.el (gnus-request-create-group):
10021         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10022         * nnmaildir.el (gnus-group-mark-article-read):
10023         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10024         * rfc1843.el (message-fetch-field):
10025         * spam.el (gnus-extract-address-components):
10026         Declare as functions.
10027
10028 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10031
10032         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10033
10034         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10035         bind show-trailing-whitespace for XEmacs.
10036
10037 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10040         new no-op macro for backward compatibility.
10041
10042         * imap.el (imap-string-to-integer): New function.
10043
10044 2007-12-09  Glenn Morris  <rgm@gnu.org>
10045
10046         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10047
10048         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10049         * message.el, mm-view.el, sieve-manage.el, smime.el:
10050         Add declare-function compatibility definition.
10051
10052         * gnus-art.el (w3-region, w3m-region, Info-menu):
10053         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10054         * gnus-sum.el (gnus-get-predicate):
10055         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10056         * message.el (mail-abbrev-in-expansion-header-p):
10057         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10058         (w3m-detect-meta-charset, w3m-region):
10059         * sieve-manage.el (password-read, password-cache-add)
10060         (password-cache-remove):
10061         * smime.el (password-read-and-add): Declare as functions.
10062
10063 2007-12-08  David Kastrup  <dak@gnu.org>
10064
10065         * gnus-sum.el (gnus-summary-simplify-subject-query):
10066         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10067         `message'.
10068
10069 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10072         it to bind idna-program, installation-directory, defined-colors, and
10073         face-attribute for XEmacs of the version that compiles defcustom forms.
10074
10075 2007-12-07  Glenn Morris  <rgm@gnu.org>
10076
10077         * gnus-art.el (article-make-date-line): Revert previous change.
10078
10079 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10082
10083 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10084
10085         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10086         Call gnus-add-to-range ranges only once with a prepared article-list.
10087
10088 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10089
10090         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10091         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10092         group names with backslashes.
10093         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10094
10095 2007-12-06  Deepak Goel  <deego3@gmail.com>
10096
10097         * gnus-art.el (article-make-date-line):
10098         * gnus-start.el (gnus-load):
10099         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10100
10101 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-art.el (gnus-use-idna)
10104         * gnus-start.el (gnus-site-init-file)
10105         * message.el (message-use-idna)
10106         * mm-uu.el (mm-uu-hide-markers)
10107         * smiley.el (smiley-style): Revert changes that suppress warnings.
10108
10109 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10112         specify charset to html source.
10113         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10114
10115 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10118         idna-program in order to suppress byte compile warning issued by XEmacs
10119         that came to byte compile the default value section of defcustom forms
10120         recently.
10121
10122         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10123         value of installation-directory.
10124
10125         * message.el (message-use-idna): Don't directly refer to the value of
10126         idna-program.
10127
10128         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10129
10130         * smiley.el (smiley-style): Don't directly call face-attribute.
10131
10132 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10135
10136         * gnus-dired.el: Reduce Gnus dependencies.
10137         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10138         Don't require.  Use autoloads instead.
10139         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10140         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10141         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10142         (gnus-dired-mode): Adjust doc string.
10143         (gnus-dired-mail-mode): New variable.
10144         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10145         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10146         (gnus-dired-mail-buffers): New function.  Return mail or message
10147         composition buffers.
10148         (gnus-dired-attach): Use it.
10149         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10150         NO-DECODE.
10151         (gnus-dired-print): Use `gnus-print-buffer' depending on
10152         `gnus-dired-mail-mode'.
10153
10154 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * rfc2047.el (rfc2047-encoded-word-regexp)
10157         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10158         explaining what regexp patterns are for.
10159
10160 2007-12-04  Glenn Morris  <rgm@gnu.org>
10161
10162         * password.el: Move to password-cache.el.
10163
10164         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10165         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10166         * mml-smime.el (password-read, password-cache-add)
10167         (password-cache-remove):
10168         No need to autoload, since mml-sec requires password.
10169
10170         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10171         * message.el (gnus-extract-address-components):
10172         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10173
10174         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10175         password.
10176
10177 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10178
10179         * mailcap.el: Reduce dependencies.
10180         (mail-header-parse-content-type): Autoload.
10181         (mailcap-delete-duplicates): New alias.
10182         (mailcap-mime-info): Add optional argument NO-DECODE.
10183         (mailcap-mime-types): Use mailcap-delete-duplicates.
10184
10185         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10186
10187 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10188
10189         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10190         (imap-parse-status): Upcase status-att for servers that sends them
10191         lower-case (e.g., MS Exchange 2007).
10192
10193 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10194
10195         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10196         function.
10197
10198         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10199         (gnus-uu-yenc-article): New function.
10200
10201         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10202
10203         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10204
10205 2007-12-02  Glenn Morris  <rgm@gnu.org>
10206
10207         * binhex.el (binhex): New custom group.
10208         (binhex-decoder-program, binhex-decoder-switches)
10209         (binhex-use-external): Move to the binhex custom group.
10210
10211         * uudecode.el (uudecode): New custom group.
10212         (uudecode-decoder-program, uudecode-decoder-switches)
10213         (uudecode-use-external): Move to the uudecode custom group.
10214
10215         * netrc.el (top-level): Don't load `encrypt' features.
10216         (netrc-parse): Don't use encrypt.
10217         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10218
10219         * encrypt.el: Remove file.
10220
10221 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10222
10223         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10224         matches on patches.
10225
10226         * gnus-art.el (gnus-article-browse-html-article):
10227         Mention `mm-text-html-renderer' in the doc string.
10228
10229         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10230         string.  Add comments.
10231
10232         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10233         if rhs is ASCII.
10234
10235 2007-12-01  Glenn Morris  <rgm@gnu.org>
10236
10237         * mail-source.el (top-level): Require format-spec before
10238         eval-when-compile.
10239
10240 2007-11-30  Glenn Morris  <rgm@gnu.org>
10241
10242         * encrypt.el: Require password, rather than autoloading password-read.
10243
10244 2007-11-29  Glenn Morris  <rgm@gnu.org>
10245
10246         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10247         (sasl-make-client, sasl-next-step, sasl-step-data)
10248         (sasl-step-set-data): Declare as functions.
10249
10250 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10253
10254 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10255
10256         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10257         certs should be verified and what is to be done in the event of a
10258         verification failure.
10259
10260         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10261         caller can indicate whether the cache should be disregarded for this
10262         call.  This way the result of the call is reproducible at all times and
10263         can be considered a canonical server name for the supplied method.
10264         (gnus-agent-method-p): Canonicalize server names by pushing their
10265         method through `gnus-method-to-server' using the no-cache argument.
10266
10267         * gnus-srvr.el (gnus-server-insert-server-line):
10268         Call `gnus-method-to-server' with `no-cache' argument.
10269
10270         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10271         gnus-agent-possibly-synchronize-flags as this should be called when the
10272         server is actually being opened.
10273         (gnus-agent-possibly-synchronize-flags)
10274         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10275         flags file of an agentized server to the latter function.
10276
10277         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10278         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10279         after a connection has been established successfully.
10280
10281 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-art.el (article-display-face): Force to display face if called
10284         interactively; check if gnus-article-x-face-too-ugly matches author.
10285         (article-display-x-face): Display face even if From header is missing
10286         as article-display-face does.
10287
10288 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10289
10290         * hashcash.el (message-narrow-to-headers-or-head)
10291         (message-fetch-field, message-goto-eoh)
10292         (message-narrow-to-headers): Declare as functions.
10293
10294 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * mail-source.el (mail-sources): Default to fetch from file for
10297         compatibility with default of nnmail-spool-file.
10298
10299 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10302         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10303         to look for encoded word that should be encoded again.
10304         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10305         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10306         encoding pattern.
10307         (rfc2047-decode-region): Switch strict regexp and loose one according
10308         to rfc2047-allow-irregular-q-encoded-words.
10309
10310 2007-11-25  Romain Francoise  <romain@orebokech.com>
10311
10312         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10313
10314 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * tls.el (tls-program): Provide more custom choices from
10317         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10318         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10319
10320 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10321
10322         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10323         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10324
10325         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10326         `nnmail-spool-file'.
10327
10328         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10329         `nnmail-spool-file'.
10330
10331         * gnus-move.el (gnus-change-server): Ditto.
10332
10333         * gnus-kill.el (gnus-batch-score): Ditto.
10334
10335         * gnus-cache.el (gnus-jog-cache): Ditto.
10336
10337         * gnus-msg.el (gnus-summary-reply):
10338         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10339
10340 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10343         version.  Minor improvement to doc strings.
10344         (tls-program): Add comment.
10345
10346 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10347
10348         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10349         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10350         mismatch between the hostname provided in the certificate and the name
10351         of the host connnecting to.
10352         (open-tls-stream): Use them.  Check certificates against trusted root
10353         certificates.
10354
10355 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * gnus-cache.el (gnus-cache-generate-nov-databases):
10358         Use nnml-generate-nov-databases-directory instead of
10359         nnml-generate-nov-databases-1.
10360
10361 2007-11-24  Glenn Morris  <rgm@gnu.org>
10362
10363         * message.el (message-tool-bar-retro): Update for rename
10364         mail_send.xpm->mail-send.xpm.
10365
10366 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10367
10368         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10369         `smime-ldap-search' for Emacs 22 and up.
10370
10371 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10372
10373         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10374
10375         * message.el (message-send-mail-function): Fix error convention.
10376         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10377         (message-widen-reply, message-send-mail, message-talkative-question)
10378         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10379         (message-clone-locals, message-send-news): Use with-current-buffer.
10380         (message-insert-or-toggle-importance): Remove unused var `valid'.
10381         (message-make-references): Remove unused var `new-references'.
10382         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10383
10384 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10385
10386         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10387         (spam-split-symbolic-return-positive): Reflow docstring.
10388         (spam-backends, spam-summary-exit-behavior)
10389         (spam-mark-ham-unread-before-move-from-spam-group)
10390         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10391         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10392         (spam-clear-cache, spam-backend-check, spam-install-backend)
10393         (spam-install-statistical-backend, spam-list-of-processors)
10394         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10395         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10396         (spam-check-crm114, spam-initialize, spam-unload-hook):
10397         Fix typos in docstrings.
10398
10399 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10402         been checked if they have never been read and those group levels are
10403         higher than the one that a user specified.
10404
10405 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10408         foreign groups unless a group level is specified by a user.
10409         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10410
10411 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * message.el (message-send-mail-function): Require sendmail.
10414
10415 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * message.el (message-send-mail-function): Check for smtpmail too.
10418
10419         * utf7.el (utf7-encode, utf7-decode): Use coding system
10420         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10421
10422         * message.el (message-send-mail-function): New function.
10423         (message-send-mail-function): Set default using
10424         message-send-mail-function.  Adjust doc string.
10425         (message-send-mail-with-mailclient): New function.
10426
10427 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10428
10429         * smime.el (from):
10430         * rfc2047.el (message-posting-charset):
10431         * qp.el (mm-use-ultra-safe-encoding):
10432         * pop3.el (parse-time-months):
10433         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10434         * nnml.el (files):
10435         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10436         (jka-compr-compression-info-list, ange-ftp-path-format)
10437         (efs-path-regexp):
10438         * nndiary.el (files):
10439         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10440         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10441         (epg-digest-algorithm-alist, inhibit-redisplay)
10442         (password-cache-expiry):
10443         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10444         (pgg-output-buffer, password-cache-expiry):
10445         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10446         (efs-path-regexp):
10447         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10448         (inhibit-redisplay):
10449         * mm-uu.el (file-name, start-point, end-point, entry)
10450         (gnus-newsgroup-name, gnus-newsgroup-charset):
10451         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10452         (latin-unity-ucs-list):
10453         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10454         (mm-uu-binhex-decode-function):
10455         * message.el (gnus-message-group-art, gnus-list-identifiers)
10456         (rmail-enable-mime-composing, gnus-local-organization)
10457         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10458         (gnus-read-active-file, facemenu-add-face-function)
10459         (facemenu-remove-face-function, gnus-article-decoded-p)
10460         (tool-bar-mode):
10461         * mail-source.el (display-time-mail-function):
10462         * gnus-util.el (nnmail-pathname-coding-system)
10463         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10464         (gnus-original-article-buffer, gnus-user-agent)
10465         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10466         (xemacs-codename, sxemacs-codename, emacs-program-version):
10467         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10468         * gnus-start.el (gnus-agent-covered-methods)
10469         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10470         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10471         (gnus-newsgroup-headers, gnus-group-list-mode)
10472         (gnus-group-mark-positions, gnus-newsgroup-data)
10473         (gnus-newsgroup-unreads, nnoo-state-alist)
10474         (gnus-current-select-method, mail-sources)
10475         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10476         (nnmail-spool-file, gnus-cache-active-hashtb):
10477         * gnus-mh.el (mh-lib-progs):
10478         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10479         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10480         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10481         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10482         (gnus-group-buffer):
10483         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10484         (font-lock-set-defaults):
10485         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10486         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10487         (gnus-summary-post-menu, total-parts, type, condition, length):
10488         * gnus-agent.el (gnus-agent-read-agentview):
10489         * flow-fill.el (show-trailing-whitespace):
10490         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10491         eval-and-compile wrappers for byte compiler pacifiers.
10492
10493         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10494         (mm-display-inline-fontify): Check for featurep 'xemacs not
10495         extent-list.
10496
10497         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10498         itimer-list.
10499         (mm-create-image-xemacs): Only do something for XEmacs.
10500         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10501
10502         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10503
10504         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10505         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10506
10507 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10508
10509         * nnimap.el (nnimap-split-download-body):
10510         * gnus-demon.el (gnus-demon):
10511         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10512
10513 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10516         New macros.
10517         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10518         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10519         copy data from unibyte buffer to multibyte current buffer.
10520         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10521         to copy data from unibyte current buffer to multibyte buffer.
10522         (nntp-make-process-buffer): Make process buffer unibyte.
10523
10524         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10525
10526 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10527
10528         * pop3.el (pop3-open-server): Accept and process data more robustly at
10529         connexion start to avoid spurious "POP SSL connexion failed" errors.
10530
10531 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10534         read group names.
10535
10536 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10539
10540 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10543         (nnmail-save-active): Use a unibyte buffer when saving active file,
10544         which may contain non-ASCII group names.
10545
10546         * nnml.el (nnml-request-group): Decode group names in messages.
10547
10548 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * message.el (message-citation-line-function)
10551         (message-insert-formatted-citation-line): Fix spelling of
10552         `message-insert-formated-citation-line'.
10553
10554 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10557
10558 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10561         nnmail-pathname-coding-system.
10562
10563         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10564         that a user enters; decode group names in messages.
10565
10566         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10567
10568 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10571
10572         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10573
10574         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10575         risky local variable.
10576
10577         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10578
10579 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10580
10581         * encrypt.el: Improve documentation to fix function name typo.
10582         Reported by Daiki Ueno <ueno@unixuser.org>.
10583
10584 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10587         even if the point is not in the last page of an article.
10588         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10589         back to the previous page.
10590
10591 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10594
10595 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10598
10599 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10600
10601         * message.el (message-check-news-body-syntax):
10602         Avoid mm-string-as-multibyte.
10603         (message-hide-headers): Don't assume (point-min)==1.
10604
10605 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10606
10607         * message.el (message-remove-blank-cited-lines): Fix if remove is
10608         given.
10609         (message-bogus-address-regexp): New variable.
10610         (message-bogus-recipient-p): New function.
10611         (message-check-recipients): New command.
10612         (message-syntax-checks): Add `bogus-recipient'.
10613         (message-fix-before-sending): Add `bogus-recipient'.
10614
10615         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10616         (gnus-treat-body-boundary): Don't test window-system.
10617
10618 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10619
10620         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10621
10622 2007-10-28  Miles Bader  <miles@gnu.org>
10623
10624         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10625         at compile-time too.
10626
10627 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * gnus-msg.el (gnus-message-setup-hook):
10630         Add `message-remove-blank-cited-lines' to options.
10631
10632 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * message.el (message-remove-blank-cited-lines): New function.
10635         Suggested by Karl Plästerer.
10636
10637 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10640         mapc.
10641
10642         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10643         (top-level): Use mapc to set functions to be traced for debugging.
10644
10645         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10646         called for effect with while loop.
10647
10648         * message.el (message-talkative-question): Replace mapcar called for
10649         effect with mapc.
10650
10651         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10652         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10653         called for effect with dolist.
10654
10655         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10656
10657         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10658         gnus-extra-headers and nnmail-extra-headers.
10659
10660         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10661         called for effect with dolist.
10662         (top-level): Use mapc to set functions to be traced for debugging.
10663
10664         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10665         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10666         dolist.
10667
10668         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10669         Replace mapcar called for effect with mapc.
10670         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10671         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10672         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10673         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10674
10675         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10676         remove-if that's a cl function.
10677
10678         * webmail.el (webmail-debug): Replace mapcar called for effect with
10679         dolist.
10680
10681         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10682         with mapc.
10683
10684 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10687         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10688         with while loop.
10689
10690         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10691         functions from article-* functions.
10692         (gnus-multi-decode-header): Replace mapcar called for effect with
10693         dolist.
10694
10695         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10696         (gnus-bookmark-show-details): Replace mapcar called for effect with
10697         while loop.
10698
10699         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10700         called for effect with while loop.
10701
10702         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10703         with dolist.
10704
10705         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10706         Replace mapcar called for effect with dolist.
10707
10708         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10709
10710         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10711         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10712         Replace mapcar called for effect with dolist.
10713         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10714         mapc.
10715
10716         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10717         Replace mapcar called for effect with dolist.
10718         (gnus-topic-list): Replace mapcar called for effect with mapc.
10719
10720         * gnus.el: Use mapc instead of mapcar to add autoloads.
10721
10722 2007-10-23  Richard Stallman  <rms@gnu.org>
10723
10724         * gnus-group.el (gnus-group-highlight): Mark as risky.
10725
10726 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * gnus.el (gnus-server-to-method): Return method found first in
10729         gnus-newsrc-alist.
10730
10731         * gnus-art.el (gnus-article-highlight-signature)
10732         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10733         button overlay without the front stickiness.
10734
10735 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10736
10737         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10738         overview buffer needed a catch to receive its throw.
10739         (gnus-agent-flush-cache): Declare as interactive to make this function
10740         easier to use.
10741
10742 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10745         `next-line'.
10746
10747 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10750         exclude address matching message-dont-reply-to-names.
10751
10752 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-util.el (gnus-string<): New function.
10755
10756         * gnus-sum.el (gnus-article-sort-by-author)
10757         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10758
10759 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10762         the frame-focus tag is set in gnus-buffer-configuration.
10763
10764 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10767         the front stickiness.
10768
10769 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10772         url pattern; remove duplicate one.
10773         (gnus-article-extend-url-button): New function.
10774         (gnus-article-add-buttons): Use it.
10775         (gnus-button-push): Use concatenated url that it makes.
10776
10777 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10778
10779         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10780
10781 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10782
10783         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10784         Don't hardcode point-min==1.
10785
10786 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10787
10788         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10789         Fix comment about "iso8859-1".
10790
10791 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10792
10793         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10794         ones returned from the verify-function.
10795
10796         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10797         Call mml2015-extract-cleartext-signature if extraction failed.
10798
10799 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10800
10801         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10802         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10803         failed.
10804
10805 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10808
10809 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10812         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10813         recommends to use EasyPG instead of PGG.
10814
10815         * pgg.el: Revert to revision 6.23.2.16.
10816
10817         * pgg-def.el: Revert to revision 6.6.2.14.
10818
10819         * pgg-gpg.el: Revert to revision 6.23.2.34.
10820
10821 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10822
10823         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10824         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10825         thread for both the null and zero (kill/expire thread) universal prefix
10826         cases.
10827         (gnus-summary-expire-thread): Add new function to expire a thread,
10828         using gnus-summary-kill-thread.
10829         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10830         shortcuts for gnus-summary-expire-thread.
10831         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10832         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10833
10834 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10835
10836         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10837         extras value, so an extras entry can be deleted.
10838         (gnus-registry-delete-extra-entry): Use it.
10839         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10840         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10841         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10842         storage through the gnus-registry, and provide an appropriate API for
10843         it.
10844
10845 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10848         Suggested by Leo <sdl.web@gmail.com>.
10849
10850         * gnus.el: Do.
10851
10852 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10855         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10856
10857         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10858
10859         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10860         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10861
10862 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10865         newline.
10866         (nnmbox-request-accept-article): Don't change article in source buffer;
10867         narrow to header to use message-fetch-field rather than
10868         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10869         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10870         as delimiters; make sure article ends with newline.
10871         (nnmbox-delete-mail): Correct last position of article to be deleted;
10872         ignore X-Gnus-Newsgroup header in article body.
10873         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10874         positions; make sure article ends with newline.
10875
10876         * message.el (message-display-abbrev): Don't infloop when a user
10877         inserts SPC in the beginning of header.
10878
10879         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10880         coding-system-for-read and coding-system-for-write for XEmacs having no
10881         file-coding feature.
10882
10883         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10884
10885 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10886
10887         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10888         list of groups not followed by default.  Fix type to be regexp.
10889         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10890
10891 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10892
10893         * hmac-def.el (define-hmac-function): Switch from old-style to
10894         new-style backquotes.
10895
10896         * md4.el (md4-make-step): Likewise.
10897
10898 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10901         raw-text coding system when saving .newsrc file, which may contain
10902         non-ASCII group names.
10903
10904 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-cus.el (gnus-score-extra): New widget.
10907         (gnus-score-extra-convert): New function.
10908         (gnus-score-customize): Use it for Extra.
10909
10910 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10911
10912         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10913         (mml2015-mailcrypt-clear-verify): Use it.
10914         (mml2015-gpg-clear-verify): Use it.
10915         (mml2015-pgg-clear-verify): Use it.
10916         (mml2015-epg-clear-verify): Replace the current part with the output
10917         from GnuPG; don't extract the plaintext by itself.
10918
10919         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10920         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10921         mml2015-clear-verify-function; don't touch the armor headers or
10922         dash-escaped text here.
10923
10924 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10927         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10928         parts, or application/octet-stream as a last resort.
10929         (gnus-mime-view-part-as-type): Don't toggle display.
10930         (gnus-mime-view-part-as-charset): Don't turn off display before
10931         querying charset.
10932
10933         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10934         stuff to undisplayer function in Emacs.
10935         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10936
10937         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10938         text/calendar parts.
10939
10940 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10943         decoding text/calendar parts.
10944
10945         * message.el (message-forward-make-body-mime): Always mark body as
10946         having no illegible text; remove signed-or-encrypted argument.
10947         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10948
10949         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10950         (mml-generate-mime-1): Don't encode body if it is specified to be in
10951         raw form; don't make buffer be unibyte when inserting multibyte string.
10952
10953 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10954
10955         * sha1.el: Fix up comment style.
10956         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10957         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10958
10959         * hex-util.el: Fix up comment style.
10960         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10961
10962         * gnus-salt.el: Use with-current-buffer.
10963         (gnus-pick-setup-message): Fix long-standing typo.
10964
10965 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * imap.el (imap-logout-timeout): New variable.
10968         (imap-logout, imap-logout-wait): New functions.
10969         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10970
10971         * nnimap.el (nnimap-logout-timeout): New server variable.
10972         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10973         nnimap-logout-timeout.
10974
10975         * gnus-art.el (gnus-article-summary-command-nosave)
10976         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10977
10978 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * gnus.el (gnus-maximum-newsgroup): New variable.
10981
10982         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10983         according to gnus-maximum-newsgroup.
10984
10985         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10986         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10987         Limit the range of articles according to gnus-maximum-newsgroup.
10988
10989 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10990
10991         * gnus-art.el (gnus-sticky-article): Fix problems described in
10992         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10993         Don't perform gnus-configure-windows here; reuse existing sticky
10994         article buffer.
10995
10996         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10997         it doesn't exist in gnus-article-mode.
10998
10999 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11002         (gnus-agent-decoded-group-name): New function.
11003         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11004         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11005
11006 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11007
11008         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11009         Add binding for gnus-sticky-article.
11010         (gnus-summary-exit): Don't kill sticky article buffers.
11011
11012         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11013         article buffer.
11014         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11015         (gnus-kill-sticky-article-buffers): New commands.
11016
11017 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * nntp.el (nntp-xref-number-is-evil): New server variable.
11020         (nntp-find-group-and-number): If it is non-nil, don't trust article
11021         numbers in the Xref header.
11022
11023 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-agent.el (gnus-agent-read-group): New function.
11026         (gnus-agent-flush-group, gnus-agent-expire-group)
11027         (gnus-agent-regenerate-group): Use it.
11028         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11029         nnmail-pathname-coding-system.
11030
11031 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11034
11035         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11036         that are unread as unread, and also as selected so that information of
11037         marks having been changed by a user may be updated when exiting group.
11038
11039 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11042
11043 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11046         calculated ignoring signature parts to gnus-treat-article.
11047
11048 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11051         a point here in order to keep the window start.
11052         (gnus-insert-mime-security-button): Make a button overlay without the
11053         front stickiness.
11054         (gnus-mime-display-security): Goto the end of a button.
11055
11056         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11057
11058 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11061         group-name-at-point.
11062         (gnus-group-completing-read): New function that offers decoded
11063         non-ASCII group names for completion.
11064         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11065         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11066         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11067         (gnus-group-fetch-control): Use it.
11068         (gnus-fetch-group): Use group-name-at-point for the initial value
11069         rather than the default value; use gnus-alive-p.
11070
11071         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11072         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11073         (gnus-summary-post-news): Use gnus-group-completing-read.
11074
11075         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11076         (gnus-read-move-group-name): Decode group name for completion.
11077
11078 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11079
11080         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11081         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11082         Yamaoka slightly modified the code).
11083
11084 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11087         (nnmail-split-incoming): Bind it.
11088
11089         * nnml.el (nnml-group-name-charset): New function.
11090         (nnml-decoded-group-name): Use it; don't decode group name if
11091         nnmail-group-names-not-encoded-p is non-nil.
11092         (nnml-encoded-group-name): New function.
11093         (nnml-group-pathname): Inline nnml-decoded-group-name.
11094         (nnml-request-expire-articles): Decode group name in message.
11095         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11096         nnmail-pathname-coding-system.
11097         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11098         not decoded ones according to nnmail-group-names-not-encoded-p.
11099         (nnml-generate-active-info): Use nnml-encoded-group-name.
11100
11101 2007-08-08  Glenn Morris  <rgm@gnu.org>
11102
11103         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11104         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11105         doc-strings and comments.
11106
11107 2007-07-25  Glenn Morris  <rgm@gnu.org>
11108
11109         * Relicense all FSF files to GPLv3 or later.
11110
11111 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * gnus-sum.el (gnus-summary-move-article):
11114         Make gnus-summary-respool-article work.
11115
11116 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11119         string.
11120
11121 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11122
11123         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11124         that should be ignored when comparing distant RSS articles with local
11125         ones.
11126         (nnrss-make-hash-index): New function.  Create a hash index according
11127         to the ignored fields.
11128         (nnrss-check-group): Use it.
11129
11130 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11133
11134         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11135
11136         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11137         the new optional argument ENCODED is non-nil.
11138         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11139         coding system for encoding group name.
11140         (gnus-group-make-rss-group): Pass un-encoded group name to
11141         gnus-group-make-group.
11142         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11143         encoded.
11144
11145         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11146         Encode group name to which articles are moved or copied.
11147         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11148         coding system for encoding Newsgroup, Followup-To and Xref headers.
11149
11150         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11151         marks; use nnheader-file-coding-system to write a file.
11152         (nnagent-retrieve-headers): Bind file-name-coding-system to
11153         nnmail-pathname-coding-system.
11154
11155         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11156
11157         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11158         (nnml-request-article, nnml-request-create-group)
11159         (nnml-request-rename-group, nnml-find-id)
11160         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11161         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11162         (nnml-save-marks): Use nnml-group-pathname instead of
11163         nnmail-group-pathname.
11164
11165         (nnml-request-create-group, nnml-request-expire-articles)
11166         (nnml-request-move-article, nnml-request-delete-group)
11167         (nnml-deletable-article-p, nnml-possibly-create-directory)
11168         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11169         (nnml-open-marks): Bind file-name-coding-system to
11170         nnmail-pathname-coding-system.
11171
11172         (nnml-request-article): Pass server argument to nnml-find-group-number.
11173         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11174         Pass server argument to nnml-possibly-create-directory.
11175         (nnml-request-accept-article): Pass server argument to
11176         nnml-active-number and nnml-save-mail.
11177         (nnml-find-group-number): Pass server argument to nnml-find-id.
11178         (nnml-request-update-info): Pass server argument to
11179         nnml-marks-changed-p.
11180
11181         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11182         (nnml-save-mail, nnml-active-number): Add server argument.
11183
11184         (nnml-request-delete-group): Warn if group is missing.
11185         (nnml-get-nov-buffer): Decode group name.
11186         (nnml-generate-active-info): Encode group name.
11187         (nnml-open-marks): Decode group name in messages.
11188
11189 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11192         if it is not specified.
11193         (gnus-article-pipe-part, gnus-article-save-part)
11194         (gnus-article-interactively-view-part, gnus-article-copy-part)
11195         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11196         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11197         (gnus-article-replace-part, gnus-article-delete-part)
11198         (gnus-article-view-part-as-type): Pass raw prefix argument to
11199         gnus-article-part-wrapper.
11200
11201 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-agent.el (gnus-agent-save-active):
11204         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11205
11206         * gnus-cache.el (gnus-cache-save-buffers)
11207         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11208         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11209         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11210         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11211         (gnus-cache-generate-active, gnus-cache-rename-group)
11212         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11213         (gnus-cache-update-overview-total-fetched-for):
11214         Bind file-name-coding-system to nnmail-pathname-coding-system.
11215         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11216         New variables.
11217         (gnus-cache-decoded-group-name): New function.
11218         (gnus-cache-file-name): Use it.
11219         (gnus-cache-generate-active): Use non-decoded group name for active.
11220
11221         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11222         right place.
11223         (gnus-write-active-file): Don't break non-ASCII group names.
11224
11225         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11226         nnmail-pathname-coding-system.
11227
11228         * lpath.el: Bind default-file-name-coding-system,
11229         file-name-coding-system and language-info-alist for XEmacs.
11230
11231         * gnus-uu.el (gnus-uu-decode-save): Typo.
11232
11233 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11236
11237 2007-07-14  David Kastrup  <dak@gnu.org>
11238
11239         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11240         finishing actions if we did not edit the article.
11241
11242 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11245         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11246         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11247         (gnus-agent-flush-group, gnus-agent-flush-cache)
11248         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11249         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11250         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11251         (gnus-agent-regenerate-group)
11252         (gnus-agent-update-files-total-fetched-for)
11253         (gnus-agent-update-view-total-fetched-for):
11254         Bind file-name-coding-system to nnmail-pathname-coding-system.
11255         (gnus-agent-group-pathname): Don't encode file names by
11256         nnmail-pathname-coding-system.
11257         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11258         coding-system-for-write instead of buffer-file-coding-system to
11259         gnus-agent-file-coding-system.
11260
11261         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11262         Decode group name.
11263
11264         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11265
11266         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11267         (gnus-read-newsrc-el-file): Make group names unibyte.
11268
11269         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11270         nnmail-pathname-coding-system.
11271
11272         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11273         (nnrss-request-delete-group): Bind file-name-coding-system to
11274         nnmail-pathname-coding-system.
11275         (nnrss-read-server-data, nnrss-read-group-data):
11276         Bind file-name-coding-system correctly.
11277         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11278
11279         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11280         (nntp-server-to-method-cache): New variable.
11281         (nntp-group-pathname): New function that decodes non-ASCII group names.
11282         (nntp-possibly-create-directory, nntp-marks-changed-p)
11283         (nntp-save-marks, nntp-open-marks): Use it.
11284         (nntp-possibly-create-directory, nntp-open-marks):
11285         Bind file-name-coding-system to nnmail-pathname-coding-system.
11286         (nntp-open-marks): Decode group names when bootstrapping marks.
11287
11288         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11289         Newsgroups and Folowup-To headers.
11290
11291 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11294         (gnus-server-closed-face, gnus-server-denied-face)
11295         (gnus-server-offline-face): Remove variable.
11296         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11297
11298         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11299         of modifying message-stack directly for XEmacs.
11300
11301         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11302         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11303         if the coding-system argument is nil for XEmacs.
11304
11305         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11306         mm-charset-override-alist.
11307
11308         * rfc2047.el: Don't require base64; require rfc2045 for the function
11309         rfc2045-encode-string.
11310         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11311         to quote the parameter value.
11312
11313 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11316         form in gnus-group-name-charset-method-alist.
11317
11318         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11319         overrides the default layout edit-form.
11320
11321         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11322
11323         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11324
11325 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11328         as unfetched articles.
11329
11330 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11333
11334 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11337         original back end that keeps marks in the local system.
11338
11339 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11342         arg of pop-to-buffer for XEmacs.
11343         (gnus-article-read-summary-keys): Ditto; don't restore window
11344         configuration if summary command ends up with neither article buffer
11345         nor summary buffer; describe bindings if summary keys end with C-h.
11346
11347 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * message.el (message-fix-before-sending): Skip raw message part to be
11350         forwarded while checking illegible text.
11351         (message-forward-make-body-mime, message-forward-make-body):
11352         Mark signed or encrypted raw message as having no illegible text.
11353
11354 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11357         (gnus-message-with-timestamp-1): New macro.
11358         (gnus-message-with-timestamp): New function.
11359         (gnus-message): Use them.
11360
11361         * nnheader.el (nnheader-message): Use them.
11362
11363 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11366         .newsrc.eld file.
11367
11368 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * gnus-agent.el (gnus-agent-fetch-headers)
11371         (gnus-agent-retrieve-headers):
11372         Bind gnus-decode-encoded-address-function to identity.
11373
11374         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11375         available also when the server returns simply a dot.
11376
11377         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11378
11379 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11382
11383 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * gnus-ems.el (gnus-x-splash): Make it work.
11386
11387         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11388         from being used.
11389
11390         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11391
11392 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11395         4th and the 5th arguments.
11396
11397         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11398         the front stickiness.
11399         (gnus-article-summary-command-nosave): Correct the order of the
11400         arguments passed to pop-to-buffer.
11401         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11402         summary command ends up with the article buffer.
11403
11404         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11405         the same faces.
11406
11407 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11408
11409         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11410
11411 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11412
11413         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11414         * gnus-sum.el (gnus-summary-highlight):
11415         * pgg.el (pgg-sign-region, pgg-sign):
11416         * mail-source.el (mail-source-delete-old-incoming-confirm):
11417         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11418
11419 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-art.el (gnus-mime-view-part-externally)
11422         (gnus-mime-view-part-internally): Fix predicate function passed to
11423         completing-read.
11424
11425         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11426
11427         * gnus.el (gnus-update-message-archive-method): Add :version.
11428
11429 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus.el (gnus-update-message-archive-method): New variable.
11432
11433         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11434         according to gnus-message-archive-method if
11435         gnus-update-message-archive-method is non-nil.
11436
11437 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11440         Suggested by Loic Dachary <loic@dachary.org>.
11441         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11442
11443 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * message.el (message-pop-to-buffer): Add switch-function argument.
11446         (message-mail): Pass switch-function argument to it.
11447
11448 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11451         Improve doc string.
11452
11453 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11456         (gnus-header-content)
11457         * gnus-cite.el (gnus-cite-10)
11458         * gnus-srvr.el (gnus-server-closed)
11459         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11460         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11461         (gnus-group-mail-3-empty, gnus-group-mail-low)
11462         (gnus-group-mail-low-empty, gnus-splash)
11463         * message.el (message-header-to, message-header-cc)
11464         (message-header-subject, message-header-other, message-header-name)
11465         (message-header-xheader, message-separator, message-cited-text)
11466         (message-mml): Lighten colors of faces used for dark background.
11467
11468 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11469
11470         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11471         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11472
11473 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * message.el (message-narrow-to-headers-or-head):
11476         Ignore mail-header-separator in the body.
11477
11478 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11481         same as window size.
11482
11483 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11484
11485         * message.el (message-font-lock-keywords): Use message-header-xheader
11486         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11487         ahead of the anything pattern, to get it recognised.
11488
11489 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11492         spam.el loads uses it in the compiled defadvice form.
11493
11494 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11495
11496         * gnus-sum.el (gnus-articles-to-read)
11497         (gnus-summary-insert-old-articles): Don't truncate group name for
11498         `read-string'.
11499
11500         * gnus-util.el (gnus-limit-string): Delete this function.
11501
11502         * gnus-sum.el (gnus-simplify-subject-fully):
11503         Use `truncate-string-to-width' instead.
11504
11505 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11506
11507         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11508         Tell if, on summary exit, the next group has to be selected.
11509         (gnus-summary-exit): Use it.
11510
11511 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11512
11513         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11514         non-break space.
11515
11516 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11519         Check if group is not a directory.
11520         (nnfolder-request-expire-articles): Don't delete articles if the target
11521         group is not available.
11522
11523         * nnml.el (nnml-request-create-group): Properly check if group is not a
11524         file.
11525         (nnml-request-expire-articles): Don't delete articles if the target
11526         group is not available.
11527
11528         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11529         Don't quote characters that are within parentheses.
11530
11531 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11534         (gnus-handle-ephemeral-exit): Select article according to it.
11535
11536 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * message.el (message-insert-formated-citation-line): Remove newline.
11539         (message-citation-line-format): Add final \n here so that the user can
11540         avoid a blank line.
11541
11542 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11543
11544         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11545         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11546         Update lanl/arXiv support.
11547
11548 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gnus.el: Bump version number.
11551
11552 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * gnus.el (gnus-version-number): Bump version.
11555
11556 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11557
11558         * gnus.el: No Gnus v0.6 is released.
11559
11560 2007-04-27  Didier Verna  <didier@xemacs.org>
11561
11562         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11563         * gmm-utils.el (gmm-regexp-concat): ... here.
11564         * message.el: Don't require 'gnus-util.
11565         (message-dont-reply-to-names): Handle name change above.
11566         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11567
11568 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11571         since the initial value varies according to the system.
11572
11573 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11576
11577 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11578
11579         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11580
11581 2007-04-24  Didier Verna  <didier@xemacs.org>
11582
11583         Improve the type of gnus-ignored-from-addresses.
11584         * gnus-util.el (gnus-orify-regexp): New function.
11585         * message.el (gnus-util): Require it.
11586         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11587         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11588         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11589
11590 2007-04-24  Didier Verna  <didier@xemacs.org>
11591
11592         * gnus-sum.el:
11593         * gnus-utils.el: Fix some trailing whitespaces.
11594
11595 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11598         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11599         article's Message-ID; refer parent article in summary buffer.
11600
11601         * message.el (message-bounce): Call mime-to-mml.
11602
11603         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11604         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11605         optimize and/or forms properly.
11606
11607 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11610         URL.
11611
11612 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11615
11616 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11619         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11620         displayed of multipart/alternative part if it is invoked from summary
11621         buffer.
11622
11623         * mm-view.el (mm-inline-text-html-render-with-w3m)
11624         (mm-inline-text-html-render-with-w3m-standalone)
11625         (mm-inline-render-with-function): Use mail-parse-charset by default.
11626
11627 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11628
11629         * parse-time.el (parse-time-string-chars): Check if CHAR
11630         is less than the length of parse-time-syntax.
11631
11632 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11635         from gnus-newsgroup-processable.
11636
11637 2007-04-16  Didier Verna  <didier@xemacs.org>
11638
11639         * gnus-msg.el (gnus-configure-posting-styles):
11640         Handle message-signature-directory properly with :file syntax.
11641         Reported by "Leo".
11642
11643 2007-04-11  Didier Verna  <didier@xemacs.org>
11644
11645         New user option: message-signature-directory.
11646         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11647         * message.el (message-insert-signature): Ditto.
11648         * message.el (message-signature-file): Doc update.
11649         * message.el (message-signature-directory): New.
11650
11651 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gnus-msg.el (gnus-inews-yank-articles):
11654         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11655
11656 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * message.el (message-yank-original): Make sure cited text ends with
11659         newline; don't exchange point and mark.
11660
11661 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11662
11663         * tls.el (open-tls-stream): Properly handle case where there
11664         is no associated buffer.
11665
11666 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11667
11668         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11669         message-yank-original, make sure (< mark TEXT point).
11670
11671 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * message.el (message-fill-column): New variable.
11674         (message-mode): Use it.  Add comment on a possible new hook.
11675
11676         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11677         (nnmail-get-new-mail): Reformat.
11678
11679         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11680
11681         * gmm-utils.el: Fix Commentary.
11682         (gmm-tool-bar-from-list): Fix typo in doc string.
11683
11684 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11685
11686         * message.el (message-yank-original): Don't switch point and mark
11687         unnecessarily to put point and mark as documented.
11688
11689 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11690
11691         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11692         from the message heads.
11693
11694 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11695
11696         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11697         article buffer does not have a window.  This may not be the best
11698         solution but is certainly better than setting the start of the null,
11699         that is the current, window.
11700
11701 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11704         (gnus-draft-setup): Run it.
11705
11706         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11707         gnus-score-fast-scoring.  Allow regexp.
11708         (gnus-score-headers): Use it.
11709
11710         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11711         XEmacs.
11712
11713         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11714         string.
11715         (gnus-button-alist): Also catch `<f1> k ...'.
11716         (gnus-treat-display-x-face): Fix doc string.
11717
11718 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11719
11720         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11721         evaluation of gnus-extended-version to ensure correct generation of the
11722         User-Agent header when message-generate-headers-first is used.
11723
11724 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11725
11726         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11727         hashcash-path is nil.  Don't call callback with incorrect number of
11728         parameters if val is 0.
11729
11730 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11731
11732         * message.el (message-required-news-headers):
11733         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11734
11735 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11736
11737         * tls.el (open-tls-stream): In handshake-waiting loop,
11738         don't wait more if there is output available to process.
11739
11740 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11741
11742         * tls.el (tls-program): Doc fix.
11743
11744 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * message.el (message-generate-new-buffers): Change the meaning of the
11747         nil value; add `standard' to the choices; treat t as `unique'; improve
11748         doc string.
11749         (gnus-select-frame-set-input-focus): Autoload.
11750         (message-buffer-name): Search for the existing message buffer if
11751         message-generate-new-buffers is nil or `standard'; treat the value t of
11752         message-generate-new-buffers as `unique'.
11753         (message-pop-to-buffer): Raise the frame already displaying the message
11754         buffer; clear the echo area after querying.
11755         (message-setup): Pass the `continue' argument to compose-mail.
11756         (message-mail): Prefer `switch-function' if it is given; search for the
11757         existing message buffer if the `continue' argument is non-nil; pass
11758         continue and switch-function arguments to compose-mail by way of
11759         message-setup.
11760         (message-mail-other-window): Adjust argument of message-setup.
11761         (message-mail-other-frame): Ditto.
11762
11763 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11766         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11767         to turn font-lock on when turning gnus-message-citation-mode on.
11768
11769 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11770
11771         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11772         (mml-smime-function-alist): New variable; add epg as the backend.
11773         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11774         mml-smime- functions instead.
11775         * mm-view.el: Require smime.
11776
11777 2007-03-05  Didier Verna  <didier@xemacs.org>
11778
11779         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11780         instead of just inheritance for posting styles.
11781         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11782
11783 2007-02-24  Chris Moore  <dooglus@gmail.com>
11784
11785         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11786         * pgg-pgp.el (pgg-pgp-encrypt-region):
11787         * pgg-gpg.el (pgg-gpg-encrypt-region):
11788         Check pgg-encrypt-for-me if no other recipients.
11789
11790 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11791
11792         * tls.el (tls-certtool-program): Fix custom type.
11793
11794 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11797         and point-at-eol instead of line-(beginning|end)-position.
11798
11799         * assistant.el (assistant-parse-buffer): Ditto.
11800
11801         * netrc.el (netrc-parse-services): Ditto.
11802
11803 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11804
11805         * mml2015.el (mml2015-epg-find-usable-key): New function.
11806         (mml2015-epg-sign): Use it.
11807         (mml2015-epg-encrypt): Use it.
11808
11809 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * message.el (message-make-in-reply-to): Quote name containing
11812         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11813         if there are special characters.  Reported by NAKAJI Hiroyuki
11814         <nakaji@jp.freebsd.org>.
11815
11816 2007-02-27  Didier Verna  <didier@xemacs.org>
11817
11818         Include the group parameters as well as the topic ones in the
11819         inheritance filter process.
11820         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11821         argument GROUP-PARAMS-LIST.
11822         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11823
11824 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * nntp.el (nntp-never-echoes-commands)
11827         (nntp-open-connection-functions-never-echo-commands): New variables.
11828         (nntp-send-command): Use them.
11829
11830 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11831
11832         * mml2015.el (mml2015-epg-verify): Simplify.
11833
11834 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * mml.el (mml-content-disposition-alist): New user option.
11837         (mml-content-disposition): New function.
11838         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11839         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11840
11841 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11842
11843         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11844         verification.
11845
11846 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11847
11848         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11849         articles posted in the last 24 hours.
11850
11851 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11852
11853         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11854
11855 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11856
11857         * nntp.el (nntp-send-command): Don't wait for echoes when
11858         nntp-open-ssl-stream is used.
11859
11860 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11863         (gnus-message-add-citation-keywords)
11864         (gnus-message-remove-citation-keywords): Remove.
11865         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11866         directly, make the variables in font-lock-defaults buffer-local, add
11867         gnus-message-citation-keywords to them and then update the value of
11868         font-lock-keywords.
11869
11870 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * message.el (message-cite-original-1): Don't call
11873         gnus-article-highlight-citation.
11874
11875         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11876         citations; fix line count.
11877
11878 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11881         (gnus-message-add-citation-keywords)
11882         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11883         versions of font-lock-add-keywords and font-lock-remove-keywords to
11884         work with XEmacs correctly.
11885
11886 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * gnus-cite.el (gnus-cite-face-list): Set the values of
11889         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11890         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11891         (gnus-message-cite-prefix-regexp): New variable.
11892         (gnus-message-search-citation-line): Use it; protect against long
11893         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11894         the 0th match data for Emacs.
11895         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11896         (gnus-message-add-citation-keywords): Append keywords rather than
11897         prepending; emulate font-lock-add-keywords if it is not available.
11898         (gnus-message-remove-citation-keywords):
11899         Emulate font-lock-remove-keywords if it is not available.
11900
11901         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11902
11903         * message.el (message-cite-prefix-regexp): Set the value of
11904         gnus-message-cite-prefix-regexp.
11905
11906 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11907
11908         * nnweb.el (nnweb-google-parse-1): Update parser.
11909
11910 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11911
11912         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11913
11914 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11915
11916         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11917         regexp.
11918
11919 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11922         string-to-multibyte.
11923         (uudecode-decode-region-internal): Use it.
11924
11925         * lpath.el: Fbind string-as-multibyte for XEmacs.
11926
11927 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11930         Fix custom choice.
11931
11932         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11933
11934 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11935
11936         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11937
11938         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11939         `write-region' to respect `mm-inhibit-file-name-handlers'.
11940
11941 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11944         Use gnus-home-directory instead of "~/" or "$HOME".
11945
11946 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11947
11948         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11949         to mention filename.
11950         Add comments at beginning regarding usage.
11951         (encrypt-write-file-contents): Change interactive so a string is
11952         acceptable.  If the file has no associated model, show an error instead
11953         of a nonsense prompt.
11954
11955 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11956
11957         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11958         Thanks to Yoshihiko Yamada for kind notification of this typo.
11959
11960 2007-01-12  Kenichi Handa  <handa@m17n.org>
11961
11962         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11963         multibyte buffer.
11964
11965 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11966
11967         * gnus-score.el (gnus-score-fast-scoring): New variable.
11968         (gnus-score-headers): Use it.
11969
11970         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11971
11972         * message.el (message-cite-original-1):
11973         Call gnus-article-highlight-citation if requested.
11974         (message-make-from): Allow name and address as optional arguments.
11975
11976         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11977
11978         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11979         bugs to doc string.
11980         (gnus-button-alist): Add mid\\|message-id.
11981         (gnus-button-fetch-group): Extend for use in
11982         `browse-url-browser-function'.
11983         (gnus-button-url-regexp): Try to catch paired parentheses like in
11984         Wikipedia URLs.
11985
11986         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11987         Suggested by Simon Krahnke <overlord@gmx.li>.
11988
11989 2007-01-13  Romain Francoise  <romain@orebokech.com>
11990
11991         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11992         Update copyright.
11993
11994 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11995
11996         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11997
11998 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11999
12000         * gnus-registry.el (gnus-registry-unfollowed-groups)
12001         (gnus-registry-split-fancy-with-parent): Fix documentation.
12002
12003 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12006         from nnweb groups.
12007
12008 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12009
12010         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12011         Xref urls.  Erase buffer before requesting head.
12012
12013         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12014
12015 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12018         customizable.
12019
12020 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12021
12022         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12023         no signing key is found.
12024         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12025         no encrypting and/or signing key is found.
12026
12027 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12030
12031 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12032
12033         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12034         headers read from disk with the ones newly found in the current search.
12035         This should no longer cause problems, because the article numbers in
12036         Gmane's `nov.php' output are ignored since the previous change.
12037
12038 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12039
12040         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12041
12042 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12045         replace-regexp-in-string; bind url-version; fbind display-images-p and
12046         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12047         find-face and set-itimer-function for Emacs; bind itimer-list for
12048         Emacs.
12049
12050         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12051
12052 2007-01-01  Romain Francoise  <romain@orebokech.com>
12053
12054         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12055
12056 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12057
12058         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12059         `define-minor-mode' macro definition expanded properly.
12060         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12061         exclude it there.
12062
12063         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12064         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12065         `fboundp' test.
12066         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12067         This is OK to autoload in (S)XEmacs now.
12068
12069 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12070
12071         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12072         keystroke.
12073         (gnus-summary-limit-to-singletons): Fix typo.
12074
12075         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12076         else fails.
12077
12078 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12079
12080         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12081         docstring.
12082
12083         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12084         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12085         (gnus-summary-insert-dormant-articles): Fix typo in message.
12086
12087 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12090         nil for XEmacs.
12091         (gnus-message-citation-mode): Don't autoload in XEmacs.
12092
12093         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12094
12095 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12096
12097         * nnimap.el (nnimap-expunge-search-string):
12098         Mention nnimap-search-uids-not-since-is-evil in docstring.
12099
12100 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * spam.el: Revert to make-obsolete-variable because
12103         define-obsolete-variable-alias is not supported in Emacs 21.
12104
12105         * spam.el (spam-ifile-path, spam-ifile-database-path)
12106         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12107         make-obsolete-variable.
12108         (spam-bsfilter-path, spam-bsfilter-program)
12109         (spam-spamassassin-path, spam-spamassassin-program)
12110         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12111         Don't use "path" inappropriately.
12112         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12113         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12114         variable names.
12115
12116 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12117
12118         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12119         summary buffer.
12120
12121         * password.el (password-cache-remove): Use clear-string to burn
12122         password, if available.
12123
12124 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12127
12128         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12129
12130         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12131         (gnus-message-highlight-citation): Move defcustom here from
12132         gnus-cite.el.
12133         (gnus-message-citation-mode): Autoload.
12134
12135         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12136         checks to make it compile with XEmacs.
12137         (gnus-message-citation-mode): New minor mode.
12138         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12139         (gnus-message-highlight-citation): New variables.
12140         (gnus-message-search-citation-line)
12141         (gnus-message-add-citation-keywords)
12142         (gnus-message-remove-citation-keywords)
12143         (turn-on-gnus-message-citation-mode)
12144         (turn-off-gnus-message-citation-mode): New functions.
12145
12146 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12147
12148         * gnus-cite.el: Enable highlighting of different citation levels in
12149         message-mode.
12150
12151 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * message.el (message-make-fqdn): Fix comment.
12154         (message-bogus-system-names): Add ".local".
12155
12156         * spam.el (spam-ifile-path, spam-ifile-program)
12157         (spam-ifile-database-path, spam-ifile-database)
12158         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12159         Don't use "path" inappropriately.
12160         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12161         strings.
12162         (spam-check-ifile, spam-ifile-register-with-ifile)
12163         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12164         Use new variable names.
12165
12166         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12167         (gnus-treat-display-smileys): Simplify using
12168         gnus-image-type-available-p.
12169
12170         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12171         available.
12172
12173         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12174         Use `display-images-p' if available.
12175
12176 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12179         one after turning on the buffer's multibyteness instead of decoding
12180         them directly in the unibyte buffer that causes unexpected conversion
12181         in Emacs 23 (unicode).
12182
12183 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12184
12185         * message.el (message-generate-hashcash): Fix custom type.
12186
12187 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12190
12191 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12194         disconnect icons.  Add help text.
12195
12196 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12197
12198         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12199         negated to be consistent with the others we handle.
12200
12201 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12202
12203         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12204         version of gnus-summary-buffer to something, so that we can use two
12205         article buffers at the same time.
12206
12207 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12208
12209         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12210         trigger all the extra headers.
12211         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12212         sorting.
12213
12214 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12215
12216         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12217         solid groups.
12218
12219 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12220
12221         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12222
12223 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * legacy-gnus-agent.el: Add Copyright notice.
12226
12227 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12228
12229         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12230
12231 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12232
12233         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12234
12235         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12236         to make it work reliably in CVS Emacs.
12237         (gnus-summary-limit-strange-charsets-predicate)
12238         (gnus-summary-limit-to-predicate): New functions.
12239
12240 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12241
12242         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12243         specifying array size.
12244         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12245         array if it is too small.
12246         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12247         (gnus-sort-threads-loop): New function.
12248
12249 2006-12-06  Chris Moore  <dooglus@gmail.com>
12250
12251         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12252         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12253
12254 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12255
12256         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12257         options.
12258
12259 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12260
12261         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12262         DOS-ing the recipient.
12263
12264         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12265         the headers when creating the mapping to avoid mismappings.
12266         (nnweb-gmane-create-mapping): Always nix out old mapping.
12267
12268 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12271         and mm-verify-option to never.
12272
12273 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * message.el (message-signed-or-encrypted-p): New function.
12276         (message-forward-make-body): Use it.
12277
12278         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12279         Replace encode-coding-string with mm-encode-coding-string.
12280
12281 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * nneething.el (nneething-decode-file-name):
12284         Replace decode-coding-string with mm-decode-coding-string.
12285
12286         * gnus-int.el (gnus-open-server): Say failed server's name.
12287
12288 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12289
12290         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12291         strings to a single string.  Quote `errors-file-name'.
12292         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12293         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12294         Adjust calls.  Use `shell-quote-argument'.
12295
12296 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12297
12298         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12299         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12300
12301         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12302         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12303         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12304         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12305         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12306         (gnus-subscribe-newsgroup, gnus-1):
12307         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12308         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12309         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12310         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12311
12312 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12313
12314         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12315         keystroke.
12316         (gnus-summary-limit-to-bodies): Implement headersp.
12317
12318 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12319
12320         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12321
12322 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12325
12326 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12327
12328         * message.el (message-generate-hashcash): Expand range of values to
12329         include `opportunistic'.
12330         (message-send-mail): Use it.
12331
12332 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12333
12334         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12335         and comment it.
12336
12337         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12338
12339 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * gnus-util.el (gnus-extract-address-components): Improve comment.
12342
12343 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-util.el (gnus-extract-address-components): Work with address in
12346         which the name portion contains @.
12347
12348         * lpath.el: Fbind custom-autoload.
12349
12350 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * gnus.el (gnus-start): Move custom group up.
12353         (gnus-select-method): Don't autoload, but make it available for
12354         `customize-variable'.
12355         (gnus-getenv-nntpserver): Don't autoload.
12356
12357 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12358
12359         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12360
12361 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * message.el (message-sendmail-extra-arguments): New variable.
12364         (message-send-mail-with-sendmail): Use it.
12365
12366 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12369         mm-with-unibyte-current-buffer to make string unibyte.
12370
12371         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12372         mm-string-as-multibyte.
12373
12374 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12375
12376         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12377         Reported by Werner Koch <wk@gnupg.org>.
12378
12379 2006-11-14  Daiki Ueno  <ueno@p360>
12380
12381         * mml2015.el: Autoload epa-select-keys when compiling.
12382
12383 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12384
12385         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12386         message-options.
12387         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12388
12389 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12390
12391         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12392         EasyPG (< 0.0.6).
12393         (mml2015-always-trust): New user option.
12394         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12395         prompt.
12396
12397 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * nntp.el (nntp-authinfo-force): New variable.
12400         (nntp-send-authinfo): Use it.
12401
12402 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12403
12404         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12405         decode encoded words.  Improve prompt.  Add comment about forwarding.
12406         (message-replacement-char): Move up.
12407
12408 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12409
12410         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12411         instead of gnus-intersection because arguments of gnus-sorted-nunion
12412         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12413
12414 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12417         (message-simplify-subject-functions):
12418         Enable message-strip-subject-encoded-words by default.
12419
12420 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * message.el (message-strip-subject-encoded-words): New function.
12423         (message-simplify-subject-functions): New variable.
12424         (message-simplify-subject): Use it.  Fix typo in doc string.
12425         Support message-strip-subject-encoded-words.
12426
12427 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12428
12429         * gnus-diary.el (gnus-diary-delay-format-function):
12430         * nndiary.el (nndiary-reminders):
12431         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12432
12433 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gnus-art.el (article-hide-boring-headers): Fetch date from
12436         gnus-original-article-buffer to avoid problems with localized date
12437         strings.
12438
12439 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12442
12443 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12444
12445         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12446         New variables.
12447         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12448         (mm-charset-synonym-alist): Move some entries to
12449         mm-codepage-iso-8859-list.
12450         (mm-charset-synonym-alist, mm-charset-override-alist):
12451         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12452
12453 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12456
12457 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12458
12459         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12460         with Emacs 21 and XEmacs.
12461
12462 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12463
12464         * spam.el (spam-parse-address): New function for better parsing,
12465         catching errors, etc.
12466         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12467
12468 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * mm-view.el: Add interactive arg to html2text autoload.
12471
12472 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12475
12476 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12479         New variables.
12480         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12481         (mm-charset-synonym-alist): Move some entries to
12482         mm-codepage-iso-8859-list.
12483
12484         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12485
12486 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12487
12488         * message.el (message-citation-line-format)
12489         (message-insert-formated-citation-line): Fix implementation of %E, %N
12490         and %n according to the doc string.
12491
12492 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12493
12494         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12495         Use car-safe to avoid bad parses.
12496
12497 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12500         names.
12501
12502         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12503
12504 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12507         header.
12508
12509         * message.el (message-draft-headers): Add Date.
12510         (message-headers-to-generate): Fix typo in docstring.
12511
12512         * nndraft.el (nndraft-required-headers): New variable.
12513         (nndraft-generate-headers): Use it.
12514
12515         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12516
12517 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12518
12519         * gnus-registry.el (gnus-registry-wash-for-keywords)
12520         (gnus-registry-find-keywords): New functions to allow easy searching of
12521         articles that are in the registry.
12522
12523 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12524
12525         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12526         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12527         Reported by Damien Elmes <damien@repose.cx>.
12528
12529 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * gnus.el (gnus-mime): Remove unused custom group.
12532
12533 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12534
12535         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12536         "blank line" when searching for end of armor headers.
12537
12538 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * gmm-utils.el (gmm-write-region): Fix variable name.
12541
12542 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * gmm-utils.el (gmm-write-region): New function based on compatibility
12545         code from `mm-make-temp-file'.
12546
12547         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12548
12549         * nnmaildir.el (nnmaildir--update-nov)
12550         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12551         Use `gmm-write-region'.
12552
12553 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12556         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12557
12558         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12559
12560         * message.el (message-replacement-char): New variable.
12561         (message-fix-before-sending): Use it.
12562         (message-simplify-subject): New function to remove duplicate code.
12563         (message-reply, message-followup): Use it.
12564
12565         * gnus-sum.el (gnus-summary-make-menu-bar):
12566         Clarify gnus-summary-limit-to-articles.
12567
12568 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * gnus-util.el (gnus-with-local-quit): New macro.
12571
12572         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12573
12574 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12577         ignore non-string data.
12578
12579 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12580
12581         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12582         non-string data (needs to be done in the registry too).
12583
12584 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12585
12586         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12587         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12588         (gnus-registry-split-fancy-with-parent)
12589         (gnus-registry-fetch-simplified-message-subject-fast)
12590         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12591         Remove text properties on ingress into the registry and when it's saved.
12592         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12593         registry from entries with no groups.
12594
12595 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12596
12597         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12598         function to remove string properties.
12599
12600 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * gmm-utils.el (gmm): Adjust custom version.
12603
12604         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12605         Adjust custom version.
12606
12607         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12608
12609 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * gnus-art.el (gnus-insert-prev-page-button)
12612         (gnus-insert-next-page-button): Simplify.  Reformat.
12613
12614 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12615
12616         * gnus-art.el (gnus-insert-prev-page-button)
12617         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12618
12619 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12620
12621         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12622
12623 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12624
12625         * gnus-art.el (gnus-insert-mime-button)
12626         (gnus-insert-mime-security-button):
12627         Apply gnus-article-button-face to MIME and security buttons.
12628
12629 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12632         readable.
12633
12634 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12637
12638 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12639
12640         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12641         `browse-url-of-file' instead of `browse-url'.
12642
12643 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12644
12645         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12646         regexp.  Articles containing quotation were cut prematurely.
12647
12648 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * message.el (message-cite-original-1): Use nobody by default for the
12651         value of From header.
12652         (message-reply): Ditto.
12653
12654 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12655
12656         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12657         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12658         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12659
12660 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12663         mails in the doc string.  Add some URLs in comment.
12664         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12665
12666 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12669         backslashes handling and the way to find boundaries of quoted strings.
12670
12671 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12672
12673         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12674         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12675         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12676         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12677
12678 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12681         doc string.
12682         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12683
12684 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * lpath.el: Fbind epg-check-configuration.
12687
12688 2006-09-06  Simon Josefsson  <jas@extundo.com>
12689
12690         * mml2015.el (mml2015-use): Doc fix, mention epg.
12691
12692 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12693
12694         * mml2015.el (mml2015-use): Default to epg, if available.
12695
12696 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12697
12698         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12699         message-sender.
12700         (mml1991-epg-encrypt): Ditto.
12701         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12702         message-sender.
12703         (mml2015-epg-encrypt): Ditto.
12704
12705 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12706
12707         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12708         several common directories.
12709
12710 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12711
12712         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12713         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12714
12715 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * gnus-art.el (article-decode-encoded-words): Make it fast.
12718
12719 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12722
12723         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12724         in quoted string into `\'.
12725
12726 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12729         Use standard-syntax-table.
12730
12731 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * gnus-art.el (gnus-decode-address-function): New variable.
12734         (article-decode-encoded-words): Use it to decode headers which are
12735         assumed to contain addresses.
12736         (gnus-mime-delete-part): Remove useless `or'.
12737
12738         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12739         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12740         (gnus-nov-parse-line): Use it to decode From header.
12741         (gnus-get-newsgroup-headers): Ditto.
12742         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12743
12744         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12745         (mail-decode-encoded-address-string): New alias.
12746
12747         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12748         New function.
12749         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12750         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12751         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12752         (rfc2047-decode-string): Ditto.
12753         (rfc2047-decode-address-region): New function.
12754         (rfc2047-decode-address-string): New function.
12755
12756 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * message.el (message-caesar-buffer-body): Allow rotating headers.
12759
12760         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12761
12762         * message.el (message-insert-formated-citation-line): Fix %f.
12763         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12764
12765 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12768         (gnus-bookmark-mouse-available-p): New macro.
12769         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12770         (gnus-bookmark-bmenu-show-infos): Use it.
12771         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12772         (gnus-bookmark-bmenu-hide-infos): Ditto.
12773         (gnus-bookmark-remove-properties): New function.
12774         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12775         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12776         (gnus-bookmark-write-file): Bind coding-system-for-write.
12777         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12778         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12779         group before selecting it.
12780         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12781         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12782         quit-window if it is not available; use gnus-mouse-2 and bind it to
12783         gnus-bookmark-bmenu-select-by-mouse.
12784         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12785         (gnus-bookmark-bmenu-select-by-mouse): New function.
12786
12787 2006-08-13  Romain Francoise  <romain@orebokech.com>
12788
12789         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12790         space.
12791
12792 2006-08-10  Romain Francoise  <romain@orebokech.com>
12793
12794         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12795         (dns-mode-soa-auto-increment-serial): New user option.
12796         (dns-mode-soa-maybe-increment-serial): New function.
12797         (dns-mode): Add the latter to `write-contents-functions'.
12798
12799 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * compface.el (uncompface): Use binary rather than raw-text-unix.
12802
12803 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * compface.el (uncompface): Make sure the eol conversion doesn't take
12806         place when communicating with the external programs.
12807         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12808
12809 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12812
12813 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12814
12815         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12816         Make it more robust by parsing author and date independently.
12817
12818 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12821
12822 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12823
12824         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12825         first matching secret key.
12826         (mml2015-epg-encrypt): Ditto.
12827
12828         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12829         first matching secret key.
12830         (mml1991-epg-encrypt): Ditto.
12831
12832         * mml2015.el (mml2015-encrypt-to-self): New user option.
12833         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12834         mml2015-epg-encrypt-to-self is set.
12835
12836         * mml1991.el (mml1991-encrypt-to-self): New variable.
12837         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12838         mml1991-epg-encrypt-to-self is set.
12839
12840         * mml2015.el (mml2015-signers): New user option.
12841         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12842         (mml2015-epg-encrypt): Allow to select signing keys.
12843
12844         * mml1991.el (mml1991-signers): New variable.
12845         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12846         (mml1991-epg-encrypt): Allow to select signing keys.
12847
12848 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * nnheader.el (nnheader-insert-head): Make it work even if the file
12851         uses CRLF for the line-break code.
12852
12853 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12854
12855         * mml2015.el: Require mml-sec instead of password.
12856         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12857         (mml2015-cache-passphrase): Inherit the default value from
12858         mml-secure-cache-passphrase.
12859         (mml2015-passphrase-cache-expiry): Inherit the default value from
12860         mml-secure-passphrase-cache-expiry.
12861
12862         * mml1991.el: Require mml-sec instead of password.
12863         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12864         (mml1991-cache-passphrase): Inherit the default value from
12865         mml-secure-cache-passphrase.
12866         (mml1991-passphrase-cache-expiry): Inherit the default value from
12867         mml-secure-passphrase-cache-expiry.
12868
12869         * mml-sec.el: Require password.
12870         (mml-secure-verbose): New user option.
12871         (mml-secure-cache-passphrase): New user option.
12872         (mml-secure-passphrase-cache-expiry): New user option.
12873
12874 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12875
12876         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12877         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12878         andreas@altroot.de (Andreas Vögele).
12879
12880         FIXME: Use `tiny change'?
12881
12882 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12883
12884         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12885         workaround for the url package included with Emacs.
12886
12887         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12888
12889 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12892         correctly.  This fixes a bug caused by the 2006-05-12 change.
12893
12894 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12895
12896         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12897         some information about the error when saying that the `bogus' mail
12898         group will be used.
12899
12900 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12903         string.
12904
12905 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12906
12907         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12908
12909 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12910
12911         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12912
12913 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12914
12915         * mml1991.el (mml1991-function-alist): Add epg.
12916         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12917         (mml1991-epg-encrypt): New functions.
12918
12919 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12920
12921         * mml2015.el (mml2015-verbose): New variable.
12922         (mml2015-cache-passphrase): Ditto.
12923         (mml2015-passphrase-cache-expiry): Ditto.
12924         (mml2015-function-alist): Add epg.
12925         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12926         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12927         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12928         New functions.
12929
12930 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12931
12932         * message.el (message-cite-original-1): Preserve region when removing
12933         quoted text due to X-No-Archive in order to avoid bogus attribution
12934         when citing multiple messages.
12935
12936 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12937
12938         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12939         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12940
12941 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * gnus-diary.el (gnus-user-format-function-d)
12944         (gnus-user-format-function-D): Autoload.
12945
12946         * imap.el (Commentary): Fix typo.
12947
12948         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12949         2006-04-22 contribution.
12950
12951 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12952
12953         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12954         It didn't really fix the bogosity I'm seeing with solid web groups.
12955
12956 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12957
12958         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12959         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12960         created using server names.  If we use the feature without declaring
12961         it, Gnus does not properly manage server and group state.
12962
12963         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12964         bound.
12965
12966 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12967
12968         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12969         looking up the method using GROUP's prefix before inventing a new one.
12970         It is used on killed/unknown groups in various places where returning
12971         an all-new method isn't expected by the caller.
12972
12973         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12974         and match semantics of gnus-group-real-prefix.
12975
12976 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * nnmail.el (nnmail-broken-references-mailers): New variable.
12979         (nnmail-ignore-broken-references): New function generalizing
12980         nnmail-fix-eudora-headers.
12981         (nnmail-fix-eudora-headers): Now obsolete.
12982
12983         * gnus-art.el (gnus-button-handle-custom):
12984         Support `customize-apropos*'.
12985
12986 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12987
12988         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12989
12990         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12991         articles.
12992
12993 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * message.el (message-cite-reply-above): New variable.
12996         (message-yank-original): Use it.
12997
12998 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13001
13002 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13005         as read.
13006
13007         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13008
13009 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13012         (gnus-bookmark-default-file): Use gnus-directory.
13013         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13014         Remove "*" in doc string.
13015         (gnus-bookmark-write-file): Simplify.
13016         (gnus-bookmark-maybe-sort-alist): Use `when'.
13017         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13018         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13019         Add FIXME about Emacs 21 and XEmacs compatibility.
13020         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13021         compatibility.
13022         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13023         compatibility.
13024         (gnus-bookmark-menu-heading): Fix version.
13025
13026 2006-06-19  Bastien Guerry  <bzg@altern.org>
13027
13028         * gnus-bookmark.el: New file.
13029
13030 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * message.el (message-syntax-checks): Doc fix.
13033
13034 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13035
13036         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13037         unsubscribed groups as if they were killed ones.  It causes duplicate
13038         entries in gnus-newsrc-alist.
13039
13040 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * message.el (message-syntax-checks): Doc fix.
13043         (message-send-mail): Add check for continuation headers.
13044         (message-check-news-header-syntax): Fix regexp used to check for
13045         continuation headers.
13046
13047 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13050
13051 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13054
13055 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13058         default-truncate-lines.
13059
13060 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13063         to fill the utf-8 entry.
13064
13065         * lpath.el: Fbind unicode-precedence-list.
13066
13067 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13068
13069         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13070
13071 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13072
13073         * gnus-agent.el (directory-files-and-attributes): Move all the way
13074         forward (the third and final move).
13075         (gnus-agent-read-agentview): Trap reconstruction errors due to
13076         nonexistent directory.  Handle by returning nil.
13077
13078 2006-05-30  Didier Verna  <didier@xemacs.org>
13079
13080         * message.el (message-dont-reply-to-names): Update the custom type.
13081         * message.el (message-dont-reply-to-names): New defsubst: potentially
13082         convert a list of regexps into a single one.
13083         * message.el (message-get-reply-headers): Use it.
13084         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13085
13086 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-agent.el (directory-files-and-attributes): Move forward.
13089
13090 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * gnus-ml.el (gnus-mailing-list-subscribe)
13093         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13094         (gnus-mailing-list-message): Fix doc strings.
13095
13096 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13097
13098         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13099         of doing it manually.
13100
13101 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13102
13103         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13104         comment.
13105
13106 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13107
13108         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13109         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13110         (gnus-agent-read-local): All symbols allocated in my-obarray.
13111         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13112         (gnus-agent-regenerate-group): Check numeric names to see if they are
13113         messages or groups.
13114         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13115         better way of do this...)
13116
13117         * gnus-cache.el (gnus-agent-total-fetched-for):
13118         Ignore 'dummy.group' (there should be a better way of do this...)
13119
13120 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13123         (gnus-saved-headers): Ditto.
13124         (gnus-default-article-saver): Mention functions may have properties.
13125         (gnus-article-save): Override gnus-save-all-headers and
13126         gnus-saved-headers by :headers property which saver function may have.
13127         (gnus-summary-save-in-file): Add :headers property.
13128         (gnus-summary-write-to-file): Ditto.
13129
13130         * gnus-sum.el (gnus-summary-save-article): Bind
13131         gnus-prompt-before-saving to t when saving many articles in a file;
13132         always show all headers.
13133
13134         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13135
13136 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13137
13138         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13139         marks.
13140
13141         * message.el (message-indent-citation): Add optional arguments to allow
13142         using it outside of message buffers.
13143
13144         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13145         (gnus-article-treat-unfold-headers): Use it.
13146         (gnus-article-truncate-lines): New variable.
13147         (gnus-article-mode): Use it.
13148         (gnus-article-toggle-truncate-lines): New function.
13149
13150         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13151         Add gnus-article-toggle-truncate-lines.
13152
13153         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13154         coding system in XEmacs, use binary.
13155
13156 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13159         after-load-alist.
13160
13161         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13162         this function should save decoded articles.
13163         (gnus-summary-write-to-file): Use property to specify this function
13164         should save decoded articles and specify gnus-summary-save-in-file
13165         should be used to save articles other than the first one when saving
13166         many articles.
13167         (gnus-summary-save-body-in-file): Use property to specify this
13168         function should save decoded articles.
13169         (gnus-summary-write-body-to-file): Use property to specify this
13170         function should save decoded articles and specify
13171         gnus-summary-save-body-in-file should be used to save articles other
13172         than the first one when saving many articles.
13173
13174         * gnus-sum.el (gnus-summary-save-article): Simplify.
13175
13176 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-art.el (gnus-default-article-saver):
13179         Add gnus-summary-write-body-to-file.
13180         (gnus-article-save-coding-system): Don't use coding system object
13181         in XEmacs.
13182         (gnus-read-save-file-name): Add optional `dir-var' argument which
13183         specifies directory in which files are saved; work even if optional
13184         `variable' argument is not specified.
13185         (gnus-summary-write-to-file): Read file name.
13186         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13187         (gnus-summary-write-body-to-file): New function.
13188
13189         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13190         (gnus-summary-local-variables): Add it.
13191         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13192         (gnus-summary-save-article): Remove optional `decode' argument;
13193         determine whether to decode articles by the value of
13194         gnus-default-article-saver; when saving many files using
13195         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13196         it first and use gnus-summary-save-in-file or
13197         gnus-summary-save-body-in-file thereafter unless
13198         gnus-prompt-before-saving is always; move point to article which
13199         will be saved.
13200         (gnus-summary-save-article-file): Revert.
13201         (gnus-summary-write-article-file): Revert.
13202         (gnus-summary-save-article-body-file): Revert.
13203         (gnus-summary-write-article-body-file): New function.
13204
13205 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus-art.el (gnus-default-article-saver): Doc fix.
13208         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13209         from gnus-summary-save-article-coding-system, and default to a
13210         certain coding system.
13211         (gnus-output-to-file): Add coding cookie and encode text according
13212         to gnus-article-save-coding-system; don't use mm-append-to-file.
13213
13214         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13215         gnus-art.el and rename to gnus-article-save-coding-system.
13216         (gnus-summary-save-article): Require gnus-art; don't show all
13217         headers if it decodes articles; don't add coding cookie here;
13218         don't bind mm-text-coding-system-for-write.
13219         (gnus-summary-save-article-file): Save decoded articles.
13220         (gnus-summary-write-article-file): When saving many files, use
13221         gnus-summary-write-to-file first and gnus-summary-save-in-file
13222         thereafter unless gnus-prompt-before-saving is always.
13223         (gnus-summary-save-article-body-file): Save decoded articles.
13224
13225         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13226
13227 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * nnrss.el (nnrss-check-group): Bind hash-index.
13230
13231 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13232
13233         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13234         its hash index.  Store this hash in `nnrss-group-data'.
13235         (nnrss-read-group-data): Update accordingly.
13236
13237 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13240         entry.
13241
13242         * gnus-sum.el (gnus-summary-make-menu-bar):
13243         Add gnus-article-browse-html-article.
13244
13245 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13246
13247         * gnus-sum.el (gnus-summary-mime-map):
13248         Add gnus-article-browse-html-article.
13249
13250         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13251
13252 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13255         suitable coding systems in customize.
13256
13257 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * mail-source.el (mail-sources): Fix custom type.
13260
13261 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13262
13263         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13264         (gnus-summary-expire-articles-now): Shorten prompt.
13265
13266         * gmm-utils.el (wid-edit): Require.
13267         (defun-gmm): Rename from `gmm-defun-compat'.
13268         (gmm-image-search-load-path): Use it.
13269         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13270
13271 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * gnus-sum.el (gnus-summary-save-article-coding-system):
13274         New variable.
13275         (gnus-summary-save-article): Add optional `decode' argument.
13276         If it is set and gnus-summary-save-article-coding-system is non-nil,
13277         save decoded article.
13278         (gnus-summary-write-article-file): Save decoded article if
13279         gnus-summary-save-article-coding-system is non-nil.
13280
13281         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13282         type.
13283
13284 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13287
13288 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13291         first to test gnus-single-article-buffer which may be buffer-local.
13292
13293         * gnus-sum.el (gnus-summary-setup-buffer):
13294         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13295         group; make gnus-article-buffer, gnus-article-current, and
13296         gnus-original-article-buffer always buffer-local.
13297         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13298         group.
13299         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13300
13301 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * nnml.el (nnml-request-compact-group): Compressed files might not
13304         have .gz extension.
13305
13306 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13307
13308         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13309         (mm-copy-to-buffer): Use with-current-buffer.
13310         (mm-display-part): Simplify.
13311         (mm-inlinable-p): Add optional arg `type'.
13312
13313 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13314
13315         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13316         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13317         Try harder to show the attachment internally or externally using
13318         gnus-mime-view-part-as-type.
13319
13320 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * message.el (message-from-style, message-signature-separator)
13323         (message-user-organization-file, message-send-mail-function)
13324         (message-citation-line-function, message-yank-prefix)
13325         (message-indent-citation-function, message-signature)
13326         (message-signature-file, message-signature-insert-empty-line):
13327         Remove autoloads.
13328
13329         * gnus-art.el (gnus-buttonized-mime-types):
13330         Remove "multipart/signed".  Revert 2006-04-26 change.
13331
13332 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13333
13334         * gnus.el (gnus-version-number): Bump version.
13335
13336 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13337
13338         * gnus.el: No Gnus v0.5 is released.
13339
13340 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13341
13342         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13343         fetching articles by message-id.
13344
13345 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13346
13347         * message.el (hashcash): Require hashcash as normal.
13348
13349         * ecomplete.el (ecomplete-highlight-match-line):
13350         Use point-at-eol.
13351         (ecomplete-highlight-match-line): Use `highlight', because that
13352         face exists in both Emacs and XEmacs.
13353
13354         * message.el (message-display-abbrev): Use point-at-bol.
13355
13356         * mail-source.el: Don't require timer/timer-funcs.
13357
13358         * gnus-async.el: Ditto.
13359
13360         * password.el: Ditto.
13361
13362         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13363
13364         * mm-url.el: Ditto.
13365
13366         * gnus-xmas.el: Don't require timer-funcs.
13367
13368         * mm-util.el: Require timer/timer-funcs.
13369
13370 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13371
13372         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13373         Close.
13374
13375 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13378         unibyte after clear-decrypt function runs.
13379
13380         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13381         returns as a unibyte string.
13382
13383 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * lpath.el: Revert.
13386
13387         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13388         (pgg-gpg-process-sentinel): Revert.
13389
13390         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13391         (pgg-pgp-lookup-key): Revert.
13392
13393         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13394         (pgg-pgp5-lookup-key): Revert.
13395
13396         * pgg.el (pgg-fetch-key): Revert.
13397
13398 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * lpath.el: Fbind string-as-multibyte for XEmacs.
13401
13402         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13403         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13404         (mml1991-pgg-encrypt): Ditto.
13405
13406         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13407         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13408         a multibyte buffer.
13409
13410         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13411         (pgg-pgp-lookup-key): Ditto.
13412
13413         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13414         (pgg-pgp5-lookup-key): Ditto.
13415
13416         * pgg.el (pgg-fetch-key): Ditto.
13417
13418 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * message.el (message-user-organization-file): Check several
13421         locations of the organization file.
13422
13423         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13424         Add gnus-article-view-part-as-type.
13425
13426         * gnus-art.el (gnus-article-view-part-as-type): New function.
13427
13428         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13429         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13430
13431         * mml.el: Simplify autoload.
13432         (mml-mode): defvar dnd-protocol-alist instead of using
13433         symbol-value.
13434         (mml-default-directory): New variable.
13435         (mml-minibuffer-read-file): Use it.
13436         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13437
13438         * message.el (message-citation-line-format): New variable.
13439         (message-insert-formated-citation-line): New function.
13440         (message-citation-line-function):
13441         Add `message-insert-formated-citation-line' to custom type.
13442
13443         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13444         to doc string.
13445
13446         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13447         depending on mm-verify-option.
13448
13449 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13452         binding pgg-* variables; reimplement the section which prevents
13453         MIME header from being signed.
13454         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13455         pgg-text-mode; remove a blank line at the top of body.
13456
13457         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13458         lines at the top of body; use gnus-newsgroup-charset if there's no
13459         Charset header.
13460
13461 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * message.el (message-self-insert-commands): Doc fix.
13464
13465         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13466         (mm-uu-pgp-encrypted-test): Ditto.
13467         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13468         between header and body; return application/pgp-encrypted handle
13469         if decryption failed; decode decrypted body by charset.
13470
13471         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13472         element match to application/pgp-*.
13473
13474 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13475
13476         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13477         HTML.
13478
13479 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13480
13481         * mail-source.el (mail-source-call-script): Message the error
13482         string.
13483
13484 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13485
13486         * gnus-util.el (gnus-byte-compile): Use it.
13487
13488 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13489
13490         * gnus-util.el (kill-empty-logs): New function.
13491
13492 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13493
13494         * message.el (message-mail-alias-type): Doc fix.
13495         (message-mail-alias-type-p): New function.
13496         (message-send): Use it.
13497         (message-mode): Ditto.
13498         (message-strip-forbidden-properties): Ditto.
13499
13500         * ecomplete.el (ecomplete-database-file-coding-system):
13501         New variable.
13502         (ecomplete-save): Use it.
13503         (ecomplete-setup): Use it.
13504
13505 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * message.el (message-self-insert-commands): New variable.
13508         (message-strip-forbidden-properties): Use it.
13509
13510 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13511
13512         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13513         that doesn't make XEmacs choke.
13514
13515 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13516
13517         * gnus-util.el (gnus-replace-in-string):
13518         Prefer replace-regexp-in-string over of replace-in-string.
13519
13520 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * gnus-util.el (gnus-select-frame-set-input-focus):
13523         Use select-frame-set-input-focus if it is available in XEmacs; use
13524         definition defined in Emacs 22 for old Emacsen.
13525
13526         * dgnushack.el: Autoload unmorse-region for XEmacs.
13527
13528         * lpath.el: Bind cursor-in-non-selected-windows and
13529         select-frame-set-input-focus for XEmacs.
13530
13531 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13534
13535 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13536
13537         * gnus-registry.el (gnus-registry-cache-save): Remove text
13538         properties when saving via the temp buffer.
13539
13540 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * message.el (message-generate-hashcash): Honor custom type.
13543
13544 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13545
13546         * message.el (message-generate-hashcash): Default to non-nil when
13547         hashcash is found.
13548
13549         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13550         (gnus-refer-thread-limit): Increase default to 500.
13551
13552         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13553
13554         * flow-fill.el (fill-flowed): Allow delete-space.
13555
13556 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13557
13558         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13559         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13560         Remove autoloads.
13561
13562 2006-04-18  Simon Josefsson  <jas@extundo.com>
13563
13564         * message.el (message-generate-hashcash): Default to.
13565
13566 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13569         concatenating segments rather than before concatenating them.
13570
13571 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13574
13575 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13576
13577         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13578
13579         * message.el (message-forward-make-body-plain):
13580         Allow message-forward-ignored-headers to be a list.
13581         (message-remove-ignored-headers): Factor out into function.
13582         (message-forward-make-body-mml): Use it.
13583
13584         * imap.el (imap-quote-specials): New function.
13585         (imap-login-auth): Quote specials.
13586
13587         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13588         (rfc2231-parse-string): Allow concatanation of parameters that
13589         aren't contiguous.  The test case is
13590           (mail-header-parse-content-type "message/external-body;
13591             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13592             access-type=LOCAL-FILE;
13593             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13594
13595 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13596
13597         * nntp.el (nntp-accept-process-output): Return the value of
13598         `nnheader-accept-process-output'.
13599
13600 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13601
13602         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13603         (gnus-button-alist): Recognize more diff formats.
13604         (gnus-button-patch): Strip directory.
13605
13606 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13609         Emacs 22 when setting focus.
13610
13611 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13612
13613         * gnus-art.el (gnus-article-treat-types): Do treatment of
13614         text/x-verbatim parts.
13615         (gnus-button-patch): New command.
13616
13617         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13618         addresses that contain invalid characters.
13619
13620 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13621
13622         * message.el (message-put-addresses-in-ecomplete):
13623         Use gnus-replace-in-string.
13624         (message-is-yours-p): Use the more correct
13625         mail-header-parse-address instead of
13626         mail-extract-address-components.
13627         (message-put-addresses-in-ecomplete): Fix typo.
13628
13629         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13630         keystroke.
13631
13632         * gnus-art.el (gnus-treatment-function-alist): Change order of
13633         newsgroups/generic header folding to avoid double-folding.
13634
13635         * message.el (message-hidden-headers): Add X-Draft-From.
13636
13637         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13638         New command.
13639         (gnus-summary-repeat-search-article-backward): New command.
13640
13641         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13642         groups in the parent topic.
13643
13644 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13645
13646         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13647         (spam-extra-header-to-number): Return the CRM114 number as a
13648         number instead of a string.
13649
13650 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13651
13652         * gnus-art.el (gnus-face-properties-alist): Move here from
13653         gnus-fun.
13654
13655         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13656
13657 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13658
13659         * message.el (message-strip-forbidden-properties): Only display on
13660         self-insert-command.
13661
13662         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13663         reindent.
13664         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13665
13666 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13667
13668         * smiley.el (smiley-style): Fix typo.
13669
13670 2006-03-23  Kenichi Handa  <handa@m17n.org>
13671
13672         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13673         instead of set-buffer-multibyte.
13674
13675 2006-03-23  Kenichi Handa  <handa@m17n.org>
13676
13677         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13678         buffer and then decode the buffer text if necessary.
13679         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13680         first, and after mm-encode-body, change the buffer to unibyte.
13681
13682 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13683
13684         * hashcash.el (hashcash-insert-payment-async-2):
13685         Use message-goto-eoh instead of doing it manually.
13686         (mail-add-payment): Use message-narrow-to-header instead of trying
13687         to do the same itself.
13688
13689         * message.el (message-hidden-headers): Add Face.
13690
13691         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13692         reparenting code.
13693         (gnus-summary-reparent-children): Refactored out code.
13694         (gnus-summary-thread-map): New keystroke.
13695         (gnus-summary-reparent-children): Make into command.
13696
13697         * smiley.el (smiley-style): Default to `medium' if using a large
13698         font.
13699
13700         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13701         does it itself.
13702
13703         * message.el (message-point-in-header-p): Simplify definition.
13704
13705 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13706
13707         * nnagent.el (nnagent-request-set-mark): Silence log file
13708         writing.
13709         (nnagent-request-set-mark): Use write-region instead of
13710         append-to-file.
13711
13712         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13713         strange select method.
13714
13715         * ecomplete.el (ecomplete-display-matches): Get highlightling
13716         right.
13717         (ecomplete-display-matches): Use literals.
13718         (ecomplete-display-matches): Disable message logging.
13719
13720         * message.el (message-display-abbrev): Small optimization.
13721
13722         * ecomplete.el (ecomplete-display-matches): Allow automatic
13723         display.
13724
13725         * message.el (message-strip-forbidden-properties):
13726         Display abbrevs.
13727         (message-display-abbrev): Get automatic display right.
13728
13729         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13730         keystrokes.
13731
13732 2006-04-13  Romain Francoise  <romain@orebokech.com>
13733
13734         TODO: Backport to v5-10!
13735
13736         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13737         Move here (and rename) from gnus-registry.el.
13738
13739         * gnus-registry.el: Require gnus-util.
13740         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13741
13742 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13743
13744         * gnus-group.el (gnus-group-catchup-current):
13745         Change if-then-else-if-then-else into cond.
13746         (gnus-group-catchup): Indent.
13747         (group-name-at-point): New function.
13748         (gnus-fetch-group): Provide default from thing at point.
13749
13750 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13751
13752         * message.el (message-display-abbrev): Fix regexp.
13753
13754         * ecomplete.el (ecomplete-highlight-match-line):
13755         Reimplement choosing.
13756         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13757         dead variables.
13758
13759         * message.el (message-newline-and-indent): Remove debugging.
13760         (message-display-abbrev): Use new implementation.
13761
13762 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13763
13764         * gnus-art.el (gnus-article-mode):
13765         Set cursor-in-non-selected-windows to nil.
13766
13767         * smiley.el: Revert previous change.
13768         (smiley-data-directory): defvar it before using it in the
13769         defcustom of `smiley-style'.
13770
13771 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13772
13773         * message.el (message-newline-and-indent): New function.
13774
13775         * ecomplete.el: Implement more bits.
13776
13777         * message.el (message-put-addresses-in-ecomplete): Clean up the
13778         string.
13779
13780         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13781
13782         * gnus-sum.el (gnus-summary-save-parts):
13783         Bind gnus-summary-save-parts-counter and use it to make unique file
13784         names.
13785
13786         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13787
13788         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13789         parameter to say whether to actually parse the individual
13790         addresses.
13791
13792         * message.el (message-put-addresses-in-ecomplete): New function.
13793         (ecomplete): Require.
13794         (message-mail-alias-type): Add ecomplete as an option.
13795
13796 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13797
13798         * flow-fill.el (fill-flowed): Remove trailing space from blank
13799         quoted lines.
13800
13801 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13802
13803         * smiley.el (smiley-style): Move definition later to avoid a
13804         compilation warning.
13805
13806 2006-04-12  Kenichi Handa  <handa@m17n.org>
13807
13808         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13809         buffer and then decode the buffer text if necessary.
13810         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13811         first, and after mm-encode-body, change the buffer to unibyte.
13812         Use mm-disable-multibyte instead of set-buffer-multibyte.
13813
13814 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13817         Content-Type header instead of Content-Disposition header.
13818         (gnus-mime-inline-part): Ditto.
13819         (gnus-mime-view-part-as-charset): Ignore charset that the part
13820         specifies.
13821
13822         * mm-decode.el (mm-display-part): Work with external parts and
13823         usual parts similarly.
13824
13825         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13826         instead of gnus-display-mime.
13827
13828         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13829         instead of with-temp-buffer.
13830
13831         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13832         tag to summarized topics part in order to encode non-ASCII text.
13833
13834 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * smiley.el (smiley-style): New variable.
13837         (smiley-directory): New function.
13838         (smiley-data-directory): Derive from `smiley-style' using
13839         `smiley-directory'.
13840         (smiley-regexp-alist): Add new entries.
13841
13842         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13843         (gnus-article-browse-delete-temp): Add :version.
13844
13845 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13846
13847         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13848         the sieve region.
13849
13850 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13851
13852         * gnus.el (gnus-version-number): Bump version.
13853
13854 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * gnus.el: No Gnus v0.4 is released.
13857
13858 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13859
13860         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13861         layout.
13862
13863         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13864         unknown charset.
13865
13866         * message.el (message-header-synonyms): Add Original-To to the
13867         default.
13868
13869         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13870         optional parameter.
13871
13872 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus-fun.el (gnus): Require it for gnus-directory.
13875
13876 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13879
13880 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13881
13882         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13883
13884 2006-04-05  Simon Josefsson  <jas@extundo.com>
13885
13886         * password.el (password-reset): New function.
13887
13888 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13889
13890         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13891         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13892
13893 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13894
13895         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13896         Some whitespace was matched into the url, which broke browsing hits
13897         > 100 when mm-url-use-external was nil.
13898
13899 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13902         Check gnus-extra-headers for 'Newsgroups.
13903
13904         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13905         bound.
13906
13907 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13908
13909         * pgg-gpg.el: Clean up process buffers every time gpg processes
13910         complete.
13911
13912 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13915         doc string.
13916
13917 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13918
13919         * pgg-gpg.el (pgg-gpg-process-filter)
13920         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13921
13922         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13923         lines, temporary fix.
13924
13925 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13928
13929 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13930
13931         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13932         default-enable-multibyte-characters.  This reverts the change from
13933         revision 6.17 which is no longer necessary because the passphrase
13934         is sent separately now.  GnuPG messages are unreadable under
13935         multibyte locales with default-enable-multibyte-characters set to
13936         nil.
13937
13938 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * message.el (message-tool-bar-gnome): Move "spell".
13941
13942 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13945         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13946         instead.
13947
13948 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13949
13950         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13951         Improve newsgroups handling for NNTP overviews which don't include
13952         Newsgroups.
13953
13954 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13955
13956         * message.el (message-resend): Bind message-generate-hashcash to nil.
13957
13958 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13959
13960         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13961         when searching for already-paid recipients.
13962
13963 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13964
13965         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13966         passphrases when it is not needed.
13967         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13968         passphrase stuff from gpg, should only be necessary when you use
13969         gpg with a smartcard.
13970
13971 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * mml.el (mml-insert-mime): Ignore cached contents of
13974         message/external-body part.
13975
13976         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13977         (mm-insert-part): Ditto.
13978
13979 2006-03-23  Simon Josefsson  <jas@extundo.com>
13980
13981         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13982         Reiner.
13983         (pgg-gpg-use-agent-p): Use it again.
13984
13985 2006-03-23  Simon Josefsson  <jas@extundo.com>
13986
13987         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13988         older emacsen.
13989         (pgg-gpg-use-agent-p): Don't use it.
13990
13991 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13994         if we can.
13995
13996 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13997
13998         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13999         (pgg-gpg-update-agent): New function.
14000         (pgg-gpg-use-agent-p): New function.
14001         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14002         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14003         (pgg-gpg-sign-region): Use it.
14004
14005 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14008         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14009
14010 2006-03-21  Simon Josefsson  <jas@extundo.com>
14011
14012         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14013         <wilde@sha-bang.de>.
14014         (pgg-gpg-use-agent): New variable.
14015         (pgg-gpg-process-region): Use it.
14016         (pgg-gpg-encrypt-region): Likewise.
14017         (pgg-gpg-encrypt-symmetric-region): Likewise.
14018         (pgg-gpg-decrypt-region): Likewise.
14019         (pgg-gpg-sign-region): Likewise.
14020         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14021
14022 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14025
14026         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14027         Add comment on version.
14028
14029 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * smiley.el: Add missing test smiley.
14032
14033 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * mm-decode.el (mm-with-part): New macro.
14036         (mm-get-part): Use it; work with message/external-body as well.
14037         (mm-save-part): Treat name and filename equally.
14038
14039         * mm-extern.el (mm-extern-cache-contents): New function.
14040         (mm-inline-external-body): Use it; force the part to be displayed;
14041         move undisplayer added to the cached handle to the parent.
14042
14043         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14044         (gnus-mime-view-part-as-type): Work with message/external-body.
14045
14046         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14047
14048 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14049
14050         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14051         images in image-load-path.  [Sync with image.el, revision 1.60, in
14052         Emacs.]
14053
14054 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14057         path rather than symbol.  Always return list of directories.
14058         Guarantee that image directory comes first.  [Sync with image.el,
14059         revision 1.59, in Emacs.]
14060
14061         * message.el (message-make-tool-bar): Adjust to new API of
14062         `gmm-image-load-path-for-library'.
14063
14064         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14065
14066         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14067
14068 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14069
14070         * gnus-art.el (gnus-article-only-boring-p):
14071         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14072         intangible text.
14073         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14074
14075 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14078         Use `defun' instead of `gmm-defun-compat'.
14079
14080 2006-03-14  Simon Josefsson  <jas@extundo.com>
14081
14082         * message.el (message-unique-id): Don't use message-number-base36
14083         if (user-uid) is a float.
14084         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14085
14086 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14089
14090         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14091         empty line between a part and a message part.
14092
14093 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * smiley.el: Add more test smileys.
14096         (smiley-data-directory, smiley-regexp-alist)
14097         (gnus-smiley-file-types): Fix doc strings.
14098         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14099         adding new elements.
14100         (smiley-mouse-map): Unused code.  Make it a comment.
14101
14102 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14105         scan latest NoCeM messages instead of old ones.
14106         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14107         delimiters that are recently used.
14108         (gnus-nocem-load-cache): Add autoload cookie.
14109
14110         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14111
14112         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14113         level which is larger than gnus-use-nocem is specified.
14114
14115         * gnus-group.el (gnus-group-get-new-news): Ditto.
14116
14117 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * gnus-util.el (gnus-tool-bar-update): New function.
14120
14121         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14122         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14123
14124         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14125
14126         * gnus-group.el (gnus-group-redraw-when-idle)
14127         (gnus-group-redraw-check): Remove.
14128         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14129
14130 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14133         if optional last element is specified in splits (FIELD VALUE...).
14134
14135 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14138         to gmm-image-load-path-for-library.  Call with no-error argument.
14139         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14140
14141         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14142
14143         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14144
14145         * gmm-utils.el (gmm-image-load-path): Remove alias.
14146
14147 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * gmm-utils.el (gmm-image-load-path): Add alias.
14150
14151         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14152         nnml-generate-nov-databases-1.
14153         (nnml-generate-nov-databases): Use it.
14154         (nnml-generate-nov-databases-directory): Document no-active
14155         argument.
14156
14157         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14158         directory if path is t.  Add no-error.
14159
14160         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14161         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14162
14163         * gnus-art.el (gnus-article-browse-delete-temp-files):
14164         Simplify resetting gnus-article-browse-html-temp-list.
14165
14166         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14167         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14168         Add example to docstring.  Rename local variables.  Move error
14169         checks to default case in cond and simplify.
14170
14171 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14174         handle is multipart when calling it recursively.
14175         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14176
14177 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14178
14179         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14180         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14181
14182 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14185         is loaded.
14186
14187         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14188         loaded.
14189
14190 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14193         to "Emacs 23 (unicode)" in doc string.
14194
14195         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14196         "Emacs 23 (unicode)" in comment.
14197
14198 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14201
14202         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14203         characters 160 through 255 in Emacs 23.
14204
14205 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14208         gnus-article-browse-html-temp.
14209         (gnus-article-browse-delete-temp): Make it customizable.
14210         Add `file'.  Adjust doc string.
14211         (gnus-article-browse-delete-temp-files): Add argument.
14212         Allow query for each file.  Adjust doc string.
14213         (gnus-article-browse-html-parts):
14214         Add `gnus-article-browse-delete-temp-files' to
14215         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14216
14217 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14218
14219         * gnus-art.el (gnus-article-browse-html-temp)
14220         (gnus-article-browse-delete-temp): New variables.
14221         (gnus-article-browse-delete-temp-files): New function.
14222         (gnus-article-browse-html-parts): Use it.
14223
14224 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14225
14226         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14227
14228         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14229         string.
14230
14231         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14232         gnus-summary-insert-new-articles when unplugged.
14233         Remove gnus-summary-search-article-forward.
14234
14235         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14236         display-visual-class instead of display-color-cells.
14237
14238 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * dgnushack.el: Autoload customize-group for XEmacs.
14241
14242         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14243         message/* containing non-ASCII text properly.
14244
14245 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * message.el: Require gmm-utils, remove autoloads.
14248         (message-tool-bar): Set default based on
14249         gmm-tool-bar-style.
14250         (message-tool-bar-gnome): Add gmm-customize-mode.
14251
14252         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14253         gmm-tool-bar-style.
14254         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14255
14256         * gnus-group.el (gnus-group-tool-bar): Set default based on
14257         gmm-tool-bar-style.
14258         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14259
14260         * gmm-utils.el (gmm-image-directory): Rename variable from
14261         gmm-image-load-path.
14262         (gmm-image-load-path): Use gmm-image-directory.
14263         (gmm-customize-mode): New function.
14264         (gmm-tool-bar-style): New variable.
14265
14266         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14267         gnus-group-redraw-line-number.
14268         (gnus-group-redraw-check): Simplify.
14269         (gnus-group-tool-bar-update): Remove redraw check.
14270         (gnus-group-make-tool-bar): Add redraw check.
14271
14272 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14273
14274         * gnus-art.el (gnus-button): Add missing parentheses.
14275
14276 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * lpath.el: Fbind line-number-at-pos.
14279
14280 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14283
14284 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14285
14286         * gnus-art.el (gnus-button): New face.
14287         (gnus-article-button-face): Use it.
14288
14289         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14290         Add gnus-summary-next-page.  Re-order.
14291
14292         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14293         next-node are now included.
14294         (gnus-group-redraw-line-number): New internal variable.
14295         (gnus-group-redraw-check): Helper function for updating the tool
14296         bar.
14297         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14298
14299         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14300
14301         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14302         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14303         Use it to match format of Spamassassin 3.0 and later.
14304         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14305         (spam-check-bogofilter)
14306         (spam-bogofilter-register-with-bogofilter): Fix args of
14307         `gnus-error' calls.
14308
14309 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14312         unnecessary interaction when sending queued mails.
14313         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14314
14315 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14318         first or last are nil.
14319
14320 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14321
14322         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14323
14324 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14325
14326         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14327
14328 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14329
14330         * dns.el (query-dns): Protect more against buggy tcp output.
14331
14332 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14335         nov.php.
14336
14337 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14338
14339         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14340         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14341         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14342         output on the server side.
14343         (nnweb-google-create-mapping): Update regexps and add some
14344         progress indication.
14345
14346 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * gnus-group.el (gnus-group-tool-bar-gnome):
14349         Fix gnus-agent-toggle-plugged.  Re-order icons.
14350         (gnus-group-tool-bar-gnome):
14351         Add gnus-group-{prev,next}-unread-group.
14352         (gnus-group-tool-bar-gnome): Re-order icons.
14353
14354         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14355         Move gnus-summary-insert-new-articles.
14356
14357         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14358         Fix comments.
14359
14360         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14361         also available in Emacs 21.3.
14362
14363         * message.el (message-fix-before-sending): Change "Emacs 22" to
14364         "Emacs 23 (unicode)" in comment.
14365
14366         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14367         "Emacs 23 (unicode)" in comment.
14368
14369         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14370         comment.
14371         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14372
14373         * mm-view.el (mm-fill-flowed): Add :version.
14374
14375 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14378         and load-path.
14379
14380 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14381
14382         * message.el: Autoload gmm-image-load-path.
14383         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14384         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14385         consitency.
14386
14387         * gmm-utils.el (gmm-image-load-path): Also search in
14388         "../etc/images".  Don't set gmm-image-load-path if we don't find
14389         the image.
14390
14391 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gmm-utils.el (gmm-image-load-path): Don't make
14394         `gmm-image-load-path' include subdirectories which the second arg
14395         `image' might specify.
14396
14397         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14398         subdirectory to icon file names.
14399
14400         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14401
14402 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14405         gmm-image-load-path calls.
14406
14407         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14408
14409         * message.el (message-make-tool-bar): Ditto.
14410
14411         * mml.el (mml-preview): Add comment concerning tool bar icons.
14412
14413         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14414         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14415
14416         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14417         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14418
14419         * message.el (message-tool-bar-gnome): Use new icon names.
14420         (message-make-tool-bar): Use `gmm-image-load-path'.
14421
14422         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14423         New functions from MH-E.
14424         (gmm-image-load-path): New variable from MH-E.
14425         (gmm-image-load-path): New function from MH-E.  Add arguments
14426         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14427         *-image-load-path-called-flag.
14428
14429 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14430
14431         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14432
14433 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14434
14435         * nnimap.el (nnimap-request-move-article): Change folder back to
14436         source group before deleting.
14437
14438 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14441
14442         * gnus-art.el (mm-url-insert-file-contents-external):
14443         Autoload mm-url.
14444
14445         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14446
14447 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14450         coding system which mm-charset-to-coding-system returns for a
14451         given charset is valid.
14452
14453 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14454
14455         * html2text.el (html2text-remove-tag-list):
14456         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14457
14458 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14459
14460         * gnus-cus.el: Revert 2005-10-17 change.
14461
14462 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-art.el (article-strip-banner):
14465         Call article-really-strip-banner only when the regexp match is made.
14466
14467 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * gnus-art.el (article-strip-banner):
14470         Use gnus-extract-address-components instead of
14471         mail-header-parse-addresses to make it work with non-ASCII text;
14472         remove mail-encode-encoded-word-string.
14473
14474         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14475         values which are surrounded with \"...\"; make it never cause a
14476         Lisp error; give up parsing of parameters if it failed in
14477         extracting type.
14478
14479 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14480
14481         * smime.el (smime-cert-by-ldap-1): Fix bug where
14482         `smime-ldap-search' returns results without userCertificates.
14483
14484 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14487
14488 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * spam.el (spam-check-spamassassin-headers): Adapt format for
14491         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14492         <ari@mbf.ocn.ne.jp>.
14493         (spam-list-of-processors): Add spam-use-gmane.
14494
14495 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14498         make-temp-file; make it work with XEmacs as well.
14499
14500         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14501         mm-make-temp-file.
14502
14503         * mm-decode.el (mm-display-external): Use the 3rd arg of
14504         mm-make-temp-file.
14505         (mm-create-image-xemacs): Ditto.
14506
14507 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14510         with message-narrow-to-headers.
14511         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14512         (gnus-draft-check-draft-articles): New function.
14513         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14514
14515 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * gnus-art.el (gnus-article-browse-html-parts):
14518         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14519         Don't use suffix argument for mm-make-temp-file for Emacs 21
14520         compatibility.  Remove useless `format'.
14521
14522 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14523
14524         * nnweb.el (nnweb-google-wash-article): Update regexps.
14525         (nnweb-group-alist): Use defvoo instead of defvar.
14526
14527 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14530         re-loading nn* modules.
14531
14532 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14535         for `tool-bar-mode' and don't check it's default-value.
14536
14537         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14538
14539         * message.el (message-make-tool-bar): Ditto.
14540
14541         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14542         `substring'.  Shorten tmp-file name.
14543
14544         * gnus.el: Remove bogus comment.
14545
14546 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14547
14548         * gnus-art.el (gnus-article-browse-html-parts): New function.
14549         (gnus-article-browse-html-article): New function for viewing html
14550         articles with a browser.
14551
14552 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14553
14554         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14555         in elisp.
14556         (pgg-gpg-encrypt-symmetric-region): Ditto.
14557         (pgg-gpg-sign-region): Ditto.
14558
14559         * pgg-def.el (pgg-text-mode): New variable.
14560
14561         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14562         (mml2015-pgg-encrypt): Ditto.
14563
14564         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14565         (mml1991-pgg-encrypt): Ditto.
14566
14567 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * nnfolder.el (nnfolder-insert-newsgroup-line):
14570         Use message-make-date instead of current-time-string.
14571
14572         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14573         to gnus-decoded which mm-uu might set.
14574
14575 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14578         don't decode quoted parameters; remove misimported Emacs code.
14579         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14580         (rfc2231-decode-encoded-string): Don't use split-string which
14581         behaves differently according to Emacs version; use
14582         mm-decode-coding-region to convert charset to coding-system.
14583         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14584         (rfc2231-encode-string): Remove misimported Emacs code.
14585
14586 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14589         when calling mail-header-parse-content-type.
14590         (article-de-quoted-unreadable): Ditto.
14591         (article-de-base64-unreadable): Ditto.
14592         (article-wash-html): Ditto.
14593
14594         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14595         calling mail-header-parse-content-type and
14596         mail-header-parse-content-disposition.
14597         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14598         mail-header-parse-content-type.
14599
14600         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14601         insert charset and format parameters; encode description after
14602         inserting it to buffer.
14603         (mml-insert-parameter): Fold lines properly even if a parameter is
14604         segmented into two or more lines; change the max column to 76.
14605
14606         * rfc1843.el (rfc1843-decode-article-body): Don't use
14607         ignore-errors when calling mail-header-parse-content-type.
14608
14609         * rfc2231.el (rfc2231-parse-string): Return at least type if
14610         possible; don't cause an error even if it fails in parsing of
14611         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14612         (rfc2231-encode-string): Don't break lines at the beginning, leave
14613         it to mml-insert-parameter.
14614
14615         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14616         calling mail-header-parse-content-type.
14617
14618 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * spam-report.el (spam-report-gmane-use-article-number):
14621         Improve doc string.
14622         (spam-report-gmane-internal): Check if a suitable header was found
14623         in the article.
14624
14625 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14628         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14629
14630 2006-02-05  Romain Francoise  <romain@orebokech.com>
14631
14632         Update copyright notices of all files in the gnus directory.
14633
14634 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14635
14636         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14637
14638 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14641         segmented lines of parameter value to cope with Thunderbird 1.5
14642         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14643         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14644         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14645
14646 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14647
14648         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14649         parts.
14650
14651 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14652
14653         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14654         there's only one active file for all servers.
14655         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14656         solid groups.  Gnus might have used a FAST request to select the group.
14657         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14658         and nnweb-search redundantly in the active file.
14659         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14660         (nnweb-request-create-group): Don't use ARGS.
14661         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14662         initialisations.  Let nnoo do the work.
14663
14664 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14667         Say the part has been decoded.
14668
14669         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14670
14671 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14672
14673         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14674         mailcap-viewer-test-cache when there's no 'test clause, since that
14675         will invert the meaning of a "nil" test previously determined by
14676         mailcap-mailcap-entry-passes-test.
14677
14678 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14681         compiling.
14682
14683         * gnus-sum.el: Ditto.
14684
14685         * message.el: Don't bind tool-bar-map when compiling.
14686
14687 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14690
14691 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14692
14693         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14694         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14695         current Google Groups.
14696
14697 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14700         and tool-bar-mode.
14701
14702         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14703         and tool-bar-mode.
14704
14705         * message.el (message-tool-bar-update): Simplify.
14706         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14707
14708         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14709         gnus-summary-buffer.
14710         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14711         gnus-summary-reply.
14712
14713         * gmm-utils.el (gmm): Add :version.
14714
14715 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * Makefile.in (clean): New rule.
14718         (distclean): Use it.
14719
14720 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14721
14722         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14723         Don't autoload.
14724
14725 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * gmm-utils.el (gmm-verbose): Add :group.
14728
14729 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * message.el: Change some comments WRT tool-bars.
14732
14733         * gnus-sum.el (gnus-summary-tool-bar)
14734         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14735         (gnus-summary-tool-bar-zap-list): New variables.
14736         (gnus-summary-make-tool-bar): Complete rewrite using
14737         `gmm-tool-bar-from-list'.
14738
14739         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14740         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14741         New variables.
14742         (gnus-group-make-tool-bar): Complete rewrite using
14743         `gmm-tool-bar-from-list'.
14744         (gnus-group-tool-bar-update): New function.
14745
14746         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14747
14748 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14751         is dissected into a single part of which the type is the same as
14752         the given one; decode charset.
14753
14754 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14755
14756         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14757         into alists as symbol not string, since that's what
14758         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14759         look for.
14760
14761 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14764         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14765
14766         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14767
14768 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14771         (gnus-xmas-mime-security-button-menu): New function.
14772
14773         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14774         (gnus-mime-security-button-menu): New definition.
14775         (gnus-mime-security-button-map): Use them.
14776         (gnus-mime-security-button-menu): New function.
14777         (gnus-insert-mime-security-button): Addition to help echo.
14778         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14779         (gnus-mime-security-pipe-part): New functions.
14780
14781         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14782         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14783
14784         * mm-decode.el (mm-handle-set-disposition): Remove.
14785         (mm-handle-set-description): Remove.
14786
14787 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14790         (mm-w3m-standalone-supports-m17n-p): New function.
14791         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14792         w3m usage.
14793
14794         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14795         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14796
14797 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * message.el (message-tool-bar-zap-list):
14800         Use gmm-tool-bar-zap-list as custom type.
14801         (message-tool-bar-update): New function.
14802         (message-tool-bar, message-tool-bar-gnome)
14803         (message-tool-bar-retro): Add message-tool-bar-update.
14804         (message-tool-bar-gnome): Add flyspell-buffer.
14805
14806         * gnus-util.el (gnus-error): Describe `args'.
14807
14808         * gmm-utils.el (gmm-error): Describe `args'.
14809         (gmm-tool-bar-zap-list): New widget.
14810         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14811
14812 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14815         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14816         the number of recursive calls.
14817
14818         * mm-decode.el (mm-handle-set-disposition): New macro.
14819         (mm-handle-set-description): New macro.
14820
14821 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14824         encoding.
14825
14826 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14827
14828         * message.el (message-tool-bar-zap-list, message-tool-bar)
14829         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14830         (message-tool-bar-local-item-from-menu): Remove.
14831         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14832         (message-make-tool-bar): New function.
14833         (message-mode): Use `message-make-tool-bar'.
14834
14835         * gmm-utils.el: New file.
14836         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14837         (gmm-lazy): New widget copied from `nnmail.el'.
14838         (gmm-tool-bar-from-list): New function for creating customizable
14839         tool bars.
14840         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14841         output.
14842         (gmm): Add :prefix to defgroup.
14843
14844 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14845
14846         * gmm-utils.el (gmm-widget-p): New function.
14847
14848 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * mml.el (mml-attach-file): Describe `description' in doc string.
14851         (mml-menu): Add Emacs MIME manual and PGG manual.
14852
14853 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14854
14855         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14856
14857 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14858
14859         * nntp.el (nntp-end-of-line): Doc fix.
14860
14861 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14862
14863         * imap.el (imap-open): Handle case where buffer is a buffer
14864         object.
14865
14866 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14867
14868         * gnus-delay.el (gnus-delay): Don't autoload.
14869         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14870         to be re-loaded when customizing the `gnus-delay' group.
14871
14872 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14873
14874         * message.el (message-insert-citation-line): Use newlines.
14875
14876 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14877
14878         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14879         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14880         these routines, so the passphrase can be managed externally and
14881         passed in to the system.
14882         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14883         pgg-add-passphrase-to-cache function.
14884
14885         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14886         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14887         these routines, so the passphrase can be managed externally and
14888         passed in to the system.
14889         (pgg-pgp5-sign-region): Use new name of
14890         pgg-add-passphrase-to-cache function.
14891
14892 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14893
14894         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14895         part of the decoded armor to find the key-identifier.
14896         (pgg-gpg-lookup-key-owner): New function to return the
14897         human-readable identifier of a key owner.
14898         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14899         itself.
14900         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14901         the key value) if we have a key and can match it against a secret
14902         key.  Also, added a note pointing out fact that the prompt only
14903         indicates the first matching key.
14904
14905         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14906         pgg-decrypt-region.
14907         (pgg-add-passphrase-to-cache): Rename from
14908         `pgg-add-passphrase-cache' to reduce confusion (all callers
14909         changed).
14910         (pgg-remove-passphrase-from-cache): Rename from
14911         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14912         changed).
14913         (pgg-read-passphrase, pgg-add-passphrase-cache)
14914         (pgg-remove-passphrase-cache): Add informative docstrings.
14915         (pgg-decrypt): Convey provided passphrase in subordinate call to
14916         pgg-decrypt-region.
14917
14918 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14919
14920         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14921         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14922         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14923         'passphrase' argument, so the passphrase can be managed externally
14924         and then passed in to the system.
14925
14926         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14927         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14928         so the passphrase cache can be used reliably with identifiers
14929         besides a pgp packet's key id.
14930
14931         * pgg-gpg.el (pgg-gpg-encrypt-region)
14932         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14933         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14934         these routines, so the passphrase can be managed externally and
14935         passed in to the system.
14936
14937         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14938         'notruncate' argument, so the passphrase cache can be used
14939         reliably with identifiers besides a pgp packet's key id.
14940
14941 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14942
14943         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14944         symmetric encryption.
14945         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14946         encrypted session key.
14947         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14948         message ask for the passphrase in a proper way.
14949
14950         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14951         New user commands for symmetric encryption.
14952
14953 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14956
14957         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14958
14959 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14960
14961         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14962
14963 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * mm-decode.el (mm-inlined-types): Add application/pgp.
14966         (mm-automatic-display): Ditto.
14967
14968         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14969         part as text.
14970
14971 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * nnrss.el: Update copyright.
14974         (nnrss-opml-import): Query whether to subscribe to each entry.
14975
14976         * gnus-art.el:
14977         * gnus-sum.el:
14978         * gnus-xmas.el:
14979         * messagexmas.el:
14980         * mm-uu.el:
14981         * mm-view.el: Update copyright.
14982
14983 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * message.el (message-info): New function.
14986         (message-mode-menu): Add it.
14987         Update copyright.
14988
14989         * ChangeLog: Fix and update copyright.
14990
14991 2006-01-13  Romain Francoise  <romain@orebokech.com>
14992
14993         * message.el (message-forward-subject-name-subject): Prefer the
14994         address to 'nowhere' if the sender has no name.
14995         Fix typo.  Update copyright year.
14996
14997 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * gnus-art.el (article-wash-html):
15000         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15001         (gnus-article-wash-html-with-w3m-standalone): New function.
15002
15003         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15004         mm-inline-text-html-render-with-w3m-standalone.
15005         (mm-text-html-washer-alist): Map w3m-standalone to
15006         gnus-article-wash-html-with-w3m-standalone.
15007         (mm-inline-text-html-render-with-w3m-standalone): New function.
15008
15009 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15012         Improve LaTeX.
15013
15014 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15017         (nnrss-request-article): Render text/plain parts as HTML.
15018
15019         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15020         the buffer.
15021
15022 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15025         custom definition of `gnus-posting-styles'.
15026
15027         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15028         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15029
15030 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15033         Use nntp for bug archive.
15034
15035 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15038         parts.
15039         (nnrss-normalize-date): New function converts ISO 8601 date into
15040         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15041         (nnrss-check-group): Use it.
15042
15043 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15046
15047         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15048         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15049         (nnrss-insert-w3): Ditto.
15050
15051 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15054         the articles to be forwarded including the case where neither a
15055         number of articles nor a region is specified.
15056
15057 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * nnrss.el (nnrss-request-article): Fix last change; fill
15060         text/plain parts.
15061
15062 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15065         in text/plain part.
15066         (nnrss-check-group): Don't add excessive newline to dc:subject.
15067
15068 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15069
15070         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15071         article.
15072
15073 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15074
15075         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15076         (nnml-use-compressed-files, nnml-save-mail): Support other
15077         comression programs such as bzip2.
15078
15079 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15080
15081         * dns.el (query-dns): Make sure we check the buffer size before
15082         removing tcp headers.
15083
15084 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15087         remove MIME buttons associated with multipart/alternative parts.
15088         (gnus-mime-display-alternative): Tag buttons using `article-type'
15089         text property.
15090
15091         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15092         associated with multipart/alternative parts.
15093
15094         * gnus-art.el (gnus-signature-separator): Fix custom type.
15095
15096         * mm-decode.el (mm-inlined-types): Fix custom type.
15097         (mm-keep-viewer-alive-types): Ditto.
15098         (mm-automatic-display): Ditto.
15099         (mm-attachment-override-types): Ditto.
15100         (mm-inline-override-types): Ditto.
15101         (mm-automatic-external-display): Ditto.
15102
15103 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15104
15105         * spam-report.el (spam-report-user-mail-address)
15106         (spam-report-user-agent): New variables.
15107         (spam-report-url-ping-plain): Use spam-report-user-agent.
15108
15109 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15110
15111         * gnus-art.el (gnus-button-handle-custom): Do not just use
15112         `customize-apropos' for any "M-x customize-*" button but the
15113         function called for.  Accept both the function name and its
15114         argument in order to achieve this.
15115         (gnus-button-alist): Remove support for "custom:" URL's.
15116         Pass function name to `gnus-button-handle-custom' in case of "M-x
15117         customize-*" buttons.
15118
15119 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15122         multipart/alternative and add xref to mm-discouraged-alternatives
15123         in doc string.
15124
15125         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15126         gnus-buttonized-mime-types in doc string.
15127
15128 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15131         Suggest image/.* in the doc string.
15132
15133 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15136         message-marks (Debian bug #342521).
15137
15138 2005-12-12  Simon Josefsson  <jas@extundo.com>
15139
15140         * password.el (password-read-from-cache): Add.
15141         (password-read): Use it.
15142
15143 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * rfc2047.el (rfc2047-charset-to-coding-system):
15146         Recognize us-ascii as a MIME charset.
15147
15148         * mm-bodies.el (mm-decode-content-transfer-encoding):
15149         Protect against the case where the 2nd arg TYPE is nil.
15150
15151 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15152
15153         * pop3.el (pop3-stream-type): Fix custom version.
15154
15155         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15156
15157 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15158
15159         * mm-decode.el (mm-display-external): Add missing cdr.
15160
15161 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15164         RFC1524) if it is in mailcap or add a suffix according to
15165         mailcap-mime-extensions when generating a temp filename; postpone
15166         deleting a temp file for 2 seconds for some wrappers, shell
15167         scripts, and so on, which might exit right after having started a
15168         viewer command as a background job.
15169
15170 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15171
15172         * nntp.el (nntp-marks-directory): Fix custom group.
15173
15174         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15175         steps when < 10.
15176
15177         * gnus-start.el (gnus-no-server-1):
15178         Mention `gnus-level-default-subscribed' in doc string.
15179
15180 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15181
15182         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15183         parens.
15184
15185 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-xmas.el (gnus-use-toolbar): Revert.
15188         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15189         gnus-use-toolbar is default.
15190
15191         * messagexmas.el (message-use-toolbar): Revert.
15192         (message-setup-toolbar): Use global default-toolbar if
15193         message-use-toolbar is default.
15194
15195 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15198         according to default-toolbar-visible-p.
15199
15200         * messagexmas.el (message-use-toolbar): Ditto.
15201
15202 2005-11-26  Dave Love  <fx@gnu.org>
15203
15204         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15205         (tls-program, tls-success): Provide openssl alternative.
15206
15207         * starttls.el: Doc fixes.
15208         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15209         SERVICE to PORT.
15210
15211         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15212         port null or service name.
15213         (starttls-negotiate): Autoload.
15214
15215 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * message.el (message-kill-to-signature): Fix interactive spec.
15218
15219 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * pop3.el (pop3-open-server): Recognize a string as a service name.
15222
15223 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15224
15225         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15226
15227 2005-11-23  Dave Love  <fx@gnu.org>
15228
15229         Add pop3s, pop3/starttls.
15230
15231         * pop3.el (pop3-authentication-scheme): Clarify doc.
15232         (open-tls-stream, starttls-open-stream): Autoload.
15233         (pop3-stream-type): New.
15234         (pop3-open-server): Use it.
15235
15236         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15237         for POP.
15238         (mail-source-keyword-map): Add :stream for POP.
15239         (mail-source-fetch-pop): Use pop3-stream-type.
15240
15241 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15244         of current-time-string.
15245
15246 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15247
15248         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15249         date header.
15250
15251 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15252
15253         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15254         it can seriously impact performance as it bypasses the agent's
15255         local caches.
15256
15257 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15258
15259         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15260         must be explicitly online rather than "not explicitly offline" for
15261         its flags to be synchronized.
15262
15263         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15264         that gnus-uu-unmark-thread will function correctly.
15265
15266         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15267         1024K is instead displayed as 1M.
15268
15269 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15270
15271         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15272
15273 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15274
15275         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15276
15277 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15278
15279         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15280         error message to display actual error condition.
15281         (gnus-agent-save-local): Avoid saving symbols that are bound to
15282         nil as they simply result in a warning message in
15283         gnus-agent-read-local.
15284
15285 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15288         rather than make-variable-buffer-local for file-precious-flag.
15289
15290 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15291
15292         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15293         for duplicates which are removed.  The invalid sort check then
15294         triggers a rescan after the sort as sorting may have moved
15295         duplicate entries such that they can be cheaply detected.
15296
15297 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15300
15301 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15302
15303         * gnus-agent.el (gnus-agent-article-alist-save-format):
15304         Change internal variable to a custom variable.  Change default value
15305         from compressed(2) to uncompressed(1).
15306         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15307         support for uncompressed agentview files.  Taken together, reading
15308         the agentview file should now be 6-7 times faster.
15309
15310 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15311
15312         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15313         as a buffer-local variable.  This avoids creating truncated
15314         dribble files as a result of a hang up, eg.
15315
15316 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15317
15318         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15319         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15320         XEmacs.
15321
15322 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15323
15324         * gnus-start.el (gnus-start-draft-setup):
15325         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15326
15327         * gnus.el (gnus-splash): Change custom group.
15328         (gnus-group-get-parameter, gnus-group-parameter-value):
15329         Describe allow-list argument.
15330
15331         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15332         string.
15333
15334 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * gnus-art.el (gnus-default-article-saver): Add user-defined
15337         `function' to custom type.
15338
15339 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15340
15341         * imap.el (imap-open): Handle case where buffer is a buffer
15342         object.
15343
15344 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15347         long lines.
15348         (gnus-cache-delete-group): Wrap doc strings.
15349
15350         * gnus-agent.el (gnus-agent-rename-group)
15351         (gnus-agent-delete-group): Wrap doc strings.
15352
15353 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * messagexmas.el (message-use-toolbar): Change the valid values
15356         into default, top, bottom, left, and right.
15357         (message-toolbar-thickness): New variable.
15358         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15359         well.
15360         (message-setup-toolbar): Make it work.
15361
15362         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15363         (gnus-use-toolbar): Change the valid values into default, top,
15364         bottom, left, and right.
15365         (gnus-toolbar-thickness): New variable.
15366         (gnus-xmas-setup-toolbar): New function.
15367         (gnus-xmas-setup-group-toolbar): Use it.
15368         (gnus-xmas-setup-summary-toolbar): Use it.
15369
15370 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15371
15372         * gnus-start.el (gnus-1): Add "native" to
15373         gnus-predefined-server-alist.
15374
15375         * gnus.el (gnus-method-to-server): Don't add "native" to the
15376         lists here, because that leads to problems when
15377         gnus-select-method is bound.
15378
15379 2005-11-09  Simon Josefsson  <jas@extundo.com>
15380
15381         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15382         use (not sort-by-date) instead.
15383
15384 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15385
15386         * gnus-delay.el (gnus-delay-group): Don't autoload.
15387         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15388         to be re-loaded when customizing the `gnus-delay' group.
15389
15390 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15391
15392         * message.el: Revert last changes.
15393         (message-insert-citation-line): Use newlines.
15394
15395 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15396
15397         * message.el (message-courtesy-message)
15398         (message-mark-insert-begin, message-mark-insert-end)
15399         (message-elide-ellipsis, message-cancel-message)
15400         (message-add-header, message-change-subject)
15401         (message-cross-post-followup-to-header)
15402         (message-cross-post-insert-note, message-reduce-to-to-cc)
15403         (message-widen-reply, message-delete-not-region)
15404         (message-kill-to-signature, message-insert-signature)
15405         (message-insert-importance-high, message-insert-importance-low)
15406         (message-insert-or-toggle-importance)
15407         (message-insert-disposition-notification-to)
15408         (message-indent-citation, message-yank-original)
15409         (message-cite-original-without-signature, message-cite-original)
15410         (message-insert-citation-line, message-position-on-field)
15411         (message-fix-before-sending, message-send-mail-partially)
15412         (message-send-mail, message-send-mail-with-sendmail)
15413         (message-send-mail-with-qmail, message-send-news)
15414         (message-check-news-header-syntax, message-generate-headers)
15415         (message-insert-courtesy-copy, message-fill-address)
15416         (message-fill-header, message-shorten-references)
15417         (message-setup-1, message-cancel-news)
15418         (message-forward-make-body-plain, message-forward-make-body-mime)
15419         (message-forward-make-body-mml, message-encode-message-body)
15420         (message-forward-make-body-digest-plain)
15421         (message-forward-make-body-digest-mime)
15422         (message-use-alternative-email-as-from): Insert `hard-newline'
15423         instead of ordinary newlines.
15424
15425 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * message.el (message-generate-headers): Downcase the argument
15428         given to message-check-element.
15429
15430 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15431
15432         * nntp.el (nntp-authinfo-rejected): New error condition.
15433         (nntp-wait-for): Use new error condition to signal authentication
15434         error.
15435         (nntp-retrieve-data): Rethrow new error condition to break out of
15436         recursive call to nntp-send-authinfo.
15437
15438 2005-11-08  Romain Francoise  <romain@orebokech.com>
15439
15440         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15441         (gnus-summary-exit-map): Bind to `Z p'.
15442         (gnus-summary-make-menu-bar): Add menu item.
15443
15444 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15447         (gnus-treat-*): Add `first' in all doc strings.
15448
15449         * gnus-group.el (gnus-group-compact-group): Fix typo.
15450
15451 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus.el (gnus-parameters-case-fold-search): New variable.
15454         (gnus-parameters-get-parameter): Use it.
15455
15456         * gnus-score.el (gnus-home-score-file): Doc fix.
15457
15458 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15459
15460         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15461
15462 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * mm-util.el (mm-special-display-p): New function.
15465
15466         * mml.el (mml-preview): Use it; doc fix.
15467
15468 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15469
15470         * imap.el (imap-open): Handle case where buffer is a buffer object.
15471
15472 2005-10-29  Romain Francoise  <romain@orebokech.com>
15473
15474         * message.el (message-fix-before-sending): Fix comment.
15475
15476 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15477
15478         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15479
15480 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15481
15482         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15483         Used in gnus-score.el.
15484
15485 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15488
15489 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15490
15491         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15492         whitespace removed in revision 7.8.  Use concatenated string to
15493         protect trailing whitespace.
15494
15495 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15496
15497         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15498         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15499         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15500         Courier IMAP ("some version from 2004").  Mostly based on similar
15501         code in the same function.
15502
15503 2005-10-26  Didier Verna  <didier@xemacs.org>
15504
15505         * gnus-group.el (gnus-group-compact-group): Invalidate original
15506         article buffer.
15507         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15508         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15509         NOV database and in article itself.
15510         Invalidate article backlog.
15511
15512 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15515
15516 2005-10-26  Simon Josefsson  <jas@extundo.com>
15517
15518         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15519         part of 2004-07-25 change.
15520
15521 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * message.el (message-display-completion-list): New function.
15524         (message-expand-group): Use it; make sure the Completions buffer
15525         is modifiable.
15526 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15527
15528         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15529         user-mail-name is an empty string.
15530
15531 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15532
15533         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15534         depending on gnus-score-decay-constant.
15535
15536         * encrypt.el (encrypt-insert-file-contents)
15537         (encrypt-write-file-contents): Don't use `gnus-message'.
15538
15539         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15540         arguments.
15541         (mm-uu-type-alist): Add message-marks and insert-marks.
15542         Pass arguments to mm-uu-verbatim-marks-extract.
15543         (mm-uu-hide-markers): New variable.
15544         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15545
15546         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15547         (gnus-convert-image-to-face-command): Use "convert" by default to
15548         allow other input image formats.
15549         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15550         accordingly.
15551
15552 2005-10-23  Simon Josefsson  <jas@extundo.com>
15553
15554         * imap.el (imap-gssapi-program): Align command line parameters
15555         with latest GNU SASL.
15556         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15557
15558 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15559
15560         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15561         HTML.
15562         (nnslashdot-request-article): Ditto.
15563
15564         * lpath.el (featurep): Add nobreak-char-display.
15565
15566 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15567
15568         * mail-source.el (mail-source-fetch-pop): Require pop3.
15569         (mail-source-check-pop): Ditto.
15570
15571 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15574         errors.
15575
15576 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15579         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15580
15581         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15582
15583         * mm-bodies.el (mm-decode-string):
15584         Call `mm-charset-to-coding-system' with allow-override argument.
15585
15586 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15589         (rfc2047-charset-to-coding-system): New function.
15590         (rfc2047-decode-encoded-words): New function.
15591         (rfc2047-decode-region): Use them.
15592         (rfc2047-decode-cte): Remove.
15593         (rfc2047-parse-and-decode): Remove.
15594         (rfc2047-decode): Remove.
15595
15596 2005-10-15  Kenichi Handa  <handa@m17n.org>
15597
15598         * rfc2047.el (rfc2047-decode-cte): New function.
15599         (rfc2047-decode-region): Change the way to decode successive
15600         encoded-words: decode B- or Q-encoding in each encoded-word,
15601         concatenate them, and decode it as charset.
15602
15603 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * lpath.el: Fbind codepage-setup for XEmacs.
15606
15607 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15608
15609         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15610         widget-move-and-invoke.
15611         (gnus-custom-mode): Use gnus-custom-map.
15612
15613 2005-10-15  Bill Wohler  <wohler@newt.com>
15614
15615         * message.el (message-tool-bar-map): Rename image file from
15616         mail_send to mail/send.
15617
15618 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15619
15620         * message.el (message-expand-group): Pass the common
15621         prefix substring of completion to `display-completion-list'.
15622
15623 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15624
15625         * mml-sec.el (mml-secure-method): New internal variable.
15626         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15627         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15628         New functions using mml-secure-method.
15629
15630         * mml.el (mml-mode-map): Add key bindings for those functions.
15631         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15632         Harder <harder@myrealbox.com>.
15633         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15634         Goto end of message if point is the headers of the message.
15635
15636         * message.el (message-in-body-p): New function.
15637
15638         * assistant.el: Autoload gnus-util and netrc.
15639
15640         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15641         Use `mm-charset-override-alist' only when decoding.
15642
15643         * mm-bodies.el (mm-decode-body):
15644         Call `mm-charset-to-coding-system' with allow-override argument.
15645
15646         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15647         `filename' from Content-Disposition if Content-Type doesn't
15648         provide `name'.
15649         (gnus-mime-view-part-as-type): Set default instead of
15650         initial-input.
15651
15652 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15653
15654         * format-spec.el (format-spec): Propagate text properties of % spec.
15655
15656 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * gnus-art.el (gnus-treat-predicate): Add `first'.
15659
15660 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15663         (mm-charset-override-alist): New variable.
15664         (mm-charset-to-coding-system): Use it.
15665         (mm-codepage-setup): New helper function.
15666         (mm-charset-eval-alist): New variable.
15667         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15668         Warn about unknown charsets.
15669
15670         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15671
15672 2005-10-04  David Hansen  <david.hansen@gmx.net>
15673
15674         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15675         (nnrss-check-group): Ditto.
15676
15677 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15680         Rename x-gnus-verbatim to x-verbatim.
15681         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15682
15683         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15684         x-verbatim.
15685
15686         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15687
15688         * gnus-util.el (gnus-remove-duplicates): Remove.
15689
15690         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15691         instead of gnus-remove-duplicates.
15692
15693         * message.el (message-remove-duplicates): Remove.
15694         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15695         message-remove-duplicates.
15696
15697         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15698         available, else use implementation from `delete-dups'.
15699
15700         * message.el (message-insert-expires): New function.
15701         (message-mode-map): Add key binding.
15702         (message-mode-field-menu): Add menu entry.
15703         (message-mode): Document it.
15704         (message-make-expires-date): Use `message-make-date'.
15705
15706 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15707
15708         * message.el (message-make-expires-date): New function.
15709
15710 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * Makefile.in (list-installed-shadows): New entry.
15713         (install): Use it.
15714         (remove-installed-shadows): New entry.
15715
15716         * dgnushack.el (dgnushack-default-load-path): New variable.
15717         (dgnushack-find-lisp-shadows): New function.
15718         (dgnushack-remove-lisp-shadows): New function.
15719
15720 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * Makefile.in (install-el-elc): New entry.
15723         (install): Use it so that .el files are necessarily installed.
15724
15725 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15728
15729 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15730
15731         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15732         function rather than the diff-mode.el package.
15733         (mm-display-external): Use with-current-buffer.
15734         (mm-viewer-completion-map, mm-viewer-completion-map):
15735         Move initialization inside declaration.
15736
15737 2005-09-29  Simon Josefsson  <jas@extundo.com>
15738
15739         * spam.el: Load hashcash when compiling, to avoid warnings.
15740         Don't autoload mail-check-payment.
15741         (spam-check-hashcash): Define unconditionally, since hashcash.el
15742         is part of Gnus now.  Ignore errors from payment checking.
15743
15744 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15745
15746         * message.el (message-bold-region, message-unbold-region):
15747         Rename from `bold-region' and `unbold-region'.
15748
15749         * message.el: Remove useless autoloads.
15750
15751 2005-09-28  Simon Josefsson  <jas@extundo.com>
15752
15753         * message.el (message-use-idna): Default to t.
15754         (message-use-idna): Test whether encoding works too.  Doc fix.
15755
15756 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * nntp.el (nntp-warn-about-losing-connection): Remove.
15759
15760 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15761
15762         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15763         customizable.  Change default value.
15764         (mm-uu-diff-groups-regexp): Change default value.
15765         (mm-uu-type-alist): Add doc string.
15766         (mm-uu-configure): Add doc string.  Make it interactive.
15767         (mm-uu-tex-groups-regexp): New variable.
15768         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15769         (mm-uu-type-alist): Add LaTeX documents.
15770         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15771         of "text/verbatim".
15772         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15773
15774         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15775         instead of "text/verbatim".
15776
15777         * message.el (message-mark-inserted-region)
15778         (message-mark-insert-file): Use slrn style marks when called with
15779         prefix argument.
15780
15781 2005-09-27  Simon Josefsson  <jas@extundo.com>
15782
15783         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15784
15785 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15786
15787         * message.el (message-remove-duplicates): New function.
15788         Implementation borrowed from `gnus-remove-duplicates'.
15789         (message-idna-to-ascii-rhs): Also encode idna addresses in
15790         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15791         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15792         only ask about the same idna domain once per header and also tell
15793         in what header to replace the idna domain.
15794
15795         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15796         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15797         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15798         a header is decoded and not just the last one.
15799
15800 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15803         has been decoded.
15804
15805         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15806         (mm-insert-part): Don't modify text if it has been decoded.
15807
15808         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15809         decoded.
15810
15811         * mm-view.el (mm-inline-text): Don't strip text props unless
15812         decoding enriched or richtext parts.
15813
15814 2005-09-25  Romain Francoise  <romain@orebokech.com>
15815
15816         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15817         * gnus-start.el (gnus-subscribe-interactively):
15818         * gnus-uu.el (gnus-uu-grab-articles):
15819         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15820         space.
15821
15822 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15823
15824         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15825         * mm-view.el (mm-view-pkcs7-decrypt):
15826         * gnus-sum.el (gnus-summary-limit-to-extra)
15827         (gnus-summary-respool-article, gnus-read-move-group-name):
15828         * gnus-score.el (gnus-summary-increase-score):
15829         * gnus-util.el (gnus-completing-read-with-default):
15830         * gnus-art.el (gnus-read-save-file-name)
15831         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15832         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15833         * message.el (message-check-news-header-syntax):
15834         Follow convention for reading with the minibuffer.
15835
15836 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * spam-report.el (spam-report-url-ping-plain):
15839         Use gnus-extended-version as User-Agent.
15840
15841         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15842         default value is nil.
15843
15844         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15845         (mm-uu-verbatim-marks-extract): New function.
15846         (mm-uu-extract): New face.
15847         (mm-uu-copy-to-buffer): Use it.
15848
15849         * spam-report.el (spam-report-gmane-ham): Rename from
15850         `spam-report-gmane-unspam'.
15851         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15852         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15853
15854         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15855         Autoload.
15856         (spam-report-gmane-unregister-routine):
15857         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15858
15859 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15860
15861         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15862         (spam-report-gmane-unregister-routine): Add support for gmane
15863         unregistration.
15864
15865         * spam-report.el (spam-report-gmane-unspam)
15866         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15867         (spam-report-gmane): Change to take a single article and do unspam
15868         registration.
15869
15870 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15871
15872         * mm-url.el (mm-url-decode-entities): Fix regexp.
15873
15874 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15875
15876         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15877         default to nil, to be able to use Gnus at all.  If the default
15878         switches to something else, then the function should be fixed not
15879         be exceedingly slow.
15880
15881 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15882
15883         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15884         fail hard.
15885
15886         * spam-report.el: Add better Keywords line.
15887
15888         * spam.el: Add Maintainer and better Keywords line.
15889
15890 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15891
15892         * gnus-art.el (gnus-article-replace-part)
15893         (gnus-mime-replace-part): New functions.
15894         (gnus-mime-action-alist, gnus-mime-button-commands)
15895         (gnus-mime-save-part-and-strip): Add file argument.
15896         (gnus-article-part-wrapper): Add interactive argument.
15897
15898         * gnus-sum.el (gnus-summary-mime-map):
15899         Add `gnus-article-replace-part'.
15900
15901 2005-09-19  Didier Verna  <didier@xemacs.org>
15902
15903         The nnml compaction feature:
15904         * nnml.el (nnml-request-compact-group): New function.
15905         * nnml.el (nnml-request-compact): New function.
15906         * gnus-int.el (gnus-request-compact-group): New function.
15907         * gnus-int.el (gnus-request-compact): New function.
15908         * gnus-group.el (gnus-group-compact-group): New function.
15909         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15910         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15911         * gnus-srvr.el (gnus-server-compact-server): New function.
15912         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15913         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15914
15915 2005-09-18  Deepak Goel  <deego@gnufans.org>
15916
15917         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15918         format spec.
15919
15920 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15923
15924 2005-09-15  Romain Francoise  <romain@orebokech.com>
15925
15926         * message.el (message-fill-paragraph): Clarify docstring.
15927
15928 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * gnus-art.el (gnus-mime-display-part): Protect against broken
15931         MIME messages.
15932
15933 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15936         before parsing header.
15937
15938 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15939
15940         * html2text.el (html2text-replace-list): Add new entities.
15941
15942 2005-09-11  Romain Francoise  <romain@orebokech.com>
15943
15944         * message.el (message-alternative-emails): Improve docstring.
15945         (message-setup-1): Call `message-use-alternative-email-as-from'
15946         after `message-setup-hook' to give it precedence over posting
15947         styles, etc.
15948         (message-use-alternative-email-as-from): Add docstring.
15949         Remove the original From header if present.
15950
15951         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15952         (nnml-save-mail): Use it.
15953
15954         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15955         articles.  Add new argument `silent'.
15956         (gnus-uu-mark-all): Report the total number of marked articles.
15957
15958 2005-09-10  Romain Francoise  <romain@orebokech.com>
15959
15960         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15961         (gnus-uu-mark-series): Likewise.
15962
15963 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * spam-report.el (spam-report-gmane): Fix generation of spam
15966         report URL.
15967
15968 2005-09-10  Simon Josefsson  <jas@extundo.com>
15969
15970         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15971         t, based on discussion on the ding list with Robert Epprecht
15972         <epprecht@solnet.ch>.
15973
15974 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15975
15976         * spam-report.el (spam-report-gmane): Make it work without
15977         X-Report-Spam header.  Gmane now only provides Archived-At.
15978         This is only used if `spam-report-gmane-use-article-number' is nil.
15979         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15980
15981         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15982         make `gnus-summary-sort-by-recipient' work with threading.
15983
15984         * nnweb.el (nnweb-google-wash-article): Print a message if article
15985         is not available.
15986
15987 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15988
15989         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15990         change.  Decode text/* parts content before displaying.
15991
15992 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15993
15994         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15995
15996 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15999
16000         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16001         url-package-name, url-package-version,
16002         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16003         w3m-display-inline-images, and w3m-minor-mode-map.
16004
16005 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * message.el (message-tab-body-function): Fix mismatched custom type.
16008
16009         * gnus.el (gnus-group-change-level-function): Ditto.
16010
16011         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16012
16013         * gnus-art.el (gnus-signature-limit)
16014         (gnus-article-mime-part-function): Ditto.
16015
16016 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * mml.el (mml-mode): Silence the byte compiler.
16019
16020         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16021         using `(sit-for 0)' before moving the point to the specified part;
16022         skip unbuttonized parts.
16023         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16024         return to the summary window if gnus-auto-select-part is non-nil.
16025
16026 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16027
16028         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16029         New variables.
16030         (mml-dnd-attach-file, mml-mode): Use them.
16031
16032         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16033         Make fetching article by MID work again for Google Groups.
16034         Add FIXME concerning gnus-group-make-web-group.
16035
16036         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16037         Don't depend on Gnus by using mail-extract-address-components if
16038         gnus-extract-address-components is not bound.
16039
16040 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041
16042         * gnus-art.el (gnus-mime-display-security): Don't display the
16043         signature, but only the signed part.
16044
16045 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16048
16049         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16050         list, not listp.
16051
16052 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16053
16054         * mm-encode.el (mm-encode-content-transfer-encoding):
16055         Likewise when encoding.
16056
16057         * mm-bodies.el (mm-decode-content-transfer-encoding):
16058         De-canonicalize CRLF for all text content types, not just
16059         text/plain.
16060
16061 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16064         valid article; point arrow and cursor at the MIME button.
16065
16066 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16069         Suggested by Dan Christensen <jdc@uwo.ca>.
16070
16071         * mm-decode.el (mm-save-part): Enable change of prompt.
16072
16073 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16074
16075         * gnus-msg.el (gnus-inews-add-send-actions):
16076         Make `message-post-method' lambda parameter ARG `&optional'.
16077
16078 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16079
16080         * gnus-sum.el (gnus-summary-mime-map):
16081         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16082         gnus-article-jump-to-part.
16083
16084         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16085         (gnus-article-edit-part): Use it.
16086         (gnus-article-part-wrapper): Add no-handle argument.
16087         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16088         New functions.
16089
16090 2005-08-29  Romain Francoise  <romain@orebokech.com>
16091
16092         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16093         docstring.
16094         (gnus-face-from-file): Likewise.
16095
16096 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16097
16098         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16099         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16100         non-nil.
16101         (gnus-auto-select-part): New variable.
16102         (gnus-article-jump-to-part): New function.
16103         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16104         (gnus-mime-delete-part): Allow selecting specified part after
16105         deleting or stripping parts.
16106         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16107         part if argument is bogus.
16108
16109 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16110
16111         * gnus-art.el (w3m-minor-mode-map):
16112         * gnus-spec.el (gnus-newsrc-file-version):
16113         * gnus-util.el (nnmail-active-file-coding-system)
16114         (gnus-original-article-buffer, gnus-user-agent):
16115         * gnus.el (gnus-ham-process-destinations)
16116         (gnus-parameter-ham-marks-alist)
16117         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16118         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16119         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16120         * mm-decode.el (gnus-current-window-configuration):
16121         * mm-extern.el (gnus-article-mime-handles):
16122         * mm-url.el (url-current-object, url-package-name)
16123         (url-package-version):
16124         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16125         (smime-keys, w3m-cid-retrieve-function-alist)
16126         (w3m-current-buffer, w3m-display-inline-images)
16127         (w3m-minor-mode-map):
16128         * mml-smime.el (gnus-extract-address-components):
16129         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16130         (gnus-newsrc-hashtb, message-default-charset)
16131         (message-deletable-headers, message-options)
16132         (message-posting-charset, message-required-mail-headers)
16133         (message-required-news-headers):
16134         * mml1991.el (mc-pgp-always-sign):
16135         * mml2015.el (mc-pgp-always-sign):
16136         * nnheader.el (nnmail-extra-headers):
16137         * rfc1843.el (gnus-decode-encoded-word-function)
16138         (gnus-decode-header-function, gnus-newsgroup-name):
16139         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16140
16141 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16142
16143         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16144         the end of the date treatments.
16145
16146 2005-08-15  Simon Josefsson  <jas@extundo.com>
16147
16148         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16149         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16150         Capello and Romain Francoise.
16151         (pgg-fetch-key-function): Remove, not used?
16152         (pgg-insert-url-with-w3): Require url, to get
16153         url-insert-file-contents regardless of where it is defined.
16154
16155 2005-08-13  Romain Francoise  <romain@orebokech.com>
16156
16157         * message.el (message-cite-original-1): New function.
16158         (message-cite-original): Use it.
16159         (message-cite-original-without-signature): Ditto.
16160
16161 2005-08-08  Romain Francoise  <romain@orebokech.com>
16162
16163         * message.el (message-yank-empty-prefix): New variable.
16164         (message-indent-citation): Use it.
16165         (message-cite-original-without-signature): Respect X-No-Archive.
16166
16167 2005-08-08  Simon Josefsson  <jas@extundo.com>
16168
16169         * pgg.el: Autoload url-insert-file-contents instead of loading
16170         w3/url.
16171         (pgg-insert-url-with-w3): Don't load url here.
16172
16173 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16174
16175         * message.el (message-kill-to-signature): Don't insert newline at
16176         bol.
16177         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16178
16179 2005-08-06  Romain Francoise  <romain@orebokech.com>
16180
16181         * message.el (message-user-fqdn): Fix typo in docstring.
16182
16183 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16184
16185         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16186
16187         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16188
16189 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * mm-bodies.el (mm-encode-body): Use coding system rather than
16192         charset to encode text.
16193
16194         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16195         number of charsets if utf-8 is available (XEmacs).
16196
16197 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16200         taken from `gnus-button-mid-or-mail-regexp'.
16201         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16202         (gnus-button-alist): Improve regexp for domain part of the MIDs
16203         for news:localpart@domain buttons.
16204         (gnus-button-ctan-directory-regexp): Update.
16205
16206 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * sieve-manage.el (sieve-manage-interactive-login):
16209         Use make-local-variable rather than make-variable-buffer-local.
16210         (sieve-manage-open): Ditto.
16211         (sieve-manage-authenticate): Ditto.
16212
16213         * mml.el (mml-generate-mime-1): Make the content type default to
16214         text/plain if the filename is not specified.
16215
16216 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16219         instead of insert-buffer.
16220
16221         * message.el (message-yank-original): Ditto; set the mark at the
16222         end of the yanked message.
16223
16224 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16227         lines to scroll rather than to stop it.
16228
16229         * mml.el (mml-generate-default-type): Add doc string.
16230         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16231         default to application/octet-stream when determining the content
16232         type if it is not specified for the part or the mml contents; add
16233         a comment about mml-generate-default-type.
16234
16235 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16236
16237         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16238         make it default to application/octet-stream when determining the
16239         content type if it is not specified for the external contents.
16240
16241 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16244         segmented parameter but also other parameters might be there.
16245
16246 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * mm-decode.el (mm-display-external): Delete temp file, directory
16249         and buffer immediately if the external process is exited.
16250
16251 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16254         fewer lines than that of scroll-margin.
16255         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16256
16257 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * gnus-art.el (gnus-article-next-page): Revert.
16260         (gnus-article-beginning-of-window): New macro.
16261         (gnus-article-next-page-1): Use it.
16262         (gnus-article-prev-page): Ditto.
16263         (gnus-article-edit-part): Use insert-buffer-substring instead of
16264         insert-buffer.
16265         (gnus-article-edit-exit): Ditto.
16266
16267         * gnus-util.el (gnus-beginning-of-window): Remove.
16268         (gnus-end-of-window): Remove.
16269
16270         * lpath.el: Don't bind header-line-format and scroll-margin.
16271
16272 2005-07-25  Simon Josefsson  <jas@extundo.com>
16273
16274         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16275         to have the url package without w3.  Reported by Daiki Ueno
16276         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16277
16278 2005-07-20  Didier Verna  <didier@xemacs.org>
16279
16280         * gnus-diary.el: Remove the description comment (nndiary is now
16281         properly documented in the Gnus manual).
16282         Fix the spelling of "Back End".
16283         * nndiary.el: Ditto.
16284         Fix the copyright notice.
16285
16286 2005-07-18  Romain Francoise  <romain@orebokech.com>
16287
16288         * gnus-sum.el (gnus-summary-to-prefix)
16289         (gnus-summary-newsgroup-prefix): New variables.
16290         (gnus-summary-from-or-to-or-newsgroups): Use them.
16291
16292 2005-07-17  Romain Francoise  <romain@orebokech.com>
16293
16294         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16295         space as it's generally not especially interesting to the user.
16296
16297 2005-07-16  Romain Francoise  <romain@orebokech.com>
16298
16299         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16300         nil to avoid prompting and file modification if one of the
16301         messages at the top of the nnfolder file contains a copyright
16302         notice.
16303         Update copyright notice.
16304
16305         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16306         instead of `current-time-string' as the latter creates a time
16307         string that is not RFC 2822 compliant (it lacks the zone).
16308         Update copyright notice.
16309
16310 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16311
16312         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16313         for text/rtf.  Display default in prompt.  Pass default for M-n.
16314
16315         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16316
16317 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16318
16319         * gnus-msg.el (gnus-button-mailto):
16320         Remove save-selected-window-window hackery because it relies on
16321         save-selected-window internals.
16322
16323 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16326         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16327         (gnus-article-prev-page): Ditto.
16328
16329         * gnus-util.el (gnus-beginning-of-window): New function.
16330         (gnus-end-of-window): New function.
16331
16332         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16333
16334 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16335
16336         * gnus-score.el (gnus-score-edit-all-score):
16337         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16338         gnus-message.
16339
16340 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16341
16342         * gnus-msg.el (gnus-button-mailto):
16343         Remove save-selected-window-window hackery because it relies on
16344         save-selected-window internals.
16345
16346 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16349         add-minor-mode.
16350         (gnus-binary-mode): Ditto.
16351
16352         * gnus-topic.el (gnus-topic-mode): Ditto.
16353
16354 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16355
16356         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16357         (gnus-article-prev-page): Take scroll-margin into consideration.
16358
16359 2005-07-04  Lute Kamstra  <lute@gnu.org>
16360
16361         Update FSF's address in GPL notices.
16362
16363 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16364
16365         * gnus.el (gnus-exit):
16366         * gnus-group.el (gnus-group-icons):
16367         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16368
16369         * gnus-nocem.el (gnus-nocem):
16370         * message.el (message-various, message-buffers, message-sending)
16371         (message-interface, message-forwarding, message-insertion)
16372         (message-headers, message-news, message-mail):
16373         * pgg-gpg.el (pgg-gpg):
16374         * pgg-parse.el (pgg-parse):
16375         * pgg-pgp.el (pgg-pgp):
16376         * pgg-pgp5.el (pgg-pgp5):
16377         * pop3.el (pop3): Finish `defgroup' description with period.
16378
16379 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-art.el (article-display-face): Improve the efficiency.
16382         (article-display-x-face): Ditto; remove grey x-face stuff.
16383
16384 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * gnus-art.el (article-display-face): Correct the position in
16387         which Faces are inserted.
16388
16389 2005-06-29  Didier Verna  <didier@xemacs.org>
16390
16391         * gnus-art.el (article-display-face): Display faces in correct
16392         order.
16393
16394 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16397         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16398         (gnus-nocem-check-article): Fetch the Type header.
16399         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16400         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16401         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16402         make sure gnus-nocem-hashtb is initialized.
16403         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16404         (gnus-nocem-unwanted-article-p): Ditto.
16405
16406         * pgg.el (pgg-verify): Return the verification result.
16407
16408 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16409
16410         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16411         is ascii.
16412
16413 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16414
16415         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16416         `show-nonbreak-escape'.
16417
16418 2005-06-23  Lute Kamstra  <lute@gnu.org>
16419
16420         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16421
16422         * dig.el (dig-mode):
16423         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16424
16425 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16426
16427         * nnimap.el (nnimap-split-download-body): Fix spellings.
16428
16429 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16430
16431         * gnus-art.el (gnus-article-encrypt-body):
16432         * gnus-cus.el (gnus-score-customize):
16433         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16434         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16435
16436 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16437
16438         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16439         header by looking for magic "MII" at the beginnig.
16440
16441 2005-06-16  Miles Bader  <miles@gnu.org>
16442
16443         * gnus-xmas.el (gnus-xmas-group-startup-message):
16444         Use renamed gnus-splash face.
16445
16446         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16447         (assistant-field-face): New backward-compatibility alias for renamed
16448         face.
16449         (assistant-render-text): Use renamed assistant-field face.
16450
16451         * spam.el (spam): Remove "-face" suffix from face name.
16452         (spam-face): New backward-compatibility alias for renamed face.
16453         (spam-face, spam-initialize): Use renamed spam face.
16454
16455         * message.el (message-header-to, message-header-cc)
16456         (message-header-subject, message-header-newsgroups)
16457         (message-header-other, message-header-name)
16458         (message-header-xheader, message-separator, message-cited-text)
16459         (message-mml): Remove "-face" suffix from face names.
16460         (message-header-to-face, message-header-cc-face)
16461         (message-header-subject-face, message-header-newsgroups-face)
16462         (message-header-other-face, message-header-name-face)
16463         (message-header-xheader-face, message-separator-face)
16464         (message-cited-text-face, message-mml-face):
16465         New backward-compatibility aliases for renamed faces.
16466         (message-font-lock-keywords): Use renamed message faces.
16467
16468         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16469         (sieve-test-commands, sieve-tagged-arguments):
16470         Remove "-face" suffix from face names.
16471         (sieve-control-commands-face, sieve-action-commands-face)
16472         (sieve-test-commands-face, sieve-tagged-arguments-face):
16473         New backward-compatibility aliases for renamed faces.
16474         (sieve-control-commands-face, sieve-action-commands-face)
16475         (sieve-test-commands-face, sieve-tagged-arguments-face):
16476         Use renamed sieve faces.
16477
16478         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16479         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16480         (gnus-group-news-3-empty, gnus-group-news-4)
16481         (gnus-group-news-4-empty, gnus-group-news-5)
16482         (gnus-group-news-5-empty, gnus-group-news-6)
16483         (gnus-group-news-6-empty, gnus-group-news-low)
16484         (gnus-group-news-low-empty, gnus-group-mail-1)
16485         (gnus-group-mail-1-empty, gnus-group-mail-2)
16486         (gnus-group-mail-2-empty, gnus-group-mail-3)
16487         (gnus-group-mail-3-empty, gnus-group-mail-low)
16488         (gnus-group-mail-low-empty, gnus-summary-selected)
16489         (gnus-summary-cancelled, gnus-summary-high-ticked)
16490         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16491         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16492         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16493         (gnus-summary-low-undownloaded)
16494         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16495         (gnus-summary-low-unread, gnus-summary-normal-unread)
16496         (gnus-summary-high-read, gnus-summary-low-read)
16497         (gnus-summary-normal-read, gnus-splash):
16498         Remove "-face" suffix from face names.
16499         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16500         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16501         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16502         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16503         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16504         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16505         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16506         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16507         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16508         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16509         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16510         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16511         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16512         (gnus-summary-normal-ticked-face)
16513         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16514         (gnus-summary-normal-ancient-face)
16515         (gnus-summary-high-undownloaded-face)
16516         (gnus-summary-low-undownloaded-face)
16517         (gnus-summary-normal-undownloaded-face)
16518         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16519         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16520         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16521         (gnus-splash-face):
16522         New backward-compatibility aliases for renamed faces.
16523         (gnus-group-startup-message): Use renamed gnus faces.
16524
16525         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16526         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16527         (gnus-server-agent): Remove "-face" suffix from face names.
16528         (gnus-server-agent-face, gnus-server-opened-face)
16529         (gnus-server-closed-face, gnus-server-denied-face)
16530         (gnus-server-offline-face):
16531         New backward-compatibility aliases for renamed faces.
16532         (gnus-server-agent-face, gnus-server-opened-face)
16533         (gnus-server-closed-face, gnus-server-denied-face)
16534         (gnus-server-offline-face): Use renamed gnus faces.
16535
16536         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16537         Remove "-face" suffix from face names.
16538         (gnus-picon-xbm-face, gnus-picon-face):
16539         New backward-compatibility aliases for renamed faces.
16540
16541         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16542         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16543         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16544         (gnus-cite-11): Remove "-face" suffix from face names.
16545         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16546         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16547         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16548         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16549         New backward-compatibility aliases for renamed faces.
16550         (gnus-cite-attribution-face, gnus-cite-face-list)
16551         (gnus-article-boring-faces): Use renamed gnus faces.
16552
16553         * gnus-art.el (gnus-signature, gnus-header-from)
16554         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16555         (gnus-header-content): Remove "-face" suffix from face names.
16556         (gnus-signature-face, gnus-header-from-face)
16557         (gnus-header-subject-face, gnus-header-newsgroups-face)
16558         (gnus-header-name-face, gnus-header-content-face):
16559         New backward-compatibility aliases for renamed faces.
16560         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16561
16562         * gnus-sum.el (gnus-summary-selected-face)
16563         (gnus-summary-highlight): Use renamed gnus faces.
16564         * gnus-group.el (gnus-group-highlight): Likewise.
16565
16566 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16567
16568         * gnus-sieve.el (gnus-sieve-article-add-rule):
16569         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16570         * spam-stat.el (spam-stat-buffer-change-to-spam)
16571         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16572
16573         * message.el (message-is-yours-p):
16574         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16575
16576 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * mm-view.el (mm-inline-text): Withdraw the last change.
16579
16580 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16583         executing enriched-decode.
16584
16585 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16588         charset of tar files.
16589
16590 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16591
16592         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16593
16594 2005-06-04  Lute Kamstra  <lute@gnu.org>
16595
16596         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16597         information is never recorded.
16598
16599 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16600
16601         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16602
16603 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * pop3.el (pop3-apop): Run md5 in the binary mode.
16606
16607         * starttls.el (starttls-set-process-query-on-exit-flag):
16608         Use eval-and-compile.
16609
16610 2005-05-31  Simon Josefsson  <jas@extundo.com>
16611
16612         * smime.el (smime-replace-in-string): Define.
16613         (smime-cert-by-ldap-1): Use it.
16614
16615 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * gnus-art.el (article-display-x-face): Replace
16618         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16619
16620         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16621         set-process-query-on-exit-flag or process-kill-without-query.
16622
16623         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16624         loop instead of replace-regexp.
16625
16626         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16627         instead of process-kill-without-query if it is available.
16628
16629         * lpath.el: Fbind ldap-search-entries.
16630
16631         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16632         instead of find-file-hooks if it is available.
16633
16634         * mml1991.el: Bind pgg-default-user-id when compiling.
16635
16636         * mml2015.el: Bind pgg-default-user-id when compiling.
16637
16638         * nndraft.el (nndraft-request-associate-buffer):
16639         Use write-contents-functions instead of write-contents-hooks if it is
16640         available.
16641
16642         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16643         instead of find-file-hooks if it is available.
16644
16645         * nntp.el (nntp-open-connection): Replace
16646         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16647         (nntp-open-ssl-stream): Ditto.
16648         (nntp-open-tls-stream): Ditto.
16649
16650         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16651         set-process-query-on-exit-flag or process-kill-without-query.
16652         (starttls-open-stream-gnutls): Use it instead of
16653         process-kill-without-query.
16654         (starttls-open-stream): Ditto.
16655
16656 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16657
16658         * smime.el (smime-cert-by-ldap-1): Don't use
16659         replace-regexp-in-string.
16660
16661 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16662
16663         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16664
16665         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16666         in PEM format.  Adjust to the XEmacs compatibility.
16667
16668 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16669
16670         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16671         by `string-to-number'.
16672         * gnus-agent.el (gnus-agent-regenerate-group)
16673         (gnus-agent-fetch-articles): Ditto.
16674         * gnus-art.el (gnus-button-fetch-group): Ditto.
16675         * gnus-cache.el (gnus-cache-generate-active)
16676         (gnus-cache-articles-in-group): Ditto.
16677         * gnus-group.el (gnus-group-set-current-level)
16678         (gnus-group-insert-group-line): Ditto.
16679         * gnus-score.el (gnus-score-set-expunge-below)
16680         (gnus-score-set-mark-below, gnus-summary-score-effect)
16681         (gnus-summary-score-entry): Ditto.
16682         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16683         (gnus-soup-pack): Ditto.
16684         * gnus-spec.el (gnus-xmas-format): Ditto.
16685         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16686         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16687         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16688         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16689         * nndb.el (nndb-get-remote-expire-response): Ditto.
16690         * nndiary.el (nndiary-parse-schedule-value)
16691         (nndiary-string-to-number, nndiary-request-replace-article)
16692         (nndiary-request-article): Ditto.
16693         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16694         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16695         * nneething.el (nneething-make-head): Ditto.
16696         * nnfolder.el (nnfolder-request-article)
16697         (nnfolder-retrieve-headers): Ditto.
16698         * nnheader.el (nnheader-file-to-number): Ditto.
16699         * nnkiboze.el (nnkiboze-request-article): Ditto.
16700         * nnmail.el (nnmail-process-unix-mail-format)
16701         (nnmail-process-babyl-mail-format): Ditto.
16702         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16703         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16704         (nnmh-request-create-group, nnmh-request-list-1)
16705         (nnmh-request-group, nnmh-request-article): Ditto.
16706         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16707         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16708         * nnsoup.el (nnsoup-make-active): Ditto.
16709         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16710         * nntp.el (nntp-find-group-and-number)
16711         (nntp-retrieve-headers-with-xover): Ditto.
16712         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16713         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16714         (pgg-format-key-identifier): Ditto.
16715         * pop3.el (pop3-last, pop3-stat): Ditto.
16716         * qp.el (quoted-printable-decode-region): Ditto.
16717
16718         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16719         of concat.
16720
16721 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16724
16725         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16726
16727         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16728
16729         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16730
16731         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16732
16733         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16734
16735         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16736         (gnus-carpal-mode): Ditto.
16737
16738         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16739         (gnus-browse-mode): Ditto.
16740
16741         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16742
16743         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16744
16745 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16746
16747         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16748
16749 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-util.el (gnus-run-mode-hooks): New function.
16752
16753         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16754
16755         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16756         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16757
16758 2005-05-27  Lute Kamstra  <lute@gnu.org>
16759
16760         * dns-mode.el (dns-mode): Specify customization group.
16761
16762 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16763
16764         * gnus-agent.el (gnus-agent-make-mode-line-string):
16765         Use mode-line-highlight as mouse-face.
16766
16767 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * canlock.el (canlock): Change the parent group to news.
16770
16771         * deuglify.el (gnus-outlook-deuglify): Add :group.
16772
16773         * dig.el (dig): Add :group.
16774
16775         * dns-mode.el (dns-mode): Add :group.
16776
16777         * encrypt.el (encrypt): Add :group.
16778
16779         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16780         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16781         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16782         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16783         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16784
16785         * gnus-diary.el (gnus-diary): Add :group.
16786
16787         * gnus.el (gnus-group-news-1-face): Add :group.
16788         (gnus-group-news-1-empty-face): Ditto.
16789         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16790         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16791         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16792         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16793         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16794         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16795         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16796         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16797         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16798         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16799         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16800         (gnus-summary-high-ticked-face): Ditto.
16801         (gnus-summary-low-ticked-face): Ditto.
16802         (gnus-summary-normal-ticked-face): Ditto.
16803         (gnus-summary-high-ancient-face): Ditto.
16804         (gnus-summary-low-ancient-face): Ditto.
16805         (gnus-summary-normal-ancient-face): Ditto.
16806         (gnus-summary-high-undownloaded-face): Ditto.
16807         (gnus-summary-low-undownloaded-face): Ditto.
16808         (gnus-summary-normal-undownloaded-face): Ditto.
16809         (gnus-summary-high-unread-face): Ditto.
16810         (gnus-summary-low-unread-face): Ditto.
16811         (gnus-summary-normal-unread-face): Ditto.
16812         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16813         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16814
16815         * hashcash.el (hashcash): New custom group.
16816         (hashcash-default-payment): Add :group.
16817         (hashcash-payment-alist): Ditto.
16818         (hashcash-default-accept-payment): Ditto.
16819         (hashcash-accept-resources): Ditto.
16820         (hashcash-path): Ditto.
16821         (hashcash-extra-generate-parameters): Ditto.
16822         (hashcash-double-spend-database): Ditto.
16823         (hashcash-in-news): Ditto.
16824
16825         * message.el (message-minibuffer-local-map): Add :group.
16826
16827         * netrc.el (netrc): Add :group.
16828
16829         * sieve-manage.el (sieve-manage-log): Add :group.
16830         (sieve-manage-default-user): Diito.
16831         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16832         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16833         (sieve-manage-authenticators): Ditto.
16834         (sieve-manage-authenticator-alist): Ditto.
16835         (sieve-manage-default-port): Ditto.
16836
16837         * sieve-mode.el (sieve-control-commands-face): Add :group.
16838         (sieve-action-commands-face): Ditto.
16839         (sieve-test-commands-face): Ditto.
16840         (sieve-tagged-arguments-face): Ditto.
16841
16842         * smime.el (smime): Add :group.
16843
16844         * spam-report.el (spam-report): Add :group.
16845
16846         * spam.el (spam, spam-face): Add :group.
16847
16848 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16849
16850         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16851         return \n.\n.\n at the end of articles.  Protect against that.
16852         (nntp-with-open-group): Allow debugging.
16853
16854         * nnheader.el (mail-header-set-extra): Make into a function
16855         because I just could't understand how to quote the list properly.
16856
16857         * dns.el (query-dns-cached): New function.
16858
16859 2005-05-26  Lute Kamstra  <lute@gnu.org>
16860
16861         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16862
16863 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16866
16867         * gnus-art.el: Don't autoload mail-extract-address-components.
16868
16869         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16870         eval-and-compile to evaluate it.
16871
16872         * hashcash.el: Don't autoload executable-find.
16873
16874         * nndb.el: Don't declare the nndb back end two or more times; don't
16875         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16876
16877         * nntp.el: Autoload format-spec instead of format; use
16878         eval-and-compile to evaluate autoload forms.
16879
16880 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16881
16882         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16883
16884 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16885
16886         * gnus.el (gnus-version-number): Bump version.
16887
16888 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16889
16890         * gnus.el: No Gnus v0.3 is released.
16891
16892 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16893
16894         * lpath.el (featurep): Bind show-nonbreak-escape.
16895
16896 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-art.el (gnus-article-edit-part): Disable undo.
16899
16900 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16903         gnus-article-date-lapsed-new-header is t if date timer is active;
16904         skip headers in which the original date value is empty.
16905         (gnus-article-save-original-date): Redefine it as a macro.
16906         (gnus-display-mime): Use it.
16907
16908 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-art.el (article-date-ut): Support converting date in
16911         forwarded parts as well.
16912         (gnus-article-save-original-date): New function.
16913         (gnus-display-mime): Use it.
16914
16915 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16916
16917         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16918         enclosure element of <item>.
16919
16920 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16921
16922         * message.el (message-kill-buffer-query): Rename from
16923         `message-kill-buffer-query-if-modified'.  Add :version.
16924
16925 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16928         window layout.
16929
16930 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * mml.el: Autoload dnd when compiling.
16933
16934 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16937         x-dnd-*.
16938
16939 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * qp.el (quoted-printable-encode-region): Save excursion.
16942
16943 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16944
16945         * message.el (message-kill-buffer-query-if-modified): Add new variable
16946         so the user can kill a modified message buffer quickly.
16947         (message-kill-buffer): Use it.
16948
16949 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * lpath.el: Fbind display-time-event-handler; don't fbind
16952         string-to-multibyte.
16953
16954         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16955
16956 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16959         contained in text because xml.el decodes entities) with LFs.
16960
16961 2005-04-11  Lute Kamstra  <lute@gnu.org>
16962
16963         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16964         differently.
16965
16966 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16967
16968         * mm-util.el (mm-detect-coding-region): Typo.
16969
16970 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16973
16974 2005-04-06  Deepak Goel  <deego@gnufans.org>
16975
16976         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16977         user-function allow user modifications of the scores.
16978         (spam-stat-score-buffer-user): New function, to allow
16979         user-computed modifications to the score.
16980         (spam-stat-score-buffer-user-functions): List of additional
16981         scoring functions.
16982         (spam-stat-error-holder): Global temporary error holder.
16983         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16984         variable.
16985
16986 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * gnus-registry.el (gnus-registry-clean-empty-function)
16989         (gnus-registry-trim, gnus-registry-fetch-groups)
16990         (gnus-registry-delete-group): Groups that match
16991         `gnus-registry-ignored-groups' are removed from the registry
16992         entries, not just ignored for splitting.  This helps clean up the
16993         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16994         to get all the groups a message ID is in.
16995
16996         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16997         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16998         (spam-stat-score-buffer-user-functions): Add :number custom type.
16999
17000 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17003         argument in XEmacs.
17004
17005         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17006         (nnrss-request-group): Decode group name first.
17007         (nnrss-request-article): Make a text/plain article if mml-to-mime
17008         failed.
17009         (nnrss-get-encoding): Return a compatible encoding according to
17010         nnrss-compatible-encoding-alist.
17011         (nnrss-find-el): Use consp instead of listp.
17012         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17013
17014 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17017         which Emacs 20 doesn't support.
17018         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17019
17020 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17021
17022         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17023         silence the byte compiler inside the defun.
17024
17025         * gnus-demon.el (parse-time-string): Add autoload.
17026
17027         * gnus-delay.el (parse-time-string): Add autoload.
17028
17029         * gnus-art.el (parse-time-string): Add autoload.
17030
17031         * nnultimate.el (parse-time): Require for `parse-time-string'.
17032
17033 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17034
17035         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17036
17037         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17038
17039         * smime.el (smime-ldap-host-list): Add :version.
17040
17041 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17044         pass it to `gnus-browse-read-group'.
17045         (gnus-browse-read-group): Add NUMBER argument and pass it to
17046         `gnus-group-read-ephemeral-group'.
17047
17048         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17049         argument and pass it to `gnus-group-read-group'.
17050
17051 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17052
17053         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17054         mm-xemacs-find-mime-charset-1 if we have the mule feature
17055         available at runtime.
17056
17057 2005-03-25  Werner Lemberg  <wl@gnu.org>
17058
17059         * nnmaildir.el: Replace `illegal' with `invalid'.
17060
17061 2005-03-23  Lute Kamstra  <lute@gnu.org>
17062
17063         * time-date.el: Add comment on time value formats.
17064         Don't require parse-time.
17065         (with-decoded-time-value): New macro.
17066         (encode-time-value): New function.
17067         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17068         (days-to-time): Return a valid time value when arg is huge.
17069         (time-since): Use time-subtract.
17070         (time-to-number-of-days): Use time-to-seconds.
17071
17072 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17073
17074         * gnus-start.el (gnus-display-time-event-handler):
17075         Check display-time-timer at runtime rather than only at load time
17076         in case display-time-mode is turned off in the mean time.
17077
17078 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17079
17080         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17081         used.
17082
17083         * nneething.el (nneething-map-file-directory): Derive from
17084         `gnus-directory'.
17085
17086         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17087         the To/Cc button.
17088
17089 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * nnmaildir.el (nnmaildir-request-accept-article):
17092         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17093
17094 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17095
17096         * gnus-async.el: Require timer-funcs at compile time when in
17097         XEmacs for `run-with-idle-timer'.
17098
17099 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17100
17101         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17102         autoloaded function.
17103
17104 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17105
17106         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17107
17108 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17109
17110         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17111
17112 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17113
17114         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17115         Add gnus-expert-user to default.
17116
17117 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17118
17119         * nnimap.el (nnimap-open-server): Ditto.
17120
17121         * imap.el (imap-authenticate): Fix typo.
17122
17123 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17124
17125         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17126         buffer (since IMAP server might return FETCH response out of
17127         order, and the nntp buffer must be sorted).
17128
17129 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17130
17131         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17132         comparison on string.
17133
17134         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17135         (gnus-agent-score): Rename category keywords to match gnus-cus.
17136         (gnus-agent-summary-fetch-series): Modify to protect against
17137         gnus-agent-summary-fetch-group clearing processable flags.
17138         (gnus-agent-synchronize-group-flags): Update live group buffer as
17139         synchronization may occur due to the user toggle the plugged
17140         status.
17141         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17142         successfully downloaded.
17143         (gnus-agent-expire-group-1): Avoid using markers when the overview
17144         is in ascending order; greatly improves performance.
17145         (gnus-agent-regenerate-group):
17146         Use gnus-agent-synchronize-group-flags to reset read status in both
17147         gnus and server.
17148         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17149
17150 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * message.el: Don't autoload former message-utils variables.
17153         (message-strip-subject-trailing-was): Change doc string.
17154
17155         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17156         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17157         (nnweb-google-search): Add "hl=en" here.
17158         (nnweb-google-parse-1, nnweb-google-create-mapping):
17159         Don't hardcode URL.
17160
17161 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17162
17163         * message.el (message-get-reply-headers, message-followup):
17164         Mention related variables `message-use-followup-to' and
17165         `message-use-mail-followup-to', in the information buffer.
17166
17167         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17168         of broken groups(-beta).google.com.
17169
17170 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17171
17172         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17173         parameter to invoked gnus-request-move-article; remove the
17174         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17175         all at once instead of once per article.
17176         (gnus-summary-remove-process-mark): Accept a list of articles as
17177         well as a single article for processing.
17178
17179         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17180         parameter.
17181
17182         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17183
17184         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17185
17186         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17187         parameter.
17188
17189         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17190         parameter.
17191
17192         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17193         parameter and remove the gnus-sum-hint-move-is-internal variable.
17194
17195         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17196         parameter.
17197
17198         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17199         parameter.
17200
17201         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17202         parameter.
17203
17204         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17205
17206         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17207         parameter.
17208
17209         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17210         parameter.
17211
17212 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17213
17214         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17215         a more conservative way.
17216
17217 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17218
17219         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17220         buffer, so it moves the window's cursor.
17221
17222 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17223
17224         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17225         `mm-dissect-multipart' and receive the from field as an (optional)
17226         argument from `mm-dissect-multipart'.
17227         (mm-dissect-multipart): Receive the from field as an argument and
17228         pass it on when we call `mm-dissect-buffer' on MIME parts.
17229         Fixes verification/decryption of signed/encrypted MIME parts.
17230
17231 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17232
17233         * gnus-sum.el (gnus-summary-move-article):
17234         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17235         whatever it calls (right now, only nnimap-request-move article
17236         respects it).
17237
17238         * nnimap.el (nnimap-request-move-article):
17239         When gnus-sum-hint-move-is-internal is set, don't do the extra
17240         nnimap-request-article.
17241
17242 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17243
17244         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17245
17246         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17247         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17248
17249         * gnus-sum.el (gnus-summary-caesar-message):
17250         Apply `gnus-treat-article' after rotation.
17251
17252         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17253         doc string.
17254
17255 2005-02-22  Simon Josefsson  <jas@extundo.com>
17256
17257         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17258         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17259         <arne@arnested.dk>.
17260         (encrypt): Add password-cache and password-cache-expiry as group
17261         members.
17262
17263 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17264
17265         * smime.el (smime-ldap-host-list): Doc fix.
17266         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17267         cache) password.
17268         (smime-sign-region): Use it.
17269         (smime-decrypt-region): Use it.
17270         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17271         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17272         fails.
17273         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17274         certificate from DER to PEM format rather than calling openssl.
17275
17276         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17277
17278         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17279         for signing/encryption.
17280
17281         * mml.el (mml-parse-1): Use them.
17282
17283 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17284
17285         * nnrss.el (nnrss-verbose): Remove.
17286         (nnrss-request-group): Use `nnheader-message' instead.
17287
17288 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17289
17290         * nnrss.el (nnrss-verbose): New variable.
17291         (nnrss-request-group): Make it say nnrss is requesting a group.
17292
17293 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17294
17295         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17296         Handle news URL with given port correctly.
17297
17298 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17301         containing special characters.
17302
17303         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17304
17305         * mml.el (mime-to-mml): Ditto.
17306
17307         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17308         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17309         (rfc2047-decode-region): Quote decoded words containing special
17310         characters when rfc2047-quote-decoded-words-containing-tspecials
17311         is non-nil.
17312
17313 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17314
17315         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17316
17317         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17318
17319 2005-02-15  Simon Josefsson  <jas@extundo.com>
17320
17321         * nnimap.el (nnimap-debug): Doc fix.
17322
17323         * imap.el (imap-debug): Doc fix.
17324
17325 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17328
17329 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17330
17331         * gnus.el (spam-contents): Improve docs for spam-contents
17332         parameter in its variable incarnation.
17333
17334 2005-02-14  Simon Josefsson  <jas@extundo.com>
17335
17336         * smime-ldap.el: Use require instead of load-library for ldap.
17337         (smime-ldap-search): Indent.
17338         (smime-ldap-search-internal): Shorten line.
17339
17340         * smime.el (smime-cert-by-dns): Add doc-string.
17341         (smime-cert-by-ldap-1): Indent.
17342
17343         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17344         mml-smime-get-dns-ldap.
17345         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17346
17347 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17348
17349         * smime.el: Require smime-ldap.
17350         (smime-ldap-host-list): New variable.
17351         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17352
17353         * mml-smime.el (mml-smime-encrypt-query): New function.
17354         (mml-smime-encrypt-query): Use it.
17355
17356         * smime-ldap.el: New file.
17357
17358 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17361
17362 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17365         argument in doc string.  Make query for type more clear.
17366
17367 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17368
17369         * gnus.el (gnus-group-startup-message): Search for gnus images in
17370         etc/images/gnus.
17371         * mm-util.el (mm-image-load-path): Likewise.
17372         * smiley.el (smiley-data-directory): Search for smilies in
17373         etc/images/smilies.
17374
17375 2005-02-09  Kim F. Storm  <storm@cua.dk>
17376
17377         Change Emacs release version from 21.4 to 22.1 throughout.
17378         Change Emacs development version from 21.3.50 to 22.0.50.
17379
17380 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17383
17384         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17385         non-Mule XEmacs as well.
17386         (mm-decompress-buffer): Signal an error intentionally if it does
17387         not decompress compressed data because auto-compression-mode is
17388         disabled.
17389
17390 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17391
17392         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17393         an ID in the registry even if it has no groups.
17394
17395 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17398         merge it into mm-decompress-buffer.
17399         (gnus-mime-copy-part): Use the MIME part charset, the value which
17400         a user specified or gnus-newsgroup-charset for decoding, like
17401         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17402         save-buffer what was used.  Suggested by Kevin Ryde
17403         <user42@zip.com.au>.
17404         (gnus-mime-inline-part): Allow the name parameter as well as the
17405         filename parameter; force decompressing of compressed data; always
17406         display contents being not decoded as unibyte.
17407
17408         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17409         as well as the filename parameter.
17410
17411         * mm-util.el (mm-decompress-buffer):
17412         Merge gnus-mime-jka-compr-maybe-uncompress.
17413         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17414         of compressed data.
17415
17416 2005-02-08  Simon Josefsson  <jas@extundo.com>
17417
17418         * imap.el (imap-log): Doc fix.
17419
17420 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17423         the coding cookies; decompress compressed parts.
17424
17425         * mml.el (mml-generate-mime-1): Add the charset parameter according
17426         to the value which a user specified manually or the coding cookie.
17427
17428         * mm-util.el (mm-string-to-multibyte): New function.
17429         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17430         (mm-coding-system-to-mime-charset): New function.
17431         (mm-decompress-buffer): New function.
17432         (mm-find-buffer-file-coding-system): New function.
17433
17434         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17435         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17436         parts.
17437
17438 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17439
17440         * mm-view.el (mm-display-inline-fontify): Decode a part according
17441         to the charset parameter.
17442
17443 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17446         prefix arg is neither nil nor a number, as info specifies.
17447
17448 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17451         timestamps.
17452
17453 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17454
17455         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17456         groups error checking and notify user.
17457
17458 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17459
17460         * message.el (message-send-mail-function): Check existence of
17461         sendmail-program first before using default value
17462         `message-send-mail-with-sendmail'.  Otherwise use more generic
17463         `smtpmail-send-it'.
17464
17465 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * nntp.el (nntp-request-update-info): Always return nil.
17468
17469 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17470
17471         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17472
17473 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17474
17475         * message.el (message-beginning-of-line): Change the behavior when
17476         invoked between BOL and : so that it first moves backward.
17477
17478 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17481         article buffer when editing of the article is discarded.
17482         (gnus-article-prepare): Revert.
17483
17484 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus-art.el (gnus-article-prepare):
17487         Remove message-strip-forbidden-properties from the local hook.
17488
17489 2005-01-27  Simon Josefsson  <jas@extundo.com>
17490
17491         * password.el (password-cache-add): Only start one timer per key.
17492         Reported by Derek Atkins <warlord@MIT.EDU>.
17493
17494 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17495
17496         * run-at-time.el: Remove.  It is no longer needed as
17497         timer-funcs.el in the xemacs-base package has a working version of
17498         `run-at-time'.
17499
17500         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17501
17502         * password.el: Require timer-funcs instead of run-at-time in
17503         XEmacs.
17504         Remove `password-run-at-time' macro.
17505         (password-cache-add): Use `run-at-time' instead of
17506         `password-run-at-time'.
17507
17508         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17509         Remove `nnheader-cancel-function-timers' alias,
17510         `cancel-function-timers' exists in XEmacs in timer-funcs.
17511
17512         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17513         for `run-with-idle-timer'.
17514
17515         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17516         for `run-at-time'.
17517
17518         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17519         for `with-timeout'.
17520
17521         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17522         the same as for XEmacs 21.4.
17523         No need to ignore `run-with-idle-timer', this function exists in
17524         XEmacs now in timer-funcs.el in the xemacs-base package.
17525         (dgnushack-compile): No need to delete
17526         run-at-time.el from the list of files to compile because it
17527         doesn't exist anymore.
17528
17529 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17532         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17533
17534 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17535
17536         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17537         sensitively.
17538
17539 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17540
17541         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17542
17543 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17546         which will be inserted according to the multibyteness of a buffer
17547         rather than the type of contents.  Suggested by ARISAWA Akihiro
17548         <ari@mbf.ocn.ne.jp>.
17549
17550         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17551         of string which old xml.el may return rather than a string.
17552
17553 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17556
17557 2005-01-16  Simon Josefsson  <jas@extundo.com>
17558
17559         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17560         idn/idna.el isn't available.
17561         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17562         <michael@waxrat.com>.
17563
17564         * hashcash.el: Remove non-FSF copyright header.
17565
17566         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17567         (hashcash-generate-payment): Use it.
17568         (hashcash-generate-payment-async): Use it.
17569
17570 2005-01-15  Simon Josefsson  <jas@extundo.com>
17571
17572         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17573         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17574
17575         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17576         gnus-summary-idna-message.
17577         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17578         (gnus-summary-idna-message): New function.
17579
17580 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17581
17582         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17583         gnus-novice-user.
17584
17585 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * nnrss.el (nnrss-request-delete-group): Delete entries in
17588         nnrss-group-alist as well.
17589         (nnrss-save-server-data): Insert newline.
17590
17591 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17592
17593         * gnus.el (gnus-user-agent): Use list of symbols instead of
17594         symbols.  Display full version number for (S)XEmacs.
17595         Optionally display (S)XEmacs codename.
17596
17597         * gnus-util.el (gnus-emacs-version): Update for new
17598         `gnus-user-agent'.
17599
17600         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17601         Gnus version.
17602
17603 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17604
17605         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17606         which is unreadable in some setups.
17607
17608 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus-spec.el (gnus-update-format-specifications): Flush the
17611         group format spec cache if it doesn't support decoded group names.
17612
17613 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17616         Allow to apply decay on score files matching a regexp.
17617
17618 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17621         compatibility in %g and %c.
17622
17623 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17624
17625         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17626         name for only %g and %c.
17627         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17628         of gnus-tmp-group to decoded group name.
17629         (gnus-group-make-rss-group): Exclude `/'s from group names.
17630
17631 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * nnrss.el (nnrss-get-encoding): Fix regexp.
17634
17635 2004-12-27  Simon Josefsson  <jas@extundo.com>
17636
17637         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17638         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17639         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17640
17641 2004-12-17  Kim F. Storm  <storm@cua.dk>
17642
17643         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17644
17645         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17646
17647 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17648
17649         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17650
17651 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * nnrss.el: Require rfc2047 and mml.
17654         (nnrss-file-coding-system): New variable.
17655         (nnrss-format-string): Redefine it as an inline function.
17656         (nnrss-decode-group-name): New function.
17657         (nnrss-string-as-multibyte): Remove.
17658         (nnrss-retrieve-headers): Decode group name; don't use
17659         nnrss-format-string.
17660         (nnrss-request-group): Decode group name.
17661         (nnrss-request-article): Decode group name; allow a Message-ID as
17662         well as an article number; don't use nnrss-format-string; encode a
17663         Message-ID string which may contain non-ASCII characters; use
17664         mml-to-mime to compose a MIME article.
17665         (nnrss-request-expire-articles): Decode group name.
17666         (nnrss-request-delete-group): Decode group name.
17667         (nnrss-fetch): Clarify error message.
17668         (nnrss-read-server-data): Use insert-file-contents instead of load;
17669         bind file-name-coding-system; use multibyte buffer.
17670         (nnrss-save-server-data): Bind coding-system-for-write to the
17671         value of nnrss-file-coding-system; bind file-name-coding-system;
17672         add coding cookie.
17673         (nnrss-read-group-data): Use insert-file-contents instead of load;
17674         bind file-name-coding-system; use multibyte buffer.
17675         (nnrss-save-group-data): Bind coding-system-for-write to the
17676         value of nnrss-file-coding-system; bind file-name-coding-system.
17677         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17678         make it work with non-ASCII text.
17679         (nnrss-find-el): Make it work with old xml.el as well.
17680
17681 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17682
17683         * nnrss.el (nnrss-get-encoding): New function.
17684         (nnrss-fetch): Use unibyte buffer initially; bind
17685         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17686         decode contents according to the encoding attribute.
17687         (nnrss-save-group-data): Add coding cookie.
17688         (nnrss-mime-encode-string): New function.
17689         (nnrss-check-group): Use it to encode subject and author.
17690
17691 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17692
17693         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17694         imaginary variable.
17695
17696 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17699         correctly even if there are wide characters.
17700
17701 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17702
17703         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17704         downcased symbol names; make a new cache instead of reusing
17705         bbdb-hashtable.
17706
17707 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17710         concatenating segments rather than before concatenating them.
17711         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17712
17713         * message.el (message-get-reply-headers): Bind `extra'.
17714
17715 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17716
17717         * message.el (message-extra-wide-headers): New variable.
17718         (message-get-reply-headers): Use it.
17719
17720 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17723         (gnus-agent-group-pathname): Ditto.
17724
17725         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17726
17727         * gnus-group.el (gnus-group-make-group): Decode group name.
17728         (gnus-group-make-rss-group): Register the group data after opening
17729         the nnrss group.
17730
17731 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17732
17733         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17734         by expiry now get marked as read.
17735
17736 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17739
17740 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17741
17742         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17743         unify Latin characters in XEmacs.
17744         (mm-find-mime-charset-region): Use it.
17745
17746 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * gnus-util.el (gnus-delete-directory): New function.
17749
17750         * gnus-agent.el (gnus-agent-delete-group): Use it.
17751
17752         * gnus-cache.el (gnus-cache-delete-group): Use it.
17753
17754 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17757         names.
17758
17759 2004-12-16  Simon Josefsson  <jas@extundo.com>
17760
17761         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17762
17763 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17766
17767         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17768         (gnus-group-set-current-level): Decode group name.
17769
17770 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17771
17772         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17773         failed.
17774
17775 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * gnus-group.el (gnus-group-delete-group): Decode group name.
17778         (gnus-group-make-rss-group): Encode group name.
17779         (gnus-group-catchup-current): Decode group name.
17780         (gnus-group-kill-group): Decode group name.
17781
17782 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17783
17784         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17785
17786 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * gnus-group.el (gnus-group-make-rss-group):
17789         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17790
17791         * gnus-start.el (gnus-setup-news): Honor user's setting to
17792         gnus-message-archive-method.  Suggested by Lute Kamstra
17793         <lute@gnu.org>.
17794
17795 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17796
17797         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17798         global counterparts of the buffer-local variables.
17799
17800 2004-11-16  Romain Francoise  <romain@orebokech.com>
17801
17802         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17803         counterparts of the buffer-local variables.
17804
17805 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17806
17807         * message.el (message-forbidden-properties): Fix typo in doc
17808         string.
17809
17810 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * gnus-util.el (gnus-replace-in-string): Add doc string.
17813
17814         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17815         to avoid problems when splitting mails with many recipients.
17816
17817 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17818
17819         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17820         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17821
17822 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17823
17824         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17825         if there is no hashtable in memory or file modification time is
17826         newer than cached timestamp.
17827
17828 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17829
17830         * gnus-sum.el (gnus-summary-limit-to-recipient):
17831         Implement not-matching option.
17832
17833 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17834
17835         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17836         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17837         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17838         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17839         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17840         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17841
17842 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * message.el (message-forward-make-body-mml): Remove headers
17845         according to message-forward-ignored-headers if a message is decoded.
17846
17847 2004-12-02  Romain Francoise  <romain@orebokech.com>
17848
17849         * message.el (message-forward-make-body-plain): Always remove
17850         headers according to message-forward-ignored-headers.
17851
17852 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17853
17854         * spam.el (spam-summary-prepare-exit): Remove the
17855         gnus-summary-limit pop for now, it has problems with ham marks for
17856         me.
17857
17858 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17859
17860         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17861         correctly.
17862
17863 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17864
17865         * format-spec.el (format-spec): Message the char.
17866
17867 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17868
17869         * gnus-art.el (gnus-split-methods): Reformat comments.
17870
17871         * spam.el (spam-summary-prepare-exit): Remove article limits
17872         before exiting the summary buffer.
17873
17874 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17877         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17878
17879         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17880         order to silence the byte compiler.
17881
17882         * spam.el: Fix the way to silence the byte compiler, which
17883         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17884         bbdb-search-simple, spam-BBDB-register-routine,
17885         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17886         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17887         spam-stat-buffer-is-spam, spam-stat-load,
17888         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17889         spam-stat-save and spam-stat-split-fancy.
17890
17891 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17894         which may confuse users.
17895         (canlock-password-for-verify): Ditto.
17896
17897         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17898
17899         * gnus-art.el (gnus-emphasis-alist): Ditto.
17900
17901         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17902
17903         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17904
17905         * gnus-start.el (gnus-save-killed-list): Ditto.
17906
17907         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17908         (gnus-sum-thread-tree-root): Ditto.
17909         (gnus-sum-thread-tree-false-root): Ditto.
17910         (gnus-sum-thread-tree-single-indent): Ditto.
17911
17912         * message.el (message-courtesy-message): Ditto.
17913         (message-archive-note): Ditto.
17914         (message-subscribed-address-file): Ditto.
17915         (message-user-fqdn): Ditto.
17916
17917         * spam-report.el (spam-report-gmane-regex): Ditto.
17918
17919         * spam.el (spam-blackhole-good-server-regex): Ditto.
17920
17921 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * mml.el (mml-preview): Widen the message buffer before copying
17924         the contents to the preview buffer; sort headers before previewing.
17925
17926         * message.el (message-hidden-headers): Fix the way to avoid a bug
17927         in the `repeat' widget in Emacs 21.3 or earlier.
17928
17929 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * message.el (message-hidden-headers): Default to "^References:".
17932         Improve customization type.  Suggested by Reiner Steib
17933         <Reiner.Steib@gmx.de>.
17934
17935 2004-11-25  Romain Francoise  <romain@orebokech.com>
17936
17937         * message.el (message-strip-forbidden-properties): Remove check for
17938         obsolete `message-hidden' text property, hidden headers are not
17939         accessible in the buffer anymore.
17940
17941 2004-11-22  Romain Francoise  <romain@orebokech.com>
17942
17943         * message.el (message-header-format-alist): Add `From' in list
17944         so that it can be sorted.
17945         (message-fix-before-sending): Widen and sort headers before
17946         sending.
17947         (message-hide-headers): Use narrowing to hide headers by moving
17948         them to the top of the buffer and narrowing to the region
17949         underneath.
17950
17951 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17952
17953         * message.el (message-strip-forbidden-properties):
17954         Bind buffer-read-only (etc) to nil.
17955
17956 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17959         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17960
17961 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17962
17963         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17964
17965 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17966
17967         * dns.el (query-dns): Use sit-for to time instead of
17968         accept-process-output, since that doesn't seem to work on udp
17969         sockets.
17970
17971 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17974
17975 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17976
17977         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17978         doc string.  Improve doc string.
17979
17980 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * nntp.el (nntp-request-update-info): Return nil if
17983         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17984         may not call gnus-activate-group which uselessly issues the GROUP
17985         commands for all nntp groups and wastes time.  Reported by Romain
17986         Francoise <romain@orebokech.com>.
17987
17988         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17989
17990 2004-11-15  Simon Josefsson  <jas@extundo.com>
17991
17992         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17993         headers separately.
17994         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17995         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17996
17997 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17998
17999         * gnus-start.el (gnus-convert-old-newsrc):
18000         Assign legacy-gnus-agent to 5.10.7.
18001
18002 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18003
18004         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18005         start of the lines.
18006
18007 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18008
18009         * hashcash.el (hashcash-default-payment): Change default to 20.
18010         (hashcash-default-accept-payment): Change default to 20.
18011         (hashcash-process-alist): New variable.
18012         (hashcash-generate-payment-async): Add.
18013         (hashcash-already-paid-p): Add.
18014         (hashcash-insert-payment): Don't generate payments twice.
18015         (hashcash-insert-payment-async): Add.
18016         (hashcash-insert-payment-async-2): Add.
18017         (hashcash-cancel-async): Add.
18018         (hashcash-wait-async): Add.
18019         (hashcash-processes-running-p): Add.
18020         (hashcash-wait-or-cancel): Add.
18021         (mail-add-payment): New optional argument.  Conditionally start
18022         asynchronous calculation.
18023         (mail-add-payment-async): Add.
18024
18025         * message.el (message-send-mail): Wait for asynchronous hashcash
18026         results.  Don't clobber existing X-Hashcash headers.
18027         (message-setup-1): Call mail-add-payment-async when
18028         message-generate-hashcash is non-nil.
18029
18030 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18031
18032         * message.el (message-use-alternative-email-as-from): Examine the
18033         From header as well; use message-make-from in order to include a
18034         user's full name.
18035
18036 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18039         default; improve customization type.
18040         (gnus-emphasis-custom-with-format): New macro.
18041         (gnus-emphasis-custom-value-to-external): New function.
18042         (gnus-emphasis-custom-value-to-internal): New function.
18043
18044 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18045
18046         * dns.el (query-dns): Resolve reverse addresses.
18047
18048 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18049
18050         * gnus-group.el (gnus-group-get-new-news): Use it.
18051
18052         * gnus-start.el (gnus-check-reasonable-setup): New function.
18053
18054 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18057         "Args out of range" error.  Reported by Arnaud Giersch
18058         <arnaud.giersch@free.fr>.
18059
18060 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18061
18062         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18063
18064 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18065
18066         * spam.el (spam group): Add :version.
18067
18068         * pgg-def.el (pgg group): Add :version.
18069
18070 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-art.el (gnus-article-edit-article): Don't associate the
18073         article buffer with a draft file.  This is a temporary measure
18074         against the 2004-08-22 change to gnus-article-edit-mode.
18075
18076 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18079         (html2text-format-tags): Remove unused variable `attr'.
18080
18081 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18082
18083         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18084
18085         * tls.el (tls-process-connection-type, tls-success)
18086         (tls-certtool-program): Add :version.
18087
18088         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18089         (starttls-extra-arguments, starttls-process-connection-type)
18090         (starttls-connect, starttls-failure, starttls-success): Add :version.
18091
18092         * spam-stat.el (spam-stat): Add :version.
18093
18094         * sieve.el (sieve): Add :version.
18095
18096         * sha1.el (sha1): Add :version.
18097         (sha1-use-external): Remove redundant version.
18098
18099         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18100         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18101         (nnmail-split-fancy-match-partial-words)
18102         (nnmail-split-lowercase-expanded): Add :version.
18103
18104         * nndiary.el (nndiary): Add :version.
18105
18106         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18107
18108         * mml-sec.el (mml-default-sign-method)
18109         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18110         Add :version.
18111
18112         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18113
18114         * mm-url.el (mm-url-use-external, mm-url-program)
18115         (mm-url-arguments): Add :version.
18116
18117         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18118         (mm-attachment-file-modes, mm-decrypt-option)
18119         (mm-w3m-safe-url-regexp): Add :version.
18120
18121         * message.el (message-cite-prefix-regexp)
18122         (message-sendmail-envelope-from, message-minibuffer-local-map)
18123         (message-user-fqdn, message-completion-alist): Add :version.
18124
18125         * gnus-win.el (gnus-configure-windows-hook)
18126         (gnus-use-frames-on-any-display): Add :version.
18127
18128         * gnus-art.el (gnus-article-address-banner-alist)
18129         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18130         (gnus-treat-from-picon, gnus-treat-mail-picon)
18131         (gnus-treat-x-pgp-sig): Add :version.
18132
18133         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18134         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18135         (gnus-summary-article-delete-hook)
18136         (gnus-summary-display-while-building): Add :version.
18137
18138         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18139         (gnus-get-top-new-news-hook): Add :version.
18140
18141         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18142         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18143
18144         * gnus-registry.el (gnus-registry): Add :version.
18145
18146         * gnus-spec.el (gnus-use-correct-string-widths)
18147         (gnus-make-format-preserve-properties): Add :version.
18148
18149         * gnus.el (gnus-group-charter-alist)
18150         (gnus-group-fetch-control-use-browse-url)
18151         (gnus-install-group-spam-parameters): Add :version.
18152
18153         * gnus-diary.el (gnus-diary): Add :version.
18154
18155         * gnus-delay.el (gnus-delay): Add :version.
18156
18157         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18158         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18159         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18160         Add :version.
18161
18162         * gnus-agent.el (gnus-agent-max-fetch-size)
18163         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18164         (gnus-agent-prompt-send-queue): Add :version.
18165
18166         * deuglify.el (gnus-outlook-deuglify): Add :version.
18167
18168         * html2text.el: Beautify code.  Improve doc strings.
18169         Some checkdoc cleanup.
18170         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18171
18172 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18173
18174         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18175
18176 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18177
18178         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18179         when package is loaded.
18180
18181         * spam.el (spam-summary-score-preferred-header): Add global preference
18182         for people who want to override the default SpamAssassin over
18183         Bogofilter preference (when both are set).
18184         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18185         (spam-user-format-function-S):
18186         Check spam-summary-score-preferred-header.
18187         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18188         (spam-user-format-function-S): Format the score correctly.
18189
18190 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18193         signature file.  Suggested by Manoj Srivastava
18194         <srivasta@golden-gryphon.com>.
18195
18196         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18197         iso-2022-jp even in the Japanese language environment.
18198         Suggested by Jason Rumney <jasonr@gnu.org>.
18199
18200 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18203         use the same characters as the dummy marks; make it free from
18204         getting affected by the language environment.
18205         (gnus-summary-read-group-1): Update mark positions only when the
18206         format spec is updated.
18207
18208         * gnus-spec.el (gnus-update-format-specifications): Return a list
18209         of updated types.
18210
18211 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18214         of boundp to check if display-warning is available.
18215
18216 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18217
18218         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18219
18220 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * nnspool.el (nnspool-spool-directory): Use news-path if the
18223         news-directory variable is not bound.
18224
18225         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18226         function instead of display-warning if it is not available.
18227
18228 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18229
18230         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18231         v5-10: Use `point-at-bol'.
18232
18233 2004-10-26  Simon Josefsson  <jas@extundo.com>
18234
18235         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18236         <chenggao@gmail.com>.
18237
18238 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18239
18240         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18241         instead.
18242
18243 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18244
18245         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18246         to remove a server from the nnimap-server-buffer-alist.
18247         (nnimap-open-connection, nnimap-close-server): Use it.
18248
18249         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18250
18251 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18254         running the major-mode function.
18255
18256 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18259         dummy marks in the right way.
18260
18261 2004-10-18  David Edmondson  <dme@dme.org>
18262
18263         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18264         excessively.
18265
18266 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18267
18268         * gnus-util.el (gnus-split-references): Accept a nil references
18269         string and go on blissfully.
18270
18271         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18272         cases where the references string is non-nil but has no references.
18273
18274         * encrypt.el: Add autoload tags.
18275
18276         * spam.el (spam-resolve-registrations-routine): Remove article
18277         from unregistration list too.  Reported by David Hanak
18278         <dhanak@isis.vanderbilt.edu>
18279
18280 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18283         nil.  Change custom type.
18284
18285 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18286
18287         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18288
18289         * gnus-sum.el (gnus-summary-move-article): Use it.
18290
18291 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18292
18293         * encrypt.el: Add autoload cookies.
18294
18295         * spam.el (spam-backend-article-list-property)
18296         (spam-backend-get-article-todo-list)
18297         (spam-backend-put-article-todo-list)
18298         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18299         Resolve registrations separately.
18300         (spam-register-routine): Format comments.
18301         (spam-unregister-routine, spam-register-routine): Always call with
18302         specific-articles, no default list.
18303         (spam-summary-prepare-exit): Use the spam-classifications function.
18304
18305         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18306         gnus-encrypt.el.
18307
18308         * encrypt.el: Copied from gnus-encrypt.el.
18309
18310         * gnus-encrypt.el: Commented that it's obsolete.
18311
18312 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18313
18314         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18315         (gnus-score-save): Use it.
18316
18317         * message.el (message-bury): Use `window-dedicated-p'.
18318
18319 2004-10-15  Simon Josefsson  <jas@extundo.com>
18320
18321         * pop3.el (top-level): Don't require nnheader.
18322         (pop3-read-timeout): Add.
18323         (pop3-accept-process-output): Add.
18324         (pop3-read-response, pop3-retr): Use it.
18325
18326 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18327
18328         * spam.el (spam-register-routine): Move comment.
18329         (spam-verify-bogofilter): Use 'unknown for the initial
18330         spam-bogofilter-valid state, not 'never.
18331
18332         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18333         for netrc-machine.
18334
18335         * nnimap.el (nnimap-open-connection):
18336         Use netrc-machine-user-or-password.
18337
18338 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18339
18340         * gnus-registry.el (gnus-registry-unload-hook):
18341         Set as a variable with add-hook.
18342
18343         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18344         of news-path.
18345
18346         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18347
18348         * spam.el: Delete duplicate `provide'.
18349         (spam-unload-hook): Set as a variable with add-hook.
18350
18351 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18352
18353         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18354         in the doc string.
18355
18356         * message.el (message-ignored-news-headers)
18357         (message-ignored-supersedes-headers)
18358         (message-ignored-resent-headers)
18359         (message-forward-ignored-headers): Improve custom type.
18360
18361 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * message.el (message-tokenize-header): Fix 2004-09-06 change
18364         which used point-min in the wrong place.
18365
18366 2004-10-12  Simon Josefsson  <jas@extundo.com>
18367
18368         * tls.el (tls-certtool-program): New variable.
18369         (tls-certificate-information): New function, based on
18370         ssl-certificate-information.
18371
18372 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * compface.el: Move the version of ELisp-based uncompface program
18375         to the contrib directory because of the copyright problem.
18376
18377 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * message.el (message-kill-buffer): Raise the current frame.
18380
18381 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18382
18383         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18384
18385         * gnus.el (message-y-or-n-p): Autoload.
18386
18387         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18388         (pop3-password-required, pop3-authentication-scheme)
18389         (pop3-leave-mail-on-server): Make customizable.
18390         (pop3): New custom group.
18391         (pop3-retr): Remove `sleep-for' statements.
18392         Suggested by Dave Love <fx@gnu.org>.
18393
18394         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18395         Windows/DOS.
18396
18397         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18398         (imap-parse-body): Fix incorrect use of `assert'.
18399         Suggested by Dave Love <fx@gnu.org>.
18400
18401         * mml.el (mml-minibuffer-read-disposition): Require match.
18402         Suggested by Dave Love <fx@gnu.org>.
18403
18404 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18405
18406         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18407         doc string.
18408
18409 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18410
18411         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18412
18413 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18414
18415         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18416         instead of calling `mm-insert-inline', to decode text/* parts
18417         before displaying them.
18418
18419 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * mm-uu.el (mm-uu-text-plain-type): New variable.
18422         (mm-uu-pgp-signed-extract-1): Use it.
18423         (mm-uu-pgp-encrypted-extract-1): Use it.
18424         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18425         bind mm-uu-text-plain-type with that value.
18426         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18427         mm-uu-dissect.
18428
18429 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18430
18431         * gnus-group.el (gnus-update-group-mark-positions):
18432         * gnus-sum.el (gnus-update-summary-mark-positions):
18433         * message.el (message-check-news-body-syntax):
18434         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18435         of string-as-multibyte.
18436
18437 2004-10-05  Juri Linkov  <juri@jurta.org>
18438
18439         * gnus-group.el (gnus-update-group-mark-positions):
18440         * gnus-sum.el (gnus-update-summary-mark-positions):
18441         * message.el (message-check-news-body-syntax):
18442         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18443         8-bit unibyte values to a multibyte string for search functions.
18444
18445 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18446
18447         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18448         (mm-uu-dissect-text-parts): New function.
18449
18450         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18451         dissect text parts.
18452
18453         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18454         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18455
18456         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18457
18458         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18459         Use gnus-current-topics instead of gnus-current-topic.
18460
18461 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18462
18463         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18464
18465 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18466
18467         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18468         where approriate.
18469
18470         * nnml.el (nnml-generate-active-info): do.
18471
18472         * nndiary.el (nndiary-generate-active-info): do.
18473
18474         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18475         (gnus-topic-move): do.
18476
18477         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18478         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18479
18480         * gnus-srvr.el (gnus-server-prepare)
18481         (gnus-server-open-all-servers): do.
18482
18483         * gnus-msg.el (gnus-summary-cancel-article)
18484         (gnus-summary-resend-message)
18485         (gnus-summary-mail-crosspost-complaint): do.
18486
18487         * gnus-move.el (gnus-change-server): do.
18488
18489         * gnus-group.el (gnus-group-unmark-all-groups)
18490         (gnus-group-set-current-level): do.
18491
18492 2004-10-04  Simon Josefsson  <jas@extundo.com>
18493
18494         * message.el (message-generate-hashcash): Doc fix.
18495
18496 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18497
18498         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18499         avoid infinite recursion via gnus-get-function.
18500
18501 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18502
18503         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18504
18505         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18506
18507         * nnmail.el (nnmail-split-history): do.
18508
18509         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18510         (nnml-request-delete-group): do.
18511
18512         * nnslashdot.el (nnslashdot-read-groups): do.
18513
18514         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18515         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18516
18517         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18518         (nnspool-sift-nov-with-sed): Use last.
18519         (nnspool-retrieve-headers-with-nov): Use mapc.
18520         (nnspool-request-newgroups): Use dolist.
18521         (nnspool-request-group): Use last.
18522
18523         * nntp.el (nntp-read-server-type): Use dolist.
18524
18525         * nnvirtual.el (nnvirtual-create-mapping)
18526         (nnvirtual-update-read-and-marked): Use dolist.
18527         (nnvirtual-convert-headers): Simplify.
18528
18529 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18530
18531         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18532         Add support for sync'ing tick marks.
18533
18534 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18537         there's no visible header.
18538
18539 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18540
18541         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18542         When necessary, pass full group name to gnus-request-set-marks.
18543
18544 2004-10-01  Simon Josefsson  <jas@extundo.com>
18545
18546         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18547         acroread.
18548
18549 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18550
18551         * spam-report.el (spam-report-gmane): Fix interactive.
18552
18553         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18554
18555         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18556         when writing file.
18557         (gnus-agent-synchronize-flags): Don't default to being
18558         interactive.
18559
18560 2004-09-30  Simon Josefsson  <jas@extundo.com>
18561
18562         * message.el (message-generate-hashcash): Add.
18563         (message-send-mail): Use it, call mail-add-payment.
18564
18565 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18566
18567         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18568
18569 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18570
18571         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18572         gnus-requst-update-info with explicit code to sync the in-memory
18573         info read flags with the marks being sync'd to the backend.
18574
18575         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18576
18577 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18578
18579         * spam.el (spam-verify-bogofilter): Add new function.
18580         (spam-check-bogofilter)
18581         (spam-bogofilter-register-with-bogofilter): Use it.
18582         (spam-verify-bogofilter): Add small fixes.
18583
18584 2004-09-28  Simon Josefsson  <jas@extundo.com>
18585
18586         * hashcash.el (hashcash-generate-payment): Revert.
18587
18588 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18589
18590         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18591         Use gnus-extract-references instead of gnus-split-references.
18592
18593         * gnus-util.el (gnus-extract-references): Add new function, analogous
18594         to gnus-split-references but extracts only the message-ID without
18595         anything extra.
18596
18597         * hashcash.el (hashcash-generate-payment)
18598         (hashcash-check-payment): Do the right thing if hashcash-path is
18599         nil (because the hashcash program could not be found).
18600
18601         * spam.el (spam-use-hashcash): Remove comment.
18602
18603 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18604
18605         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18606         (gnus-cache-enter-article, gnus-cache-remove-article)
18607         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18608
18609         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18610
18611         * gnus-art.el (article-hide-boring-headers)
18612         (article-translate-strings, article-display-face)
18613         (gnus-article-mime-match-handle-first)
18614         (gnus-article-highlight-headers)
18615         (gnus-article-add-buttons-to-head): do.
18616
18617 2004-09-27  Simon Josefsson  <jas@extundo.com>
18618
18619         * hashcash.el: New version, from
18620         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18621         ../contrib/.
18622
18623 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18624
18625         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18626
18627 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18628
18629         * gnus-dup.el (gnus-dup-open): Use mapc.
18630         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18631
18632         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18633         Reported by Stefan Wiens <s.wi@gmx.net>.
18634
18635         * gnus.el (gnus-shutdown): Use dolist.
18636
18637         * gnus-undo.el (gnus-undo): Use mapc.
18638
18639         * nnrss.el (nnrss-generate-active): do.
18640
18641         * message.el (message-cite-original-without-signature)
18642         (message-cite-original): Use mapc.
18643         (message-do-actions, message-make-forward-subject): Use dolist.
18644
18645 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18646
18647         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18648         deletion to remove entire duplicate line.  Fixes merged article
18649         number bug.
18650
18651 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18652
18653         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18654         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18655         first ask if you want to open a server and then, even when you
18656         responded with no, asking if you want to synchronize the server's
18657         flags.
18658         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18659         multi-line expressions.
18660         (gnus-agent-synchronize-group-flags): New internal function.
18661         Updates marks in memory (in the info structure) AND in the
18662         backend.
18663
18664         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18665
18666         * nnagent.el (nnagent-request-set-mark):
18667         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18668         method, to ensure that synchronization updates marks in the
18669         backend and in the info (in memory) structure.
18670
18671 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18674         convention fully; don't miss the root article of a thread; make
18675         the X-Draft-From header with correct article numbers.
18676
18677 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18678
18679         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18680         unless plugged.  Disable the agent so that an open failure causes
18681         an error.
18682
18683         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18684         Revert 2004-09-21 change.  The backend must be opened while
18685         synchronizing flags even when the backend stores the flags
18686         locally.
18687
18688 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18689
18690         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18691         in `header' match.  Reported by Svend Tollak Munkejord.
18692
18693         * message.el (message-cite-original): Fix use of
18694         `message-cite-articles-with-x-no-archive'.
18695
18696 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18697
18698         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18699         (gnus-window-to-buffer): Ditto.
18700
18701         * mml.el (mml-preview-buffer): New variable.
18702         (mml-preview): Manage window layout with gnus-buffer-configuration.
18703
18704         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18705         X-Draft-From header even if those articles aren't quoted.
18706
18707 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18708
18709         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18710         (gnus-request-set-mark, gnus-request-update-mark): Use new
18711         g-s-t-u-l-m to decide to use backend even when unplugged.
18712
18713 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18716         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18717
18718 2004-09-20  Simon Josefsson  <jas@extundo.com>
18719
18720         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18721         "utf-16-le".
18722
18723 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18724
18725         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18726
18727 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18728
18729         * uudecode.el (uudecode-use-external): Add :version.
18730
18731         * smime.el (smime-CA-file, smime-encrypt-cipher)
18732         (smime-dns-server): Add :version.
18733
18734         * smiley.el (gnus-smiley-file-types): Add :version.
18735
18736         * sha1.el (sha1-use-external): Add :version.
18737
18738         * pgg-def.el (pgg-query-keyserver): Add :version.
18739
18740         * nnmail.el (nnmail-fancy-expiry-targets)
18741         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18742         Add :version.
18743
18744         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18745         (nnimap-retrieve-groups-asynchronous): Add :version.
18746         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18747
18748         * mml.el (mml-content-disposition-parameters)
18749         (mml-insert-mime-headers-always): Add :version.
18750
18751         * mm-util.el (mm-coding-system-priorities): Add :version.
18752
18753         * mm-decode.el (mm-inline-text-html-with-images)
18754         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18755         (mm-verify-option): Add :version.
18756         (mm-text-html-renderer): Change :version.
18757
18758         * message.el (message-fcc-externalize-attachments)
18759         (message-required-headers, message-draft-headers)
18760         (message-subject-trailing-was-query)
18761         (message-subject-trailing-was-ask-regexp)
18762         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18763         (message-mark-insert-end, message-archive-header)
18764         (message-archive-note, message-cross-post-default)
18765         (message-cross-post-note, message-followup-to-note)
18766         (message-cross-post-note-function, message-use-mail-followup-to)
18767         (message-subscribed-address-functions)
18768         (message-subscribed-address-file, message-subscribed-addresses)
18769         (message-subscribed-regexps, message-allow-no-recipients)
18770         (message-yank-cited-prefix, message-signature-insert-empty-line)
18771         (message-hidden-headers, message-hierarchical-addresses)
18772         (message-mail-user-agent, message-use-idna)
18773         (message-valid-fqdn-regexp)
18774         (message-strip-special-text-properties, message-header-synonyms)
18775         (message-beginning-of-line, message-tab-body-function): Add :version.
18776         (message-insert-canlock, message-wide-reply-confirm-recipients):
18777         Change :version.
18778
18779         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18780         and :version.
18781         (mail-source-delete-old-incoming-confirm)
18782         (mail-source-movemail-program): Add :version.
18783
18784         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18785         (gnus-agent-cache, gnus-agent): Change :version.
18786
18787         * gnus-util.el (gnus-use-byte-compile): Change :version.
18788
18789         * gnus-sum.el (gnus-summary-make-false-root-always)
18790         (gnus-summary-default-high-score)
18791         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18792         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18793         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18794         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18795         (gnus-sum-thread-tree-single-indent)
18796         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18797         (gnus-sum-thread-tree-leaf-with-other)
18798         (gnus-sum-thread-tree-single-leaf): Add :version.
18799         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18800         (gnus-article-loose-mime): Change :version.
18801
18802         * gnus-start.el (gnus-backup-startup-file)
18803         (gnus-save-startup-file-via-temp-buffer): Add :version.
18804
18805         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18806         (gnus-server-offline-face): Add :version.
18807
18808         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18809
18810         * gnus-msg.el (gnus-gcc-externalize-attachments)
18811         (gnus-debug-files, gnus-debug-exclude-variables)
18812         (gnus-discouraged-post-methods): Change :version.
18813         (gnus-confirm-mail-reply-to-news)
18814         (gnus-confirm-treat-mail-like-news): Add :version.
18815
18816         * gnus-int.el (gnus-server-unopen-status): Add :version.
18817
18818         * gnus-group.el (gnus-group-jump-to-group-prompt)
18819         (gnus-large-ephemeral-newsgroup)
18820         (gnus-fetch-old-ephemeral-headers): Add :version.
18821
18822         * gnus-fun.el (gnus-x-face-directory)
18823         (gnus-convert-pbm-to-x-face-command)
18824         (gnus-convert-image-to-x-face-command)
18825         (gnus-convert-image-to-face-command): Add :version.
18826
18827         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18828
18829         * gnus-cite.el (gnus-cite-blank-line-after-header)
18830         (gnus-article-boring-faces): Add :version.
18831
18832         * gnus-art.el (gnus-buttonized-mime-types)
18833         (gnus-inhibit-mime-unbuttonizing)
18834         (gnus-treat-display-face)
18835         (gnus-treat-body-boundary): Change :version.
18836         (gnus-body-boundary-delimiter, gnus-picon-databases)
18837         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18838         (gnus-treat-date-english, gnus-treat-fold-headers)
18839         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18840         (gnus-treat-mail-picon, gnus-treat-wash-html)
18841         (gnus-article-encrypt-protocol)
18842         (gnus-use-idna, gnus-article-over-scroll)
18843         (gnus-mime-display-multipart-alternative-as-mixed)
18844         (gnus-mime-display-multipart-related-as-mixed)
18845         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18846         (gnus-ctan-url, gnus-button-ctan-handler)
18847         (gnus-button-handle-ctan-bogus-regexp)
18848         (gnus-button-ctan-directory-regexp)
18849         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18850         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18851         (gnus-button-man-level, gnus-button-emacs-level)
18852         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18853
18854         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18855         (gnus-agent-go-online): Change :version.
18856         (gnus-agent-expire-unagentized-dirs)
18857         (gnus-agent-auto-agentize-methods): Add :version.
18858
18859         * flow-fill.el (fill-flowed-display-column)
18860         (fill-flowed-encode-column): Add :version.
18861
18862         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18863         (gnus-outlook-deuglify-unwrap-max)
18864         (gnus-outlook-deuglify-cite-marks)
18865         (gnus-outlook-deuglify-unwrap-stop-chars)
18866         (gnus-outlook-deuglify-no-wrap-chars)
18867         (gnus-outlook-deuglify-attrib-cut-regexp)
18868         (gnus-outlook-deuglify-attrib-verb-regexp)
18869         (gnus-outlook-deuglify-attrib-end-regexp)
18870         (gnus-outlook-display-hook): Add :version.
18871
18872         * binhex.el (binhex-use-external): Add :version.
18873
18874 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18875
18876         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18877         and `invisible'.
18878
18879 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18880
18881         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18882         in gnus-registry-trim.
18883
18884 2004-09-13  Simon Josefsson  <jas@extundo.com>
18885
18886         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18887
18888         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18889
18890         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18891         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18892         <yamaoka@jpl.org>.
18893         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18894         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18895         <yamaoka@jpl.org>.
18896
18897         * sieve.el (sieve-manage-mode): Ditto.
18898
18899 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18900
18901         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18902
18903 2004-09-11  Simon Josefsson  <jas@extundo.com>
18904
18905         * dns-mode.el: Add.
18906
18907         * mm-view.el (mm-display-dns-inline): Add.
18908
18909         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18910         (mm-automatic-display): Ditto.
18911
18912         * mailcap.el (mailcap-mime-data): Add text/dns.
18913         (mailcap-mime-extensions): Map .soa to text/dns.
18914
18915 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18916
18917         * gnus-art.el (article-decode-mime-words, article-babel)
18918         (gnus-article-highlight-signature, gnus-article-add-buttons)
18919         (gnus-signature-toggle): Remove unnecessary bindings of
18920         `inhibit-read-only' inherited from v5.10 merge.
18921
18922 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18923
18924         * nntp.el (nntp): New customization group.
18925         (nntp-authinfo-file): Add customization group.
18926
18927         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18928
18929         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18930
18931         * gnus.el (to-address, to-list, subscribed)
18932         (large-newsgroup-initial): Ditto.
18933
18934         * flow-fill.el (fill-flowed-display-column)
18935         (fill-flowed-encode-column): Ditto.
18936
18937 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18938
18939         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18940         Use point-min rather than 1.
18941         (message-send-mail): Use buffer-size rather than point-max.
18942
18943         * gnus-sum.el (gnus-summary-search-article-forward):
18944         Signal a specific `search-failed' rather than a generic `error'.
18945
18946         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18947         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18948         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18949
18950 2004-09-10  Simon Josefsson  <jas@extundo.com>
18951
18952         * nndb.el (require): Remove tcp and duplicate cl.
18953
18954 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * gnus-agent.el (directory-files-and-attributes): Move forward.
18957
18958 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18959
18960         * gnus-agent.el (directory-files-and-attributes):
18961         Optionally defined to support XEmacs.
18962
18963 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18964
18965         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18966         to avoid run-time CL dependencies.
18967         (gnus-agent-unfetch-articles): New function.
18968         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18969         article numbers even when local .overview file is missing.
18970         (gnus-agent-read-article-number): New function.  Only accepts
18971         27-bit article numbers.
18972         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18973         Use gnus-agent-read-article-number.
18974         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18975         from backend while recognizing that article numbers in .overview
18976         must be valid.
18977         (gnus-agent-update-files-total-fetched-for):
18978         Use directory-files-and-attributes to improve performance.
18979         * gnus-int.el (gnus-request-move-article):
18980         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18981         improve performance.
18982
18983         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18984         some users confused by references to .newsrc when they only have a
18985         .newsrc.eld file.
18986         (gnus-convert-mark-converter-prompt)
18987         (gnus-convert-converter-needs-prompt): Fix use of property list.
18988         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18989         New function.  Used internally to only display 'gnus converting
18990         files' message when actually necessary.
18991
18992         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18993         methods now autoloaded.
18994
18995 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18998         identifiers.
18999
19000 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19001
19002         * gnus-picon.el: Fix indentation and closing parenthesis.
19003
19004 2004-09-01  Simon Josefsson  <jas@extundo.com>
19005
19006         * message.el (message-canlock-generate): Require sha1, not
19007         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19008         to require within a function.  Sadly, if sha1.el isn't loaded, the
19009         let binding in m-c-g will hide the defcustom definition, which is
19010         bad.)
19011
19012         * canlock.el: Require sha1, not sha1-el.
19013
19014         * message.el: Don't autoload sha1 (there is a autoload cookie in
19015         sha1.el).
19016
19017         * sha1-el.el: Rename to sha1.el.
19018
19019 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19020
19021         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19022
19023 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19024
19025         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19026
19027 2004-08-30  Kim F. Storm  <storm@cua.dk>
19028
19029         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19030
19031         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19032         Add :group 'nnimap.
19033
19034 2004-08-30  Andreas Schwab  <schwab@suse.de>
19035
19036         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19037         ?* and ?\;.
19038
19039         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19040         and ?\' to symbol instead of whitespace.
19041
19042 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19043
19044         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19045
19046         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19047         instead of re-search-forward.
19048
19049         * gnus-uu.el (gnus-uu-save-article): Ditto.
19050         (gnus-uu-post-encode-uuencode): Ditto.
19051
19052         * html2text.el (html2text-clean-list-items): Ditto.
19053         (html2text-clean-dtdd): Ditto.
19054         (html2text-format-tags): Ditto.
19055
19056         * message.el (message-send-mail-with-sendmail): Fix regexp.
19057         (message-fill-field-general): Use search-forward instead of
19058         re-search-forward.
19059         (unbold-region): Ditto.
19060
19061         * nnrss.el (nnrss-request-article): Ditto.
19062
19063         * nnslashdot.el (nnslashdot-request-article): Ditto.
19064
19065         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19066
19067         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19068         "Unrecognized menu descriptor" error in XEmacs.
19069
19070 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19071
19072         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19073         parent article of a sparse article in the thread hashtb.
19074
19075 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19076
19077         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19078         (nnmail-expand-newtext): Lowercase expanded entries if
19079         nnmail-split-lowercase-expanded is non-nil.
19080
19081 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19084
19085         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19086         of gnus-tmp-news-method into string under XEmacs.  It will be
19087         passed to gnus-correct-length which takes only a string argument.
19088
19089 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19090
19091         * gnus-util.el (gnus-bind-print-variables): New macro.
19092         (gnus-prin1): Use it.
19093         (gnus-prin1-to-string): Use it.
19094         (gnus-pp): New function.
19095         (gnus-pp-to-string): New function.
19096
19097         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19098         Replace pp-to-string with gnus-pp-to-string.
19099         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19100         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19101         * gnus-msg.el (gnus-debug): Ditto.
19102         * gnus-score.el (gnus-score-save): Ditto.
19103         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19104         gnus-pp-to-string.
19105         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19106         with gnus-pp.
19107         * score-mode.el (gnus-score-pretty-print): Ditto.
19108         * webmail.el (webmail-debug): Ditto.
19109
19110 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * gnus-art.el (article-display-face, article-display-x-face):
19113         Use buffer-read-only.
19114
19115 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * gnus-art.el (article-hide-list-identifiers):
19118         Bind inhibit-read-only as t.
19119
19120 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19121
19122         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19123
19124 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19125
19126         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19127         (gnus-narrow-to-page): Don't assume point-min == 1.
19128         (gnus-article-edit-mode): Derive from message-mode.
19129
19130         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19131         point-min == 1.
19132
19133         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19134         Disable incorrect use of `assert'.
19135
19136         * message.el (message-mode): Set comment-start-skip.
19137
19138
19139 2004-08-22  Sam Steingold  <sds@gnu.org>
19140
19141         * pop3.el (pop3-leave-mail-on-server): New user variable.
19142         (pop3-movemail): Delete mail only when it is nil.
19143
19144 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19145
19146         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19147
19148         * mml.el (mml-preview): Use `pop-to-buffer'.
19149
19150         * message.el (message-goto-mail-followup-to): Insert after "To".
19151         (message-carefully-insert-headers): Add comment.
19152
19153         * gnus.el: Remove unused variable `gnus-article-check-size'.
19154
19155         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19156
19157         * gnus-art.el (gnus-button-alist):
19158         Improve `gnus-button-handle-library' entry.
19159
19160 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19161
19162         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19163         Use downcase, since XEmacs capitalizes error messages differently.
19164
19165 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19166
19167         * nntp.el: Add (require 'gnus) due to reference to
19168         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19169
19170 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19171
19172         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19173         Bind `mm-fill-flowed'.
19174
19175         * mm-decode.el (mm-dissect-singlepart): Check it.
19176
19177 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19178
19179         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19180         'imap' for netrc parsing.
19181
19182 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19183
19184         * mailcap.el (mailcap-mime-data): Mark as risky.
19185
19186 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19189         may be included in the encoded word.
19190         (rfc2047-encode): Don't append a space if the encoded word
19191         includes close parenthesis.
19192
19193 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19196         of text within parentheses.
19197
19198 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19199
19200         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19201         (gnus-encrypt-write-file-contents): Make the password key the file
19202         name PLUS the cipher, not just the cipher.  Also remove failed
19203         passwords from the cache.
19204
19205 2004-08-06  Simon Josefsson  <jas@extundo.com>
19206
19207         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19208         Doc fix.
19209
19210 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19211
19212         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19213         LWSP.
19214
19215 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19216
19217         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19218         Try to append in-reply-to: data to the references: header.
19219
19220         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19221         (netrc-parse): Use gnus-encrypt.el functions.
19222
19223         * gnus-encrypt.el: Add new file for encryption support; currently
19224         does only a few GPG ciphers and an internal XOR cipher.
19225
19226         * password.el: Add comments on using password-read-and-add.
19227         (password-read-and-add): Add function to read and add the
19228         password to the cache at once.
19229
19230 2004-07-28  Simon Josefsson  <jas@extundo.com>
19231
19232         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19233         parameter (but don't use it, for now).
19234
19235         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19236         instead of hard coding to nil.
19237
19238 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19241         as mm-inline-image-xemacs does.
19242
19243 2004-07-26  Simon Josefsson  <jas@extundo.com>
19244
19245         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19246         Revert part of 2004-07-17 change below.
19247
19248 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19249
19250         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19251         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19252
19253 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19254
19255         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19256         quotes that actually start with ">" at the beginning of the
19257         lines.
19258
19259 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * rfc2047.el (rfc2047-encode-region): Fix last change.
19262         (rfc2047-encode-parameter): Remove useless concat.
19263
19264 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19267         encode special characters; fix some kind of misconfigured headers;
19268         signal a real error if debug-on-quit or debug-on-error is non-nil.
19269         (rfc2047-encode-max-chars): New variable.
19270         (rfc2047-encode-1): Use it.
19271         (rfc2047-encode-parameter): New function.
19272
19273         * mml.el (mml-insert-parameter): Remove an excessive space.
19274
19275 2004-07-17  Simon Josefsson  <jas@extundo.com>
19276
19277         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19278         Kai Grossjohann <kai@emptydomain.de>.
19279         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19280         (gnus-group-make-menu-bar): Ditto.
19281
19282         * gnus-util.el (gnus-group-server): Add.
19283
19284 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19285
19286         * message.el (message-clone-locals): Clone sendmail and smtp
19287         variables.
19288
19289 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * rfc2047.el (rfc2047-encode-region): Fix last change.
19292
19293 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19294
19295         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19296         characters as non-special.
19297
19298 2004-07-09  Simon Josefsson  <jas@extundo.com>
19299
19300         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19301         Users will lose all flag changes made while unplugged with
19302         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19303         good default.  See numerous reports on ding mailing list.
19304
19305 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19308         add generate-head-function and generate-article-function to the
19309         rfc822-forward entry.
19310         (nndoc-rfc822-forward-generate-article): New function.
19311         (nndoc-rfc822-forward-generate-head): New function.
19312
19313         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19314
19315 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19316
19317         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19318         respect display group parameter and gnus-summary-expunge-below.
19319         (gnus-articles-to-read): Remove unused reference to display group
19320         parameter.
19321
19322 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19323
19324         * nnheader.el (nnheader-uniquify-message-id): New experimental
19325         variable.
19326         (nnheader-nov-read-message-id): Use it.
19327
19328         * spam-report.el (spam-report-gmane): Add interactive.
19329
19330 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19331
19332         * mm-encode.el (mm-content-transfer-encoding-defaults):
19333         Use qp-or-base64 for the application/* types.
19334
19335 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19336
19337         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19338
19339 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19340
19341         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19342         trim value.
19343
19344 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19345
19346         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19347         New macro and function.
19348         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19349
19350 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19351
19352         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19353         after-load-alist.
19354
19355 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19356
19357         * gnus-group.el (gnus-group-get-new-news-this-group):
19358         Don't update info that isn't there.
19359
19360 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19361
19362         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19363         entry.
19364
19365 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * mm-view.el (mm-inline-render-with-function): Use multibyte
19368         buffer; decode html source by charset.
19369
19370         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19371
19372         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19373         Mule-UCS is loaded under XEmacs.
19374         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19375
19376 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19377
19378         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19379
19380 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * mm-util.el (mm-coding-system-p): Return a coding-system.
19383         (mm-mime-mule-charset-alist): Use shift_jis instead of
19384         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19385         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19386         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19387         instead of japanese-shift-jis and iso-latin-1 respectively in
19388         order to share the default value with both Emacs and XEmacs-mule.
19389         (mm-mule-charset-to-mime-charset):
19390         Make mm-coding-system-priorities effective.
19391         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19392         while predicating of candidates upon the priorities.
19393
19394 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19395
19396         * gnus-sum.el (gnus-summary-make-menu-bar):
19397         Add gnus-uu-invert-processable.
19398
19399         * gnus.el: Autoload gnus-uu-invert-processable.
19400
19401 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * mm-util.el (mm-with-multibyte-buffer): New macro.
19404
19405         * rfc2047.el (rfc2047-encode-string): Use it.
19406         (rfc2047-encode-region): Move point to the end of the region after
19407         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19408
19409 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19410
19411         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19412         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19413
19414 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19415
19416         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19417         (gnus-cite-parse): Ignore quoted envelope From_.
19418         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19419
19420 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19421
19422         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19423         invalid addresses.
19424
19425 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19426
19427         * spam.el: Change section markers, revise TODO list.
19428         (spam-backends): Make new master list of all installed backends.
19429         (spam-summary-exit-behavior): Add new variable to determine how
19430         messages moves are done at summary exit.
19431         (spam-move-spam-nonspam-groups-only)
19432         (spam-process-ham-in-nonham-groups)
19433         (spam-process-ham-in-spam-groups): Remove variables, the
19434         spam-summary-exit-behavior variable should be used to manage this
19435         behavior.
19436         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19437         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19438         and spam-old-spam-articles.
19439         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19440         Add empty variables, placeholders for the backends they represent.
19441         (spam-set-difference): Move, unchanged.
19442         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19443         unless the user has a processor variable.
19444         (spam-classifications, spam-classification-valid-p)
19445         (spam-backend-properties, spam-backend-property-valid-p)
19446         (spam-backend-function-type-valid-p)
19447         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19448         (spam-report-articles-gmane, spam-report-articles-resend):
19449         Remove functions, they are not needed.
19450         (spam-install-backend-super, spam-backend-list)
19451         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19452         (spam-backend-function, spam-backend-ham-registration-function)
19453         (spam-backend-spam-registration-function)
19454         (spam-backend-ham-unregistration-function)
19455         (spam-backend-spam-unregistration-function)
19456         (spam-backend-statistical-p, spam-backend-mover-p)
19457         (spam-install-backend-alias, spam-install-checkonly-backend)
19458         (spam-install-mover-backend, spam-install-nocheck-backend)
19459         (spam-install-backend, spam-install-statistical-backend)
19460         (spam-install-statistical-checkonly-backend): Add backend installation
19461         support.
19462         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19463         (spam-group-processor-p): Use the new backend code and respect the
19464         summary exit behavior.
19465         (spam-mark-spam-as-expired-and-move-routine): Remove.
19466         (spam-summary-prepare): Change to use the new spam-old-articles
19467         variable.
19468         (spam-copy-or-move-routine, spam-copy-spam-routine)
19469         (spam-move-spam-routine, spam-copy-ham-routine)
19470         (spam-move-ham-routine): Add code to copy/move ham or spam.
19471         (spam-fetch-field-fast): Improve doc and code, plus allow the
19472         'number request.
19473         (spam-list-of-checks, spam-list-of-statistical-checks):
19474         Remove variables.
19475         (spam-split, spam-find-spam): Use the new backend code.
19476         (spam-registration-functions): Remove variable.
19477         (spam-unregister-routine): Add convenience wrapper.
19478         (spam-log-undo-registration, spam-register-routine)
19479         (spam-log-processing-to-registry)
19480         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19481         where possible.
19482         (spam-check-gmane-xref, spam-check-regex-headers)
19483         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19484         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19485         (spam-check-bogofilter-headers, spam-check-spamoracle)
19486         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19487         (spam-check-crm114-headers): Use the spam-split-group that
19488         spam-split prepares, no need to determine it every time.
19489
19490         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19491         to the nnheader-parse-naked-head call.
19492
19493         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19494
19495         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19496         the nnheader-nov-read-message-id call.
19497
19498 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19501         gnus-activate-group twice.  Suggested by Markus Peter
19502         <warp@spin.de>.
19503
19504 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19505
19506         * gnus-art.el (gnus-article-time-format): Exchange the order of
19507         day and month in the default value; fix customization type.
19508         (article-date-ut): Use add-text-properties.
19509         (article-make-date-line): Use message-make-date instead of
19510         current-time-string.
19511
19512         * message.el (message-fetch-field): Don't use set-text-properties.
19513         (message-make-date): Simplify.
19514
19515         * messagexmas.el (message-xmas-make-date): New function.
19516         (message-xmas-redefine): Defalias message-make-date to it.
19517
19518 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19519
19520         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19521         (rfc2047-encode-region): Treat text within parentheses as special;
19522         show the original text when error has occurred.
19523
19524         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19525         already-computed method to gnus-activate-group.
19526
19527         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19528         same select-methods identical Lisp objects.
19529
19530         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19531         object when modifying the info.
19532
19533 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19534
19535         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19536         gnus-opened-servers since it has never been opened with the new
19537         configuration yet.
19538
19539 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19542         arg to nnheader-generate-fake-message-id.
19543
19544 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19545
19546         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19547         number and build a fake message ID localized to a group and
19548         article number (so it's repeatable from that point on).
19549         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19550         ID format.
19551
19552         * gnus-sum.el (gnus-get-newsgroup-headers):
19553         Call nnheader-generate-fake-message-id with the article number.
19554
19555 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19556
19557         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19558         end-of-buffer.
19559
19560 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19561
19562         * message.el (message-ignored-supersedes-headers): Add Approved.
19563
19564 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19565
19566         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19567         goto-char.
19568         (rfc2047-encode): Fold the line before encoding.
19569
19570 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19571
19572         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19573         folding -- not all headers can be folded, and this should be done
19574         by the message composition mode.  Probably.  I think.
19575
19576 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19577
19578         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19579         fast.
19580
19581         * gnus-ems.el (gnus-remove-image): Don't use
19582         message-text-with-property; remove only the image found first.
19583
19584         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19585         found first.
19586
19587 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19588
19589         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19590
19591 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * message.el (message-text-with-property): Make it fast and accept
19594         optional arguments.
19595         (message-strip-forbidden-properties): Use it.
19596         (message-fix-before-sending): Follow the m-t-w-p change.
19597
19598         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19599
19600 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * gnus-art.el (article-hide-headers): Don't change the buffer
19603         mistakenly when performing mml-preview even if
19604         gnus-single-article-buffer is nil.
19605
19606 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19607
19608         * message.el (message-expand-name-databases): New user option.
19609         (message-expand-name): Use it.
19610
19611 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19612
19613         * spam.el (spam-report-articles-resend)
19614         (spam-report-resend-register-routine): Allow ham reporting.
19615         (spam-report-resend-register-ham-routine): Add wrapper.
19616         (spam-registration-functions): Add ham resending functions.
19617         (spam-list-of-processors): Add ham resend processor.
19618
19619         * gnus.el (ham-resend-to): Add new group parameter.
19620         (spam-process): Add ham resend option.
19621
19622         * spam-report.el (spam-report-resend): Allow reporting ham.
19623         (spam-report-resend-ham): Add wrapper.
19624
19625 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19626
19627         * message.el (message-cite-articles-with-x-no-archive):
19628         New variable.
19629         (message-cite-original): Use it.
19630
19631 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19632
19633         * message.el (message-cite-original): Respect X-No-Archive.
19634
19635 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19636
19637         * gnus-art.el (article-hide-headers): Refer to the values for
19638         gnus-ignored-headers and gnus-visible-headers in the summary
19639         buffer since a user may have set them as group parameters.
19640
19641 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19642
19643         * assistant.el (assistant-node-name): Add convenience function.
19644         (assistant-render-text, assistant-render-node): Add error handling,
19645         plus handle multiple next nodes.
19646         (assistant-find-next-node): Comment out for now.
19647         (assistant-find-next-nodes): Add function, returns list of next
19648         nodes.
19649
19650 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19651
19652         * mail-source.el (mail-source-directory): Fix doc-string.
19653
19654 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19655
19656         * assistant.el (assistant-render-text, assistant-eval): Add :set
19657         widget type, which is different because it takes and returns a
19658         list.  Much hilarity ensues.
19659
19660 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19661
19662         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19663
19664         * gnus-group.el (gnus-group-get-new-news-this-group):
19665         Add doc-string.
19666
19667         * gnus-start.el (gnus-activate-group): Add doc-string.
19668
19669 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19672
19673 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19674
19675         * assistant.el (assistant-render-text): Try to add a :set
19676         widget, more to come.
19677
19678         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19679         strings.
19680         (spam-report-articles-resend)
19681         (spam-register-routine): Do registration iff any articles warrant
19682         it.
19683         (spam-summary-prepare-exit): Change log message for nil group
19684         destinations.
19685
19686 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19687
19688         * spam.el (spam-report-resend-register-routine):
19689         Allow spam-report-resend-to to be a group parameter or a global value.
19690
19691 2004-05-26  Simon Josefsson  <jas@extundo.com>
19692
19693         * starttls.el: Merge with my GNUTLS based starttls.el.
19694         (starttls-gnutls-program, starttls-use-gnutls)
19695         (starttls-extra-arguments, starttls-process-connection-type)
19696         (starttls-connect, starttls-failure, starttls-success):
19697         New variables.
19698         (starttls-program, starttls-extra-args): Doc fix.
19699         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19700         New functions.
19701         (starttls-negotiate, starttls-open-stream):
19702         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19703         function if it is set.
19704
19705 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19708         structured fields.
19709
19710 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19711
19712         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19713
19714 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19715
19716         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19717         Add variable.
19718         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19719         assigning the spam-mark to new messages.
19720
19721 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19722
19723         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19724
19725 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19726
19727         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19728
19729         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19730         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19731         default.
19732
19733 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19734
19735         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19736         correct data.
19737
19738 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19739
19740         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19741         (spam-group-processor-p): Fix function.
19742         (spam-group-processor-multiple-p)
19743         (spam-group-spam-processor-report-gmane-p)
19744         (spam-group-spam-processor-report-resend-p)
19745         (spam-group-spam-processor-bogofilter-p)
19746         (spam-group-spam-processor-blacklist-p)
19747         (spam-group-spam-processor-ifile-p)
19748         (spam-group-ham-processor-ifile-p)
19749         (spam-group-spam-processor-spamoracle-p)
19750         (spam-group-spam-processor-crm114-p)
19751         (spam-group-ham-processor-bogofilter-p)
19752         (spam-group-spam-processor-stat-p)
19753         (spam-group-ham-processor-stat-p)
19754         (spam-group-ham-processor-whitelist-p)
19755         (spam-group-ham-processor-BBDB-p)
19756         (spam-group-ham-processor-spamoracle-p)
19757         (spam-group-ham-processor-copy-p): Remove functions with some
19758         prejudice against unneeded code.
19759         (spam-report-articles-resend)
19760         (spam-report-resend-register-routine): Allow the group/topic
19761         spam-resend-to value to override spam-report-resend-to.
19762         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19763         properly now.
19764
19765         * gnus.el (spam-resend-to): Add group/topic parameter.
19766         (spam-process): Move the OBSOLETE processors to the end of the
19767         choices.
19768
19769 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19770
19771         * spam-report.el (spam-report-resend-to, spam-report-resend):
19772         Start with resend-to set to nil, and then ask the user if necessary.
19773         (spam-report-resend): spam-report-resend takes a list of articles, not
19774         separate article numbers.
19775
19776 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19777
19778         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19779         addition to emacs-w3m.
19780
19781 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19782
19783         * assistant.el (assistant-authinfo-data): New function.
19784         (assistant-eval): Eval for entire assistant.
19785
19786         * netrc.el (netrc-services-file): New variable.
19787         (netrc-parse-services): New function.
19788         (netrc-find-service-name): New function.
19789         (netrc-find-service-number): New function.
19790         (netrc-port-equal): New function.
19791         (netrc-machine): Use it.
19792
19793         * nnimap.el (nnimap-open-connection): Use netrc.
19794
19795         * gnus-util.el (gnus-netrc-get): Remove aliases.
19796
19797         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19798
19799         * assistant.el (wid-edit): Fix compilation.
19800
19801         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19802
19803 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19804
19805         * gnus-util.el (gnus-set-file-modes): New function.  (small
19806         patch).
19807
19808 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19809
19810         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19811
19812         * assistant.el (assistant-render-node): Fix up rendering and
19813         read-only text.
19814         (assistant-render-node): Reset.
19815         (assistant-make-read-only): Not sticky.
19816
19817 2004-05-20  Danny Siu  <dsiu@adobe.com>
19818
19819         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19820         centered even when gnus-auto-center-summary is t.
19821
19822 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19823
19824         * dns.el (dns-get-txt-answer): New function.
19825         (dns-read-txt): Ditto.
19826         (query-dns): Use it.
19827
19828 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19829
19830         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19831         active for foreign groups even if the group level is higher than
19832         the specified value.
19833
19834 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19835
19836         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19837         non-active groups.
19838
19839         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19840
19841 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19842
19843         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19844
19845 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19846
19847         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19848         (spam-crm114-header, spam-crm114-spam-switch)
19849         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19850         (spam-crm114-positive-spam-header)
19851         (spam-crm114-database-directory, spam-list-of-processors)
19852         (spam-group-spam-processor-crm114-p)
19853         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19854         (spam-generic-score, spam-list-of-checks)
19855         (spam-list-of-statistical-checks, spam-registration-functions)
19856         (spam-check-crm114-headers, spam-crm114-score)
19857         (spam-check-crm114, spam-crm114-register-with-crm114)
19858         (spam-crm114-register-spam-routine)
19859         (spam-crm114-unregister-spam-routine)
19860         (spam-crm114-register-ham-routine)
19861         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19862         From asjo@koldfront.dk (Adam Sjøgren).
19863
19864         * gnus.el: Add spam-use-crm114.
19865
19866         * spam.el (spam-list-of-processors, spam-registration-functions):
19867         Add spam-use-resend.
19868         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19869         (spam-report-articles-gmane): Add doc fix.
19870         (spam-report-articles-resend, spam-report-resend-register-routine):
19871         Add wrappers around spam-report-resend-to.
19872
19873         * spam-report.el (spam-report-resend-to, spam-report-resend):
19874         Add support for resending spam.
19875         (spam-report-gmane): Fix line length >80.
19876
19877         * gnus.el (spam-process): Add spam-use-resend.
19878
19879 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19880
19881         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19882         number of processed spam messages.
19883         (spam-ham-copy-or-move-routine): Return the number of processed
19884         ham messages.
19885         (spam-summary-prepare-exit): Use the above values to decide
19886         whether status messages shouled be displayed.
19887
19888 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19889
19890         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19891         `rfc2047-encoding-function-alist' in order to avoid conflicting
19892         with the old version.
19893         (rfc2047-encode-region): Concatenate words containing non-ASCII
19894         characters in structured fields; don't encode space-delimited
19895         ASCII words even in unstructured fields; don't break words at
19896         char-category boundaries.
19897         (rfc2047-encode-1): New function.
19898         (rfc2047-encode): Use it; encode text so that it occupies the
19899         maximum width within 76-column; work correctly on Q encoding for
19900         iso-2022-* charsets.
19901         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19902         sure not to break a line just after the header name.
19903         (rfc2047-b-encode-region): Remove.
19904         (rfc2047-b-encode-string): New function.
19905         (rfc2047-q-encode-region): Remove.
19906         (rfc2047-q-encode-string): New function.
19907
19908         * mm-util.el (mm-replace-in-string): New function.
19909
19910 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19911
19912         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19913         Really get it right.
19914         (gnus-inews-make-draft): Really.
19915
19916 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19917
19918         * nnmh.el (nnmh-request-list-1): Don't check the link count
19919         before descending.  (small patch)
19920
19921 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19922
19923         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19924         stuff.
19925
19926         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19927         Match on real group name.
19928
19929         * gnus-art.el (gnus-signature-limit): Doc fix.
19930
19931         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19932
19933         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19934
19935 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19936
19937         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19938         isn't a string.
19939
19940 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19941
19942         * gnus-draft.el (gnus-draft-send):
19943         Bind rfc2047-encode-encoded-words.
19944
19945         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19946         (rfc2047-encodable-p): Say that =? needs encoding.
19947         (rfc2047-encode-encoded-words): New variable.
19948
19949         * gnus-group.el (gnus-group-select-group): Doc fix.
19950
19951         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19952
19953         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19954         to nil.
19955
19956         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19957
19958         * nnheader.el (nnheader-get-lines-and-char): New function.
19959
19960 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19961
19962         * gnus-msg.el (gnus-summary-followup-with-original):
19963         Document yanking of region when active.
19964
19965 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19966
19967         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19968         groups if the group level is higher than the specified value.
19969
19970 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19971
19972         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19973         (gnus-group-jump-to-group): Add prefix argument using
19974         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19975         non-active group.
19976
19977         * compface.el (uncompface): Be verbose when changing
19978         `uncompface-use-external'.
19979
19980         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19981         handle manual section.
19982
19983 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19984
19985         * gnus-art.el (gnus-button-alist): Revert previous change.
19986
19987 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19988
19989         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19990
19991 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19992
19993         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19994         whether backend can accept message.
19995
19996         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19997
19998 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19999
20000         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20001         Avoid creating directory when nntp-marks-is-evil is true.
20002         Reported by Reiner Steib.
20003
20004 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * gnus-picon.el (gnus-picon-style): New variable.
20007         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20008         (gnus-picon-transform-address): Support `gnus-picon-style'.
20009         From Jesper Harder <harder@ifa.au.dk>.
20010
20011 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20012
20013         * message.el (message-fill-field): Return point.
20014         (message-generate-headers): Go to end of field.
20015
20016         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20017         stuff for non-living groups.
20018
20019 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20020
20021         * gnus-art.el (gnus-article-followup-with-original)
20022         (gnus-article-reply-with-original): gnus-mark-active-p ->
20023         gnus-region-active-p.
20024
20025 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20026
20027         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20028         only when there is spam or ham to be processed.
20029
20030 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20031
20032         * mail-source.el (mail-source-delete-crash-box): Refactor.
20033         (mail-source-fetch): Use it.
20034         (mail-source-fetch-file): Ditto.
20035         (mail-source-fetch-directory): Run postscript in loop.
20036         (mail-source-fetch-pop): Delete.
20037         (mail-source-fetch-maildir): Ditto.
20038         (mail-source-fetch-imap): Ditto.
20039
20040         * imap.el (imap-authenticators): Comment out sasl.
20041
20042         * message.el (message-skip-to-next-address): New function.
20043         (message-fill-header-address): Refactor.
20044         (message-fill-address): Use it.
20045         (message-delete-address): Use it.
20046         (message-fill-header-general): Refactor.
20047         (message-fill-field-address): Rename.
20048         (message-narrow-to-field): Find the start of the header.
20049         (message-header-format-alist): Don't pre-fill.
20050         (message-fill-header): Remove.
20051         (message-insert-header): New function.
20052         (message-shorten-references): Use it.
20053
20054         * rfc2047.el (rfc2047-field-value): Strip props.
20055
20056         * mail-parse.el (mail-header-make-address): New alias.
20057
20058         * ietf-drums.el (ietf-drums-make-address): New function.
20059
20060         * imap.el: Add compiler directives.
20061
20062         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20063
20064         * gnus-art.el (article-decode-idna-rhs): Don't use
20065         message-idna-inside-rhs-p.
20066
20067 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20068
20069         * message.el (message-idna-inside-rhs-p): Remove.
20070         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20071
20072         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20073         false positives.
20074
20075 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20076
20077         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20078
20079 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20080
20081         * nneething.el (nneething-file-name): Don't create spurious
20082         files.
20083
20084         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20085         (gnus-inews-do-gcc): Remove sleep.
20086
20087         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20088         part under point.
20089
20090         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20091         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20092
20093 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20094
20095         * spam.el (spam-summary-prepare-exit): Fix (length).
20096
20097 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20098
20099         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20100         as expired without moving it" message when there are spam
20101         messages left.
20102
20103 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20104
20105         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20106         header is not nil.
20107
20108 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20109
20110         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20111         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20112         (nntp-marks-changed-p): New arg SERVER.
20113         (nntp-request-update-info): Adjust caller.
20114
20115 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20116
20117         * nntp.el (nntp-save-marks): Pass missing arg.
20118
20119 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20120
20121         * nntp.el: Support marks.
20122         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20123         (nntp-marks-modtime, nntp-marks-directory): New variables.
20124         (nntp-request-set-mark, nntp-request-update-info)
20125         (nntp-possibly-create-directory, nntp-marks-changed-p)
20126         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20127         New functions.
20128
20129 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20130
20131         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20132         (gnus-xmas-redefine): Rename.
20133
20134         * gnus-score.el (gnus-score-insert-help):
20135         Use gnus-select-lowest-window.
20136
20137         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20138         appt-select-lowest-window and rename to gnus-select-lowest-window.
20139
20140         * gnus.el: do.
20141
20142 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20143
20144         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20145         encodings of MIME-encoded words, in order to improve
20146         interoperability with several broken MUAs.
20147
20148 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20149
20150         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20151         tags, only when charsets are not specified in headers.
20152         (mm-inline-text-html-render-with-w3m): Ditto.
20153
20154         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20155         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20156
20157 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20158
20159         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20160         instead of MIME-decoded from fields when checking
20161         `gnus-article-address-banner-alist'.
20162
20163 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20164
20165         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20166         description rather than subject.
20167
20168 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20169
20170         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20171
20172 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20173
20174         * gnus.el (gnus-version-number): Bump.
20175
20176 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20177
20178         * gnus.el: No Gnus v0.2 is released.
20179
20180 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20181
20182         * gnus-agent.el (gnus-agent-read-agentview):
20183         Inline gnus-uncompress-range.
20184
20185 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20186
20187         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20188         `exec-installed-p'.
20189
20190 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20191
20192         * gnus.el (spam-process, spam-autodetect-methods):
20193         Add bsfilter and bsfilter-headers.
20194
20195         * spam.el (spam-bsfilter): New customize group.
20196         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20197         (spam-bsfilter-header, spam-bsfilter-probability-header)
20198         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20199         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20200         (spam-bsfilter-database-directory): New options.
20201         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20202         (spam-list-of-statistical-checks, spam-registration-functions):
20203         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20204         (spam-bsfilter-score): New command.
20205         (spam-check-bsfilter-headers, spam-check-bsfilter)
20206         (spam-bsfilter-register-with-bsfilter)
20207         (spam-bsfilter-register-spam-routine)
20208         (spam-bsfilter-unregister-spam-routine)
20209         (spam-bsfilter-register-ham-routine)
20210         (spam-bsfilter-unregister-ham-routine): New functions.
20211         (spam-generic-score): Support bsfilter; Accept an optional argument
20212         to recalcurate spam score even if scoring header has already been
20213         added.
20214         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20215         optional argument to recalcurate spam score even if scoring header
20216         has already been added.
20217
20218 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20219
20220         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20221         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20222         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20223         link is missing.
20224
20225 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20226
20227         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20228         (html2text-get-attr): Rewrite.
20229
20230         * message.el (message-setup-1): Remove redundant put-text-property
20231         on mail-header-separator.
20232
20233 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20234
20235         * gnus-registry.el (gnus-registry-cache-whitespace)
20236         (gnus-registry-action, gnus-registry-spool-action)
20237         (gnus-registry-split-fancy-with-parent): Change message levels
20238         from 5 to 3 or 7, as needed.
20239
20240         * spam.el (spam-summary-prepare-exit)
20241         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20242         (spam-split, spam-find-spam, spam-log-undo-registration)
20243         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20244         level from 5 to 6.
20245
20246 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20247
20248         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20249         2004-03-04 change).
20250
20251 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20252
20253         * sieve-manage.el (sieve-manage-open):
20254         * nnweb.el (nnweb-insert-html):
20255         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20256         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20257         * nnspool.el (nnspool-request-group):
20258         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20259         * nnml.el (nnml-request-update-info):
20260         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20261         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20262         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20263         (nnimap-request-set-mark):
20264         * nnfolder.el (nnfolder-request-update-info):
20265         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20266         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20267         * gnus-uu.el (gnus-uu-find-articles-matching):
20268         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20269         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20270         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20271         * gnus-nocem.el (gnus-nocem-scan-groups):
20272         * gnus-int.el (gnus-start-news-server):
20273         * gnus-group.el (gnus-group-make-kiboze-group)
20274         (gnus-group-browse-foreign-server):
20275         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20276         Use mapc when appropriate.
20277
20278 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20279
20280         FIXME: Make separate entries for each person.
20281
20282         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20283         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20284         <shields@msrl.com>:
20285
20286         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20287         may need for spam sorting and scoring.
20288         (spam-user-format-function-S): Add user format function suitable for
20289         general use.
20290         (spam-article-sort-by-spam-status): Add sorting function for summary
20291         sorting.
20292         (spam-extra-header-to-number): Add function to get a score from a
20293         header.
20294         (spam-summary-score): Add function to get a numeric score from the
20295         headers.
20296         (spam-generic-score): Fix function doc, was in wrong place.
20297         (spam-initialize): Take symbols when it's run, and install the
20298         extra headers that spam-necessary-extra-headers thinks we need.
20299
20300 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20301
20302         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20303         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20304
20305 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20306
20307         * gnus-sum.el (gnus-set-global-variables)
20308         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20309         (gnus-article-get-xrefs, gnus-summary-best-group)
20310         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20311         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20312         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20313         Use with-current-buffer.
20314
20315 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20316
20317         * spam.el (spam-summary-prepare-exit): Simplify logic.
20318         (spam-fetch-article-header): Read the article header if it's not
20319         available.
20320         (spam-list-articles): Simplify logic.
20321         (spam-filelist-register-routine): Fix bug with unregister-list.
20322
20323         * gnus-registry.el: Fix comments at beginning.
20324
20325 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20326
20327         * message.el (message-cater-to-broken-inn): Remove.
20328         (message-shorten-references): Make sure the total folded length of
20329         References is shorter than 998 characters to cater to a bug in INN
20330         2.3.  Also, don't pretend that references aren't folded -- this
20331         hasn't worked for a while.
20332
20333 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20334
20335         * gnus-agent.el (gnus-agentize):
20336         gnus-agent-send-mail-real-function no longer set to current value
20337         of message-send-mail-function but rather a lambda that calls
20338         message-send-mail-function.  The change makes the agent real-time
20339         responsive to user changes to message-send-mail-function.
20340
20341 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20342
20343         * legacy-gnus-agent.el
20344         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20345         help from Florian Weimer <fw@deneb.enyo.de>
20346
20347 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * nnmail.el (nnmail-cache-insert): Revert last change.
20350
20351 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * nnmail.el (nnmail-cache-insert): Always check whether
20354         nnmail-cache-ignore-groups matches a group name.
20355
20356 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20357
20358         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20359         (spam-find-spam, spam-log-processing-to-registry)
20360         (spam-log-registered-p, spam-log-unregistration-needed-p)
20361         (spam-log-undo-registration): Use gnus-message instead of
20362         gnus-error, none of these errors are fatal.
20363
20364         * gnus-registry.el (gnus-registry-clean-empty-function)
20365         (gnus-registry-clean-empty): Remove only empty entries without
20366         extra data.
20367
20368 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20369
20370         * spam-stat.el (spam-stat-buffer-change-to-spam)
20371         (spam-stat-buffer-change-to-non-spam): Change (error) to
20372         (gnus-message 8) invocation.
20373
20374 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * nntp.el (nntp-via-netcat-command): New variable.
20377         (nntp-via-netcat-switches): New variable.
20378         (nntp-open-via-rlogin-and-netcat): New function.
20379         (nntp-open-connection-function): Doc fix.
20380         (nntp-telnet-command): Doc fix.
20381         (nntp-end-of-line): Doc fix.
20382         (nntp-via-rlogin-command): Doc fix.
20383         (nntp-via-user-name): Doc fix.
20384         (nntp-via-address): Doc fix.
20385
20386 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20387
20388         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20389         error in Emacs 21.1.
20390
20391 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20392
20393         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20394
20395 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20396
20397         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20398         (gnus-agent-with-refreshed-group): New macro.
20399         (gnus-agent-rename-group): New function.
20400         (gnus-agent-delete-group): New function.
20401         (gnus-agent-save-group-info): Use gnus-command-method when
20402         `method' parameter is nil.  Don't write nil entries into the
20403         active file.
20404         (gnus-agent-get-group-info): New function.
20405         (gnus-agent-fetch-articles):
20406         Use gnus-agent-update-files-total-fetched-for to increment disk space
20407         used.
20408         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20409         Use gnus-agent-update-view-total-fetched-for to increment disk space
20410         used.
20411         (gnus-agent-get-local): Add optional parameters to avoid calling
20412         gnus-group-real-name and gnus-find-method-for-group.
20413         (gnus-agent-set-local): Delete stored entry if either min, or max,
20414         are nil.
20415         (gnus-agent-fetch-session): Reworded error/quit messages.
20416         On quit, use gnus-agent-regenerate-group to record existance of any
20417         articles fetched to disk before the quit occurred.
20418         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20419         gnus-agent-update-view-total-fetched-for, and
20420         gnus-agent-update-files-total-fetched-for to decrement disk space
20421         used.
20422         (gnus-agent-retrieve-headers):
20423         Use gnus-agent-update-view-total-fetched-for to increment disk space
20424         used.
20425         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20426         with gnus-agent-update-files-total-fetched-for to decrement disk
20427         space and fresh group buffer.
20428         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20429         (gnus-agent-need-update-total-fetched-for): New variable.
20430         (gnus-agent-update-files-total-fetched-for): New function.
20431         (gnus-agent-update-view-total-fetched-for): New function.
20432         (gnus-agent-total-fetched-for): New function.
20433
20434         * gnus-cache.el (gnus-cache-save-buffers):
20435         Use gnus-cache-update-overview-total-fetched-for to change disk space
20436         used by this group.
20437         (gnus-cache-possibly-enter-article):
20438         Use gnus-cache-update-file-total-fetched-for to increment disk space
20439         used by this group.
20440         (gnus-cache-possibly-remove-article):
20441         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20442         used by this group.
20443         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20444         (gnus-cache-rename-group): New function.
20445         (gnus-cache-delete-group): New function.
20446         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20447         (gnus-cache-need-update-total-fetched-for): New variable.
20448         (gnus-cache-with-refreshed-group): New macro.
20449         (gnus-cache-update-file-total-fetched-for): New function.
20450         (gnus-cache-update-overview-total-fetched-for): New function.
20451         (gnus-cache-rename-group-total-fetched-for): New function.
20452         (gnus-cache-delete-group-total-fetched-for): New function.
20453         (gnus-cache-total-fetched-for): New function.
20454
20455         * gnus-group.el: Require gnus-sum and autoload functions to
20456         resolve warnings when gnus-group.el compiled alone.
20457         (gnus-group-line-format): Documented new %F.
20458         (size of Fetched data) group line format; identifies disk space
20459         used by agent and cache.
20460         (gnus-group-line-format-alist): Defined new F format.
20461         (gnus-total-fetched-for): New function.
20462         (gnus-group-delete-group): No longer update
20463         gnus-cache-active-altered as gnus-request-delete-group now keeps
20464         the cache in sync.
20465         (gnus-group-list-active): Let the agent store a server's active
20466         list if currently plugged.
20467
20468         * gnus-int.el (gnus-request-delete-group):
20469         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20470         local disk in sync with the server.
20471         (gnus-request-rename-group):
20472         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20473         local disk in sync with the server.
20474
20475         * gnus-start.el (gnus-get-unread-articles):
20476         Cosmetic simplification to logic.
20477
20478         * gnus-util.el (gnus-rename-file): New function.
20479
20480 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20481
20482         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20483
20484 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20485
20486         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20487         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20488
20489 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20490
20491         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20492         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20493
20494 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20495
20496         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20497
20498 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20499
20500         * spam.el (spam-set-difference): Add function to replace
20501         gnus-set-difference in spam.el.
20502         (spam-summary-prepare-exit): Use spam-set-difference.
20503
20504 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20505
20506         * gnus-registry.el (gnus-registry-cache-file): Update to use
20507         gnus-dribble-directory OR gnus-home-directory OR ~.
20508         (gnus-registry-split-fancy-with-parent): Fix doc.
20509
20510 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20511
20512         * message.el (message-exchange-point-and-mark):
20513         Use message-mark-active-p.  Suggested by Jesper Harder
20514         <harder@ifa.au.dk>.
20515
20516 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20517
20518         * message.el (message-exchange-point-and-mark): Don't activate
20519         region if it was inactive.  Suggested by Hiroshi Fujishima
20520         <pooh@nature.tsukuba.ac.jp>.
20521
20522 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20523
20524         * gnus-art.el (article-display-face): Display Faces in the same
20525         order as X-Faces.
20526
20527 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20530
20531 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20532
20533         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20534         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20535         (gnus-article-mime-hierarchy): Remove.
20536         (gnus-article-mime-hierarchy-next): Remove.
20537         (gnus-article-mode): Revert 2004-03-19 change.
20538         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20539         (gnus-insert-mime-button): Revert 2004-03-19 change.
20540         (gnus-mime-accumulate-hierarchy): Remove.
20541         (gnus-mime-enter-multipart): Remove.
20542         (gnus-mime-leave-multipart): Remove.
20543         (gnus-mime-display-part): Revert 2004-03-19 change.
20544         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20545
20546         * mml.el (mml-preview): Revert 2004-03-19 change.
20547
20548 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20549
20550         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20551
20552 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20555         t while entering a file name using the mm-with-multibyte macro.
20556         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20557
20558         * mm-util.el (mm-with-multibyte): New macro.
20559
20560 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20561
20562         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20563         New user option.
20564         (gnus-mime-multipart-functions): Doc and customization fix.
20565         (gnus-article-mime-hierarchy): New variable.
20566         (gnus-article-mime-hierarchy-next): New variable.
20567         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20568         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20569         gnus-article-mime-hierarchy-next to nil.
20570         (gnus-insert-mime-button): Show hierarchy numbers.
20571         (gnus-mime-accumulate-hierarchy): New function.
20572         (gnus-mime-enter-multipart): New function.
20573         (gnus-mime-leave-multipart): New function.
20574         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20575         (gnus-mime-display-alternative): Show hierarchy numbers.
20576
20577         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20578         gnus-article-mime-hierarchy-next to nil.
20579
20580 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20581
20582         * dns.el: Don't require gnus-xmas.
20583
20584 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20585
20586         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20587         inline PGP.
20588         (mml-menu): Disable mml-quote-region if mark is inactive.
20589
20590 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20591
20592         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20593         when the group's active is not available.
20594
20595 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20596
20597         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20598         error.
20599
20600 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20601
20602         * imap.el (imap-store-password): New variable.
20603         (imap-interactive-login): Use it.
20604         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20605
20606 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20607
20608         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20609         window-start and hscroll to summary window.
20610
20611 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20612
20613         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20614         conversion message to newsrc-dribble when an actual conversion is
20615         performed.
20616
20617 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20618
20619         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20620
20621 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20622
20623         * mm-decode.el (mm-complicated-handles): New function reviving
20624         former definition of mm-multiple-handles.
20625
20626         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20627         (gnus-mime-delete-part): Use it.
20628
20629 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20630
20631         * gnus-agent.el (gnus-agent-read-local):
20632         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20633         avoid the implicit assumption that they will always be equal.
20634         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20635         coding-system-for-write, as the with-temp-file macro first prints
20636         to a buffer then saves the buffer.
20637
20638 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * gnus-art.el (gnus-article-edit-part): New function.
20641         (gnus-mime-save-part-and-strip): Use it; do query instead of
20642         signaling an error; don't use mm-multiple-handles.
20643         (gnus-mime-delete-part): Ditto.
20644
20645 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20646
20647         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20648         old file versions.
20649         (gnus-group-prepare-hook): Remove function that converted list
20650         form of gnus-agent-expire-days to group properties.
20651
20652         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20653         (gnus-request-accept-article): Re-indented.
20654
20655         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20656         converters to handle old agent file formats.  Add logic for a
20657         "backup before upgrading warning".
20658         (gnus-convert-mark-converter-prompt): Developers can mark
20659         functions as needing (default), or not needing,
20660         gnus-convert-old-newsrc's "backup before upgrading warning".
20661         (gnus-convert-converter-needs-prompt): Tests whether the user
20662         should be protected from potentially irreversable changes by the
20663         function.
20664
20665         * legacy-gnus-agent.el: New.  Provides converters that are only
20666         loaded when gnus-convert-old-newsrc needs to call them.
20667
20668 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20669
20670         * mail-source.el (mail-source-touch-pop): Doc fix.
20671
20672         * message.el (message-smtpmail-send-it): Doc fix.
20673
20674 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20675
20676         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20677
20678         * nnmail.el (nnmail-split-fancy): do.
20679
20680         * gnus-kill.el (gnus-kill, gnus-execute): do.
20681
20682 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20683
20684         * gnus-sum.el (gnus-widget-reversible-match)
20685         (gnus-widget-reversible-to-internal)
20686         (gnus-widget-reversible-to-external): New functions.
20687         (gnus-widget-reversible): New widget.
20688         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20689
20690 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20691
20692         * gnus-sum.el (gnus-thread-sort-functions)
20693         (gnus-article-sort-functions): Document `(not F)' items.
20694
20695 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20696
20697         * spam.el (spam-use-gmane-xref): Add new backend.
20698         (spam-gmane-xref-spam-group): Add variable to control the name of the
20699         Gmane spam group.
20700         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20701         (spam-regex-headers-spam, spam-regex-headers-ham)
20702         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20703         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20704         backends and checks.
20705         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20706
20707         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20708         an autodetect method.
20709
20710 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20711
20712         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20713         articles are being added to a group.
20714         (gnus-request-replace-article): Inform the agent that articles
20715         need to be uncached as the cached contents are no longer valid.
20716
20717 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20718
20719         * binhex.el: Don't autoload executable-find.
20720
20721         * canlock.el: Don't autoload mail-fetch-field.
20722
20723         * dgnushack.el: Autoload c-mode for XEmacs.
20724
20725         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20726
20727         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20728         rmail-dont-reply-to and rmail-output.
20729
20730         * gnus-score.el: Don't autoload ffap-string-at-point.
20731
20732         * gnus-setup.el: Don't autoload sc-cite-original.
20733
20734         * imap.el: Don't autoload base64-decode-string,
20735         base64-encode-string and md5.
20736
20737         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20738         and rmail-msg-restore-non-pruned-header.
20739
20740         * mm-decode.el: Don't autoload executable-find.
20741
20742         * mm-url.el: Don't autoload executable-find.
20743
20744         * mm-view.el: Don't autoload diff-mode.
20745
20746         * nndb.el: Don't autoload news-reply-mode, news-setup,
20747         cancel-timer and telnet.
20748
20749         * password.el: Don't autoload run-at-time for Emacs.
20750
20751         * sha1-el.el: Don't autoload executable-find.
20752
20753         * sieve-mode.el: Don't autoload c-mode.
20754
20755         * uudecode.el: Don't autoload executable-find.
20756
20757 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20758
20759         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20760         (gnus-agent-possibly-alter-active): Avoid null in numeric
20761         comparison.
20762         (gnus-agent-set-local): Refuse to save null in local object table.
20763         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20764         list of articles that will be marked as unread.
20765
20766 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20769
20770 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20771
20772         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20773         language tags.
20774
20775 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20776
20777         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20778         Don't bind "obarray".
20779
20780         * gnus-sum.el (gnus-thread-sort-functions):
20781         Add `gnus-thread-sort-by-most-recent-number' and
20782         `gnus-thread-sort-by-most-recent-date'.
20783         Reported by Kai Grossjohann <kai@emptydomain.de>.
20784
20785 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20786
20787         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20788
20789 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20790
20791         * gnus-cus.el (gnus-agent-customize-category):
20792         Remove ignore-errors macro reference that required cl to be loaded at
20793         run-time.
20794
20795         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20796         single-interval range of the form (min . max).  Previously the
20797         range had to look like ((min . max)).  Likewise, return
20798         (min . max) rather than ((min . max)).
20799         (gnus-range-map): Use gnus-range-normalize to accept
20800         single-interval range.
20801
20802         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20803         the cache, but not the agent, now appear with their usual face.
20804
20805         * dgnushack.el (loaddir): New variable that is bound to the
20806         directory containing the dgnushack.el file. Use loaddir, rather
20807         than srcdir, to update load-path. Change lets dgnushack compile
20808         code in directories other than GNUS/lisp.
20809
20810 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20811
20812         * lpath.el: Don't bind w3m-safe-url-regexp.
20813
20814         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20815         w3m-safe-url-regexp variable buffer-local.
20816
20817         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20818
20819 2004-02-27  Simon Josefsson  <jas@extundo.com>
20820
20821         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20822         gnus-group-real-prefix.
20823         (gnus-summary-move-article): Use it, instead of
20824         gnus-group-real-prefix.
20825
20826 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20827
20828         * lpath.el: Bind w3m-safe-url-regexp.
20829
20830         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20831         w3m-safe-url-regexp variable buffer-local and set it as the value
20832         of mm-w3m-safe-url-regexp.
20833
20834         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20835
20836         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20837         parsing gnus-posting-styles when the message is not for replying.
20838
20839         * dgnushack.el: Autoload sgml-mode for XEmacs.
20840
20841         * nnrss.el (nnrss-opml-export):
20842         Use mm-set-buffer-file-coding-system instead of
20843         set-buffer-file-coding-system.
20844
20845 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20846
20847         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20848         of checkdoc.el).
20849         * nnrss.el: do.
20850         * gnus-mlspl.el: do.
20851         * gnus-ml.el: do.
20852         * gnus-srvr.el: do.
20853
20854         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20855
20856 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20857
20858         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20859         Corrections to custom-manual links.
20860
20861         * gnus-art.el (gnus-article): Ditto.
20862
20863         * mm-decode.el (mime-display, mime-security): Ditto.
20864
20865 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20866
20867         * flow-fill.el: Typo.
20868
20869 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20870
20871         * spam-wash.el: New file.
20872
20873 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20874
20875         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20876
20877 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20878
20879         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20880         to be run with new-articles as LIST1, not LIST2.
20881         (spam-registration-functions): Add spam-use-ham-copy as a nil
20882         registration backend.
20883
20884 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20885
20886         * spam-stat.el (spam-stat-washing-hook): New option.
20887         (spam-stat-buffer-words): Use it.
20888         (spam-stat-process-directory, spam-stat-test-directory):
20889         Use insert-file-contents-literally.
20890         (spam-stat-coding-system): New variable.
20891         (spam-stat-load, spam-stat-save): Use it.
20892
20893 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * spam-report.el (spam-report-plug-agent):
20896         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20897
20898 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20899
20900         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20901         Allow / in mailto URLs.
20902
20903 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20904
20905         * spam-report.el (spam-report-process-queue): Fix interactive use.
20906         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20907         (spam-report-unplug-agent): Doc fixes.
20908         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20909         (spam-report-agentize, spam-report-deagentize): Autoload.
20910
20911 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20912
20913         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20914
20915         * message.el (message-setup-fill-variables): Add mml tags to
20916         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20917         <ajk@iu.edu>.
20918         (message-mode): Don't modify paragraph-separate there.
20919
20920 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20921
20922         * compface.el (uncompface-use-external): Default to undecided.
20923         (uncompface-use-external-threshold): New variable.
20924         (uncompface-float-time): New macro.
20925         (uncompface): Determine whether to use the external decoder if
20926         uncompface-use-external is undecided.
20927
20928 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20929
20930         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20931         after images.
20932
20933         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20934
20935 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20936
20937         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20938
20939         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20940
20941         * gnus-sum.el (gnus-summary-limit-to-age)
20942         (gnus-summary-limit-children): do.
20943
20944         * gnus-int.el (gnus-request-scan): do.
20945
20946         * gnus-group.el (gnus-group-suspend): do.
20947
20948         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20949
20950         * gnus-cite.el (gnus-cite-parse-attributions): do.
20951
20952         * gnus-agent.el (gnus-summary-set-agent-mark)
20953         (gnus-agent-regenerate-group): do.
20954
20955         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20956
20957         * binhex.el (binhex-decode-region-internal): do.
20958
20959 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20960
20961         * gnus-fun.el (gnus-face-properties-alist): New user option.
20962         (gnus-display-x-face-in-from): Use it.
20963
20964         * gnus-art.el (article-display-face): Ditto.
20965
20966         * compface.el (uncompface-use-external): Default to nil.
20967
20968 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20969
20970         * nntp.el (nntp-erase-buffer): New function.
20971         (nntp-retrieve-data, nntp-send-command)
20972         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20973         (nntp-possibly-change-group): Use it.
20974
20975         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20976         Use with-current-buffer.
20977
20978 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20979
20980         * compface.el: Merge the ELisp-based uncompface program.
20981         (compface): New customization group.
20982         (uncompface-use-external): New user option.
20983         (uncompface): Call uncompface-internal if uncompface-use-external
20984         is nil.
20985         (uncompface-internal): New function.  Note that there are also
20986         some other functions and variables added for this function.
20987
20988 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20989
20990         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20991         if necessary.
20992
20993 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20994
20995         * spam-report.el (spam-report-unplug-agent)
20996         (spam-report-plug-agent, spam-report-deagentize)
20997         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20998         Add support for the Agent in spam-report: when unplugged, report to a
20999         file; when plugged, submit all the requests.
21000
21001         * spam.el (spam-register-routine): Fix message about
21002         registration.
21003
21004 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21005
21006         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21007         dependencies.
21008         (rfc2047-encode): Use it.
21009
21010         * gnus-art.el (gnus-button-marker-list): Move before first
21011         reference.
21012
21013         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21014         (imap-parse-body): Fix format string mismatch.
21015
21016         * gnus-score.el (gnus-summary-increase-score): do.
21017
21018         * nnrss.el (nnrss-close): New function.
21019
21020 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21021
21022         * nnrss.el (nnrss-make-filename): New function.
21023         (nnrss-request-delete-group, nnrss-read-server-data)
21024         (nnrss-save-server-data, nnrss-read-group-data)
21025         (nnrss-save-group-data): Use it.
21026         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21027         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21028         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21029
21030 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21031
21032         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21033
21034 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21035
21036         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21037         files.
21038
21039         * message.el (message-generate-headers-first): Don't quote nil
21040         and t in docstrings.
21041
21042         * imap.el (imap-id): do.
21043
21044         * gnus-agent.el (gnus-agent-consider-all-articles)
21045         (gnus-agent-queue-mail): do.
21046
21047 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21048
21049         * spam-report.el (spam-report-process-queue): New function.
21050         Process requests from `spam-report-requests-file'.
21051         (spam-report-process-queue): Doc fix.
21052
21053 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21054
21055         * spam.el (spam-register-routine)
21056         (spam-log-processing-to-registry, spam-log-registered-p)
21057         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21058         Change "check" to "spam-check" for semi-clarity.
21059
21060 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21061
21062         * pop3.el: Require nnheader.
21063
21064         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21065
21066         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21067
21068         * gnus-picon.el: Require cl.
21069
21070         * gnus-fun.el: Require gnus-ems and gnus-util.
21071
21072         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21073
21074         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21075
21076         * gnus-art.el (gnus-article-edit-mode): Define before first
21077         reference.
21078
21079 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21080
21081         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21082         (gnus-uu-post-encoded): Use point-at-bol.
21083
21084         * gnus-topic.el (gnus-group-active-topic-p): do.
21085
21086         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21087
21088         * gnus-group.el (gnus-group-kill-region): do.
21089
21090         * gnus-art.el (article-date-ut): do.
21091
21092         * message.el (message-fetch-field): Remove redundant
21093         case-fold-search binding.
21094         (message-narrow-to-field): Simplify.
21095
21096 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21097
21098         * spam.el (spam-directory): Derive from `gnus-directory'.
21099
21100         * spam-report.el (spam-report-url-to-file)
21101         (spam-report-requests-file): New function and variable for offline
21102         reporting.
21103         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21104         and user defined function.
21105         (spam-report-url-ping-mm-url): Remove doubled slash.
21106
21107 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21108
21109         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21110
21111 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21112
21113         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21114         Fix format string mismatch.
21115
21116         * sieve.el (sieve-deactivate-all): do.
21117
21118         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21119
21120         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21121
21122         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21123
21124         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21125
21126 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21127
21128         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21129         the list of checks.
21130
21131 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21132
21133         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21134         padding.
21135
21136 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21137
21138         * mm-view.el (mm-fill-flowed): New variable.
21139         (mm-inline-text): Use it.
21140
21141 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21142
21143         * spam.el (spam-spamassassin-register-ham-routine)
21144         (spam-spamassassin-register-spam-routine): Fix function names.
21145
21146 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21147
21148         * gnus.el (gnus-tmp-grouplens): Remove.
21149         (gnus-summary-line-format): Remove grouplens.
21150
21151         * gnus-group.el (gnus-group-line-format): Ditto.
21152
21153         * gnus-spec.el (gnus-format-specs): Ditto.
21154         (gnus-update-format-specifications): Flush the group format spec
21155         cache if there's the grouplens stuff.
21156         (gnus-parse-simple-format): Replace %l with the empty string.
21157
21158 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21159
21160         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21161         omission.
21162
21163 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21164
21165         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21166         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21167
21168 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21169
21170         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21171         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21172         New macros and functions.
21173         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21174         Handle > NLINK_MAX messages.
21175         * nnmaildir.el (nnmaildir-request-set-mark):
21176         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21177
21178 2004-01-25  Alex Schroeder  <alex@gnu.org>
21179
21180         * spam-stat.el (spam-stat-process-directory-age): New option.
21181         (spam-stat-process-directory): Use it.
21182
21183 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21184
21185         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21186         (spam-stat-save): Accept prefix argument.
21187
21188 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21189
21190         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21191         links" error.
21192
21193 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21194
21195         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21196         the rest of the and/or forms.
21197
21198 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21199
21200         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21201         compatibility with old .newsrc.eld files.
21202
21203         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21204
21205         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21206
21207         * gnus-start.el (gnus-1): do.
21208
21209         * gnus-group.el (gnus-group-line-format-alist): do.
21210
21211         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21212
21213         * gnus-gl.el: Remove.
21214
21215 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21216
21217         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21218         marks consisting of a single range {for example, (3 . 5)} rather
21219         than a list of a single range { ((3 . 5)) }.
21220
21221 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21222
21223         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21224         Use with-current-buffer.
21225         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21226         avoid consing a string.
21227
21228         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21229         Remove obsolete entries for big5 and gb2312.
21230
21231 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21232
21233         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21234         uncompressed list.
21235
21236 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21237
21238         * spam-stat.el (spam-stat-strip-xref): New function.
21239         (spam-stat-process-directory): Use it.
21240
21241         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21242         here -- it's done in message-fetch-field.
21243
21244 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21245
21246         * gnus-agent.el (gnus-agent-queue-mail)
21247         (gnus-agent-prompt-send-queue): New variables.
21248         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21249         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21250         "nndraft:queue" along to gnus-draft-send.
21251         Use gnus-agent-prompt-send-queue.
21252         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21253         is "nndraft:queue".  Suggested by Gaute Strokkenes
21254         <gs234@srcf.ucam.org>
21255
21256         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21257         (agent-enable-undownloaded-faces): Add.
21258         (gnus-agent-cat-groups): Use eval-and-compile, not
21259         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21260         method of gnus-agent-cat-groups even when the buffer has been
21261         evaled.
21262         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21263         delete gnus-agent-save-active-1.
21264         (gnus-agent-save-groups): Delete.  Identical to
21265         gnus-agent-save-active.
21266         (gnus-agent-write-active): No longer adjust agent's copy of active
21267         file as agent's adjustments are now stored in their own
21268         file.  Remove optional parameter.
21269         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21270         servers.  Add use of min/max range limits from server's local
21271         file.
21272         (gnus-agent-save-alist): Remove unused optional argument.
21273         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21274         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21275         (gnus-agent-set-local): A per-server file that keeps min/max range
21276         limits for articles known to the agent.  Provides a fast mechanism
21277         for altering many active ranges.
21278         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21279         active file (local makes it unnecessary).
21280         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21281
21282         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21283         (agent-enable-undownloaded-faces): Add.
21284
21285         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21286         disable it when sending to "nndraft:queue".
21287         (gnus-group-send-queue): Add safety check to avoid sending queue
21288         when unplugged.
21289
21290         * gnus-group.el (gnus-group-catchup): Use new
21291         gnus-sequence-of-unread-articles, not
21292         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21293         numbers of articles.  Use gnus-range-map to avoid having to
21294         uncompress the unread list.
21295         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21296         Fix invalid ange-ftp reference.
21297
21298         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21299         (gnus-sorted-range-intersection): Intersection of two ranges
21300         without requiring that they first be uncompressed.
21301
21302         * gnus-start.el (gnus-activate-group): Unless blocked by the
21303         caller, possibly expand the active range to include both cached
21304         and agentized articles.
21305         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21306         multiple version-dependent converters.
21307         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21308         gnus-agent-save-active.
21309         (gnus-save-newsrc-file): Save dirty agent range limits.
21310
21311         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21312         gnus-agent-possibly-alter-active.
21313         (gnus-adjust-marked-articles): Faster handling of simple lists.
21314
21315 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21316
21317         * spam-stat.el (spam-stat-test-directory): New optional argument
21318         displays a list of files detected.  Suggested by Andrew Cohen
21319         <cohen@andy.bu.edu>.
21320         (spam-stat-buffer-words-with-scores): Don't narrow and change
21321         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21322
21323 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21324
21325         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21326         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21327         (spam-spamassassin-arguments)
21328         (spam-spamassassin-spam-flag-header)
21329         (spam-spamassassin-positive-spam-flag-header)
21330         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21331         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21332         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21333         (spam-list-of-processors, spam-list-of-checks)
21334         (spam-list-of-statistical-checks, spam-registration-functions)
21335         (spam-check-spamassassin-headers, spam-check-spamassassin)
21336         (spam-spamassassin-score)
21337         (spam-spamassassin-register-with-sa-learn)
21338         (spam-spamassassin-register-spam-routine)
21339         (spam-spamassassin-register-ham-routine)
21340         (spam-assassin-register-spam-routine)
21341         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21342         (spam-bogofilter-score): Fix to show article before scoring.
21343
21344 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21345
21346         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21347         default scoring function.
21348         (spam-generic-score): Call spam-spamassassin-score if
21349         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21350         spam-bogofilter-score otherwise.
21351
21352         * gnus.el (spam-process, spam-autodetect-methods):
21353         Add spamassassin and spamassassin-headers.
21354
21355 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21356
21357         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21358         Suppress unnecessary messages.
21359
21360 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21361
21362         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21363         make-hash-table.
21364
21365 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21366
21367         * canlock.el (base64-encode-string): Don't autoload it.
21368
21369 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21370
21371         * run-at-time.el: Remove useless (require 'itimer),
21372         eval-and-compile and (featurep 'xemacs).
21373
21374 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21375
21376         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21377         GROUP is a virtual group.
21378
21379 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21380
21381         * gnus.el: Autoload `message-y-or-n-p'.
21382
21383 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21384
21385         * pgg-parse.el: Remove unnecessary (require 'custom).
21386
21387         * pgg-def.el: do.
21388
21389         * nnmail.el: do.
21390
21391         * gnus-undo.el: do.
21392
21393         * gnus-picon.el: do.
21394
21395         * gnus-util.el: do.
21396
21397 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21398
21399         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21400
21401 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21404         handle, as well as a list.
21405
21406         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21407         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21408         (mm-w3m-cid-retrieve): Simplify.
21409
21410 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21411
21412         * message.el (message-kill-to-signature): Allow prefix arg to
21413         specify number of lines to keep before signature.
21414
21415 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21416
21417         * message.el (message-kill-to-signature): Change docstring.
21418
21419 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21420
21421         * canlock.el: Always require sha1-el.
21422         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21423
21424         * message.el: Autoload sha1 only when compiling.
21425
21426         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21427         eudc-expand-inline for XEmacs.
21428
21429 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21430
21431         * message.el (message-canlock-generate): Require sha1-el.
21432
21433 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21434
21435         * message.el (message-expand-name): Silence the byte compiler.
21436
21437         * lpath.el: Add detect-coding-system.
21438
21439         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21440         cus-edit.
21441
21442 2004-01-13  Simon Josefsson  <jas@extundo.com>
21443
21444         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21445         Invoke gnus-score-mode.
21446         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21447
21448         * gnus-range.el (gnus-compress-sequence): Doc fix.
21449         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21450
21451 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21452
21453         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21454
21455 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21456
21457         * spam.el (spam-get-article-as-string): Update to use
21458         gnus-request-article-this-buffer, much simpler.
21459         (spam-get-article-as-buffer): Remove.
21460
21461 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21462
21463         * message.el (message-expand-name): Use EUDC if the user uses that.
21464
21465 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21466
21467         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21468         character for the encoding to avoid consing a string.
21469
21470         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21471         unnecessarily.
21472
21473         * mm-util.el (mm-replace-chars-in-string): Remove.
21474
21475         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21476         of mm-replace-chars-in-string.
21477
21478 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21479
21480         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21481
21482         * mm-util.el (mm-subst-char-in-string): Support inplace.
21483
21484         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21485         a new string in every iteration.  Use shy groups.
21486
21487 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21488
21489         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21490         * gnus-soup.el (gnus-soup-group-brew):
21491         * gnus-msg.el (gnus-put-message):
21492         * gnus-move.el (gnus-group-move-group-to-server):
21493         * gnus-kill.el (gnus-batch-score):
21494         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21495         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21496         (gnus-group-update-group, gnus-group-read-group)
21497         (gnus-group-make-group, gnus-group-make-help-group)
21498         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21499         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21500         (gnus-group-sort-by-unread, gnus-group-catchup)
21501         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21502         (gnus-group-yank-group, gnus-group-set-info)
21503         (gnus-group-list-groups):
21504         * gnus.el (gnus-generate-new-group-name):
21505         * gnus-delay.el (gnus-delay-send-queue):
21506         * nnvirtual.el (nnvirtual-catchup-group):
21507         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21508         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21509         (gnus-group-prepare-topics, gnus-topic-check-topology):
21510         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21511         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21512         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21513         (gnus-group-make-articles-read):
21514         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21515         (gnus-group-change-level, gnus-kill-newsgroup)
21516         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21517         (gnus-get-unread-articles, gnus-make-articles-unread)
21518         (gnus-make-ascending-articles-unread): Use accessor
21519         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21520         to get group information for improved readability.
21521
21522
21523 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21524
21525         * gnus-art.el (article-decode-mime-words, article-babel)
21526         (gnus-article-highlight-signature, gnus-article-add-buttons)
21527         (gnus-signature-toggle): Use gnus-with-article-buffer.
21528
21529         * gnus-art.el (gnus-article-highlight-headers)
21530         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21531
21532         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21533         (gnus-article-set-globals, gnus-request-article-this-buffer)
21534         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21535         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21536         (gnus-mime-display-alternative): Use with-current-buffer.
21537
21538 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21539
21540         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21541         also under 80 char limit, and call gnus-error if needed.
21542         (spam-fetch-article-header): Fix - it was a
21543         buffer-local variable (gnus-newsgroup-data).
21544         (spam-find-spam): Use spam-generate-fake-headers, forget about
21545         spam-insert-fake-headers.
21546         (spam-insert-fake-headers): Remove.
21547
21548 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21549
21550         * deuglify.el (gnus-article-outlook-unwrap-lines)
21551         (gnus-outlook-rearrange-article)
21552         (gnus-outlook-repair-attribution-outlook)
21553         (gnus-outlook-repair-attribution-block)
21554         (gnus-outlook-repair-attribution-other): Remove redundant
21555         save-excursion.
21556
21557 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21558
21559         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21560         (spam-fetch-field-subject-fast)
21561         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21562         (spam-fetch-article-header): Add functions to deal with Gnus
21563         internals for fast retrieval of article header data.
21564         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21565
21566 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21567
21568         * pop3.el (pop3-md5): Remove.
21569         (pop3-apop): Replace pop3-md5 with md5.
21570
21571         * mm-bodies.el: base64 is always built-in.
21572
21573         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21574         Use with-current-buffer.
21575
21576 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * canlock.el (canlock-insert-header): Remove excessive grouping in
21579         regexp.
21580
21581         * gnus-sum.el (gnus-summary-read-document): Ditto.
21582
21583         * gnus-uu.el (gnus-uu-part-number): Ditto.
21584
21585         * html2text.el (html2text-remove-tags): Ditto.
21586         (html2text-format-tags): Ditto.
21587         (html2text-format-single-elements): Ditto.
21588
21589         * mml.el (mml-parse-1): Ditto.
21590
21591 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21592
21593         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21594
21595         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21596
21597         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21598
21599         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21600
21601 2003-11-15  Simon Josefsson  <jas@extundo.com>
21602
21603         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21604         (pgg-gpg-lookup-key): Use regexp match instead of
21605         split-string (split-string is different between emacs 21.2 and
21606         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21607
21608 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21609
21610         * gnus-art.el (gnus-mime-view-all-parts)
21611         (gnus-article-part-wrapper, gnus-article-view-part):
21612         Use with-current-buffer.
21613
21614 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21615
21616         * spam.el (spam-disable-spam-split-during-ham-respool)
21617         (spam-spamoracle-database, spam-cache-lookups)
21618         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21619         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21620         (spam-group-ham-marks, spam-group-spam-marks)
21621         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21622         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21623         also add spam-use-blackholes to the statistical checks.
21624         (spam-fetch-field-fast): Add interface to fetching fields, may
21625         become a macro.
21626         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21627         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21628         (spam-insert-fake-headers): Fake an article when needed.
21629         (spam-find-spam): Fake article when possible.
21630         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21631         (spam-check-bogofilter-headers): Use message-fetch-field instead
21632         of nnmail-fetch-field.
21633
21634 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21635
21636         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21637
21638 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21639
21640         * spam.el (spam-split): Do not require spam-use-CHECK to be
21641         enabled if that check is passed to spam-split explicitly; also
21642         fix so 'spam doesn't get converted to spam-split-group when
21643         spam-split-symbolic-return is t.
21644         (spam-find-spam): Find registrations of the article and use those
21645         instead of re-running spam-split to find the spam/ham
21646         classification of the article.
21647         (spam-log-processing-to-registry, spam-log-registered-p)
21648         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21649         Use gnus-error instead of gnus-message.
21650         (spam-log-registration-type): Add function to determine the
21651         classification of a message based on registry entries; will
21652         return nil if both 'spam and 'ham are found.
21653         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21654         a reasonably fast local cache without the loading errors.
21655         (spam-cache-lookups): Set to t by default.
21656         (spam-find-spam): Don't try to guess spam-cache-lookups.
21657         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21658         spam-caches entry.
21659         (spam-filelist-build-cache, spam-filelist-check-cache):
21660         Fix caching of whitelist/blacklist entries.
21661         (spam-check-whitelist, spam-check-blacklist):
21662         Invoke spam-from-listed-p with a type, not a cache variable.
21663         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21664
21665 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21666
21667         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21668
21669         * nnmail.el (nnmail-split-fancy): do.
21670
21671         * mml.el (mml-parse): do.
21672
21673         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21674         (gnus-score-adaptive): do.
21675
21676 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21677
21678         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21679         (gnus-mime-button-map): Don't set keymap parent.
21680         (gnus-button-ctan-directory-regexp): Use shy grouping.
21681         (gnus-prev-page-map): Don't set keymap parent.
21682         (gnus-prev-page-map): Remove duplicated one.
21683         (gnus-next-page-map): Don't set keymap parent.
21684         (gnus-mime-security-button-map): Ditto.
21685
21686         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21687         version number.
21688
21689         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21690
21691 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21692
21693         * canlock.el (canlock-sha1-function): Remove.
21694         (canlock-sha1-function-for-verify): Remove.
21695         (canlock-openssl-program): Remove.
21696         (canlock-openssl-args): Remove.
21697         (canlock-ignore-errors): Remove.
21698         (canlock-sha1-with-openssl): Remove.
21699         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21700         (canlock-verify): Don't use canlock-ignore-errors.
21701
21702         * sha1-el.el (sha1-string-external): Make it can return a string
21703         in binary form.
21704         (sha1-region-external): Ditto.
21705         (sha1-string-internal): Ditto.
21706         (sha1-region-internal): Ditto.
21707         (sha1-region): Ditto.
21708         (sha1-string): Ditto.
21709         (sha1): Ditto.
21710
21711 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21712
21713         * spam.el (spam-report-articles-gmane): New command.
21714
21715 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21716
21717         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21718
21719         * run-at-time.el (run-at-time-saved): Remove.
21720         (run-at-time): Doc fix.
21721
21722 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21723
21724         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21725         (gnus-summary-limit-map): Add it.
21726         (gnus-summary-make-menu-bar): do.
21727
21728 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21729
21730         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21731         Make attempt at some caching support (done for BBDB only now).
21732         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21733         addresses to be checked.
21734         (spam-clear-cache-BBDB): Add function, to be invoked by
21735         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21736         (spam-check-BBDB): Check and use the caches, if
21737         spam-cache-lookups is on, remove superfluous (provide).
21738
21739 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21740
21741         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21742
21743 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21744
21745         * run-at-time.el (run-at-time-saved): Move to after the definition
21746         of `run-at-time'.
21747
21748         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21749
21750 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21753         mm-w3m-local-map-property.
21754
21755         * mm-view.el (mm-w3m-mode-map): Remove.
21756         (mm-w3m-local-map-property): Remove.
21757         (mm-inline-text-html-render-with-w3m): Don't use
21758         mm-w3m-local-map-property.
21759
21760 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21761
21762         * run-at-time.el: New file.
21763
21764         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21765         under Emacs.
21766
21767         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21768         of gnus-set-text-properties.
21769
21770         * gnus-uu.el (gnus-uu-save-article): Ditto.
21771
21772         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21773
21774         * gnus-cite.el (gnus-cite-parse): Ditto.
21775
21776         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21777         of gnus-.
21778
21779         * gnus-xmas.el (run-at-time): Require run-at-time.
21780
21781         * gnus.el: Change calls to nnheader-run-at-time and
21782         password-run-at-time throughout to use run-at-time directly.
21783
21784         * password.el: Remove definition of run-at-time.
21785
21786         * nnheaderxm.el: Remove definition of run-at-time.
21787
21788 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21789
21790         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21791         in prompt.
21792
21793 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21794
21795         * messagexmas.el (message-xmas-redefine): Alias
21796         `message-make-caesar-translation-table' to
21797         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21798         version.
21799
21800         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21801         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21802         `gnus-xmas-set-text-properties'.
21803         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21804         `gnus-xmas-completing-read'.
21805         (gnus-xmas-completing-read): Removed.
21806         (gnus-xmas-open-network-stream): Removed.
21807
21808         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21809         XEmacs version.
21810
21811         * dns.el (dns-make-network-process): Use `open-network-stream'
21812         instead of `gnus-xmas-open-network-stream'.
21813
21814         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21815
21816         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21817
21818 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21819
21820         * gnus-art.el (gnus-mime-display-alternative)
21821         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21822         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21823         Don't use gnus-local-map-property.
21824
21825         * gnus-util.el (gnus-local-map-property): Remove.
21826
21827         * mm-view.el (mm-view-pkcs7-decrypt):
21828         Replace gnus-completing-read-maybe-default with completing-read.
21829
21830         * gnus-util.el (gnus-completing-read): do.
21831         (gnus-completing-read-maybe-default): Remove.
21832
21833 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21834
21835         * password.el: Only autoload `run-at-time' if not XEmacs.
21836         Only autoload the itimer functions if XEmacs.
21837
21838 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21839
21840         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21841         XEmacsen.
21842
21843         * dgnushack.el: Autoload executable-find for XEmacs.
21844
21845 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21846
21847         * gnus-art.el (gnus-read-string): Remove.
21848         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21849         read-string.
21850
21851 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21852
21853         * netrc.el: Autoload password-read.
21854         (netrc): Add configuration group.
21855         (netrc-encoding-method, netrc-openssl-path):
21856         Add variables for encoding and decoding of files with symmetric
21857         ciphers.
21858         (netrc-encode): Add assistant function to encode a file with
21859         netrc-encoding-method.
21860         (netrc-parse): Add interactive parameter, added optional
21861         decoding if netrc-encoding-method is non-nil but otherwise
21862         behavior is standard.
21863         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21864         Do s/encode/encrypt/ everywhere.
21865
21866         * spam.el: Remove executable-find autoload.
21867
21868 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21869
21870         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21871
21872         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21873
21874 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21875
21876         * gnus-art.el (gnus-treat-ansi-sequences)
21877         (article-treat-ansi-sequences): New variable and function.
21878         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21879
21880         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21881         Use it.
21882
21883 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21884
21885         * mm-util.el (mm-quote-arg): Remove.
21886
21887         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21888         shell-quote-argument.
21889
21890         * gnus-uu.el (gnus-uu-command): do.
21891
21892         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21893
21894         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21895         with make-char.
21896
21897         * mm-util.el (mm-make-char): Remove.
21898
21899         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21900         add-minor-mode.
21901
21902         * gnus-undo.el (gnus-undo-mode): do.
21903
21904         * gnus-topic.el (gnus-topic-mode): do.
21905
21906         * gnus-sum.el (gnus-dead-summary-mode): do.
21907
21908         * gnus-start.el (gnus-slave-mode): do.
21909
21910         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21911
21912         * gnus-ml.el (gnus-mailing-list-mode): do.
21913
21914         * gnus-gl.el (gnus-grouplens-mode): do.
21915
21916         * gnus-draft.el (gnus-draft-mode): do.
21917
21918         * gnus-dired.el (gnus-dired-mode): do.
21919
21920         * gnus-ems.el (gnus-add-minor-mode): Remove.
21921
21922         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21923         Replace gnus-char-width with char-width.
21924
21925         * gnus-ems.el (gnus-char-width): Remove.
21926
21927         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21928         Replace gnus-char-width with char-width.
21929
21930         * gnus-ems.el (gnus-char-width): Remove.
21931
21932         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21933         definition.
21934         Remove Emacs 20 hash table compatibility code.
21935
21936         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21937         20 compatibility code.
21938
21939         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21940
21941         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21942
21943         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21944         Replace with point-at-{eol,bol}.
21945
21946         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21947
21948         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21949
21950         * flow-fill.el (fill-flowed-point-at-bol)
21951         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21952
21953         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21954         Replace with point-at-{eol,bol} throughout all files.
21955
21956 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21957
21958         * ntlm.el (ntlm-string-as-unibyte): New macro.
21959         (ntlm-build-auth-response): Use it.
21960
21961         Remove Emacs 20 stuff:
21962         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21963         (butlast, mapc, remove): Remove the compiler macros.
21964         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21965         of delq and copy-sequence.
21966         * gnus-art.el (popup-menu): Remove the compiler macro.
21967         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21968         Emacs 20.
21969
21970 2004-01-05  Simon Josefsson  <jas@extundo.com>
21971
21972         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21973         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21974         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21975         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21976         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21977         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21978         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21979         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21980         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21981         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21982         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21983         string-xor into ntlm-string-xor.
21984         Suggested by Jesper Harder <harder@myrealbox.com>.
21985
21986         * ntlm.el: Don't include poem.
21987
21988         * md4.el (print-int32, print-string-hexa): Remove.
21989         Suggested by Jesper Harder <harder@myrealbox.com>.
21990
21991         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21992
21993         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21994         probably breaks emacs with DL patch, but do we care? Is anyone
21995         still using the DL stuff?)
21996
21997         * sieve-manage.el: Use the password package.
21998         (sieve-manage-read-passwd): Remove.
21999         (sieve-manage-interactive-login): Use password.  Re-add
22000         condition-case around loop.
22001
22002         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22003         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22004         Use the password package.
22005
22006 2003-02-19  Simon Josefsson  <jas@extundo.com>
22007
22008         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22009         token.
22010
22011 2002-08-07  Simon Josefsson  <jas@extundo.com>
22012
22013         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22014         (sieve-manage-authenticators):
22015         (sieve-manage-authenticator-alist): Add some SASL mechs.
22016         (sieve-sasl-auth): New function.
22017         (sieve-manage-cram-md5-auth):
22018         (sieve-manage-plain-auth): Rewrite using SASL library.
22019         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22020         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22021         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22022         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22023
22024 2004-01-05  Simon Josefsson  <jas@extundo.com>
22025
22026         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22027         New files.
22028
22029 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22030
22031         * gnus-group.el (gnus-no-groups-message): Update.
22032
22033         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22034
22035 2003-11-09  Simon Josefsson  <jas@extundo.com>
22036
22037         * imap.el: Support for ID IMAP extension (RFC 2971).
22038         (imap-local-variables): Add imap-id.
22039         (imap-id): New variable.
22040         (imap-id): New function.
22041         (imap-parse-response): Parse untagged ID response.
22042         * nnimap.el (nnimap-id): New variable.
22043         (nnimap-open-connection): Use it.
22044
22045 2003-12-28  Simon Josefsson  <jas@extundo.com>
22046
22047         * gnus-score.el (gnus-score-edit-all-score): New.
22048         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22049
22050 2004-01-04  Simon Josefsson  <jas@extundo.com>
22051
22052         * password.el: Add.
22053
22054 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22055
22056         * dns.el (dns-query-types): Fix typo.
22057         (dns-query-types): New function.
22058         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22059         PTR and SOA replies, see RFC 1035.
22060
22061 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22062
22063         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22064
22065         * Move to Changelog.2.
22066
22067 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22068
22069         * gnus.el (gnus-version-number): Bump version.
22070
22071 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22072
22073         * gnus.el: No Gnus v0.1 is released.
22074
22075 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22076
22077         * gnus.el: No Gnus v0.0 is released.
22078
22079 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22080
22081         * gnus.el (gnus-version-number): Bump.
22082         (gnus-version): No.
22083
22084 See ChangeLog.2 for earlier changes.
22085
22086   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22087
22088   This file is part of GNU Emacs.
22089
22090   GNU Emacs is free software: you can redistribute it and/or modify
22091   it under the terms of the GNU General Public License as published by
22092   the Free Software Foundation, either version 3 of the License, or
22093   (at your option) any later version.
22094
22095   GNU Emacs is distributed in the hope that it will be useful,
22096   but WITHOUT ANY WARRANTY; without even the implied warranty of
22097   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22098   GNU General Public License for more details.
22099
22100   You should have received a copy of the GNU General Public License
22101   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22102
22103 ;; Local Variables:
22104 ;; coding: utf-8
22105 ;; fill-column: 79
22106 ;; add-log-time-zone-rule: t
22107 ;; End: