Use <base> to expand relative URLs.
[gnus] / lisp / ChangeLog
1 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-base): New binding.
4         (shr-tag-base): Keep track of <base>.
5         (shr-expand-url): New function used throughout.
6
7 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
8
9         * gnus-registry.el
10         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
11         (gnus-registry-ignored-groups): New variable.
12         (gnus-registry-ignore-group-p): Use it.
13         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
14         set the destination group to nil (same as delete) if it's ignored.
15
16 2011-04-20  David Engster  <dengste@eml.cc>
17
18         * tests/gnustest-nntp.el: New file for simple NNTP testing.
19
20         * Makefile.in (test-nntp): New rule.
21         (check): Add it.
22         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
23
24 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gnus-registry.el (gnus-registry-action)
27         (gnus-registry-fetch-header-fast):
28         Don't use mail-header that looks an internal function of mailheader.el.
29
30 2011-04-19  Glenn Morris  <rgm@gnu.org>
31
32         * time-date.el (time-to-days): Remove unused local variables.
33
34 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * gnus-registry.el: Eliminate cl functions.
37         (gnus-registry-sort-addresses): New function that replaces mapcan.
38         (gnus-registry-action, gnus-registry-spool-action)
39         (gnus-registry-split-fancy-with-parent)
40         (gnus-registry-fetch-recipients-fast): Use it.
41         (gnus-registry-import-eld): Replace delete* with dolist + delq.
42
43         * registry.el (initialize-instance, registry-lookup)
44         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
45         (registry-lookup-secondary-value, registry-search, registry-delete)
46         (registry-insert, registry-reindex, registry-size, registry-prune):
47         Use eval-and-compile.
48
49 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
50
51         * registry.el (registry-reindex): New method to recreate the secondary
52         registry indices.
53
54         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
55         tracked field changes.
56         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
57         (gnus-registry-action, gnus-registry-spool-action)
58         (gnus-registry-handle-action)
59         (gnus-registry--split-fancy-with-parent-internal)
60         (gnus-registry-split-fancy-with-parent)
61         (gnus-registry-register-message-ids): Add recipient tracking on spool,
62         move, and delete actions, and for fancy splitting with parent.
63         (gnus-registry-extract-addresses)
64         (gnus-registry-fetch-recipients-fast)
65         (gnus-registry-fetch-header-fast): Convenience functions.
66         (gnus-registry-misc-test): ERT test of
67         `gnus-registry-extract-addresses'.
68
69 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
70
71         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
72         Track by subject first, then sender.
73
74 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
75
76         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
77
78         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
79         Lisp.
80
81         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
82         (gnus-draft-send): Use it to avoid popping
83         up frames from gnus-group-send-queue.
84
85 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
86
87         * gnus-registry.el: Updated gnus-registry docs.
88
89 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
90
91         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
92         Fix logic bug.
93         (gnus-registry-post-process-groups): Fix logging of no results and
94         quote sender and subject.
95
96 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
99         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
100         gnutls-cli are too slow to be done opportunistically.
101
102         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
103         (gnus-read-active-for-groups): Don't try to finish getting stuff where
104         we had no early-data returned.
105         (gnus-get-unread-articles): Add a sanity check so that we don't issue
106         two async commands to the same server at the same time.
107
108 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
109
110         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
111
112 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
115         "warning" level.
116
117         * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
118         (mm-url-insert-file-contents): Don't set the package names.
119
120 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
121
122         * gnus-registry.el (gnus-registry-action): Remove properties and
123         simplify subject in `gnus-registry-handle-action'.
124         (gnus-registry-spool-action): Get subject and sender from message if
125         they are not passed in.
126         (gnus-registry-handle-action): Remove properties and simplify subject
127         consistently.
128
129 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
130
131         * registry.el: Require CL before using defmacro*.
132
133 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * gnus-art.el (article-treat-date): Assume that
136         gnus-article-date-headers may be a group parameter.
137
138 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
139
140         * gnus-registry.el (gnus-registry-handle-action): More debugging.
141
142         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
143         interactively so the newsrc file can contain foreign groups too.
144         Useful for debugging but not much for users.
145
146 2011-04-07  David Engster  <dengste@eml.cc>
147
148         * registry.el (registry-usage-test): Only do
149         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
150         lexical binding.
151
152 2011-04-07  David Engster  <dengste@eml.cc>
153
154         * Makefile.in (check, test-registry): New rules for test-suite.
155
156 2011-04-06  David Engster  <dengste@eml.cc>
157
158         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
159         argument NOERROR for `require', since XEmacs 21.4 does not support it.
160
161 2011-04-06  David Engster  <dengste@eml.cc>
162
163         * registry.el (initialize-instance): Change :after to :AFTER to be
164         compatible with old EIEIO version in XEmacs.
165
166 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
167
168         * gnus-registry.el (gnus-registry-post-process-groups)
169         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
170         and provide better messaging.
171
172 2011-04-06  David Engster  <dengste@eml.cc>
173
174         * Makefile.in (fail-on-warning): New rule to compile with warnings as
175         errors.
176
177         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
178         dgnushack-compile with error-on-warn enabled, and to signal an error if
179         clean compilation failed.
180         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
181         with `byte-compile-error-on-warn'.  Return nil if errors occured.
182
183 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         * gnus-registry.el: Don't use ERT if it's not available.  Load it
186         unconditionally anyway, discarding errors.
187         (gnus-registry-delete-entries): New convenience function.
188         (gnus-registry-import-eld): Import from old .eld registry.
189
190         * registry.el: Don't use ERT if it's not available.  Load it
191         unconditionally anyway, discarding errors.
192
193         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
194         version from the Claudio Bley GnuTLS patch (extra optional parameters
195         and host name).
196
197 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
198
199         * gnus-registry.el (gnus-registry-fixup-registry): New function to
200         fixup the parameters that can be customized by the user between
201         save/read cycles.
202         (gnus-registry-read): Use it.
203         (gnus-registry-make-db): Use it.
204         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
205         messaging.
206         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
207         references to actual group names with sender and subject tracking.
208         (gnus-registry-post-process-groups): Use `cond' for better messaging.
209         (gnus-registry-usage-test): Add subject lookup test.
210
211         * registry.el (registry-db, initialize-instance): Set up constructor
212         instead of :initform arguments for the sake of older Emacsen.
213         (registry-lookup-breaks-before-lexbind): New method to demonstrate
214         pre-lexbind merge bug.
215         (registry-usage-test): Use it.
216         (initialize-instance, registry-db): Move the non-function initforms
217         back to the class definition.
218
219 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
220
221         * registry.el: New library to manage gnus-registry-style data.
222
223         * gnus-registry.el: Use it (major rewrite).
224
225         * nnregistry.el: Use it.
226
227         * spam.el: Use it.
228
229 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
232         marks on non-selected articles.
233
234 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
235
236         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
237         parameter to open-protocol-stream.
238
239 2011-04-01  Julien Danjou  <julien@danjou.info>
240
241         * mm-view.el (mm-display-inline-fontify): Do not fontify with
242         fundamental-mode.
243
244 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
247         servers.
248
249 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
252         made marks not propagate, again.
253
254 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
255
256         * proto-stream.el (open-protocol-stream): Bring back `network' type.
257         Make this the default type.
258         (proto-stream-open-plain): Rename from proto-stream-open-default.
259         (open-protocol-stream, proto-stream-open-starttls)
260         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
261         with `plain'.
262
263         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
264         value.
265
266         * nntp.el (nntp-open-connection-function): Document the fact that some
267         values are not functions but are instead handled specially.  Recognize
268         nntp-open-plain-stream value.
269         (nntp-open-connection): Recognize that value.
270
271 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
274         where it seems to be needed.
275
276 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
279         stuff.
280
281         * gnus-score.el (gnus-score-string): Fix calling convention of
282         `gnus-simplify-buffer-fuzzy' after last patches.
283
284         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
285         server for articles we didn't get any headers for.  This is a sanity
286         check.
287
288 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
289
290         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
291         new CAPABILITY, use it.
292
293 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
296         downloading anything.
297
298         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
299
300 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
301
302         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
303         colors.
304         (gnus-splash-svg-color-symbols): New function.
305
306 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
309         instead of using the global gnus-simplify-subject-fuzzy-regexp.
310         (gnus-simplify-subject-fuzzy): Use the local
311         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
312         makes using this variable in group parameters work.
313
314 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
315
316         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
317         "archive:sent" to the unfollowed group regex (for the recent Gnus
318         archive:sent-YYYY-MM-DD groups).
319         (gnus-registry-split-fancy-with-parent): Bail out early in sender
320         tracking if there are more than `gnus-registry-max-track-groups'
321         matches.
322
323 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
324
325         * message.el (message--yank-original-internal): New function to do the
326         insertion cleanly inside eval in `message-yank-original'.
327         (message-yank-original): Use it.
328
329 2011-03-29  Julien Danjou  <julien@danjou.info>
330
331         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
332         local variables disabled rather than `normal-mode'.
333
334 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
335
336         * imap.el (imap-shell-open, imap-process-connection-type): Use
337         imap-process-connection-type for 'shell' streams as well as
338         Kerberos, SSL, other subprocesses.
339
340 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
341
342         * proto-stream.el: Changes preparatory to merging open-protocol-stream
343         with open-network-stream.
344         (proto-stream-always-use-starttls): Option removed.
345         (open-protocol-stream): Return a process object by default.  Provide a
346         new parameter :return-list specifying a list-type return value, which
347         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
348         :type `network' to `try-starttls', and `network-only' to `default'.
349         Make `default' the default, for compatibility with open-network-stream.
350         Handle the no-parameter case exactly as open-network-stream, with no
351         additional stream processing.  Search plists using plist-get.
352         Explicitly add :end-of-commend parameter if it is missing.
353         (proto-stream-open-default): Renamed from
354         proto-stream-open-network-only.  Return 'default as the type.
355         (proto-stream-open-starttls): Rename from proto-stream-open-network.
356         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
357         failed.  Always return a list with a (possibly dead) process as the
358         first element, for compatibility with open-network-stream.
359         (proto-stream-open-tls): Use plist-get.  Always return a list.
360         (proto-stream-open-shell): Return `default' as connection type.
361         (proto-stream-capability-open): Use plist-get.
362         (proto-stream-eoc): Function deleted.
363
364         * nnimap.el (nnimap-stream, nnimap-open-connection)
365         (nnimap-open-connection-1): Handle renaming of :type parameter for
366         open-protocol-stream.
367         (nnimap-open-connection-1): Pass a :return-list parameter
368         open-protocol-stream to obtain a list return value.  Parse this list
369         using plist-get.
370
371         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
372         for open-protocol-stream.  Accept open-protocol-stream return value
373         that is a subprocess object instead of a list.  Handle the case of a
374         dead returned process.
375
376 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
377
378         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
379
380         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
381
382 2011-03-21  Julien Danjou  <julien@danjou.info>
383
384         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
385         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
386         query.
387         (mm-inline-text): Render normal text with fontification whenever
388         possible.
389
390         * gnus-sum.el (gnus-summary-save-parts-1):
391         * gnus-art.el (gnus-article-browse-html-save-cid-content)
392         (gnus-article-browse-html-parts, gnus-mime-delete-part)
393         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
394         Use `mm-handle-filename'.
395
396         * mm-util.el (mm-handle-filename): New function, return the filename of
397         an handle.
398
399 2011-03-18  Julien Danjou  <julien@danjou.info>
400
401         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
402         (gnus-buffer-live-p): Check that buffer is not nil.
403
404 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
405
406         * gnus.el: No Gnus v0.15 is released.
407
408 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * time-date.el (format-seconds): Use assoc instead of assoc-string to
411         avoid warning on XEmacs.
412
413         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
414         on XEmacs.
415
416         * gnus-art.el: Require mouse, which the build bot seems to say is
417         needed.
418
419         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
420
421         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
422         XEmacs, since it doesn't have url-retrieve-synchronously.
423
424         * time-date.el (format-seconds): Use assoc instead of assoc-string,
425         since assoc-string doesn't exist in XEmacs.
426
427 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
428
429         * gnus-group.el (gnus-group-list-ticked): New function.
430         (gnus-group-make-menu-bar): Provide a menu entry for it.
431         (gnus-group-list-map): Provide a binding for it.
432
433 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * shr.el (shr-visit-file): New command.
436
437         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
438
439 2011-03-17  Bjørn Mork  <bjorn@mork.no>
440
441         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
442         servers.
443
444 2011-03-16  Julien Danjou  <julien@danjou.info>
445
446         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
447         inline.
448
449         * gnus-art.el (article-hide-list-identifiers): Use
450         gnus-group-get-list-identifiers.
451
452         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
453         (gnus-summary-remove-list-identifiers): Use
454         gnus-group-get-list-identifiers to get regexp.
455         (gnus-select-newsgroup, gnus-summary-insert-subject)
456         (gnus-summary-insert-articles): Call
457         gnus-summary-remove-list-identifiers unconditionally.
458
459 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
462         we're selecting a group with unread articles.
463
464         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
465
466         * gssapi.el: New file separated out from imap.el to provide a general
467         Kerberos 5 connection facility for Emacs.
468
469         * message.el (message-elide-ellipsis): Document the format spec
470         ellipsis.
471
472 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
473
474         * message.el (message-elide-region): Allow the ellipsis to say how many
475         lines were removed.
476
477 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
480         window configurations containing buffers that are now dead.
481
482         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
483         parsing to avoid integer overflows.
484         (nnimap-parse-flags): Simplify the last change.
485         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
486         too large for 32-bit Emacsen.
487
488 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
489
490         * auth-source.el (auth-source-netrc-create):
491         * message.el (message-yank-original): Fix use of `case'.
492
493 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
494
495         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
496         XEmacs, which was one character too wide.
497
498 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
499
500         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
501         default number of articles to display.
502         (gnus-articles-to-read): Use pretty names for prompt.
503
504 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * gnus-int.el (gnus-open-server): Ditto.
507
508         * gnus-start.el (gnus-activate-group): Give a backtrace if
509         debug-on-quit is set and the user hits `C-g'.
510         (gnus-read-active-file): Ditto.
511
512         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
513
514 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
515
516         * message.el (message-yank-original): Use cond instead of CL case.
517
518 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
519
520         * auth-source.el (auth-source-netrc-create): Use usual format for the
521         default in prompts.
522
523 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * lpath.el: Fbind read-char-choice for XEmacs.
526
527 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
528
529         * auth-source.el (auth-source-netrc-create): Show the default in the
530         prompt when prompting for token creation.
531
532 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
533
534         * auth-source.el (auth-source-format-prompt): Always convert the value
535         to a string to avoid evaluating non-string arguments.
536         (auth-source-netrc-create): Offer default properly, not as initial
537         content in `read-string'.
538         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
539         of line to determine if we've been run before.  If so, don't run again,
540         but print a trivial message to indicate the cache was hit instead.
541
542 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
543
544         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
545         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
546         The user will have to run `gnus-sync-read' manually and wait for Cloudy
547         Gnus.
548
549 2011-03-11  Julien Danjou  <julien@danjou.info>
550
551         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
552         modified file".
553
554 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * auth-source.el (auth-source-read-char-choice): New function to read a
557         character choice using `dropdown-list', `read-char-choice', or
558         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
559         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
560         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
561         (auth-source-netrc-saver): Use it.
562         (auth-source-pick-first-password): New convenience function.
563
564 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
565
566         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
567         parameter in the credentials.
568         (nnimap-open-connection-1): Use it after a successful login.
569         (nnimap-credentials): Add IMAP-specific user and password prompt.
570
571         * auth-source.el (auth-source-search): Add :require parameter, taking a
572         list.  Document it and the :save-function return token.  Pass :require
573         down.  Change the CREATED message from a warning to a debug statement.
574         (auth-source-search-backends): Pass :require down.
575         (auth-source-netrc-search): Pass :require down.
576         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
577         Change save prompt to indicate all modifications saved here are
578         deletions.
579         (auth-source-netrc-create): Take user login name as default in user
580         prompt.  Move all the save functionality to a lexically bound function
581         under the :save-function token in the returned list.  Set up clearer
582         default prompts for user, host, port, and secret.
583         (auth-source-netrc-saver): New function, intended to be wrapped for
584         :save-function.
585
586 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * shr.el (shr-table-horizontal-line): Change the defaults for the table
589         lines to be spaces instead.
590
591 2011-03-07  Julien Danjou  <julien@danjou.info>
592
593         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
594         (sieve-sasl-auth): Check that auth-source-search did return something,
595         or just return an empty string.
596
597 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
598
599         * gnus.el (gnus-interactive): Use read-directory-name.
600
601         * gnus-uu.el (gnus-uu-decode-uu-and-save)
602         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
603         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
604         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
605         Likewise.
606
607         * gnus-group.el (gnus-group-make-directory-group): Likewise.
608
609 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
612         onto the list of killed groups, too.  This makes killed nnimap groups,
613         for instance, more reliably not reappear.
614
615         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
616         the parent.
617
618         * gnus-sum.el (gnus-update-read-articles): Fix typo.
619
620         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
621         really have server-side marks.
622
623         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
624         since most backends do not usefully have server-side marks.
625         (gnus-update-read-articles): Propagate marks to all backends that
626         really have server-side marks.
627
628 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
629
630         * message.el (message-cite-reply-position, message-cite-style):
631         New variables.
632         (message-yank-original): Use the new citation styles.
633
634 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
635
636         * message.el (message-options): Revert 22da67af (workaround for XEmacs
637         buffer-local issue); don't mark it buffer-local when running under
638         XEmacs.
639
640 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
641
642         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
643         numbers too big to be `read'.
644
645 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
646
647         * password-cache.el (password-in-cache-p): Add autoload.
648
649         * message.el (message-options): Make buffer-local two ways to attempt
650         to fix a XEmacs bug.
651
652 2011-03-02  Julien Danjou  <julien@danjou.info>
653
654         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
655
656 2011-03-01  Julien Danjou  <julien@danjou.info>
657
658         * gnus-art.el (list-identifier): Add list-identifier as a parameter
659         group.
660         (article-hide-list-identifiers): Use list-identifier group parameter.
661
662 2011-02-28  Julien Danjou  <julien@danjou.info>
663
664         * sieve.el (sieve-buffer-script-name): New local variable to store
665         sieve script name.
666         (sieve-edit-script): Store sieve script name.
667         (sieve-upload): Use sieve script name when uploading.
668         (sieve-upload): Use substitute-command-keys.
669         (sieve-edit-script): Use substitute-command-keys.
670         (sieve-refresh-scriptlist): Use substitute-command-keys.
671         (sieve-manage-mode-map): Define keymap properly.
672         (sieve-manage-mode): Do not set mode name manually, change mode-name to
673         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
674         Remove commented code about cvs.
675         (sieve-manage-quit): New function.
676         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
677
678 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * gnus-group.el (gnus-import-other-newsrc-file): New function.
681
682 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
683
684         * auth-source.el (auth-source-search): Cache empty result sets.
685
686         * password-cache.el (password-in-cache-p): Convenience function to
687         check if a key is in the cache, even if the value is nil.
688
689         * auth-source.el (auth-source-save-behavior): New variable to replace
690         `auth-source-never-create'.
691         (auth-source-netrc-create): Use it.
692         (auth-source-never-save): Remove.
693
694 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
695
696         * nnimap.el (nnimap-stream): Doc fix.
697         (nnimap-open-connection-1): Reverse the order of the ports to that the
698         prompted-for port is first.
699
700         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
701         retrieval by the no-group selection.
702
703         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
704         numerical parameters.
705
706 2011-02-25  Julien Danjou  <julien@danjou.info>
707
708         * gnus-gravatar.el: Use gnus-with-article-buffer.
709
710         * gnus-art.el (gnus-with-article-buffer): Check that the
711         gnus-article-buffer is alive.
712
713 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * auth-source.el (auth-source-creation-prompts): New variable to manage
716         creation-time prompts.
717         (auth-source-search): Document it.
718         (auth-source-format-prompt): Add utility function.
719         (auth-source-netrc-create): Don't default the user name to
720         user-login-name.  Use `auth-source-creation-prompts' and some default
721         prompts for user, host, port, and password (the default generic prompt
722         remains ugly).
723         (auth-source-never-save): Add customizable option to never save info.
724         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
725         mode excursion.
726
727 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
730         argument that XEmacs doesn't support.
731
732         * dgnushack.el (dgnushack-compile): Exclude color.el from being
733         compiled for Emacsen having no `libxml-parse-html-region' support.
734
735         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
736
737         * lpath.el: Bind buffer-save-without-query for XEmacs.
738
739 2011-02-23  Julien Danjou  <julien@danjou.info>
740
741         * gnus-art.el (article-make-date-line): Ignore errors if time is
742         invalid and not convertible.
743         (article-make-date-line): Only add lapsed time if time is not nil.
744
745 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
746
747         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
748         `read-char-choice' for backwards compatibility.
749         (auth-source-netrc-element-or-first): New function to DTRT for
750         parameter extraction.
751         (auth-source-netrc-create): Use it and fix multiple parameter print
752         bug.  Use the default passed from above (given-default) or the
753         built-in (user-login-name for :user).
754
755 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
756
757         * gnus-start.el (gnus-dribble-read-file):
758         Set buffer-save-without-query, since we always want to save the dribble
759         file, probably.
760
761         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
762         nnimap.
763
764         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
765         -summary- since it's a user-visible variable.
766
767         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
768         first time you use the new Gnus.
769
770 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
771
772         * auth-source.el: Don't load netrc.el.
773         (auth-sources): Search ~/.netrc as well by default.
774         (auth-source-debug): Add 'trivia option for extra output.
775         (auth-source-do-trivia): Use it.
776         (auth-source-search): Simplify logic to use
777         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
778         appropriate.  Don't keep a running count at this level.  Layer :create
779         and :delete options appropriately on the first and second passes.
780         Don't track the backend with the search results.
781         (auth-source-search-backends): New function to search a list of
782         backends for a processed spec.
783         (auth-source-netrc-parse): Cache all netrc files, making
784         auth-source-netrc-cache an alist keyed by the file name and using the
785         file mtime as the caching criterion.  Keep the obfuscated data secret
786         with a lexical bind.
787         (auth-source-netrc-search): Don't calculate the length of the results
788         unnecessarily.
789         (auth-source-search-backends): Fix bug.
790         (auth-source-netrc-create): Rework prompts.
791
792 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
793
794         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
795         Lower case names of search constraints.
796         (nnir-run-query): Cache and reuse search constraints for all imap
797         servers.
798
799 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
800
801         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
802         after exit.
803         (gnus-setup-message): Define missing variable from last checkin.
804
805         * gnus-sum.el (gnus-summary-show-article): When called with t as the
806         value, show the raw article.
807
808 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
809
810         * gnus.el: No Gnus v0.13 is released.
811
812 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
813
814         * nnimap.el (nnimap-open-connection-1): Revert last change, since
815         auth-source now accepts numbers.
816
817         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
818         spec, too.
819         (auth-source-ensure-strings): New function.
820
821         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
822         (gnus-article-setup-buffer): Always restart the date timer so that user
823         changes to the frequency is respected.
824
825         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
826         port numbers, so make sure it gets that if nnimap-server-port is
827         explicit.
828
829 2011-02-21  Simon Josefsson  <simon@josefsson.org>
830
831         * nnimap.el (nnimap-inbox): Doc fix.
832
833 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
834
835         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
836         Autoload.  Add optional arg FRAME, and pass it to color-values.
837         (color-complement): Caller changed.  Doc fix.
838         (color-gradient): Rewrite for better clarity and efficiency.
839
840 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
841
842         * shr-color.el (shr-color->hexadecimal): Use renamed function names
843         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
844         color-lab-to-srgb.
845
846 2011-02-20  Drew Adams  <drew.adams@oracle.com>
847
848         * color.el: First part of merge from hexrgb.el.
849         (color-rgb-to-hex): Rename from color-rgb->hex.
850         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
851         saturation to zero if the value is too small.
852         (color-rgb-to-hsl): Rename from color-rgb->hsl.
853         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
854         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
855         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
856         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
857         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
858         (color-cie-de2000): Doc fix.
859
860 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
861
862         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
863         given method as in the group name if we're using an extended method.
864         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
865         command, if we're using that, instead of waiting for the beginning.
866
867         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
868         we're sure to get unique server names, and we don't output two async
869         commands in the same buffer.  This fixes an NNTP hang for some users.
870
871 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
872
873         * gnus.el: No Gnus v0.11 is released.
874
875 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
876
877         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
878         summary buffer before reading going to the next buffer.  This avoids
879         putting the point in the group buffer if you `C-g' the command.
880
881         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
882         cache (for now) to make ~/.authinfo.gpg files usable.
883
884         * nnfolder.el (copyright-update): Define for the compiler.
885
886         * auth-source.el (auth-source-search): Fix unbound variable.
887
888 2011-02-19  Glenn Morris  <rgm@gnu.org>
889
890         * gnus.el (gnus-meta): Doc fix.
891
892 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
893
894         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
895         in case it's not yet loaded.
896
897 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
898
899         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
900         line we're waiting for.
901
902 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
903
904         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
905         face with line-width greater than zero will cause RET in gnus summary
906         buffer to scroll down article page-wise because auto vscroll happens,
907         it should be temporalily disabled when doing a scroll-up.
908
909 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
910
911         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
912         outputs from the server.
913
914 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
915
916         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
917         later so that bbdb can hook in easier.
918
919 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
920
921         * auth-source.el (auth-source-search): Don't try to create credentials
922         if the caller doesn't want that.
923         (auth-source-search): If we don't find a match, don't bug out on
924         non-bound variables.
925         (auth-source-search): Only ask a single backend to create the
926         credentials.
927
928         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
929         logging.
930         (nnimap-credentials): Protect against auth-source-search returning nil.
931         (nnimap-request-list): Protect against not being able to open the
932         server.
933
934 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * auth-source.el (auth-source-search): Do a two-phase search, one with
937         no :create to get the responses from all backends.
938
939         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
940         when getting credentials.
941
942         * gnus-util.el (gnus-delete-duplicates): New function.
943
944 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
945
946         * nnimap.el (nnimap-credentials): Instead of picking the first port as
947         a creation default, pass the whole port list down.  It will be
948         completed.
949
950         * auth-source.el (auth-source-search): Updated docs to talk about
951         multiple creation choices.
952         (auth-source-netrc-create): Accept a list as a value (from the search
953         parameters) and do completion on that list.  Keep a separate netrc line
954         with the password obscured for showing the user.
955
956         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
957         first choice to `auth-source-search' so it will be used for entry
958         creation instead of the server's Gnus-specific name.
959         (nnimap-credentials): Rely on the auth-source library to select which
960         port is actually wanted in the new netrc entry, so don't override
961         `auth-source-creation-defaults'.
962
963         * auth-source.el (auth-source-netrc-parse): Use :port instead of
964         :protocol and accept a missing user, host, or port as a wildcard match.
965         (auth-source-debug): Default to off.
966
967         (auth-source-netrc-search, auth-source-netrc-create)
968         (auth-source-secrets-search, auth-source-secrets-create)
969         (auth-source-user-or-password, auth-source-backend, auth-sources)
970         (auth-source-backend-parse-parameters, auth-source-search): Use :port
971         instead of :protocol.
972
973         * nnimap.el (nnimap-credentials): Pass a port default to
974         `auth-source-search' in case an entry needs to be created.
975         (nnimap-open-connection-1): Use :port instead of :protocol.
976
977 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * auth-source.el: Bind load-path when loading EIEIO from
980         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
981         21.4 doesn't support, to `require'.
982         (auth-source-secrets-search): Use mm-delete-duplicates instead of
983         delete-dups that is not available in XEmacs 21.4.
984
985 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
986
987         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
988         as EIEIO must also be loaded when auth-source.el is being
989         byte-compiled.
990
991 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
992
993         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
994
995         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
996
997         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
998
999         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1000
1001         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1002
1003         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1004
1005         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1006
1007         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1008         necessary.
1009
1010 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1013         nil means that nnimap doesn't get updated.
1014
1015 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1016
1017         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1018         result when the user doesn't want to write to the file.
1019         (auth-source-netrc-search): Expect a synthetic result and proceed
1020         accordingly.
1021         (auth-source-cache-expiry): New variable to override
1022         `password-cache-expiry'.
1023         (auth-source-remember): Use it.
1024
1025         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1026         parameter.  Create entry if necessary by using :create t.
1027         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1028
1029 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1030
1031         * auth-source.el (auth-source-debug): Enable by default and don't
1032         mention the obsolete `auth-source-hide-passwords'.
1033         (auth-source-do-warn): New function to debug unconditionally.
1034         (auth-source-do-debug): Use it.
1035         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1036         and for Secrets API entries when the secrets.el library is not
1037         available.
1038
1039 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1042         (gnus-summary-exit): Kill the correct article buffer on exit from a
1043         `C-d' group.
1044
1045         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1046         gnus-propagate-marks.
1047
1048         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1049         before killing the buffers so that a non-full window conf gets handled
1050         correctly.
1051         (gnus-summary-exit): Ditto.
1052         (gnus-summary-read-group-1): Ditto.
1053
1054         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1055         async code again so that we can debug it properly.
1056
1057         * message.el (message-reply): Take an optional switch-buffer parameter
1058         so that Gnus window confs are respected better.
1059
1060 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1061
1062         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1063         `plist-get' to accept non-list parameters (XEmacs issue).
1064         Fix docstring.
1065         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1066         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1067         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1068         Login collection is "Login" and not "login".
1069
1070 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1071
1072         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1073         multiple headers.
1074
1075         * nnimap.el (nnimap-inhibit-logging): New variable.
1076         (nnimap-log-command): Don't log login commands.
1077
1078         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1079         to have more parameters.
1080
1081         * nnimap.el (nnimap-send-command): Mark the command time for each
1082         command, so that we don't get NOOPs stepping on our toes.
1083
1084         * gnus-art.el (article-date-ut): Get the date from the Date header on
1085         `t'.
1086
1087 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * auth-source.el (auth-source-search): Use copy-sequence instead of
1090         the cl.el copy-list.
1091
1092 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1093
1094         * imap.el: Bring it back (revert
1095         84d800cd31de3064f0ed39617d725709a2f8f42f).
1096
1097 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1098
1099         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1100         Improve prompt.
1101
1102 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1103
1104         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1105         washing status from the default format.  It isn't very informative.
1106
1107 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1108
1109         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1110         Fix Gcc processing on imap.
1111
1112 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1113
1114         * imap.el: Remove file.  All the functionality is in nnimap.el.
1115
1116 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1117
1118         * message.el (message-bury): Don't pop up a new window when selected
1119         window is dedicated.
1120
1121 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1122
1123         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1124
1125 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1126
1127         * sieve-manage.el: Autoload `auth-source-search'.
1128         (sieve-sasl-auth): Use it.
1129
1130 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1131
1132         * nnimap.el: Autoload `auth-source-forget+'.
1133         (nnimap-open-connection-1): Use it if the connection fails.
1134
1135         * auth-source.el: Require `password-cache'.
1136         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1137         obsolete.
1138         (auth-source-magic): Marker for `password-cache' keys.
1139         (auth-source-do-cache): Update docstring.
1140         (auth-source-search): Use and check cache.
1141         (auth-source-forget-all-cached, auth-source-remember)
1142         (auth-source-recall, auth-source-forget, auth-source-forget+)
1143         (auth-source-specmatchp): Caching support functions.
1144         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1145         Remove and obsolete.
1146         (auth-source-user-or-password): Remove caching to further discourage
1147         using it.  Always hide passwords.
1148
1149         * password-cache.el (password-cache-remove): Accept secrets that are
1150         not strings.
1151
1152 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1153
1154         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1155         code for now, since it doesn't work for all users.
1156
1157 2011-02-09  Julien Danjou  <julien@danjou.info>
1158
1159         * message.el (message-options): Make message-options really buffer
1160         local.
1161
1162 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1163
1164         * mail-source.el: Autoload `auth-source-search'.
1165         (mail-source-keyword-map): Note order matters.
1166         (mail-source-set-1): Get all the mail-source source values and
1167         defaults and search auth-source on those if needed.  This can all
1168         probably be simplified.
1169
1170         * nnimap.el: Autoload `auth-source-search'.
1171         (nnimap-credentials): Use it.
1172         (nnimap-open-connection-1): Ask for the virtual server and physical
1173         address in one shot.
1174
1175         * nntp.el: Autoload `auth-source-search'.
1176         (nntp-send-authinfo): Use it.  Note TODO.
1177
1178 2011-02-08  Julien Danjou  <julien@danjou.info>
1179
1180         * shr.el (shr-tag-body): Add support for text attribute in body
1181         markups.
1182
1183         * message.el (message-options): Make message-options a local variable.
1184
1185 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1186
1187         * auth-source.el (auth-source-secrets-search)
1188         (auth-source-user-or-password): Use `append' instead of `nconc'.
1189         (auth-source-user-or-password): Build return list better and protect
1190         against nil :secret.
1191
1192 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1193
1194         * nnimap.el (nnimap-update-info): Refactor slightly.
1195         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1196         (nnimap-update-info): Clean up slightly.
1197         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1198         characters.
1199         (nnimap-process-quirk): Rename function to avoid collision.
1200         (nnimap-update-info): Fix macrology bug-out.
1201         (nnimap-update-info): Simplify split history test.
1202
1203 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1204
1205         * auth-source.el (top): Require 'eieio unconditionally.
1206         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1207         (auth-source-secrets-search): Limit search when `max' is greater than
1208         number of results.
1209
1210 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1211
1212         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1213         part not returning any data.
1214
1215         * proto-stream.el (open-protocol-stream): Document the return value.
1216
1217 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1218
1219         * auth-source.el (auth-source-secrets-search): Add examples.
1220
1221 2011-02-06  Julien Danjou  <julien@danjou.info>
1222
1223         * message.el (message-setup-1): Handle message-generate-headers-first
1224         set to t.
1225
1226 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1227
1228         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1229         API with a string "secrets:collection-name" and with 'default.
1230         (auth-source-backend-parse): Parse "secrets:collection-name" and
1231         'default.  Recurse on parses instead of repeating code.  Use the
1232         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1233         message when ignoring a source.
1234         (auth-source-search): List ignored search keys at the top level.
1235         (auth-source-netrc-create): Use `case' instead of `cond'.
1236         (auth-source-secrets-search): Created with TODOs.
1237         (auth-source-secrets-create): Created with TODOs.
1238         (auth-source-retrieve, auth-source-create, auth-source-delete)
1239         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1240         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1241         (auth-source-user-or-password-sftp)
1242         (auth-source-user-or-password-smtp): Remove.
1243         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1244         around `auth-source-search'.  Not tested thoroughly.
1245
1246 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1247
1248         * auth-source.el: Bring in assoc and eioeio libraries.
1249         (secrets-enabled): New variable to track the status of the Secrets API.
1250         (auth-source-backend): New EIOEIO class to represent a backend.
1251         (auth-source-creation-defaults): New variable to set prompt defaults
1252         during token creation (see the `auth-source-search' docstring for
1253         details).
1254         (auth-sources): Simplify to allow a simple string as a netrc backend
1255         spec.
1256         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1257         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1258         (auth-source-search): Main auth-source API entry point.
1259         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1260         (auth-source-search-collection): Helper function for searching.
1261         (auth-source-netrc-parse, auth-source-netrc-normalize)
1262         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1263         Supports search, create, and delete.
1264         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1265         backend stubs.
1266         (auth-source-user-or-password): Call `auth-source-search' but it's not
1267         ready yet.
1268
1269 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1270
1271         * message.el (message-setup-1): Remove the read-only stuff, since it
1272         doesn't work under XEmacs, for some reason.
1273
1274         * gnus-sum.el (gnus-user-date): Rename back from
1275         gnus-summary-user-date since user code refers to it.
1276
1277         * shr.el (shr-render-td): Store the actual background colour used.
1278
1279         * message.el (message-setup-1): Don't bind the constant
1280         -forbidden-properties.
1281         (message-setup-1): Revert previous change, since it needs to bind the
1282         props to insert them.
1283         (message-resend): Allow removing the read-only separator line.
1284
1285 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1286
1287         * nnimap.el (nnimap-request-accept-article): Give an error message if
1288         the APPEND wasn't successful.
1289
1290 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1291
1292         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1293         that have no groups.
1294
1295 2011-02-03  Julien Danjou  <julien@danjou.info>
1296
1297         * gnus-draft.el: Remove progn around gnus-draft-setup.
1298
1299 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-start.el (gnus-read-active-for-groups): This function is never
1302         called with a nil `infos', so clean that up.
1303         (gnus-get-unread-articles): Request active files from primary/secondary
1304         methods that have no groups (yet).
1305
1306 2011-02-03  Julien Danjou  <julien@danjou.info>
1307
1308         * message.el (message-setup-1): Always generate References first.
1309         (message-mail): Return the return value of message-setup, not always t.
1310         (message-setup-1): Insert mail-header-separator with read-only and
1311         intangible properties set.
1312
1313         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1314         user-date in docstring.
1315
1316         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1317
1318         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1319         docstring.
1320
1321         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1322         defcustom, with type and group. Move from gnus-util.el. Rename to
1323         gnus-summary-user-date-format-alist.
1324
1325 2011-02-03  Glenn Morris  <rgm@gnu.org>
1326
1327         * nnimap.el (gnus-fetch-headers): Declare.
1328
1329         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1330
1331 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1332
1333         * message.el (message-forward-make-body-digest-plain)
1334         (message-followup, message-reply): Clean up things noted by Stefan.
1335
1336         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1337         gnus-article-update-date-headers is nil.
1338         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1339         it didn't really work with defcustom.
1340         (article-update-date-lapsed): Make sure the window start doesn't move,
1341         either.
1342
1343 2011-02-01  Julien Danjou  <julien@danjou.info>
1344
1345         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1346         format.
1347
1348         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1349         standard in Emacs nowadays.
1350
1351         * color.el (color-gradient): Add a color-gradient function.
1352
1353 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1354
1355         * message.el (message-expand-name): Don't trust the return value of
1356         bbdb-complete-name.
1357         (message-check-news-header-syntax): Remove unused var `start'.
1358         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1359         (message-inhibit-body-encoding): Move to before first use.
1360         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1361         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1362         (Organization, Message-ID, Date, mh-previous-window-config):
1363         Defvar the vars using dynamic scoping.
1364
1365 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1366
1367         * shr.el (shr-render-td): Only do colours at the final rendering.
1368         Should be slightly faster.
1369         (shr-insert-table): Fix up TD background colours when doing the
1370         vertical padding.
1371
1372         * gnus-art.el (article-date-ut): Protect against articles with no Date
1373         header.
1374         (article-update-date-lapsed): Don't use current-column to find the
1375         horizontal position.  It's fragile in the presence of \003 characters.
1376
1377         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1378
1379 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1380
1381         * gnus-art.el (article-transform-date): Rewrite to still work when
1382         there are several rfc2822 parts.
1383         (article-transform-date): Fix infinite recursion.
1384         (article-date-ut): Replace infinitely many Date headers with a single
1385         one when called interactively.
1386
1387         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1388         secure manner.
1389
1390         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1391         move around by not using save-window-excursion.  It seems to work...
1392
1393 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-art.el (article-make-date-line): Work for user-defined format.
1396
1397 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1398
1399         * nntp.el (nntp-retrieve-group-data-early)
1400         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1401         fetching functions.
1402
1403         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1404         thoroughly for all backends that have no known groups.  This should
1405         allow new nnml methods to retrieve mail.
1406
1407         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1408         that Gnus doesn't know exists again.
1409
1410         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1411         (gnus-treat-date-ut): Ditto.
1412         (gnus-article-update-date-header): Rename.
1413         (gnus-treat-date-local): Remove.
1414         (gnus-treat-date-english): Remove.
1415         (gnus-treat-date-lapsed): Remove.
1416         (gnus-treat-date-combined-lapsed): Remove.
1417         (gnus-treat-date-original): Remove.
1418         (gnus-treat-date-iso8601): Remove.
1419         (gnus-treat-date-user-defined): Remove.
1420         (gnus-article-date-headers): New variable to control all the date
1421         header options.
1422         (article-date-ut): Rewrite to allow using the new way to format date
1423         headers(s).
1424
1425 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1426
1427         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1428         method.
1429         (nnmail-article-group): A better test for fanciness.
1430
1431         * nnimap.el (nnimap-request-head): Protect against not finding the
1432         article by Message-ID.
1433
1434 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1435
1436         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1437         keep point at the "same place".
1438
1439 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1442         data if the group is unactivated.
1443
1444 2011-01-28  Julien Danjou  <julien@danjou.info>
1445
1446         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1447         (gnus-all-windows-visible-p): Remove old compatibility code.
1448         (gnus-window-top-edge): Add docstring.
1449
1450         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1451
1452 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1455         older request-update-info.
1456
1457         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1458
1459 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1460
1461         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1462         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1463
1464 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1467         groups.  This makes the nndraft:queue group pop up if it's not already
1468         there.
1469
1470         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1471         messages" logic, which was reversed.
1472
1473         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1474         the "same place" even if point is on the line being replaced.
1475         (article-update-date-lapsed): Allow updating both the combined lapsed
1476         and the lapsed headers.
1477         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1478         (article-make-date-line): Limit the number of segments dynamically to
1479         avoid too-long lines.
1480
1481 2011-01-27  Julien Danjou  <julien@danjou.info>
1482
1483         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1484         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1485
1486 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1489         Use plist-get instead of the cl function getf.
1490
1491 2011-01-27  Glenn Morris  <rgm@gnu.org>
1492
1493         * gnus-util.el (float-time): Get rid of compiler warning, again.
1494
1495 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1496
1497         * shr.el (shr-put-color): Special-case background colours: Do put them
1498         at the blank parts at the front of the lines.
1499
1500         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1501         exit hook to nix out all data on readedness on group exit.
1502
1503         * gnus-util.el (float-time): If float-time is bound, always use it on
1504         all Emacsen.  It's unclear why the subrp check was there.
1505         (time-date): Require to make some autoload issues on XEmacs go away.
1506
1507         * shr.el (shr-put-color): Don't do the box padding in tables, since
1508         they're already padded.
1509
1510 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1511
1512         * gnus-art.el (gnus-article-next-page): When the last line of the
1513         article is displayed, scroll down once more instead of going to the
1514         next article at once.
1515         (article-lapsed-string): Refactor out and allow specifying how many
1516         segments you want.
1517         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1518         (gnus-article-update-lapsed-header): New variable.
1519
1520         * shr.el: Revert change that made headings use different-sized faces.
1521         The Emacs display engine isn't advanced enough that, for instance,
1522         tables can comfortably use differently-sized faces.
1523
1524 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1525
1526         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1527         used.
1528         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1529         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1530         we're using an encrypted connection.
1531
1532         * proto-stream.el: Alter the interface functions to also return the
1533         actual stream type used: network or tls.
1534
1535 2011-01-25  Julien Danjou  <julien@danjou.info>
1536
1537         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1538         (mm-display-javascript-inline): New function.
1539
1540         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1541         viewing function.
1542
1543 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1544
1545         * shr.el (shr-expand-newlines): Fix variable name.
1546
1547 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1548
1549         * shr.el (shr-expand-newlines): Make nested boxes work.
1550
1551 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1552
1553         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1554         backgrounds.
1555         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1556         in a more sensible manner.
1557
1558 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1559
1560         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1561         if EPG is loaded.
1562
1563 2011-01-24  Julien Danjou  <julien@danjou.info>
1564
1565         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1566         tags.
1567
1568 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1569
1570         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1571         commands.
1572
1573         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1574         in the article buffer.
1575         (gnus-gravatar-insert): Use blank space from the current buffer to
1576         avoid breaking text properties.  This makes X-Sent updating work again.
1577
1578         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1579
1580 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1581
1582         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1583         fix the bug in url-http.el instead.
1584
1585         * shr.el (shr-image-fetched): Ditto.
1586
1587         * shr.el (shr-image-fetched): Avoid having point move in the article
1588         buffer.
1589
1590         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1591         buffer after being called.  It's apparently being killed by url.el, and
1592         killing it made point move to end-of-buffer in a random buffer.
1593
1594         * shr.el (shr-image-fetched): Ditto.
1595
1596 2011-01-23  Julien Danjou  <julien@danjou.info>
1597
1598         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1599
1600         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1601         text/x-org.
1602
1603 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1606         (i.e., nnimap) returning nil as the article number.
1607
1608 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1609
1610         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1611         "DelSp" parameter in RFC3676.
1612
1613 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1614
1615         * message.el (message-check-recipients): Display the encoded version of
1616         the bogus address if they differ.
1617
1618         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1619         after sending.
1620
1621         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1622
1623         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1624
1625         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1626         group buffer after sending the queue.
1627
1628         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1629
1630 2011-01-22  Julien Danjou  <julien@danjou.info>
1631
1632         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1633
1634 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1635
1636         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1637         nested related parts.
1638
1639         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1640         unexpired articles.  This fixes the regression that led expiry marks to
1641         disappear from nnfolder groups.
1642
1643 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1644
1645         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1646         Don't confuse the "ret" of "retrograde" with RET.
1647
1648 2011-01-21  Julien Danjou  <julien@danjou.info>
1649
1650         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1651         than mm-insert-inline.
1652
1653 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1656         Widen article buffer.
1657
1658 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1659
1660         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1661         the temp buffer.
1662         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1663
1664 2011-01-20  Julien Danjou  <julien@danjou.info>
1665
1666         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1667
1668         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1669         than mm-insert-inline to insert inline part: this respect
1670         mm-inline-media-tests displayers.
1671
1672         * mm-view.el (mm-display-shell-script-inline): New function.
1673
1674         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1675
1676         * mm-uu.el (mm-uu-type-alist): Add org block.
1677         (mm-uu-org-src-code-block-extract): New function.
1678
1679         * mm-view.el (mm-display-org-inline): New function.
1680
1681         * mm-decode.el (mm-automatic-display): Add text/org.
1682
1683         * mailcap.el (mailcap-mime-extensions): Add .org.
1684
1685 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1688         gnus-article-add-buttons.
1689
1690 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1691
1692         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1693         From header with a date and "nobody" as the sender.
1694
1695 2011-01-19  Julien Danjou  <julien@danjou.info>
1696
1697         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1698         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1699         if you have the same regexp several times.
1700         (gnus-button-push): Fix matching when regexp is symbol.
1701
1702 2011-01-15  Glenn Morris  <rgm@gnu.org>
1703
1704         * message.el (message-mail): A compose-mail function should
1705         accept headers as strings.
1706
1707 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1708
1709         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1710         Add :vert-only tags.
1711         (message-mail): New arg RETURN-ACTION.
1712         (message-return-action): New var.
1713         (message-bury): Use it.
1714         (message-mode): Make it buffer-local.
1715         (message-send-and-exit): Always call message-bury.
1716
1717         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1718         message-mail.
1719
1720 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * nnimap.el (nnimap-convert-partial-article): Protect against
1723         zero-length body parts.
1724
1725         * mm-decode.el (mm-preferred-alternative-precedence):
1726         Discourage showing empty parts.
1727
1728         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1729         and stuff if the backend didn't return the article number.  This fixes
1730         an Exchange-related nnimap bug.
1731
1732         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1733         group window, because it does the wrong thing when a separate frame
1734         displays the group buffer.
1735
1736         * proto-stream.el (open-protocol-stream): Protect against the low-level
1737         transport functions returning nil.
1738
1739 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1740
1741         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1742         (mml2015-epg-find-usable-secret-key): New function.
1743         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1744         mml2015-epg-find-usable-key (Bug#7797).
1745         (mml2015-epg-encrypt): Ditto.
1746
1747 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * dgnushack.el (rot13-string): Fix the way to get the argument.
1750
1751 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1754
1755 2011-01-03  Glenn Morris  <rgm@gnu.org>
1756
1757         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1758
1759         * sieve.el (sieve-open-server): Give a more explicit error if
1760         sieve-manage-open returns nil.  (Bug#7720)
1761
1762 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1763
1764         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1765
1766 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1769         This avoids sending passwords in plain text over non-encrypted
1770         channels.
1771
1772         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1773
1774         * nnimap.el (nnimap-login): Refactored out into own function, and
1775         implement CRAM-MD5.
1776         (nnimap-wait-for-line): Refactored out.
1777
1778         * mm-view.el (mml-smime): Require.
1779
1780 2010-12-20  David Engster  <deng@eml.cc>
1781
1782         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1783         use EPG to decrypt S/MIME messages instead of openssl.
1784
1785 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1788
1789         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1790         status is the group clearly is unreachable.
1791
1792         * auth-source.el (auth-source-create): Add the optional second
1793         parameter to `local-variable-p' to be compatible with XEmacs.
1794
1795 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1796
1797         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1798         work when using a compressed nnml folder.
1799
1800 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1803         backends after sanitising on entry, because this never makes sense:
1804         If the articles have gone missing, then the data no longer exists on
1805         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1806         overwrite anything anyway.
1807
1808         * shr.el (shr-insert-document): Bind shr-width dynamically to
1809         window-width if it's nil.
1810
1811 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1812
1813         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1814         with the meaning of using the full emacs window width for rendering.
1815
1816 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1817
1818         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1819         case when sender is not given.
1820
1821 2010-12-23  Julien Danjou  <julien@danjou.info>
1822
1823         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1824         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1825         the addresses, otherwise we might misplaced the gravatar.
1826
1827 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1828
1829         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1830         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1831         obsolete in Emacs.
1832
1833 2010-12-20  Julien Danjou  <julien@danjou.info>
1834
1835         * gnus-util.el (gnus-rescale-image): Revert last change.
1836
1837 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1838
1839         * binhex.el: Improve commentary (Bug#7482).
1840
1841 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * gnus-group.el (gnus-group-delete-articles): New command.
1844
1845 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1846
1847         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1848
1849 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1852         here, since it's up to the backends to do CRLF removal if their
1853         protocol has it.
1854
1855         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1856
1857 2010-12-17  Julien Danjou  <julien@danjou.info>
1858
1859         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1860         they are from file. Can also scale up.
1861
1862 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1863
1864         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1865         gnus-use-agent.
1866         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1867
1868         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1869
1870 2010-12-17  Julien Danjou  <julien@danjou.info>
1871
1872         * gravatar.el (gravatar-retrieve-synchronously): New function.
1873         (gravatar-get-data): Make more robust.
1874
1875 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1878
1879 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1882         to really consider the last line.
1883
1884 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1885
1886         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1887         list of recipient keys, or use symmetric encryption if not a list.
1888         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1889         EPA override, replacing the call to `netrc-store-data'.
1890
1891 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1892
1893         * gnus-srvr.el: Avoid passing nil regexp argument to
1894         delete-matching-lines.
1895
1896 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1899         fetching stops when Gnus exits.
1900
1901         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1902         function.
1903         (nnfolder-request-expire-articles): Save all the buffers after doing
1904         expiry.
1905
1906         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1907         the last article", since that led to serious performance regressions
1908         when expiring nnml groups.
1909
1910 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1911
1912         * nnir.el: Improve customizations.
1913
1914 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1917
1918         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1919         group has been killed.
1920         (gnus-group-yank-group): Ditto.
1921
1922         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1923
1924         * nnimap.el (nnimap-request-update-group-status): New function.
1925
1926         * gnus-int.el (gnus-request-update-group-status): New interface
1927         function.
1928
1929         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1930         copying read-ness to the backends.
1931
1932         * nnimap.el (nnimap-quirk): New function.
1933         (nnimap-retrieve-group-data-early): Use it.
1934         (nnimap-quirks): New alist.
1935
1936 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1939         don't delete it within indentation.
1940
1941 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1944         previous line.
1945
1946 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1949         QRESYNC command by deleting a superfluous space which broke Cyrus
1950         servers.  This change will break other servers that are buggy the other
1951         way around.
1952
1953 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1954
1955         * spam.el: Reindent and fix long lines.
1956         (spam-copy-or-move-routine): Exclude invalid move destinations.
1957
1958 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1959
1960         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1961         installed the registry.
1962
1963 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1966
1967 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1968
1969         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1970         groupname doesn't contain "gmane".
1971
1972 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1975         and netrc-bound-and-true-p bindings.
1976         (netrc-parse): Cache the netrc contents.
1977
1978         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1979         (gnus-1): Don't create the nndrafts group twice.
1980         (gnus-setup-news): There's no need to read the active file here, since
1981         that's done again later on a per-backend basis.
1982         (gnus-start-draft-setup): Make sure that the new group is started out
1983         empty.
1984
1985         * gnus-agent.el (gnus-agentize): Don't create the queue group
1986         automatically on startup.  It'll be created later, if needed.
1987
1988         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1989         of automatically subscribed groups.
1990         (gnus-auto-subscribed-categories): New variable.
1991         (gnus-matches-options-n): Use it.
1992         (gnus-default-subscribed-newsgroups): Remove unused variable.
1993         (gnus-start-draft-setup): Message a bit less.
1994
1995 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1996
1997         * nnir.el (nnir-run-imap): Return article list in order of increasing
1998         UID.
1999
2000 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * gnus-sum.el (gnus-summary-enter-digest-group):
2003         Mention gnus-auto-select-on-ephemeral-exit.
2004
2005         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2006         convention of the network-only option.
2007
2008 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * proto-stream.el (proto-stream-open-network-only): New function to
2011         have a way to specify non-STARTTLS upgrade connections.
2012
2013 2010-12-10  Julien Danjou  <julien@danjou.info>
2014
2015         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2016         email address is nil.
2017
2018         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2019
2020 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2021
2022         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2023         deletion.
2024         (nnir-run-imap): Only need to parse list once.
2025
2026 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * shr.el (shr-tag-script): Ignore <script>.
2029         (shr-tag-label): Add <label> support.
2030
2031 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2034
2035         * shr.el (shr-image-displayer): Work for images lined side by side.
2036
2037 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2038
2039         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2040         parameter, since XEmacs doesn't accept t as a parameter.
2041
2042 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2043
2044         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2045         ids.
2046         (nnir-run-gmane): Simplify groupspec formatting.
2047         (nnir-request-expire-articles): New function.
2048
2049 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2052         overflow, possibly.
2053
2054         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2055         (shr-render-td): Handle td style="" better.
2056         (shr-tag-table): Use the color from the style sheet.
2057         (shr-render-td): Make sure we copy over all the overlays, too.
2058
2059 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2060
2061         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2062         (nnir-request-article): Improve article retrieval.
2063
2064 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * mm-util.el (mm-extra-numeric-entities): New variable.
2067
2068         * mm-url.el (mm-url-decode-entities):
2069         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2070
2071         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2072
2073 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2074
2075         * message.el: Use completion-at-point.
2076         (message-completion-function): New fun, extracted from message-tab.
2077         (message-mode): Use it for completion-at-point-functions.
2078         (message-tab): Use it and completion-at-point.
2079
2080 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2083         character if a non-breakable character follows.
2084
2085 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2088         any stream.
2089
2090         * shr.el (shr-tag-font): Colorize the region.
2091         (shr-tag-body): Ditto.
2092         (shr-tag-font): Actually let the styles be inherited instead of
2093         overwriting them.
2094         (shr-tag-font): Get the background color right.
2095         (shr-tag-style): Ignore all <style> tags for the moment.
2096
2097         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2098         a Message-ID to avoid having nnimap depend on gnus-sum.
2099
2100         * shr.el (shr-descend): Only colorize something if we have a node that
2101         sets colors.
2102
2103 2010-12-06  Julien Danjou  <julien@danjou.info>
2104
2105         * shr.el (shr-render-td): Render td content with shr-descend, so style
2106         will be applied to <td> too.
2107         (shr-colorize-region): Colorize region even if we only have a background.
2108         (shr-tag-body): Fix color and background color inheritance.
2109         Do not recolorize after shr-generic.
2110         (shr-tag-font): Let shr-generic colorize via inheritance.
2111
2112 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2115
2116 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2117
2118         * nnir.el (nnir-request-move-article): Remove obsolete code.
2119
2120 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2123
2124 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus-sum.el (gnus-summary-respool-article): The completion function
2127         expects a list instead of an alist.
2128
2129         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2130         string as the parameter.
2131
2132         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2133
2134         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2135         styles.
2136         (shr-colorize-region): New function.
2137         (shr-insert-background-overlay): Remove.
2138         (shr-render-td): Background setting should be taken care of on a higher
2139         level.
2140         (shr-tag-body): Use post-hoc colorizations.
2141         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2142         (shr-put-color-1): Don't overwrite old colors.
2143         (shr-colorize-region): When the background color isn't explicit, use
2144         a fixed background.
2145
2146         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2147         nnmail variables.
2148
2149 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2150
2151         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2152         unless necessary.
2153
2154 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2155
2156         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2157         server.
2158
2159 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2162         so that TAB works.
2163
2164         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2165         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2166
2167         * shr.el (shr-urlify): Show the URL before the title to avoid
2168         misleading URLs.
2169
2170 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2171
2172         * shr.el (shr-urlify): Display the title in <a> tags.
2173
2174 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2175
2176         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2177
2178 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2179
2180         * nnir.el: Rearrange code to allow macros to be autoloaded by
2181         gnus-sum.el.
2182         (nnir-retrieve-headers-override-function): Make this variable
2183         customizable.
2184         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2185
2186         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2187         from nnir.el.
2188
2189 2010-12-03  Julien Danjou  <julien@danjou.info>
2190
2191         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2192
2193 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2196         allow optional argument `environment'.
2197
2198 2010-12-03  Glenn Morris  <rgm@gnu.org>
2199
2200         * mm-extern.el (message-goto-body): Update declaration.
2201
2202 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus-util.el (gnus-macroexpand-all): New function.
2205
2206         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2207         instead of macroexpand-all that is unavailable in XEmacs.
2208
2209 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2210
2211         * nnir.el (nnir-summary-line-format): New variable.
2212         (nnir-mode): Use it.
2213         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2214         (nnir-article-ids): Reimplement as defsubst.
2215         (nnir-retrieve-headers): Don't mangle the subject header.
2216         (nnir-run-imap): Use 100 as RSV score.
2217         (nnir-run-find-grep): Fix for full server searching.
2218         (nnir-run-gmane): Better restriction to gmane groups.
2219
2220         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2221         summary buffers.
2222
2223 2010-12-02  Julien Danjou  <julien@danjou.info>
2224
2225         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2226
2227         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2228
2229         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2230         support.
2231
2232 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2233
2234         * nnir.el: Update to handle the registry better.
2235         (autoload): Silence byte-compiler.
2236         (nnir-open-server): Add a hook for nnir groups.
2237         (nnir-request-move-article): Don't mangle the header. Better to use
2238         formating variables (which will be added in the future).
2239         (nnir-registry-action): Update the registry using the original article
2240         group name.
2241         (nnir-mode): Install nnir-specific hooks for updating the registry.
2242
2243         * gnus-sum.el
2244         (gnus-article-original-subject,gnus-newsgroup-original-name):
2245         Remove obsolete variables.
2246         (gnus-summary-move-article): Remove use of obsolete variables.
2247         (gnus-summary-local-variables): Make move and delete hooks local to
2248         summary buffers.
2249
2250 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * rtree.el: New file.
2253
2254 2010-12-01  Julien Danjou  <julien@danjou.info>
2255
2256         * message.el (message-user-organization): Do not use
2257         gnus-local-organization.
2258
2259         * gnus.el: Remove gnus-local-organization.
2260
2261         * gnus-msg.el: Remove nastygram thing.
2262
2263 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2264
2265         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2266         funcall.
2267
2268 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2271         names.
2272
2273         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2274         characters.
2275
2276         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2277         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2278         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2279         (gnus-gravatar-transform-address): Use mail-extract-address-components
2280         that supports non-ASCII names rather than mail-header-parse-addresses.
2281
2282 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * proto-stream.el (open-protocol-stream): All starttls connections are
2285         handled by the network handler.
2286
2287 2010-11-30  Julien Danjou  <julien@danjou.info>
2288
2289         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2290         (nnimap-open-connection-1): Fix PREAUTH.
2291
2292         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2293
2294 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2297         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2298         (shr-insert): Use them.
2299         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2300
2301 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2302
2303         * nnir.el (nnir-request-move-article): Bail out if original group
2304         doesn't support article moves.
2305         (nnir-get-active): Improve active list retrieval.
2306
2307 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2310
2311 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2312
2313         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2314         seem to accept strings-with-numbers as port numbers,
2315
2316 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2317
2318         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2319         change the registry.
2320
2321 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2324         delete-dups that is not available in XEmacs 21.4.
2325
2326         * mm-util.el (mm-delete-duplicates): Add comment.
2327
2328 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2329
2330         * nnir.el (nnir-ignored-newsgroups): New variable.
2331         (nnir-get-active): Use it.
2332
2333 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * proto-stream.el (proto-stream-open-network): Add some comments.
2336
2337         * nntp.el (nntp-open-connection): Provide a :success condition.
2338
2339         * nnimap.el (nnimap-open-connection-1): Ditto.
2340
2341         * proto-stream.el (proto-stream-open-network): See what the response to
2342         the STARTTLS command is.
2343
2344         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2345         backwards compatibility).
2346         (nnimap-open-connection-1): Really respect nnimap-server-port.
2347
2348         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2349         TLS upgrades we don't really care about the identity of the peer.
2350         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2351         that what we've checked for.
2352         (proto-stream-always-use-starttls): Only default to t if
2353         open-gnutls-stream exists.
2354         (proto-stream-open-network): If STARTTLS failed, then just open a
2355         normal connection.
2356         (proto-stream-open-network): Wait until the greeting before doing
2357         STARTTLS.
2358
2359         * nntp.el (nntp-open-connection): Report what the connection error is.
2360
2361         * proto-stream.el (open-protocol-stream): Rename from
2362         open-proto-stream.
2363
2364 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * nnimap.el (nnimap-stream): Change default to `undecided'.
2367         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2368         first, and then network.
2369         (nnimap-open-connection-1): Respect nnimap-server-port.
2370         (nnimap-open-connection): Be more backwards-compatible.
2371
2372         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2373         (proto-stream-open-starttls): De-duplicate the starttls code.
2374         (proto-stream-open-starttls): Folded back into the main function.
2375         (proto-stream-open-network): Fix typo in the gnutls path.
2376         (proto-stream-command): Refactor out.
2377
2378         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2379
2380         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2381         starttls.el STARTTLS.
2382
2383         * color.el (color-lab->srgb): Fix function call name.
2384
2385         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2386         if we're using tls.el.
2387         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2388         built in, then don't try to establish a STARTTLS connection.
2389
2390         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2391         servers.
2392
2393         * proto-stream.el (open-proto-stream): Use network, not stream.
2394         (open-proto-stream): Add a way to specify what the end of a command is.
2395
2396         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2397         connections types.
2398         (nntp-open-network-stream): Remove.
2399         (nntp-open-ssl-stream): Remove.
2400         (nntp-open-tls-stream): Remove.
2401         (nntp-ssl-program): Remove.
2402
2403         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2404
2405 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2406
2407         * nnir.el: Fix typos.
2408         (nnir-retrieve-headers-override-function): Rename variable to reflect
2409         new semantics.
2410         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2411         macros.
2412         (nnir-request-article, nnir-request-move-article): Use them.
2413         (nnir-categorize): New function.
2414         (nnir-run-query): Use it.
2415         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2416         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2417         sorted.
2418         (nnir-group-full-name): Use gnus-group-full-name instead.
2419         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2420         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2421
2422 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2425
2426         * proto-stream.el: New library to provide protocol-specific
2427         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2428         protocols.
2429         (open-proto-stream): Complete the documentation.
2430         (proto-stream-open-network): Fix some typos.
2431
2432         * nnimap.el (nnimap-open-connection): Use it.
2433
2434 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2435
2436         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2437         negotiation.
2438
2439 2010-11-26  Julien Danjou  <julien@danjou.info>
2440
2441         * color.el: Rename various rgb functions to srgb.
2442
2443 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2446         names.
2447
2448 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * shr.el (shr-insert): Revert last change.
2451         (shr-find-fill-point): Never leave point being at bol;
2452         relax the kinsoku limitation when rendering tables.
2453
2454 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2457         results from -accept-article.
2458
2459         * shr-color.el: Require cl when compiling.
2460
2461         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2462         checkin.
2463
2464         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2465
2466         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2467
2468         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2469         'add and 'delete to set backend marks.
2470
2471         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2472
2473         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2474
2475         * nntp.el (nntp-request-set-mark): Use it.
2476
2477         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2478
2479         * nnml.el (nnml-request-set-mark): Ditto.
2480
2481         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2482         introduces regressions in article selection.
2483         (nnimap-find-uid-response): New function.
2484         (nnimap-request-accept-article): Use the UID returned, if any.
2485         (nnimap-request-move-article): Use the UID returned, if any.
2486         (nnimap-get-groups): Reimplement to work with folded lines.
2487         (nnimap-find-uid-response): The UID is the last element in the list.
2488         (nnimap-request-set-mark): Extend syntax with 'set.
2489
2490         * nnml.el (nnml-request-set-mark): Ditto.
2491
2492         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2493
2494         * nntp.el (nntp-request-set-mark): Ditto.
2495
2496 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * message.el (message-called-interactively-p): A temporary macro.
2499         (message-goto-body): Use it temporarily.
2500
2501 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2504         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2505         (nnimap-last-response-string): Fix last unfolding fix.
2506
2507 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * shr.el (shr-insert): Fix the way to fold lines.
2510
2511 2010-11-25  Julien Danjou  <julien@danjou.info>
2512
2513         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2514
2515         * color.el: Rename from color-lab.el
2516         (color-rgb->hex): Add.
2517         (color-complement): Add.
2518         (color-complement-hex): Add.
2519
2520         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2521
2522 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2525         don't exist.
2526
2527 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2530         assuming that article displaying or another mml-preview may be
2531         interrupted for an error or for the like.
2532
2533         * shr.el (shr-get-background): Fix argument name.
2534
2535 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2538
2539         * gnus-sum.el (gnus-summary-include-articles): New function.
2540
2541         * message.el (message-goto-body): called-interactively-p needs a
2542         parameter, so use `any'.
2543
2544         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2545         clear marks before moving, since they're synced from the Gnus side
2546         first.
2547
2548         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2549         (gnus-summary-move-article): Copy over all marks before moving, so that
2550         IMAP doesn't think a new article has arrived.
2551
2552 2010-11-24  Julien Danjou  <julien@danjou.info>
2553
2554         * shr.el (shr-insert-background-overlay): Fix typo.
2555         (shr-render-td): Copy the background before rendering.
2556
2557         * shr-color.el (shr-color-visible): Fix docstring.
2558
2559         * shr.el (shr-tag-table): Add bgcolor support.
2560         (shr-render-td): Add bgcolor support.
2561         (shr-get-background): Add.
2562         (shr-insert-foreground-overlay): Use shr-get-background.
2563
2564         * message.el (message-goto-body): Use called-interactively-p.
2565         (message-in-body-p): message-goto-body returns point.
2566
2567 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2570         Fixes something or other in Emacs 23, and is backwards compatible.
2571
2572         * message.el (message-goto-body): Remove the <#secure special-casing,
2573         which is too special.
2574
2575         * shr.el (shr-parse-style): Drop !important from styles.
2576
2577 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2578
2579         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2580         this function to return incorrect results when calling it with an
2581         explicit article argument different from
2582         (gnus-summary-article-number).
2583
2584 2010-11-24  Julien Danjou  <julien@danjou.info>
2585
2586         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2587         (shr-tag-body): Add background support.
2588         (shr-descend): Add background support.
2589         (shr-tag-title): Add.
2590
2591         * shr-color.el (shr-color-visible): Really return original background
2592         if fixed.
2593
2594 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * shr.el (shr-color-check): Protect against non-existent colour names.
2597
2598 2010-11-24  Julien Danjou  <julien@danjou.info>
2599
2600         * color-lab.el: Require 'cl when compiling.
2601
2602         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2603
2604         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2605         matched part.
2606
2607         * color-lab.el: Fix all expt calls to use float type.
2608
2609 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2612         expression to shr-color-check as is.
2613
2614         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2615
2616         * color-lab.el: Add coding cookie.
2617         (float-pi): Use eval-and-compile.
2618
2619         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2620         compiled for Emacsen having no `libxml-parse-html-region' support.
2621
2622 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * shr.el (shr-insert-color-overlay): Split stuff like
2625         "#444444 !important" to find the real colour.
2626         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2627         parse <font color="red"> entries.
2628
2629 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2630
2631         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2632         point when parsing headers.
2633
2634         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2635         is positioned properly when parsing headers.
2636
2637 2010-11-23  Julien Danjou  <julien@danjou.info>
2638
2639         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2640
2641         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2642
2643         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2644
2645         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2646         Use shr-color-hue-to-rgb.
2647         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2648
2649 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * shr.el (shr-color->hexadecimal): Autoload.
2652         (shr-descend): Add color to all tags.
2653
2654 2010-11-22  Julien Danjou  <julien@danjou.info>
2655
2656         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2657         shr-color->hexadecimal.
2658
2659         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2660         RGB() or HSL() color representation.
2661
2662         * shr.el (shr-tag-font): Add.
2663         (shr-tag-color-check): New function to get better colors.
2664         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2665         tag-span.
2666
2667         * shr-color.el: New file.
2668
2669         * color-lab.el: New file.
2670
2671         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2672
2673 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2674
2675         * nnir.el: Fix typo in comments.
2676         (nnir-run-imap): Simplify code. No need to reverse artlist.
2677         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2678
2679 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2682
2683         * nnimap.el (nnimap-get-capabilities): Refactor out.
2684         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2685
2686 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2687
2688         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2689         appearing when `mm-uu-hide-markers' is nil.
2690
2691 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * nnimap.el (nnimap-unselect-group): Make into its own function.
2694         (nnimap-request-rename-group): Unselect group before renaming.
2695         This had gotten lost somewhere.
2696         (nnimap-request-accept-article): Keep track of examined groups, and
2697         unselect the group before APPENDing to read-only groups.
2698         (nnimap-request-move-article): Clear flags before moving so that they
2699         can be re-set later.
2700
2701 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2704         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2705
2706 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * gnus-art.el (gnus-mime-display-single)
2709         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2710         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2711         parameter.
2712
2713 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2716         (shr-table-vertical-line): New variable.
2717         (shr-insert-table): Use it.
2718
2719 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * gnus-html.el (gnus-html-wash-images): Don't display images if
2722         gnus-inhibit-images is non-nil; register displayer for cid images.
2723         (gnus-html-display-image): Work for cid image.
2724         (gnus-html-insert-image): Allow arguments.
2725         (gnus-html-put-image): Inhibit read-only.
2726         (gnus-html-prefetch-images): Don't prefetch images if
2727         gnus-inhibit-images is non-nil.
2728
2729 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * shr.el (shr-put-image): Break lines when inserting big pictures.
2732
2733 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2734
2735         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2736         sender, thanks Katsumi Yamaoka.
2737
2738 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2739
2740         * nnir.el (nnir-run-imap): Reverse the article list for each group
2741         rather than the whole list.
2742
2743 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * shr.el (shr-image-displayer): Protect function against non-existent
2746         image source.
2747
2748         * gnus-art.el (gnus-inhibit-images): New user option.
2749         (gnus-mime-display-single): Don't display image if it is non-nil.
2750
2751         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2752         gnus-inhibit-images.
2753
2754         * shr.el (shr-image-displayer): New function.
2755         (shr-tag-img): Use it.
2756
2757 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2758
2759         * mml2015.el (mml2015-epg-sign): Use From header.
2760
2761 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2764
2765         * gnus-util.el (gnus-find-text-property-region): Return markers.
2766
2767         * shr.el (shr-tag-img): Put a displayer in the text property.
2768
2769         * gnus-util.el (gnus-find-text-property-region): New utility function.
2770
2771         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2772         (gnus-html-show-images): Remove.
2773
2774         * gnus-art.el (gnus-article-show-images): New, more general function.
2775
2776         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2777         image url text properties.
2778
2779         * shr.el: Ditto.
2780
2781         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2782         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2783
2784 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2787         work for two or more articles.
2788
2789 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2792         divide an image that's in an html article to two or more when washing
2793         non-ASCII characters in alt text of it.
2794
2795 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2798         smime-decrypt-region using function argument.
2799         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2800
2801         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2802
2803         * smime.el (smime-decrypt-region): Catch it.
2804
2805 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2806
2807         * smime.el (smime-mode-map): Move initialization into declaration.
2808         (gnus-run-mode-hooks): Don't autoload.
2809         (smime-mode): Use define-derived-mode.
2810
2811 2010-11-11  Glenn Morris  <rgm@gnu.org>
2812
2813         * smime.el (from): Restrict declaration to XEmacs.
2814
2815         * nnir.el (gnus-group-topic-name): Autoload.
2816
2817 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * shr.el (shr-insert): Don't break long line if it is because of
2820         kinsoku-bol characters in the line end.
2821
2822 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2823
2824         * nnir.el (nnir-request-move-article): Fix to provide original group
2825         and subject.
2826         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2827         been retrieved.
2828
2829         * gnus-sum.el (gnus-summary-move-article): Use original group and
2830         subject for virtual articles such as those in an nnir summary buffer.
2831
2832 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2835         least 21.5).
2836
2837         * smime.el (from): Declare it again for XEmacs.
2838
2839 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * message.el (message-resend): Don't disable encoding unless it's
2842         already encoded.
2843
2844         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2845         low-numbered articles.
2846
2847 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * rfc2047.el (rfc2047-syntax-table): Simplify.
2850
2851         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2852
2853         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2854         set-char-table-range for XEmacs.
2855
2856 2010-11-10  Glenn Morris  <rgm@gnu.org>
2857
2858         * time-date.el (time-to-seconds): Always an alias on Emacs,
2859         never a real function.
2860         (with-no-warnings): Remove compat stub, now unused.
2861         (time-less-p): Doc fix.
2862         (time-to-number-of-days): Simplify.
2863
2864         * smime.el (from): Remove unused declaration.
2865
2866         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2867         (gnus-float-time): On Emacs, always an alias.
2868
2869         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2870         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2871
2872 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * dgnushack.el: Don't use ignore-errors in the top level form since it
2875         is unavailable in XEmacs even if cl is loaded.
2876
2877         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2878
2879 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880
2881         * shr.el (browse-url-mailto): Autoload.
2882
2883         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2884
2885         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2886         regexp doesn't need quoting.
2887
2888 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2889
2890         * message.el (message-subject-trailing-was-ask-regexp)
2891         (message-subject-trailing-was-regexp): Match was: in addition to was.
2892
2893 2010-11-09  Glenn Morris  <rgm@gnu.org>
2894
2895         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2896         (nnbabyl-check-mbox): Use point-at-bol.
2897
2898 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2901
2902         * message.el (message-mailto): New function.
2903         (message-mailto): Should accept other parameters.
2904         (message-mailto): Remove since it duplicates browse-url-mailto
2905         functionality.
2906
2907 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908
2909         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2910         methods.
2911         (gnus-read-active-file): Ditto.
2912
2913         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2914         ": " from the prompt.
2915         (gnus-group-make-group): Ditto.
2916
2917 2010-11-07  Glenn Morris  <rgm@gnu.org>
2918
2919         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2920         (gnus-bookmark-kill-line): Use point-at-eol.
2921
2922 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2925         asterisks in From header.
2926
2927 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2930         string to avoid making the From headers syntactically invalid.
2931
2932         * message.el (message-send-mail): Don't insert courtesy messages if the
2933         message already has List-Post and List-ID messages.
2934
2935 2010-11-06  Glenn Morris  <rgm@gnu.org>
2936
2937         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2938         `condition', `type', `length' a prefix.
2939         (gnus-treat-predicate): Update for above name changes.
2940
2941 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2942
2943         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2944         binding.  Handled by `gnus-summary-refer-thread' instead.
2945         (nnir-warp-to-article): New backend function.
2946
2947         * nnimap.el (nnimap-request-thread): Force dependency updating.
2948
2949         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2950         (gnus-summary-refer-thread): Rework to improve thread-referral.
2951
2952         * gnus-int.el (gnus-warp-to-article): New function.
2953
2954         * gnus-sum.el (gnus-summary-article-map): Bind it.
2955
2956 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2957
2958         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2959         gnus-summary-refer-thread.
2960
2961         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2962         headers.
2963         (gnus-summary-limit-include-thread): Prevent articles in thread from
2964         being cut in gnus-cut-threads.
2965         (gnus-summary-refer-thread): Limit retrieved headers to those in
2966         thread.
2967
2968 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969
2970         * message.el (message-send-mail): Use the value of
2971         message-courtesy-message from the message buffer.
2972
2973         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2974
2975         * shr.el (shr-browse-url): Implement mailto: URLs.
2976
2977         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2978         "raw".
2979
2980         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2981         if it's already selected.
2982
2983         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2984
2985 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2988         to measure the length and truncate alt text.
2989
2990 2010-11-03  Glenn Morris  <rgm@gnu.org>
2991
2992         * nndiary.el (nndiary-generate-nov-databases-1)
2993         (nndiary-generate-active-info): Rename dynamic variable `files' to
2994         something less generic.
2995
2996 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2997
2998         * nnir.el (nnir-request-move-article): Call the underlying backend to
2999         move articles from nnir.
3000
3001 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3004
3005 2010-11-02  Julien Danjou  <julien@danjou.info>
3006
3007         * nnir.el: Remove wais support.
3008
3009 2010-11-02  Glenn Morris  <rgm@gnu.org>
3010
3011         * gnus-html.el: Reorder requirements to quieten compiler.
3012
3013 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3016         properly for XEmacs as well.
3017         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3018         (gnus-article-natural-long-line-p): Use window-width rather than
3019         frame-width.
3020
3021 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3022
3023         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3024         (nnir-read-parms): Don't modify query.
3025         (nnir-run-query): Add ability to search topic on current line.
3026         (nnir-get-active): Clean up.
3027
3028 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3031         degenerate articles.
3032
3033         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3034         (gnus-print-buffer): Just print the buffer as is, without any copying
3035         to a buffer and then re-highlighting.
3036
3037         * nnimap.el (nnimap-request-group): Store the new updated info.
3038         (nnimap-request-group): Select the group when we don't know whether it
3039         exists or not.
3040
3041         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3042         groups.
3043
3044         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3045         groups.
3046
3047         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3048         groups.
3049
3050         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3051         long-lines case by only filling the long lines.
3052
3053         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3054         (bug #7311).
3055
3056 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * shr.el: No need to declare `declare-function' since shr.el is for
3059         only Emacsen that provide `libxml-parse-html-region'.
3060
3061         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3062         effective only in a file it is referred to.
3063
3064 2010-11-01  Glenn Morris  <rgm@gnu.org>
3065
3066         * mm-util.el (gnus-completing-read): Autoload.
3067         (mm-read-coding-system): Simplify Emacs definition.
3068
3069         * nnmail.el (gnus-activate-group):
3070         * nnimap.el (gnutls-negotiate):
3071         * nntp.el (netrc-parse): Fix declarations.
3072
3073 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3076         string-match-p in Emacs >=23.
3077
3078         * gnus-msg.el (gnus-configure-posting-styles)
3079         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3080
3081 2010-11-01  Glenn Morris  <rgm@gnu.org>
3082
3083         * nnir.el (declare-function): Add compat stub.
3084         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3085         (nnir-run-gmane): Require 'mm-url.
3086
3087         * mm-util.el (mm-string-to-multibyte): Simplify.
3088
3089         * shr.el (declare-function): Add compat stub.
3090         (url-cache-create-filename): Declare.
3091         (mm-disable-multibyte, widget-convert-button): Autoload.
3092
3093         * smime.el (ldap-search): Declare.
3094         (smime-cert-by-ldap-1): Require ldap on Emacs.
3095
3096         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3097         (nnimap-keepalive): Use gnus-float-time.
3098
3099         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3100         (mail-source-delete-crash-box): Use gnus-float-time.
3101
3102         * gnus-dired.el (gnus-completing-read): Autoload.
3103
3104         * mm-view.el (gnus-rescale-image): Autoload.
3105
3106         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3107
3108         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3109
3110         * sieve-manage.el: Require 'cl when compiling.
3111
3112         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3113         (gnus-iswitchb-completing-read): Require iswitchb.
3114         (gnus-select-frame-set-input-focus): Silence compiler.
3115
3116 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * message.el (message-subject-trailing-was-query): Change default to t,
3119         since I think that's what most people want.
3120
3121         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3122         appending for easier debugging.
3123         (nnimap-wait-for-connection): Take a regexp.
3124         (nnimap-request-accept-article): Wait for the continuation line before
3125         sending anything unless we're streaming.
3126
3127         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3128         leave the header washing to take place.
3129
3130 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3131
3132         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3133         regular expression match and replace in posting styles.
3134
3135 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3136
3137         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3138         an entire server.
3139         (nnir-get-active): New function.
3140         (nnir-run-imap): Use it.
3141         (nnir-run-gmane): Who knew, gmane search returns an article score!
3142
3143         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3144         server on the current line with nnir.
3145
3146 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3149         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3150         left edge.
3151         (gnus-article-foldable-buffer): Skip past the prefix when determining
3152         raggedness.
3153
3154         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3155         the raw article, and change `C-u g' to show the article without doing
3156         treatments.
3157
3158         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3159         on to `gnus-treat-article'.
3160         (gnus-inhibit-article-treatments): New variable.
3161
3162         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3163
3164         * gnus-art.el (gnus-treatment-function-alist): Have
3165         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3166         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3167         sections.
3168
3169         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3170         parameter.
3171         (gnus-article-fill-cited-long-lines): New function.
3172         (gnus-article-fill-cited-article): Allow filling only long sections.
3173
3174         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3175         and non-punctuation (like after the apostrophe in "'We").
3176
3177         * gnus-sum.el (gnus-summary-select-article): Make sure
3178         gnus-original-article-buffer is alive.
3179
3180         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3181         reflect the order they're in in the digest.
3182
3183         * gnus.el (gnus-group-startup-message): Move point to the start of the
3184         buffer.
3185
3186         * nnimap.el (nnimap-capability): New function.
3187         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3188         is set.
3189
3190 2010-10-31  David Engster  <dengste@eml.cc>
3191
3192         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3193         conform with changes to gnus-completing-read.
3194
3195 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3198
3199 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3200
3201         * nnir.el: Move defvar, defcustom around to keep file organized
3202         and keep byte-compiler quiet.
3203         (nnir-read-parms): Accept search-engine as arg.
3204         (nnir-run-query): Pass search-engine as arg.
3205         (nnir-search-engine): Remove.
3206
3207 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * shr.el (shr-generic): The text nodes should be text, not :text.
3210
3211         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3212         later in the file.
3213
3214 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3215
3216         * nnir.el: General clean up.  Allow searching with multiple engines.
3217         Allow separate extra-parameters for each engine.
3218         Batch queries when possible.
3219         (nnir-imap-default-search-key,nnir-method-default-engines):
3220         Add customize interface.
3221         (nnir-run-gmane): New engine.
3222         (nnir-engines): Use it.  Qualify all prompts with engine name.
3223         (nnir-search-engine): Remove global variable.
3224         (nnir-run-hyrex): Restore for now.
3225         (nnir-extra-parms,nnir-search-history): New variables.
3226         (gnus-group-make-nnir-group): Use them.
3227         (nnir-group-server): Remove in favor of gnus-group-server.
3228         (nnir-request-group): Avoid searching twice.
3229         (nnir-sort-groups-by-server): New function.
3230
3231 2010-10-30  Julien Danjou  <julien@danjou.info>
3232
3233         * gnus-group.el: Remove gnus-group-fetch-control.
3234
3235         * gnus-start.el (gnus-find-new-newsgroups):
3236         Remove gnus-check-first-time-used.
3237
3238         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3239
3240 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3241
3242         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3243         set on groups that don't have \* permanentflags.
3244
3245 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3248         control the background color.
3249         (shr-tag-img): Ignore very small web bug type images.
3250         (shr-put-image): Add help-echo alt texts to the images.
3251         (shr-tag-video): Show the video poster image.
3252
3253 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * shr.el (shr-table-depth): New variable.
3256         (shr-tag-table-1): Only insert the images after the top-level table.
3257
3258         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3259
3260         * gnus-util.el (gnus-list-memq-of-list): New function.
3261
3262         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3263         selected.
3264         (nnimap-unsplittable-articles): New slot.
3265         (nnimap-new-articles): Use it.
3266
3267 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3268
3269         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3270         move to the previous line on `M-g'.
3271
3272 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3275         *-request-group, which seems unnecessary.
3276
3277         * nnimap.el (nnimap-quote-specials): Function copied over from
3278         imap.el.
3279         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3280         they support that.  Suggested by Tom Regner.
3281
3282 2010-10-29  Julien Danjou  <julien@danjou.info>
3283
3284         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3285         defalias.
3286         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3287
3288         * gnus.el: Remove `gnus-nntp-service' variable.
3289         (gnus-secondary-servers): Make obsolete.
3290         (gnus-nntp-server): Make obsolete.
3291
3292         * gnus-start.el (gnus-1): Remove x-splash calls.
3293
3294         * gnus-ems.el (gnus-x-splash): Remove.
3295
3296         * gnus.el (gnus-group-startup-message): Simplify/update code.
3297
3298         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3299         definition.
3300
3301         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3302         capability before doing anything.
3303         (gnus-group-insert-group-line): Remove useless
3304         gnus-group-remove-excess-properties.
3305
3306 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3309
3310 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3313         config after reselecting.
3314
3315 2010-10-28  Julien Danjou  <julien@danjou.info>
3316
3317         * shr.el (shr-put-image): Use point even if only inserting text.
3318         (shr-put-image): Save excursion when inserting alt text on non-graphic
3319         display, so the behaviour is the same when we are on a graphic display.
3320
3321         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3322
3323 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3326         (gnus-mime-copy-part): Check coding system, not charset.
3327         (gnus-mime-view-part-externally): Never remove part.
3328         (gnus-mime-view-part-internally): Don't remove part here.
3329         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3330         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3331         multipart/alternative.
3332
3333         * mm-decode.el (mm-display-part): Take optional arg `force'.
3334
3335 2010-10-26  Julien Danjou  <julien@danjou.info>
3336
3337         * gnus-group.el (gnus-group-default-list-level): Add this function to
3338         compute the default list level.
3339         (gnus-group-default-list-level): Add possibility to use a function.
3340
3341 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3344
3345         * gnus-group.el (gnus-group-completing-read)
3346         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3347         gnus-replace-in-string.
3348
3349 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * shr.el (shr-tag-div): Add.
3352
3353         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3354
3355 2010-10-25  Julien Danjou  <julien@danjou.info>
3356
3357         * gnus-util.el: Remove `gnus-with-local-quit'.
3358
3359         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3360
3361 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3364         the original article buffer.
3365
3366 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * nnimap.el (nnimap-request-head): New function.
3369         (nnimap-request-move-article): Try to be slighly faster by not
3370         requesting the entire message when moving.
3371         (nnimap-transform-headers): Don't bug out on bodiless articles.
3372         (nnimap-send-command): Have no outstanding messages if the IMAP server
3373         doesn't support streaming.
3374         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3375
3376 2010-10-24  Julien Danjou  <julien@danjou.info>
3377
3378         * message.el (message-default-headers): Fix type.
3379
3380 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3383         prefetching images.
3384
3385         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3386         backend for unknown groups.  This is mainly useful for nnimap groups.
3387
3388         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3389         group isn't covered by the agent.
3390
3391 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3392
3393         * nnir.el (nnir-method-default-engines): New variable.
3394         (nnir-run-query): Use it.
3395         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3396         (gnus-summary-nnir-goto-thread): Change group if needed.
3397
3398         * gnus-group.el (gnus-group-group-map): Add key binding for
3399         gnus-group-make-nnir-group.
3400
3401 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * shr.el (shr-tag-object): Add.
3404
3405         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3406         original article buffer live.
3407         (gnus-summary-select-article-buffer):
3408         Mention gnus-widen-article-buffer.
3409
3410 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * shr.el (shr-tag-strong): Add.
3413
3414 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3417         group names.  They mess up the group buffer badly.
3418
3419         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3420
3421         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3422         instead of the summary one.
3423
3424 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * mml.el (mml-preview): Work properly when editing article.
3427
3428         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3429         gnus-have-read-active-file if it's already been in.
3430
3431 2010-10-22  Tom Tromey  <tromey@redhat.com>
3432
3433         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3434         gnus-group-completing-read.
3435
3436 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * message.el (message-mode-map): Don't bind M-; to comment region, to
3439         allow the global comment-dwim to work.
3440
3441 2010-10-21  Julien Danjou  <julien@danjou.info>
3442
3443         * message.el (message-setup-1): Allow message-default-headers to be a
3444         function.
3445
3446 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * shr.el (shr-tag-table): Simplify.
3449
3450 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3453         to avoid trying to snarf invalid stuff.
3454
3455         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3456
3457         * gnus.el (gnus-message-archive-group): Quote value.
3458         (gnus-message-archive-group): Mark as changed.
3459
3460         * shr.el (shr-add-font): Don't put the font properties on the newline
3461         or the indentation.
3462
3463         * message.el (message-fix-before-sending): Change options when sending
3464         non-printable characters.
3465
3466         * gnus.el (gnus-message-archive-method): Change the default to
3467         monthly outgoing groups.
3468
3469         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3470         that have gotten new numbers.
3471
3472         * nnimap.el (nnimap-request-replace-article): New function.
3473
3474 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3477         (nnrss-request-article): Don't use special html washing code.
3478
3479 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * shr.el (shr-tag-table): Remove useless nconc.
3482
3483 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * gnus-art.el (article-wash-html): Simplify and remove the charset
3486         stuff.  Use the normal html rendering code instead of the special html
3487         washing code.
3488
3489         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3490         `gnus-w3m' symbols.
3491         (mm-text-html-washer-alist): Remove.
3492
3493         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3494         (mm-inline-media-tests): Remove use.
3495         (mm-text-html-renderer): Change default to the `shr' symbol.
3496
3497         * mm-view.el (mm-inline-text-html): Remove use.
3498
3499         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3500         `gnus-blocked-images' to be a function.
3501         (gnus-article-wash-function): Remove.
3502
3503 2010-10-20  Julien Danjou  <julien@danjou.info>
3504
3505         * spam.el (spam-list-of-processors): Mark as obsolete.
3506
3507         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3508         (nnimap-insert-partial-structure): Fix boundary detection.
3509
3510 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3511
3512         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3513         run file-truename on remote files.  This can be expensive and even
3514         prevent one from editing drafts if some unrelated buffer has a stale
3515         connection.
3516
3517 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3520         kinsoku-eol regardless of shr-kinsoku-shorten.
3521         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3522         (shr-tag-table): Support caption, thead, and tfoot.
3523
3524 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525
3526         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3527         lines.
3528         (shr-save-contents): New command and keystroke.
3529
3530         * nndoc.el (nndoc-type-alist): Add git support.
3531         (nndoc-git-type-p): New function.
3532         (nndoc-transform-git-article): Ditto.
3533         (nndoc-transform-git-headers): Ditto.
3534         (nndoc-transform-git-headers): Generate Subject headers.
3535
3536         * shr.el (shr-parse-style): New function.
3537         (shr-tag-span): Ditto.
3538
3539         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3540         to `G G' to avoid collisions.
3541
3542 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * shr.el: Load kinsoku if necessary.
3545         (shr-kinsoku-shorten): New internal variable.
3546         (shr-find-fill-point): Make kinsoku shorten text line if
3547         shr-kinsoku-shorten is bound to non-nil.
3548         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3549         shr-indentation too when testing if table is wider than frame width.
3550         (shr-insert-table): Use `string-width' instead of `length' to measure
3551         text width.
3552         (shr-insert-table-ruler): Make sure indentation is done at bol.
3553
3554 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3555
3556         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3557         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3558         undecoded network data.
3559
3560 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3563         name in the mode line spec so that the mode line menu works
3564         (bug #2431).
3565
3566         * message.el (message-get-reply-headers): If we're fed `to-address',
3567         then always use that.
3568
3569         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3570         aren't so wide as to need to switch off the edit menu.
3571
3572         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3573         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3574
3575         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3576         `M-g'.
3577         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3578         the permanent marks.
3579
3580 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3581
3582         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3583         Splitting according to references/in-reply-to obeys the ignore-groups
3584         variable, while splitting by sender and subject do not.
3585
3586 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3589         alist, so that we can look for non-Unicode chars.
3590         (article-translate-strings): Allow both character and string maps.
3591
3592 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * shr.el (shr-insert): Don't insert space behind a wide character
3595         categorized as kinsoku-bol, or between characters both categorized as
3596         nospace.
3597
3598 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3599
3600         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3601         headers to gnus-newsgroup-headers.
3602
3603 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604
3605         * shr.el (shr-tag-img): Don't align images -- since we're not
3606         rescaling, this often leads to ugly displays.
3607
3608 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3609
3610         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3611         duplicates.
3612
3613 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3614
3615         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3616         call.
3617
3618 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus.el: Autoload gnus-html-show-images.
3621
3622         * nnimap.el: Use nnheader-message throughout.
3623
3624         * shr.el (shr-tag-img): Ignore images with no data.
3625
3626 2010-10-15  Julien Danjou  <julien@danjou.info>
3627
3628         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3629         a possibility to disable format=flow encoding when using hard newlines.
3630
3631 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * shr.el (shr-insert): Remove space inserted before or after a
3634         breakable character or at the beginning or the end of a line.
3635         (shr-find-fill-point): Do kinsoku; find the second best point or give
3636         it up if there's no breakable point.
3637
3638 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * nnimap.el (nnimap-open-connection): Message when opening connection
3641         for debugging purposes.
3642
3643         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3644         on every setup buffer call to allow this to change from article to
3645         article.
3646
3647         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3648         buffers where we have a wide table.
3649
3650 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3651
3652         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3653         uses *-request-thread.
3654
3655 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3658         incantation, which is no longer valid.
3659
3660 2010-10-14  Julien Danjou  <julien@danjou.info>
3661
3662         * shr.el: Fix defcustom type (char -> character).
3663
3664 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3667         programs.
3668
3669 2010-10-14  Julien Danjou  <julien@danjou.info>
3670
3671         * shr.el (shr-tag-a): Use url-link as widget type.
3672
3673         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3674         `gnus-group-get-icon'.
3675
3676 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3679         This should make server editing work better.
3680
3681         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3682
3683         * tls.el (tls-program): Remove spurious %s from openssl.
3684
3685         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3686         (nnimap-parse-flags): Fix regexp.
3687
3688         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3689         probably work for CJVK text, too.
3690
3691         * nnimap.el (nnimap-extend-tls-programs): Remove.
3692         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3693
3694         * tls.el (tls-starttls-switches): Remove starttls hack.
3695         (open-tls-stream): Ditto.
3696         (tls-find-starttls-argument): Ditto.
3697
3698 2010-10-13  Julien Danjou  <julien@danjou.info>
3699
3700         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3701         responses.
3702
3703 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3706
3707         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3708         anything in Emacs.
3709
3710         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3711
3712 2010-10-13  Julien Danjou  <julien@danjou.info>
3713
3714         * shr.el (shr-width): Make shr-width a defcustom with default to
3715         fill-column.
3716         (shr-tag-img): Use shr-width rather than fill-column.
3717
3718 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * dgnushack.el (byte-optimize-apply)
3721         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3722
3723         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3724         position when (X-)Faces exist.
3725         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3726         avatars when called interactively.
3727
3728 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3731         gnus-article-x-face-too-ugly is bound.
3732
3733 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3736
3737         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3738         mailbox that doesn't exist.
3739
3740 2010-10-12  Julien Danjou  <julien@danjou.info>
3741
3742         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3743         (shr-get-image-data): Encode URL properly when fetching from cache.
3744         (shr-tag-img): Use aligned-to spaces to align correctly images.
3745
3746         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3747         before inserting the Gravatar.
3748
3749         * shr.el (shr-tag-img): Add align attribute support for <img>.
3750
3751 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * gnus-gravatar.el (gnus-art): Require.
3754
3755         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3756         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3757         Remove long obsoleted functions.
3758
3759 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3762
3763         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3764
3765         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3766         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3767         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3768         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3769         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3770         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3771         * sieve-manage.el, smime.el, spam.el:
3772         Fix comment for declare-function.
3773
3774 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3775
3776         * nnimap.el (nnimap-request-rename-group): Select group read-only
3777         before renaming it.
3778
3779         * shr.el (shr-insert): Fix up the white space only regexp.
3780
3781         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3782         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3783
3784         * shr.el (shr-current-column): New function.
3785         (shr-find-fill-point): New function.
3786
3787 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3788
3789         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3790         numbers.
3791
3792 2010-10-11  Julien Danjou  <julien@danjou.info>
3793
3794         * shr.el (shr-hr-line): Add.
3795         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3796         display hr lines.
3797         (shr-max-columns): Do not change state to nil if we just inserting
3798         spaces.
3799
3800 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3803         select the last group.
3804
3805 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3808
3809 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3810
3811         * dig.el (dig-mode-map): Declare and define in one step.
3812
3813 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3816         for Gnus.
3817         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3818         (nnimap-update-qresync-info): Mark \Seen articles as read.
3819
3820         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3821         non-variable, too.
3822
3823         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3824         available.
3825         (nnimap-update-info): Rely more on the current active than the param
3826         active to avoid marking articles as read too much.
3827
3828         * auth-source.el (auth-source-create): Use (user-login-name) for the
3829         user name default.
3830
3831         * nnimap.el (nnimap-update-info): If the server doesn't return any
3832         useful info, just use the previous info.
3833         (nnimap-update-info): Prefer old info over start-article.
3834         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3835
3836 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3837
3838         * nnir.el (autoload): Clean up autoloads.
3839         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3840         Use key rather than value.
3841         (nnir-imap-search-other): New variable.
3842         (nnir-read-parm): Use it.
3843         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3844         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3845
3846 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3847
3848         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3849         the process, too.
3850
3851 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * spam.el (gnus-summary-mode-map): Bind to "$".
3854         Suggested by Russ Allbery.
3855
3856         * shr.el: Rework the way things are indented by <li> slightly.
3857
3858         * gnus.el (gnus-group-set-parameter): Fix typo.
3859
3860         * nnimap.el: Start implementing QRESYNC support.
3861
3862 2010-10-09  Julien Danjou  <julien@danjou.info>
3863
3864         * nnir.el (nnir-engines): Fix too many arguments.
3865
3866 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3869         group is the "last", so that the backends like nnfolder actually save
3870         their folders.
3871
3872         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3873         try to use that for the tls stream.
3874         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3875         UIDVALIDITY and find out which groups are read-only and not.
3876         (nnimap-get-flags): Use the same marks parsing code as the rest of
3877         nnimap.
3878
3879 2010-10-09  Julien Danjou  <julien@danjou.info>
3880
3881         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3882
3883         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3884         retrieving gravatars.
3885
3886         * shr.el (shr-table-corner): Add.
3887         (shr-table-line): Add.
3888         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3889
3890 2010-10-08  Julien Danjou  <julien@danjou.info>
3891
3892         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3893
3894 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3895
3896         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3897
3898         * gnus-sum.el (gnus-mark-article-as-unread)
3899         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3900         (gnus-summary-set-bookmark): Use it.
3901
3902         * gnus-msg.el (gnus-setup-message): Use it.
3903
3904         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3905
3906         * gnus.el (gnus-group-remove-parameter): Use it.
3907
3908         * gnus-group.el (gnus-group-make-web-group): Use it.
3909
3910         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3911
3912         * nnregistry.el: Update docs to mention manual.
3913
3914         * gnus-registry.el: Update docs to mention nnregistry.el.
3915         (gnus-registry-initialize): Don't install nnregistry refer method
3916         automatically.
3917         (gnus-registry-install-nnregistry): Remove it.
3918
3919 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * shr.el (shr-insert): Don't insert double spaces.
3922
3923 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * gnus-gravatar.el (gnus-treat-from-gravatar)
3926         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3927         called interactively.
3928
3929         * gnus-art.el (gnus-mime-view-part-externally)
3930         (gnus-mime-view-part-internally): Make predicate function passed to
3931         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3932         of a mime type.
3933
3934         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3935
3936 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * shr.el (require): Require cl when compiling.
3939         (shr-tag-hr): New function.
3940
3941         * nnimap.el (nnimap-update-info): Remove double setting of high.
3942         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3943         This makes nnimap work properly on Courier again.
3944
3945         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3946         the variable for backwards compatibility.
3947
3948         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3949         the file name before using to avoid setting mm-default-directory to
3950         nil.
3951
3952         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3953         bidning gnus-agent variables.
3954
3955         * shr.el (shr-render-td): Use a cache for the table rendering function
3956         to avoid getting an exponential rendering behaviour in nested tables.
3957         (shr-insert): Rework the line-breaking algorithm.
3958         (shr-insert): Don't leave trailing spaces.
3959         (shr-insert-table): Also insert empty TDs.
3960         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3961
3962 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3963
3964         * gnus-sum.el (gnus-number): Rename from `number'.
3965         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3966         (gnus-summary-limit-children): Update uses correspondingly.
3967
3968 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3971         (gnus-gravatar-transform-address): Don't show avatars of people of
3972         which mail addresses match gnus-gravatar-too-ugly.
3973
3974 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975
3976         * shr.el (shr-table-widths): Expand TD elements to fill available
3977         space.
3978
3979 2010-10-07  Julien Danjou  <julien@danjou.info>
3980
3981         * nnimap.el (nnimap-request-rename-group): Add this method.
3982
3983 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3986         name from XEmacs' function-arglist.
3987
3988         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3989         gravatar under XEmacs.
3990
3991 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3992
3993         * auth-source.el: Update docs with TODO items.
3994
3995         * gnus-sync.el: Update docs to explain state and plans.
3996
3997         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3998         Hooks for mark updates.
3999         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4000
4001         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4002         hooks with arguments, which is needed for mark update hooks.
4003
4004 2010-10-06  Julien Danjou  <julien@danjou.info>
4005
4006         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4007         was matched.
4008
4009         * sieve-manage.el: Update example in `Commentary'.
4010
4011         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4012
4013         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4014         not 2000.
4015         (sieve-manage-authenticate): Re-add function.
4016
4017 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * shr.el (shr-insert): Get 'space transition right.
4020         (shr-render-td): Only delete space at the end of the TD.
4021
4022         * nnimap.el (nnimap-open-connection): Prepare to support
4023         open-gnutls-stream.
4024
4025         * shr.el: Rearrange function order to be more logical.
4026
4027 2010-10-06  Julien Danjou  <julien@danjou.info>
4028
4029         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4030         (nnrss-discover-feed): Remove 404 URL in docstring.
4031
4032         * nnir.el: Fix Swish-E URL.
4033         Fix Namazu URL.
4034
4035         * message.el (message-change-subject): Remove 404 URL in a comment.
4036
4037 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4040         called interactively.
4041
4042         * gnus-util.el (gnus-remove-if): Allow hash table.
4043         (gnus-remove-if-not): New function.
4044
4045         * gnus-art.el (gnus-mime-view-part-as-type)
4046         * gnus-score.el (gnus-summary-score-effect)
4047         * gnus-sum.el (gnus-read-move-group-name):
4048         Replace remove-if-not with gnus-remove-if-not.
4049
4050         * gnus-group.el (gnus-group-completing-read):
4051         Regard collection as a hash table if it is not a list.
4052
4053 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4056
4057         * shr.el: Document the table-rendering algorithm.
4058
4059 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4062         for Emacsen having no `libxml-parse-html-region' support.
4063
4064 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4067         invalid URLs.
4068
4069         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4070         line-broken.
4071         (shr-tag-img): Ignore image fetching errors.
4072         (shr-overlays-in-region): Compute overlay positions correctly.
4073
4074         * mm-decode.el (mm-shr): Require shr.
4075
4076         * gnus-art.el (gnus-blocked-images): Move variable here.
4077
4078         * shr.el (shr-insert-table): Bind free variable.
4079
4080         * mm-decode.el (mm-shr): Bind shr-content-function.
4081
4082         * shr.el (shr-content-function): New variable.
4083
4084         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4085         added for symmetry.
4086
4087         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4088
4089         * gnus-group.el (gnus-group-make-group): Doc fix.
4090
4091         * nnimap.el (nnimap-request-newgroups): Return success.
4092
4093         * shr.el (shr-find-elements): New function.
4094         (shr-tag-table): Put all the images after the table.
4095         (shr-tag-table): Really inhibit images inside the table.
4096         (shr-collect-overlays): Copy over overlays from the TD elements to the
4097         main document.
4098
4099         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4100         gnus-blocked-images.
4101
4102 2010-10-05  Julien Danjou  <julien@danjou.info>
4103
4104         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4105
4106         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4107         (gnus-html-maximum-image-size): Add this function.
4108         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4109
4110         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4111         server-value of the capability is nil.
4112
4113 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * shr.el (shr-tag-em): Add <EM> tag.
4116
4117 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4118
4119         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4120         customizable.
4121
4122         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4123         handing broken links to browse-url.
4124
4125 2010-10-05  Julien Danjou  <julien@danjou.info>
4126
4127         * gnus-util.el (gnus-emacs-completing-read)
4128         (gnus-iswitchb-completing-read): Use autoload rather than require.
4129
4130 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4133         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4134         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4135         iswitchb-temp-buflist for XEmacs.
4136
4137         * gnus-util.el (gnus-completing-read-function): Exclude
4138         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4139         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4140         XEmacs.
4141
4142         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4143         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4144
4145         * gnus-html.el: Don't require help-fns under XEmacs.
4146         (gnus-html-schedule-image-fetching): Work for XEmacs.
4147
4148         * mm-decode.el (mm-shr): Decode contents by charset.
4149
4150 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4153         unknown.
4154
4155         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4156         (shr-get-image-data): Ensure against the cache file missing.
4157
4158         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4159         for data.
4160
4161         * spam-report.el (spam-report-url-ping-plain): Don't query about
4162         killing the process.
4163
4164         * shr.el (shr-render-td): Protect against too-wide text.
4165
4166 2010-10-04  Julien Danjou  <julien@danjou.info>
4167
4168         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4169         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4170
4171         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4172         retrieved.
4173
4174 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * shr.el (browse-url): Require.
4177         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4178         lines.
4179         (shr-show-alt-text, shr-browse-image): New commands.
4180         (shr-browse-url, shr-copy-url): New commands.
4181
4182         * gnus-sum.el (gnus-widen-article-window): New variable.
4183         (gnus-summary-select-article-buffer): Use it.
4184
4185         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4186         without @ signs.
4187
4188 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4189
4190         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4191
4192 2010-10-04  Julien Danjou  <julien@danjou.info>
4193
4194         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4195         for XEmacs.
4196
4197 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4200
4201         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4202         (nnimap-close-server): Implement.
4203
4204         * dgnushack.el (iswitchb): Require to shut up the compiler.
4205
4206         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4207         (shr-insert): Tweak line breaking.
4208         (shr-insert): Handle <pre> better.
4209         (shr-tag-li): Get <li> indentation right.
4210         (shr-tag-li): Get <li> indentation even righter.
4211         (shr-tag-blockquote): Ensure paragraph start.
4212         (shr-make-table): Tweak table generation.
4213         (shr-make-table): Fix typo.
4214
4215         * shr.el: Implement table rendering.
4216
4217 2010-10-04  Julien Danjou  <julien@danjou.info>
4218
4219         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4220
4221 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * shr.el (shr-insert): Use string anchors instead of line anchors.
4224
4225 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * shr.el: Add headings.
4228         (shr-ensure-paragraph): Actually work.
4229         (shr-tag-li): Make <ul> prettier.
4230         (shr-insert): Get white space at the beginning/end of elements right.
4231         (shr-tag-p): Collapse subsequent <p>s.
4232         (shr-ensure-paragraph): Don't insert double line feeds after blank
4233         lines.
4234         (shr-insert): \t is also space.
4235         (shr-tag-s): Fix "s" tag name function.
4236         (shr-tag-s): Fix face prop name.
4237
4238 2010-10-03  Julien Danjou  <julien@danjou.info>
4239
4240         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4241
4242         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4243         gnus-window-inside-pixel-edges.
4244
4245         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4246         gnus-ems.
4247
4248         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4249
4250         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4251         function.
4252
4253         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4254         resize choice.
4255
4256 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4259         beginning of the buffer.
4260
4261         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4262         article buffer again.
4263
4264         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4265
4266         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4267         when it's at the start of the buffer.
4268
4269         * shr.el (shr-tag-blockquote): Convert name.
4270         (shr-rescale-image): Use the right image-size variant.
4271
4272         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4273         buffer isn't shown, then select the current article first instead of
4274         bugging out.
4275         (gnus-summary-select-article-buffer): Show both the article and summary
4276         buffers again.
4277
4278         * shr.el (shr-fontize-cont): Protect against regions with no text.
4279         Rename tag functions to shr-tag-* for enhanced security.
4280         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4281
4282 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4283
4284         * shr.el (shr-insert):
4285         * pop3.el (pop3-movemail):
4286         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4287         loaded.
4288
4289 2010-10-03  Glenn Morris  <rgm@gnu.org>
4290
4291         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4292
4293         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4294
4295         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4296
4297         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4298
4299         * gnus-util.el (gnus-make-local-hook): Simplify.
4300
4301 2010-10-02  Julien Danjou  <julien@danjou.info>
4302
4303         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4304         (gnus-ido-completing-read): New function.
4305         (gnus-emacs-completing-read): New function.
4306         (gnus-completing-read): Use gnus-completing-read-function.
4307         Add gnus-completing-read-function.
4308
4309 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * shr.el (shr-insert-document): Autoload.
4312         (shr-img): Be silent.
4313         (shr-insert): Add a newline after every picture before text.
4314         (shr-add-font): Use overlays for combining faces.
4315         (shr-insert): Pass upwards the text start point.
4316
4317         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4318         possible.
4319         (mm-shr): New function.
4320
4321 2010-10-02  Julien Danjou  <julien@danjou.info>
4322
4323         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4324         should go backward.
4325
4326 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4327
4328         * shr.el (shr): Fix typo in provide call.
4329
4330 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * shr.el: New file.
4333
4334         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4335
4336         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4337         completing read.
4338
4339 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4342         we're being queried about.  Suggested by Dan Jacobson.
4343
4344         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4345         Suggested by Jason Eisner.
4346
4347         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4348         table, too.  Suggested by Stefan Wiens.
4349         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4350         the table unnecessary.  Suggested by Stefan Wiens.
4351
4352         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4353         longer needed, and probably doesn't work either, as pointed out by
4354         Stefan Wiens.
4355         (gnus-summary-exit): Remove call to the clearing function.
4356         (gnus-summary-exit-no-update): Ditto.
4357
4358         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4359         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4360         Reported by Stefan Monnier.
4361         (gnus-summary-save-in-rmail): Ditto.
4362
4363         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4364         article buffer, instead of both the article buffer and the summary
4365         buffer.  Sort of suggested by Dan Jacobson.
4366
4367         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4368
4369         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4370         Suggested by Dan Jacobson.
4371
4372         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4373         documentation clearer.
4374
4375         * message.el (message-shorten-references): Comment on the number "21".
4376         Suggested by Stefan Monnier.
4377
4378         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4379         Suggested by Dan Jacobson.
4380
4381         * gnus.el (gnus-large-newsgroup):
4382         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4383
4384         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4385         externalize attachments.  Bug reported by Steve Wen.
4386
4387         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4388         really message anything to the user.
4389
4390         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4391         directly.
4392
4393         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4394         messages in empty groups.
4395
4396 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4397
4398         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4399         non-UIDNEXT group.
4400
4401 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4404         not the value from the collection.
4405
4406         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4407         values.  This sometimes happens on some groups that have no info.
4408         (nnimap-request-newgroups): New function.
4409
4410 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4411
4412         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4413         check into `gnus-registry-initialize'.
4414         (gnus-registry-initialize): Ditto.
4415         Fix and extend header docs.
4416
4417 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4420         regexp backtrace overflows.
4421
4422         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4423         for starttls that tls.el implements; i.e. openssl.
4424
4425         * tls.el (tls-starttls-switches): Give up on using starttls with
4426         gnutls-cli.
4427         (tls-program): Add --insecure to be consistent with the defaults from
4428         openssl s_client.  Now all three commands are insecure.
4429
4430 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * lpath.el: Bind completion-styles-alist for XEmacs.
4433
4434         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4435         (gravatar-create-image): New function that's an alias to
4436         gnus-xmas-create-image, gnus-create-image, or create-image.
4437         (gravatar-data->image): Use it.
4438
4439 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4442         install the nnregistry refer method.
4443         (gnus-registry-install-hooks): Use it.
4444         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4445         unfollowed groups.
4446
4447 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4448
4449         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4450         expanding threads.
4451
4452 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * nnir.el: Use the server names without suffixes (bug #7009).
4455
4456         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4457         unencrypted to STARTTLS, if possible.
4458
4459 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4460
4461         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4462         headers before superseding.
4463
4464 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465
4466         * nnrss.el (nnrss-use-local): Add documentation.
4467
4468         * nnimap.el (nnimap-extend-tls-programs): New function.
4469         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4470         (nnimap-wait-for-connection): Accept the greeting from the stupid
4471         output from openssl s_client -starttls, too.
4472
4473         * tls.el (tls-starttls-switches): New variable.
4474         (tls-find-starttls-argument): Use it.
4475         (open-tls-stream): Ditto.
4476
4477         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4478         (netrc-machine): Ditto.
4479
4480         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4481         article number.
4482         (nnimap-split-fancy): New variable.
4483         (nnimap-split-incoming-mail): Use it.
4484
4485         * nntp.el (nntp-server-list-active-group): Document.
4486
4487         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4488         SELECT to get the message-id.
4489
4490         * mail-source.el (mail-sources): Remove webmail support.
4491         (defvar): Ditto.
4492         (mail-source-fetcher-alist): Ditto.
4493         (mail-source-fetch-webmail): Remove.
4494
4495         * webmail.el: Remove -- doesn't seem relevant any more.
4496
4497         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4498
4499         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4500         the \r.
4501
4502 2010-09-30  Julien Danjou  <julien@danjou.info>
4503
4504         * gnus-agent.el (gnus-agent-add-group): Fix call to
4505         gnus-completing-read.
4506
4507 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * nndoc.el (nndoc-retrieve-groups): New function.
4510
4511         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4512         `default', use nnmail-split-methods.
4513         (nnimap-request-article): Downcase the NILs so that they are nil.
4514
4515         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4516         symbol.
4517
4518         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4519         code, since if the user has requested network, that's what they ought
4520         to get.
4521         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4522         (nnimap-split-rule): Mark as obsolete.
4523
4524         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4525         New variable.
4526
4527         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4528         correct slot, too.
4529
4530 2010-09-29  Julien Danjou  <julien@danjou.info>
4531
4532         * gnus.el (gnus-local-domain): Declare variable obsolete.
4533
4534         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4535         Fix history computing.
4536         (gnus-ido-completing-read): Require ido.
4537
4538 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4541         build Gnus.
4542
4543         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4544         when interpreting the structures.
4545         (nnimap-request-accept-article): Add \r\n to the lines to make this
4546         work with Cyrus.
4547
4548         * nndraft.el (nndraft-request-expire-articles): Use the group name
4549         instead if "nndraft".  Fix found by Nils Ackermann.
4550
4551 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4552
4553         * nnregistry.el: Add.
4554
4555 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4556
4557         * nnmail.el (group, group-art-list, group-art):
4558         Remove unneeded directives.
4559
4560 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4563         (mm-mime-charset)
4564         * rfc2047.el (rfc2047-syntax-table)
4565         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4566
4567         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4568         rather than `insert-file-contents' and `eval-region'.
4569
4570         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4571         construction.
4572
4573         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4574
4575         * time-date.el: No need to require cl for Emacs 21.
4576
4577 2010-09-29  Julien Danjou  <julien@danjou.info>
4578
4579         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4580         replacement of `gnus-gravatar-relief' to mimic
4581         `gnus-faces-properties-alist'.
4582         Add :version property.
4583
4584 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * mail-source.el (mail-source-report-new-mail)
4587         * message.el (message-default-mail-headers)
4588         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4589
4590         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4591
4592 2010-09-28  Julien Danjou  <julien@danjou.info>
4593
4594         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4595         mail-address contains the same string as real-name.
4596
4597         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4598         non-blank in header, otherwise it'll get stripped.
4599
4600         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4601         real-name, and then for mail address rather than doing : or , search.
4602
4603 2010-09-27  Julien Danjou  <julien@danjou.info>
4604
4605         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4606         right completing-read function.
4607         (gnus-use-ido): New variable
4608         (gnus-completing-read-with-default): Remove.
4609         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4610         (gnus-agent-add-group):
4611         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4612         * mm-view.el (mm-view-pkcs7-decrypt):
4613         * mm-util.el (mm-codepage-setup):
4614         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4615         * mml-smime.el (mml-smime-openssl-sign-query):
4616         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4617         (mml-insert-multipart):
4618         * gnus-msg.el (gnus-summary-yank-message):
4619         * gnus-int.el (gnus-start-news-server):
4620         * mm-decode.el (mm-interactively-view-part):
4621         * gnus-dired.el (gnus-dired-attach):
4622         * gnus.el (gnus-read-method):
4623         * gnus-bookmark.el (gnus-bookmark-jump):
4624         * gnus-art.el (gnus-mime-view-part-as-type)
4625         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4626         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4627         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4628         * nnmairix.el (nnmairix-create-server-and-default-group)
4629         (nnmairix-update-groups, nnmairix-get-server)
4630         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4631         (nnmairix-get-group-from-file-path):
4632         * nnrss.el (nnrss-find-rss-via-syndic8):
4633         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4634         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4635         (gnus-group-browse-foreign-server):
4636         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4637         (gnus-summary-execute-command, gnus-summary-respool-article)
4638         (gnus-read-move-group-name):
4639         * gnus-score.el (gnus-summary-increase-score)
4640         (gnus-summary-score-effect):
4641         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4642
4643 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4646         x-focus-frame.
4647
4648         * nnimap.el (auth-source-forget-user-or-password)
4649         (auth-source-user-or-password): Autoload.
4650
4651         * message.el (message-from-style, message-interactive)
4652         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4653         (message-yank-prefix, message-indentation-spaces, message-signature)
4654         (message-signature-file): Add comment.
4655
4656 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4657
4658         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4659         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4660         new articles.
4661
4662         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4663         parts.
4664         (nnimap-request-article): Work with the t setting, too.
4665
4666         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4667         that you don't get flashes of other buffers.
4668         (gnus-summary-show-complete-article): Intern before setting.
4669
4670 2010-09-27  David Engster  <dengste@eml.cc>
4671
4672         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4673         well as HEADERS.
4674         (nnmairix-retrieve-headers): Provide new argument for the above.
4675
4676 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * gnus-sum.el (gnus-summary-move-article): Don't alter
4679         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4680         group.
4681
4682         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4683
4684         * message.el (message-cite-prefix-regexp): Revert my last edit.
4685
4686         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4687         variable instead of the Gnus variable.
4688
4689         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4690
4691         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4692
4693         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4694         since some servers don't like it.
4695         (nnimap-open-connection): Forget credentials if the server says the
4696         password was wrong.
4697         (nnimap-parse-line): Protect against invalid data.
4698
4699         * gnus-sum.el (gnus-summary-move-article): Add comment.
4700         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4701         nothing alters it while scanning for new messages.
4702
4703         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4704         which may or may not help.
4705         (nnimap-open-connection): If we're doing a stream connection, and then
4706         discover we're on a STARTTLS-capable server, then open a STARTTLS
4707         connection instead.
4708
4709 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * nnimap.el (utf7): Require.
4712
4713         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4714         prefix.
4715
4716 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4717
4718         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4719
4720 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * nnimap.el (nnimap-request-accept-article): Message the error on
4723         error.
4724
4725 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4728
4729 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * nndoc.el (nndoc-request-list): Return success always.
4732
4733         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4734         `fetch-old' -- we only want to fetch the articles we've requested.
4735         The rest are in the agent, probably.
4736         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4737         disappeared server" to something low.  It's not important.
4738
4739         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4740         arrived before the FETCH data.
4741
4742         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4743         target here, because we don't know the Gnus name of the group.
4744
4745         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4746         for the correct group.
4747
4748         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4749
4750         * gnus.el (gnus): Give a final warning after startup.
4751
4752         * gnus-util.el (gnus-action-message-log): New variable.
4753         (gnus-message): Use it.
4754         (gnus-final-warning): New function.
4755
4756         * nnimap.el (nnimap-open-connection): Record the greeting.
4757         (nnimap): Add greeting.
4758
4759 2010-09-26  Julien Danjou  <julien@danjou.info>
4760
4761         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4762         arguments.
4763         (gnus-html-wash-images): Fix spec computing to include start/end.
4764
4765         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4766
4767 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4770         deletion.
4771         (nnimap-retrieve-headers): Don't select the group, because that's
4772         already done by nnimap-possibly-change-group.
4773
4774         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4775         (gnus-picon-transform-address): Use it.
4776
4777         * mail-source.el (mail-source-value): Revert previous patch.
4778
4779         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4780         on failure.
4781         (nnimap-open-connection): Look up both virtual and physical server name
4782         credentials.
4783
4784         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4785
4786 2009-02-07  Dave Love  <fx@gnu.org>
4787
4788         * tls.el (open-tls-stream): Don't query killing process.
4789
4790 2009-02-08  Dave Love  <fx@gnu.org>
4791
4792         * gnus-win.el (gnus-window-to-buffer-helper)
4793         (gnus-all-windows-visible-p): Function needn't be a symbol.
4794
4795         * mail-source.el (mail-source-value): Function needn't be a symbol.
4796
4797 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * message.el (message-cite-prefix-regexp): Remove } from the cite
4800         prefix.
4801
4802         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4803         highlight again, so that the highlight is correct.
4804
4805         * gnus-picon.el (gnus-picon): Remove again.
4806         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4807
4808         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4809         doing the header highlightling, so that the background colour of the
4810         picon is correct.
4811
4812         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4813         (gnus-picon): Ditto.
4814         (gnus-picon): Reinstate.  The background colour for picons is white.
4815         (gnus-picon-insert-glyph): Make the background white.
4816
4817         * nnml.el (nnml-open-nov): Don't return dead buffers.
4818
4819         * auth-source.el (auth-source-create): Query the user for whether to
4820         store the credentials.
4821
4822         * netrc.el (netrc-store-data): New function.
4823
4824         * auth-source.el (auth-source-user-or-password): Use the existing auth
4825         sources, if any, for creation.
4826
4827         * gnus.el (gnus-group-fast-parameter): Return the last matching
4828         parameter instead of the first matching parameter.
4829
4830 2010-09-26  Julien Danjou  <julien@danjou.info>
4831
4832         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4833
4834 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * mml2015.el (mml2015-use): Remove gpg support.
4837
4838         * mml1991.el (mml1991-function-alist): Remove gpg function.
4839         (mml1991-gpg-sign): Remove.
4840
4841 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4842
4843         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4844         (gnus-browse-unsubscribe-current-group): Document it.
4845         (gnus-browse-unsubscribe-group): Use it.
4846
4847 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4850         address to the To list for easier response.
4851
4852         * gnus.el (gnus-play-startup-jingle): Remove.
4853         (gnus-splash): Don't play jingle.
4854         (gnus): Silence gnus-load message.
4855
4856         * gnus-art.el (gnus-treat-play-sounds): Remove.
4857
4858         * gnus.el (gnus-play-jingle): Remove audio support.
4859
4860         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4861
4862         * earcon.el: Remove -- no users.
4863
4864         * gnus-audio.el: Remove -- no users of this package.
4865
4866         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4867
4868         * gnus-start.el (gnus-setup-news): Remove nocem support.
4869
4870         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4871
4872         * gnus.el (gnus-use-nocem): Remove.
4873
4874         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4875         Remove.
4876
4877         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4878         uses NoCeM any more.
4879
4880         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4881         (gnus-button-ctan-handler): Ditto.
4882         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4883         (gnus-button-ctan-directory-regexp): Ditto.
4884         (gnus-button-handle-ctan): Ditto.
4885         (gnus-button-tex-level): Ditto.
4886         (gnus-button-alist): Remove CTAN stuff.
4887
4888 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4891         nnimap-streaming test.
4892
4893         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4894         servers twice.
4895
4896         * nnimap.el (nnimap-open-connection): Add more error reporting when
4897         nnimap fails early.
4898
4899         * nnheader.el (nnheader-get-report-string): New function.
4900         (nnheader-get-report): Use it.
4901
4902         * gnus-int.el (gnus-check-server): Say what the error was when opening
4903         failed.
4904
4905         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4906         using streaming.
4907
4908 2010-09-25  Julien Danjou  <julien@danjou.info>
4909
4910         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4911         gnus-window-inside-pixel-edges.
4912
4913 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914
4915         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4916
4917         * mm-decode.el (mm-save-part): Allow saving to other directories the
4918         normal Emacs way.
4919
4920         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4921         Suggested by Jay Berkenbilt.
4922
4923         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4924         there isn't a single byte.
4925
4926         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4927         just do it.  It doesn't really seem to matter what the user responds
4928         here, I think, so it's just a confusing question.
4929
4930         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4931         non-streaming case.
4932
4933         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4934         (gnus-article-encrypt-body): Use it.
4935
4936         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4937         keystroke.
4938
4939         * nnimap.el (nnimap-find-wanted-parts-1):
4940         Use gnus-fetch-partial-articles.
4941
4942         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4943
4944         * nnimap.el (nnimap-insert-partial-structure): New function.
4945         (nnimap-get-partial-article): New function.
4946         (nnimap-request-article): Use it.
4947         (nnimap-wait-for-response): Return whether the wait was successful.
4948         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4949         retrieval wasn't successful.
4950         (nnimap-retrieve-group-data-early): Allow throttling servers.
4951         (nnimap-streaming): New variable.
4952         (nnimap-fetch-partial-articles): Remove.
4953
4954         * mm-decode.el (mm-with-part): Protect against killed buffers.
4955
4956         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4957         for prettier summary display.
4958
4959 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4960
4961         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4962
4963 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4966         apparently third-party libraries depend on it.
4967
4968         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4969         before starting negotiation.
4970
4971         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4972         privacy reasons.
4973         (gnus-treat-mail-gravatar): Ditto.
4974
4975         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4976         buffer when inserting images.  Inserting text into the headers, for
4977         instance, can make them invalid.
4978
4979 2010-09-25  Julien Danjou  <julien@danjou.info>
4980
4981         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4982         variables.
4983
4984         * nnheader.el: Remove useless variables news-reply-yank-from and
4985         news-reply-yank-message-id.
4986
4987         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4988         variables.
4989
4990         * mml1991.el: Remove useless mml1991-verbose.
4991
4992         * gnus.el: Remove useless variable gnus-use-generic-from.
4993         Remove obsolete variable gnus-topic-indentation.
4994
4995         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4996
4997         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4998
4999         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5000
5001         * gnus-group.el: Remove useless gnus-group-icon-cache.
5002         Remove useless gnus-ephemeral-group-server.
5003
5004         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5005
5006         * mml2015.el: Remove useless mml2015-verbose.
5007
5008         * mml-smime.el: Remove useless mml-smime-verbose.
5009
5010         * gnus.el: Remove useless gnus-local-domain.
5011
5012         * gnus-gravatar.el (gnus-gravatar-transform-address):
5013         Use gnus-gravatar-size.
5014
5015         * gnus-art.el: Remove useless gnus-treat-translate.
5016
5017 2010-09-24  Julien Danjou  <julien@danjou.info>
5018
5019         * gnus-sum.el: Add support for Gravatars.
5020
5021         * gnus-art.el: Add support for Gravatars.
5022
5023         * gnus-gravatar.el: Add this file.
5024
5025         * gravatar.el: Add this file.
5026
5027 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5030
5031         * gnus-group.el (gnus-group-fetch-faq): Remove.
5032
5033         * gnus.el (gnus-group-faq-directory): Remove.
5034
5035         * gnus-group.el (gnus-group-fetch-charter): Remove.
5036
5037         * gnus.el (gnus-group-charter-alist): Remove.
5038
5039         * gnus-group.el (gnus-group-archive-directory): Remove.
5040         (gnus-group-recent-archive-directory): Ditto.
5041         (gnus-group-make-archive-group): Remove.
5042
5043         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5044
5045         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5046         use the same article number for all the cached articles.
5047
5048         * nnimap.el (nnimap-command): Register the last command time so
5049         that we can use it for idling NOOPs.
5050         (nnimap-open-connection): Start the keeplive timer.
5051         (nnimap-make-process-buffer): Store all the process buffers.
5052         (nnimap-keepalive): New function.
5053
5054         * starttls.el (starttls-open-stream): Add autoload cookie.
5055
5056 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5057
5058         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5059         handling.
5060
5061 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5064         its data structures.
5065
5066         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5067         instead of the cl.el copy-list.
5068         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5069         equalp.
5070
5071 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5074         and tool-bar-local-item-from-menu.
5075
5076         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5077         mode-line-highlight face for Emacs.
5078
5079         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5080         loading gnus-sum.elc; fix comment for canlock-verify.
5081         (gnus-article-jump-to-part): Use read-number.
5082         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5083         Remove Emacs pre-21 compatible code for help-echo.
5084         (gnus-article-next-page-1): No need to adjust the number of lines.
5085         (gnus-article-describe-bindings): Always use help-buffer.
5086
5087         * gnus-audio.el (gnus-audio-inline-sound)
5088         * gnus-cus.el (gnus-custom-mode)
5089         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5090
5091         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5092
5093         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5094         compatible code.
5095
5096 2010-09-24  Glenn Morris  <rgm@gnu.org>
5097
5098         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5099         visiting the fcc file in rmail-mode.
5100
5101         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5102
5103 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * nnir.el: Silence the byte compiler.
5106
5107         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5108         alias to browse-url-url-encode-chars if any.
5109         (gnus-html-encode-url): Use it.
5110
5111 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-start.el (gnus-use-backend-marks): New variable.
5114         (gnus-get-unread-articles-in-group): Use it.
5115
5116         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5117         makeover.
5118
5119 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5120
5121         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5122
5123 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5126         Remove.
5127         (gnus-setup-news-hook):
5128         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5129
5130         * gnus-int.el (gnus-request-update-info): Protect against backends not
5131         having the function.
5132
5133         * nnimap.el (nnimap-stream): Mention starttls.
5134         (nnimap-open-connection): Add starttls support.
5135
5136 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5137
5138         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5139
5140 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5143         BODYSTRUCTUREs.
5144         (nnimap-transform-headers): Unfold quoted {42} headers.
5145
5146         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5147         the info.
5148         (gnus-get-unread-articles): Only call updatep on backends that support
5149         it.
5150
5151         * nnweb.el (nnweb-request-update-info): NOOP.
5152
5153         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5154
5155         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5156         since it only deals with marks.
5157
5158         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5159         gnus-request-marks, and make a new gnus-request-update-info.
5160
5161         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5162         the active instead of the high number, which is usually too low.
5163
5164 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5165
5166         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5167         * encrypt.el: Remove.
5168
5169 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5172         server in symbolic form.
5173
5174         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5175
5176 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5179         (nnimap-update-info): Fix up code slightly.
5180
5181         * gnus-int.el (gnus-open-server): Add tracing for performance
5182         debugging.
5183
5184         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5185         (gnus-group-insert-group-line): Pass the real group name so that it
5186         gets the right data.
5187
5188         * gnus-start.el (gnus-get-unread-articles): Don't have
5189         `gnus-get-unread-articles-in-group' update info, since that can be
5190         really slow and doesn't seem to be needed?
5191
5192 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5193
5194         * time-date.el (date-to-time): Try using parse-time-string first before
5195         using the slower timezone-make-date-arpa-standard.
5196
5197 2010-09-22  Julien Danjou  <julien@danjou.info>
5198
5199         * gnus-group.el (gnus-group-insert-group-line):
5200         Call gnus-group-highlight-line.
5201         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5202         default hook list.
5203         (gnus-group-update-eval-form): Add new function.
5204         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5205         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5206
5207 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5210         immediate, then expire all articles.
5211         (nnimap-update-info): Fix off-by-one errors.
5212         (nnimap-flags-to-marks): Would return no marks lists for group with no
5213         flags.  Instead return the other data.
5214
5215 2010-09-22  Julien Danjou  <julien@danjou.info>
5216
5217         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5218         Only return an icon.
5219         (gnus-group-insert-group-line): Compute icon to return.
5220
5221         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5222         (gnus-html-image-fetched): Only cache if
5223         gnus-html-image-automatic-caching is set.
5224         (gnus-html-image-fetched): Check for errors.
5225
5226 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5227
5228         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5229         once per method on `g'.  This ensures that backends like nnfolder don't
5230         open all their folders.
5231
5232         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5233         (nnimap-request-list): Nix out group in the correct buffer.
5234         (nnimap-parse-flags): Implement by using `read' instead of
5235         hand-parsing.
5236         (nnimap-flags-to-marks): Pass on permanent-flags.
5237         (nnimap-make-process-buffer): Record the server name.
5238         (nnimap-parse-flags): Fix typo.
5239         (nnimap-request-scan): Run split on the server in general, not just a
5240         single group.
5241
5242         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5243         parameter, and propagate this downwards.
5244
5245         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5246         since EXAMINE changes it on the server.
5247
5248         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5249         this command might take a while.
5250
5251 2010-09-22  Julien Danjou  <julien@danjou.info>
5252
5253         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5254         harmful if you have 2 images side-by-side, they can't be properly
5255         update on text deletion.  Using text-property is safer here.
5256         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5257         data.
5258
5259 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * nnimap.el (nnimap-expunge-inbox): Remove.
5262         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5263         (nnimap-expunge): Flip default to t.
5264
5265         * gnus.el (gnus-method-to-server): Don't push things to the cache
5266         unless it's unique.
5267         (gnus-server-to-method): Ditto.
5268
5269 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5272
5273 2010-09-22  Julien Danjou  <julien@danjou.info>
5274
5275         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5276         get the start of data.
5277         (gnus-html-encode-url): Add this function to encode special chars in
5278         URL.
5279         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5280         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5281
5282         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5283         default.
5284         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5285
5286         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5287         images alt-text.
5288         (gnus-html-put-image): Put alt-text as help-echo.
5289
5290 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5293         * mm-util.el (mm-decompress-buffer)
5294         * nnir.el (nnir-run-find-grep)
5295         * pop3.el (pop3-list): Use 3rd arg of split-string.
5296
5297         * time-date.el (format-seconds): Comment fix.
5298
5299         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5300         and byte-optimize-form-code-walker.
5301         (dgnushack-make-auto-load): Don't advise make-autoload.
5302
5303         * lpath.el: Remove Emacs 21 stuff.
5304
5305 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5308         outside the active range.  Suggested by Dan Christensen.
5309
5310         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5311         slightly later to avoid double-getting it.
5312
5313         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5314         previous patch.
5315
5316         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5317
5318 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5319
5320         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5321
5322 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus-int.el (gnus-open-server): Give a better error message in the
5325         "go offline" case.
5326
5327         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5328         marks for nnimap, which is seldom the right thing to do.
5329
5330         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5331         (gnus-same-method-different-name): New function.
5332
5333         * nnimap.el (parse-time): Require.
5334
5335         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5336         method in the presence of many similar methods.
5337
5338         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5339
5340         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5341         nnml-inhibit-expiry.
5342
5343         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5344         find out whether methods are equal.
5345
5346         * nnimap.el (nnimap-find-expired-articles): New function.
5347         (nnimap-process-expiry-targets): New function.
5348         (nnimap-request-move-article): Request the article before looking at
5349         what the Message-ID is.  Fix found by Andrew Cohen.
5350         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5351
5352         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5353         for oldness in addition to being a predicate.
5354
5355         * nnimap.el (nnimap-request-group): When we have zero articles, return
5356         the right data to Gnus.
5357         (nnimap-request-expire-articles): Only delete articles immediately if
5358         the target is 'delete.
5359
5360         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5361         method, this would bug out.
5362
5363         * gnus-group.el (gnus-group-expunge-group): Rename from
5364         gnus-group-nnimap-expunge, and implemented as a normal interface
5365         function.
5366
5367         * gnus-int.el (gnus-request-expunge-group): New function.
5368
5369         * nnimap.el (nnimap-request-create-group): Implement.
5370         (nnimap-request-expunge-group): New function.
5371
5372 2010-09-21  Julien Danjou  <julien@danjou.info>
5373
5374         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5375         (gnus-html-cache-expired): Add new function.
5376         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5377         wethever we should display image for fetch it.
5378         Compute alt-text earlier to pass it to the fetching function too.
5379         (gnus-html-schedule-image-fetching): Change function argument to only
5380         get one image at a time, not a list.
5381         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5382         cache.
5383         (gnus-html-get-image-data): New function to retrieve image data from
5384         cache.
5385         (gnus-html-put-image): Change buffer argument to use image data rather
5386         than file, and place image above region rather than inserting a new
5387         one.  Do not take alt-text as argument, since it's useless now: we place
5388         the image above alt-text.
5389         (gnus-html-prune-cache): Remove.
5390         (gnus-html-show-images): Start to fetch image when we find one, do not
5391         push into a temporary list.
5392         (gnus-html-prefetch-images): Only fetch image if they have expired.
5393         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5394         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5395
5396 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5399
5400 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5403         spec inser "*" if the group isn't active instead of 0.
5404
5405         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5406         opening the server.
5407         (nnimap-request-delete-group): Implement group deletion.
5408         (nnimap-transform-headers): Return the size of the entire message in
5409         the Bytes header, not just the size of the first part.
5410         (nnimap-request-move-article): When moving an article from nnimap,
5411         request the article first so the accepting form has an article to
5412         accept.  Reported by Dan Christensen.
5413         (nnimap-command): Make sure that the error message doesn't error out.
5414
5415 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5416
5417         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5418         we haven't requested anything.
5419
5420 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5423         "".  Fix found by Andrew Cohen.
5424
5425         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5426         instead of -encode-string.
5427
5428 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5431
5432         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5433         by mm-subst-char-in-string.
5434
5435 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5438         waiting for the connection string.
5439
5440         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5441         arriving.
5442
5443         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5444         bogus characters.  This allows selecting certain Gmail groups.
5445
5446         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5447         (nnimap-fetch-partial-articles): New variable.
5448         (nnimap-open-connection): When looking for credentials, also use the
5449         nnimap-server-port.
5450         (nnimap-request-article): Return the group/article number, so that Gnus
5451         `^' works as expected.
5452         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5453
5454         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5455         comments.
5456         (gnus-methods-sloppily-equal): New function.
5457         (gnus): When using the development version of Gnus, load the gnus-load
5458         file.
5459
5460         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5461         `gnus-open-server' on each method before trying to scan them etc.
5462         This ensures that all the backend parameters are set correctly.
5463
5464         * nnimap.el (nnimap-authenticator): New variable.
5465         (nnimap-open-connection): Allow anonymous login.
5466         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5467         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5468
5469         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5470         patch, found by Knut Anders Hatlen.
5471
5472 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5473
5474         * gnus-agent.el (gnus-agent-batch-confirmation)
5475         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5476         to gnus-message.
5477         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5478         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5479         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5480         * gnus-int.el (gnus-open-server): Likewise.
5481         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5482         (gnus-score-check-syntax): Likewise.
5483         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5484         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5485         Likewise.
5486         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5487
5488 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5491         calling conventions so that prefetch doesn't bug out.
5492
5493 2010-09-19  Julien Danjou  <julien@danjou.info>
5494
5495         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5496         rather than `subst-char-in-region' in order to be able to replace ASCII
5497         char by UTF-8 ones.
5498
5499         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5500         than curl.
5501         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5502         the right URL and ALT text on images.
5503         (gnus-html-wash-tags): Fix tag case.
5504         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5505         (gnus-article-html): Add -o display_ins_del=2 option.
5506         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5507
5508 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5511         the extra mail headers, which sometimes seem to happen for unknown
5512         reasons.
5513
5514         * mail-parse.el (mail-header-encode-parameter): Define as
5515         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5516         (or most, perhaps?) mail readers don't understand the latter, but do
5517         understand the former.
5518
5519         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5520         to nil, so that no methods are automatically agentized.  I think this
5521         is probably what most users want.
5522
5523         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5524         from url-retrieve, for instance about invalid URLs.
5525
5526         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5527         groups that have no articles.
5528         (nnimap-request-article): Check that we really got an article when we
5529         requested one.
5530
5531         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5532         doesn't exist.
5533
5534         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5535         nntp buffer so the agent can save it.
5536         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5537         that CRLF doesn't get translated to \n.
5538         (nnimap-open-connection): Don't make 'shell commands only send \n.
5539
5540 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5541
5542         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5543         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5544         Update var name.
5545         (nnml-generate-nov-file): Use dolist.
5546         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5547         Use with-current-buffer.
5548
5549 2010-09-18  Julien Danjou  <julien@danjou.info>
5550
5551         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5552         parallel.
5553
5554 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5555
5556         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5557         the range update right.
5558         (nnimap-request-group): Don't make `M-g' bug out on group with no
5559         marks.
5560         (nnoo): Require, so that other packages can require nnimap.
5561         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5562         command we're looking for.  This helps when the server sends more
5563         responses after we've gotten everything we expected.
5564         (nnimap): Add a `newlinep' field to keep track of end-of-line
5565         conventions.
5566         Don't send CRLF to things that don't want it.
5567         (nnimap-request-accept-article): Ditto.
5568
5569 2010-09-18  Julien Danjou  <julien@danjou.info>
5570
5571         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5572         than curl to retrieve images.
5573
5574 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575
5576         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5577         the marks.
5578         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5579         (nnimap-wait-for-connection): New function.
5580         (nnimap-open-connection): If we have PREAUTH, don't query for login
5581         credentials.
5582         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5583         when doing a partial update.
5584
5585 2010-09-18  Julien Danjou  <julien@danjou.info>
5586
5587         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5588         tags.
5589
5590 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5591
5592         * nnimap.el (nnimap-credentials): New function.
5593         (nnimap-open-connection): Use the new function to look for credentials
5594         also on the numeric equivalents of "imap" and "imaps".
5595
5596         * gnus-start.el (gnus-activate-group): Send the info to
5597         gnus-request-group.
5598
5599         * nnimap.el (nnimap-request-group): Have the "check" version of the
5600         function parse flags and update the info, so that a `M-g' get a total
5601         resync of all flags from the group.
5602
5603         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5604         to allow backends to alter the info on group selection.  Also alter all
5605         the backend -request-group functions to take the parameter.
5606
5607         * nnimap.el (nnimap-store-info): New function.
5608         (nnimap-update-info): Store the info for later usage.
5609         (nnimap-request-group): Use the stored info for the dont-check case, so
5610         that we don't retrieve all marks when we enter a group.
5611
5612         * nnimap.el: Use deffoo instead of defun for interface functions.
5613
5614         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5615         update the group info.  This makes the nndraft groups, for instance, go
5616         back to their old behaviour.
5617
5618         * gnus-sum.el (gnus-select-newsgroup): Indent.
5619
5620         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5621         in.
5622         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5623         nothing.
5624
5625         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5626         from methods that are denied.
5627
5628         * gnus-int.el (gnus-method-denied-p): New function.
5629
5630         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5631         store the password instead of netrc.
5632         (nnimap-open-connection): Don't error out when we can't make a
5633         connections.
5634
5635         * auth-source.el (auth-source-create): In the password prompt, say what
5636         we're querying for.  Also prompt for user name if that hasn't been
5637         given.
5638
5639         * nnimap.el (nnimap-with-process-buffer): Remove.
5640
5641 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5644         method when we're reading from the agent.
5645
5646         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5647
5648         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5649         that's probably most useful for users.
5650
5651         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5652         "failed" all the time.
5653
5654         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5655         ...)) with (with-current-buffer ... ).
5656
5657         * nntp.el (nntp-open-server): Return whether the open was successful or
5658         not.
5659
5660         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5661         select an unread unseen article first.
5662
5663         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5664         /etc/services, supply some sensible port defaults.
5665
5666         * dgnushack.el: Define netrc-credentials.
5667
5668 2010-09-17  Julien Danjou  <julien@danjou.info>
5669
5670         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5671
5672 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5673
5674         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5675         doesn't have any parameters.
5676
5677 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678
5679         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5680         only upcased checks.
5681
5682         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5683
5684         * nnimap.el (nnimap-open-shell-stream): New function.
5685         (nnimap-open-connection): Use it.
5686         (nnimap-transform-headers): Get the number of lines in each message.
5687         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5688         number of lines.
5689         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5690         problem.
5691
5692         * utf7.el (utf7-encode): Autoload.
5693
5694         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5695         to allow the mail splitting to not return a default group.  This is
5696         useful for nnimap, which will leave unmatched mail in the inbox.
5697
5698         * nnimap.el: Rewritten.
5699
5700         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5701         nnimap usage.
5702
5703         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5704         if the move is internal, so that nnimap can do fast internal moves.
5705
5706         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5707         data.
5708         (gnus-read-active-for-groups): Support finishing the early retrieval of
5709         data.
5710
5711         * gnus-range.el (gnus-range-nconcat): New function.
5712
5713         * gnus-int.el (gnus-finish-retrieve-group-infos)
5714         (gnus-retrieve-group-data-early): New functions.
5715
5716 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5717
5718         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5719         (nnrss-retrieve-groups):
5720         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5721         (pop3-quit): Use with-current-buffer.
5722
5723 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5726         instead of nnheader-accept-process-output.
5727
5728         * dgnushack.el (dgnushack-compile): Add comment.
5729
5730         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5731
5732         * gnus-html.el (gnus-html-schedule-image-fetching)
5733         (gnus-html-prefetch-images): Replace process-kill-without-query by
5734         gnus-set-process-query-on-exit-flag.
5735
5736 2010-09-16  Romain Francoise  <romain@orebokech.com>
5737
5738         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5739
5740 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741
5742         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5743         parameter to unintern is mandatory-ish in Emacs 24.
5744
5745         * gnus-html.el (gnus-html-schedule-image-fetching)
5746         (gnus-html-prefetch-images): Check for curl before using it.
5747
5748         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5749         depend on curl, which isn't essential.
5750
5751         * imap.el: Revert back to version
5752         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5753         seem problematic.
5754
5755 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5756
5757         * gnus-registry.el (gnus-registry-install-shortcuts):
5758         Explicitly pass `obarray' to `unintern' to avoid a warning.
5759
5760 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5763         change.
5764
5765         * nnrss.el (nnrss-request-list): Remove this function and related
5766         functions, including the moreover stuff.
5767
5768 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5769
5770         * nnrss.el (nnrss-retrieve-groups): New function.
5771
5772 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5773
5774         * .dir-locals.el: Add no-byte-compile cookie.
5775
5776 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * time-date.el (format-seconds): Comment fix.
5779
5780         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5781         for back end that doesn't support request-scan.
5782
5783 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5784
5785         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5786         then do request scans from the backends.
5787
5788         * netrc.el (netrc-credentials): New conveniency function.
5789
5790         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5791         avoid running a hook per line, since this takes a lot of time,
5792         profiling shows.
5793         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5794         directly if gnus-visual-p is true.
5795
5796 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5799         groups; replace mapcar with dolist which is a bit faster; pass groups
5800         info to gnus-read-active-file-1.
5801         (gnus-read-active-file-1): Scan only specified groups if the new
5802         optional arg `infos' is given.
5803
5804 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5807
5808         * pop3.el (pop3-movemail): Remove.
5809         (pop3-streaming-movemail): Rename to pop3-movemail.
5810
5811         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5812         don't restrict end-tag searches to the end of the line.
5813
5814 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5817         articles of every unchecked group to t, which means unknown since the
5818         server has never been opened.
5819
5820 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-html.el (gnus-html-show-alt-text): New command.
5823         (gnus-html-browse-image): Ditto.
5824         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5825         to browse the image directly.
5826         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5827         better.
5828
5829         * gnus-async.el (gnus-async-article-callback):
5830         Call `gnus-html-prefetch-images' unconditionally.
5831
5832         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5833         before feeding URLs to curl.
5834
5835 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5838         internal images as deletable by `W D D'.
5839
5840         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5841         (gnus-async-article-callback): Fix typo.
5842
5843 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5844
5845         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5846         current line to work around bugs in the output from w3m.
5847
5848         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5849         for groups that want that.
5850
5851         * nntp.el (nntp-wait-for-string): Supply a timeout for
5852         accept-process-output to ensure progress.
5853
5854         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5855         level to get unread articles from, then use that for foreign groups,
5856         too.
5857
5858         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5859         confuses the rest of the function.
5860
5861         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5862         for the methods that support -retrieve-groups, too.
5863
5864         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5865
5866 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5869         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5870
5871         * pop3.el: Require cl when compiling.
5872         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5873
5874 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875
5876         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5877         that aren't going to be activated.
5878         (gnus-get-unread-articles): Fix up the last commit.
5879
5880         * gnus-html.el (gnus-article-html): Allow calling without specifying
5881         the handle.  In that case, dissect the buffer first.
5882
5883         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5884
5885         * nnimap.el (nnimap-open-connection): Revert the change that would look
5886         into authinfo for imaps instead of imap.
5887
5888         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5889         say that you don't want to call gnus-request-group with don-check, but
5890         do check the reponse.  This is for virtual groups only.
5891         (gnus-get-unread-articles): Count the archive groups as secondary, so
5892         that they're activated the same way as before.
5893
5894         * imap.el (imap-message-map): Removed optional buffer parameter, since
5895         no callers use it.
5896         (imap-message-get): Ditto.
5897         (imap-message-put): Ditto.
5898         (imap-mailbox-map): Ditto.
5899         (imap-mailbox-put): Ditto.
5900         (imap-mailbox-get): Ditto.
5901         (imap-mailbox-get): Revert last change for this function.
5902
5903         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5904         case-insensitively.
5905         (nnimap-debug): Remove.
5906
5907         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5908         to use `imap-fetch' instead.  According to the comments, this should be
5909         safe, since all other IMAP clients use the 1:* syntax.
5910         (imap-enable-exchange-bug-workaround): Removed.
5911         (imap-debug): Removed -- doesn't seem very useful.
5912
5913         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5914         mail from a file, and the file doesn't exist.
5915
5916         * imap.el (imap-log): New convenience function used throughout instead
5917         of repeating the same code all over the place.
5918
5919         * pop3.el (pop3-streaming-movemail): Return t for success.
5920
5921         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5922         .authinfo if we're using ssl connection.
5923
5924         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5925         already have if we're in a main Gnus `g' run.
5926
5927         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5928
5929 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5932
5933         * nnmh.el (nnmh-request-list-1): Bind `file'.
5934
5935         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5936         alias to set-process-query-on-exit-flag or process-kill-without-query.
5937         (pop3-open-server): Use it.
5938
5939 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940
5941         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5942         box to the Incoming file.  Fixes mistake in previous checkin.
5943
5944         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5945         request loop (for debugging purposes) removed.
5946
5947         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5948         culprit is more visible.
5949         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5950         (nnml-add-incremental-nov): New functions to do "incremental" nov
5951         updates, where we just append to the end of the existing nov files
5952         without reading/writing them in full.
5953
5954         * mail-source.el (mail-source-delete-crash-box): Really only check the
5955         incoming files once in a while.
5956
5957         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5958
5959         * mail-source.el (mail-source-delete-crash-box): Only check the
5960         incoming files for deletion once per day to save a lot of file
5961         accesses.
5962
5963         * pop3.el (pop3-logon): Fix up unbound variable typo.
5964
5965         * mail-source.el (pop3-streaming-movemail): Autoload.
5966
5967         * pop3.el (pop3-streaming-movemail):
5968         Respect pop3-leave-mail-on-server.
5969
5970         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5971         retrieval.
5972
5973         * pop3.el (pop3-process-filter): Remove unused function.
5974         (pop3-streaming-movemail, pop3-send-streaming-command)
5975         (pop3-wait-for-messages, pop3-write-to-file)
5976         (pop3-number-of-responses): New functions for streaming pop3
5977         retrieval.
5978
5979         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5980         come from no known methods.
5981         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5982         list.
5983
5984         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5985         message sizes.
5986         (pop3-movemail): Use erase-buffer instead of looping and deleting
5987         regions, which seems rather odd.
5988
5989         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5990         file once per `g' run.
5991
5992         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5993         directories.  This makes the draft queue directory work.
5994
5995         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5996         data from the backends, so that we only request the list of groups from
5997         each method once.  This should speed things up considerably.
5998
5999         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6000         detect that it's not implemented.
6001
6002         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6003         we actually do recurse down into the tree, but don't stat all leaf
6004         nodes.
6005
6006         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6007         then say so instead of bugging out.
6008
6009         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6010         files exist before trying to read them.
6011
6012         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6013         around <pre_int>.
6014
6015         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6016
6017         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6018
6019 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * mm-util.el (mm-image-load-path): Just return the image directories,
6022         not all directories in the path in addition to the image directories.
6023         (mm-image-load-path): Maintain a cache of the image directories so that
6024         the `g' command in Gnus doesn't have to stat dozens of directories each
6025         time.
6026
6027         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6028         (gnus-html-wash-tags): Add a new `i' command to insert images.
6029         (gnus-html-insert-image): New command and keystroke.
6030         (gnus-html-redisplay-with-images): New command and keystroke.
6031         (gnus-html-show-images): Rename command.
6032         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6033         spacers.
6034         (gnus-html-wash-tags): Decode entities at the end, so that entities
6035         inside the tags don't mess up the rest of the "parsing".
6036
6037         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6038         so that nnimap methods aren't agentized by default.  There's apparently
6039         many problems related to agent/imap behaviour.
6040
6041         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6042
6043         * gnus-html.el: Doc fix.
6044
6045 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6048         specifier-spec-list for Emacs 21.
6049
6050         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6051         glyph-width and glyph-height instead of display-graphic-p and
6052         image-size; make avoidance of displaying small images work for XEmacs.
6053
6054         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6055         for XEmacs.
6056
6057         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6058         of symbol that holds plist data.
6059         (gnus-process-plist): Remove plist of process after getting it.
6060
6061 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062
6063         * message.el (message-generate-hashcash): Change default to
6064         'opportunistic if hashcash is installed.
6065
6066         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6067         (gnus-html-put-image): Only call image-size once, since it's somewhat
6068         time-consuming on remote X servers.
6069
6070 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6073         type on data, not a file name.
6074
6075         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6076         window-pixel-edges for Emacs 21.
6077
6078         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6079         decoded contents.
6080         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6081
6082 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083
6084         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6085         group line format, since it isn't very interesting.
6086
6087         * gnus-agent.el (gnus-agent-short-article),
6088         (gnus-agent-long-article): Increase values for these two variables,
6089         since most people are likely to have more network connection and
6090         storage than before.
6091
6092         * gnus.el (gnus-refer-article-method): Change default to 'current.
6093         When referring an article, the common behaviour is to refer it from the
6094         current select method, not the native select method.  The chances of
6095         the native select method having the message in question is rather slim
6096         these days.
6097
6098         * gnus-sum.el (gnus-auto-select-subject): Change default to
6099         `unseen-or-unread'.  I think it's likely that most people want to
6100         select an unseen article over a previously seen, but unread one.
6101
6102         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6103         means that in the article buffer none of the minor mode elements will
6104         be shown, usually, and this is not desirable in most cases.
6105
6106         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6107         that commands like `d' (and the like) go to the next line in the
6108         buffer, instead of the next unread article.  I think this is the
6109         behaviour that is most natural for most users.
6110         (gnus-single-article-buffer): Change default to nil, so that people can
6111         have as many article buffers open as they have summary buffer.  I think
6112         this is the most natural way for the groups to behave.
6113
6114         * message.el (message-generate-new-buffers): Change default to
6115         `unsent', so that all new message buffers start their names with the
6116         string "*unsent", and it's easier to find the buffers if you move from
6117         them.
6118
6119 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6122         small.  They're probably tracking images.
6123         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6124         (gnus-html-rescale-image): Yet another try at getting the image sizing
6125         right.
6126
6127         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6128         nntp-marks-file-name is nil.
6129
6130 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6131
6132         * gnus-html.el (gnus-html-wash-tags)
6133         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6134         Better logging.
6135
6136 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6137
6138         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6139
6140         * gnus-html.el (gnus-html-wash-tags): Check the value of
6141         gnus-blocked-images in the summary buffer.
6142
6143 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6146
6147 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6150         like "a", it seems like.
6151         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6152         since it needs to be picked from the correct buffer.
6153
6154         * nnwfm.el: Remove.
6155
6156         * nnlistserv.el: Remove.
6157
6158 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6159
6160         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6161         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6162
6163 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * nnkiboze.el: Remove.
6166
6167         * nndb.el: Remove.
6168
6169         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6170         alt text.
6171         (gnus-html-rescale-image): Try to get the rescaling logic right for
6172         images that are just wide and not tall.
6173
6174         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6175         overshadow variable bindings.
6176
6177 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6178
6179         * gnus-html.el (gnus-html-wash-tags)
6180         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6181         Add extra logging.
6182
6183 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6184
6185         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6186         (gnus-max-image-proportion): New variable.
6187         (gnus-html-rescale-image): New function.
6188         (gnus-html-put-image): Rescale images.
6189
6190 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6191
6192         Fix up some byte-compiler warnings.
6193         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6194         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6195         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6196         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6197         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6198         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6199         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6200
6201 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus-html.el (gnus-article-html): Decode contents by charset.
6204
6205 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6208         (gnus-html-frame-width, gnus-blocked-images)
6209         * message.el (message-prune-recipient-rules): Add custom version.
6210         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6211
6212         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6213         functions.
6214
6215         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6216         gnus-process-get.
6217
6218 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6219
6220         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6221         instead of lsub directly.
6222
6223 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * nnwarchive.el: Remove.
6226
6227         * gnus-soup.el: Remove.
6228
6229         * nnsoup.el: Remove.
6230
6231         * nnultimate.el: Remove.
6232
6233         * gnus-html.el (gnus-blocked-images): New variable.
6234
6235         * message.el (message-prune-recipients): New function.
6236         (message-prune-recipient-rules): New variable.
6237
6238         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6239         guess whether a long line is natural text or not.
6240
6241         * gnus-html.el (gnus-html-schedule-image-fetching):
6242         Use gnus-process-plist and friends for compatibility.
6243
6244 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6245
6246         * gnus-html.el: Require packages that define macros used in this file.
6247         (gnus-article-mouse-face): Declare to silence byte-compiler.
6248         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6249         process-get.
6250         (gnus-html-put-image): Use plist-get to avoid getf.
6251         (gnus-html-prefetch-images): Use with-current-buffer.
6252
6253 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * gnus-ems.el: Provide compatibility functions for
6256         gnus-set-process-plist.
6257
6258         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6259         header-line-format for XEmacs 21.4.
6260
6261         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6262         * gnus.el (gnus-valid-select-methods)
6263         * message.el (message-send-mail-partially-limit)
6264         * mm-decode.el (mm-text-html-renderer)
6265         * mml.el (mml-insert-mime-headers-always)
6266         * smiley.el (smiley-regexp-alist): Bump custom version.
6267
6268 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * gnus-html.el: require mm-url.
6271         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6272         with the url to `url'.
6273         (gnus-html-wash-tags): Support cid: URLs/images.
6274
6275 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276
6277         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6278         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6279         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6280
6281         * gnus-move.el: Remove file, since it doesn't really work.
6282
6283         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6284         UTF-8.  This seems to fix problems with some German web feeds.
6285
6286         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6287         at the top so that the proper colours are applied.
6288
6289         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6290         don't have dots in their names.
6291
6292         * gnus-art.el (gnus-article-view-part): Doc fix.
6293
6294         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6295         XEmacs-compatible.
6296         (gnus-html-put-image): Don't do images on non-graphic displays.
6297
6298         * nnslashdot.el: Remove this unused backend.
6299
6300         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6301         actions.
6302         (gnus-undo-register-1): Revert last change.
6303
6304         * gnus-group.el (gnus-group-completing-read): Protect against not
6305         having completion-styles bound.
6306
6307         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6308         make broken recipients happier.
6309
6310         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6311
6312         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6313         point parameter.
6314
6315         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6316
6317         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6318         completion-styles for group selection.
6319
6320 2009-02-04  Andreas Schwab  <schwab@suse.de>
6321
6322         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6323         headers and regexp-quote the match if necessary.
6324
6325 2009-03-24  Miles Bader  <miles@gnu.org>
6326
6327         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6328         the blinking smiley.
6329
6330 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6331
6332         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6333         blink smiley.
6334
6335 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6338         where the dribbel file lives exists.
6339
6340         * message.el (message-send-mail-partially-limit): Change the default to
6341         nil, since most people don't want this.
6342
6343         * mm-url.el (mm-url-decode-entities): Also decode entities like
6344         &#x3212.
6345
6346 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6347
6348         * gnus-sum.el (gnus-summary-idna-message):
6349         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6350         Hyperlink urls in docstrings with URL `...'.
6351
6352 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6353
6354         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6355         functions.
6356
6357 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358
6359         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6360         say what the mouseover text should be.
6361
6362         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6363         version of the mm-w3m-safe-url-regexp variable to only download images
6364         in the groups where we want that to happen.
6365
6366         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6367
6368         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6369         easier debugging.
6370         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6371         big pictures in the article buffer.
6372
6373         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6374         gnus-article-html.
6375         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6376         w3m.
6377
6378         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6379
6380 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6381
6382         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6383         which doesn't exist.
6384
6385         * message.el (message-inhibit-ecomplete): New variable to allow some
6386         function to inhibit ecomplete address storage.
6387         (message-resend): Disable ecomplete message storage when resending
6388         messages.
6389
6390         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6391
6392 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6395         Save excursion while copying, moving, and deleting articles in order to
6396         prevent the cursor from jumping to unforeseen place.
6397
6398 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * lpath.el: No need to bind bookmark-current-buffer,
6401         bookmark-yank-point and bookmark-make-record-function.
6402
6403 2010-08-17  Glenn Morris  <rgm@gnu.org>
6404
6405         * gnus-sync.el: Require gnus components whose functions are used.
6406
6407         * gnus-art.el (bookmark-make-record-function):
6408         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6409         Declare for compiler.
6410
6411         * mm-url.el (mml-compute-boundary): Autoload.
6412
6413 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6416
6417 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6418
6419         Typo fix "hoo4a" -> "hook".
6420
6421         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6422
6423 2010-08-14  Glenn Morris  <rgm@gnu.org>
6424
6425         * gnus-sync.el (gnus-sync): Fix defgroup version.
6426
6427 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6428
6429         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6430
6431         * gnus-sync.el: Fix docs.
6432         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6433         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6434
6435 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6436
6437         Optimizations for gnus-sync.el.
6438
6439         * gnus-sync.el: Add docs about gnus-sync-backend
6440         possibilities.
6441         (gnus-sync-save): Remove unnecessary message.
6442         (gnus-sync-read): Optimize and show what groups were skipped.
6443
6444 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6445
6446         Minor bug fixes for gnus-sync.el.
6447
6448         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6449         Don't read the sync on get-new-news.
6450
6451         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6452         quiet.
6453
6454         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6455         (fix typo).
6456
6457 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6458
6459         Make saving and restoring of hidden threads work with overlays.
6460         Patch applied by Ted Zlatanov.
6461
6462         * gnus-sum.el (gnus-hidden-threads-configuration)
6463         (gnus-restore-hidden-threads-configuration): Update to deal with text
6464         properties, rather than searching for a magic character.
6465
6466 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6467
6468         New gnus-sync.el library for synchronization of marks.
6469
6470         * gnus-sync.el: New library for synchronization of marks.
6471
6472         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6473         renamed from `gnus-registry-grep-in-list'.
6474
6475         * gnus-registry.el (gnus-registry-follow-group-p):
6476         Use `gnus-grep-in-list'.
6477
6478         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6479
6480 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6483         determining charset of text fails.
6484
6485 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * nnmail.el (nnmail-get-new-mail-1): Revert.
6488
6489         * nnml.el (nnml-active-number): Make sure names of newly created groups
6490         in nnml-group-alist are encoded.
6491
6492 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6495         containing non-ASCII characters in active file for nnml back end.
6496
6497 2010-07-24  David Engster  <dengste@eml.cc>
6498
6499         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6500         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6501
6502 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6503
6504         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6505         tag (Bug#6654).
6506
6507 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6510         the article buffer, not the summary buffer.
6511
6512 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6515         Emacs 23 as well.
6516
6517 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6520         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6521
6522 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6523
6524         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6525         Patch applied by Karl Fogel.
6526
6527         * gnus-sum.el (gnus-summary-bookmark-make-record):
6528         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6529
6530 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6531
6532         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6533         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6534         C-w still not working correctly from Article buffers; Thierry's
6535         patch to fix that will be applied after this.
6536
6537         * gnus-art.el (bookmark-make-record-function): New local variable.
6538
6539         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6540         article buffer.
6541         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6542
6543 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6544
6545         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6546         on changes in bookmark.el.
6547
6548 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6551         `no-log' instead of message not to log prompt string.
6552
6553 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6554
6555         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6556         the *other* type of HTML form submission.
6557
6558 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6559
6560         * auth-source.el (auth-source-pick): If choice does not contain a
6561         questioned keyword, set the check to t.
6562
6563 2010-06-12  Romain Francoise  <romain@orebokech.com>
6564
6565         * gnus-util.el (gnus-date-get-time): Move up before first use.
6566
6567 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6570         (gnus-article-edit-part): Bind it to make last part that is substituted
6571         or deleted visible.
6572         (gnus-mime-display-single): Buttonize part of which id equals to
6573         gnus-mime-buttonized-part-id.
6574
6575 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6576
6577         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6578         (gnus-dd-mmm): Use gnus-date-get-time.
6579         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6580         simplify logic.
6581         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6582         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6583
6584 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6585
6586         * auth-source.el (top): Autoload `secrets-list-collections',
6587         `secrets-create-item', `secrets-delete-item'.
6588         (auth-sources): Fix tag string.
6589         (auth-get-source, auth-source-retrieve, auth-source-create)
6590         (auth-source-delete): New defuns.
6591         (auth-source-pick): Rewrite in order to avoid 2 passes.
6592         (auth-source-forget-user-or-password): New parameter USERNAME.
6593         (auth-source-user-or-password): New parameters CREATE-MISSING and
6594         DELETE-EXISTING.  Retrieve password interactively, if needed.
6595
6596 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6597
6598         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6599         deleting unused directories when gnus-expert-user is t.
6600
6601 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6604         for each temp file when gnus-article-browse-delete-temp is ask.
6605
6606 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6607
6608         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6609         Lisp calls to delete-backward-char by calls to delete-char.
6610
6611 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6612
6613         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6614
6615 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6616
6617         * password-cache.el (password-cache-remove): Fix docstring.
6618
6619 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6622         article unless decoding article to be saved.
6623
6624 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6627         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6628         generated within the mm-with-unibyte-current-buffer macro.
6629
6630 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6633         to nil when we're in a mml-preview buffer and no group is selected.
6634
6635 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6636
6637         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6638         when catching the `C-g'.  Reported by "Leo".
6639
6640 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * message.el (message-forward-make-body-plain)
6643         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6644         multibyte-string-p.
6645
6646         * lpath.el: Revert.
6647
6648 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * message.el (message-forward-make-body-mml): Assume original message
6651         is multibyte string; error on unibyte.
6652         (message-forward-make-body-plain): Ditto; don't add excessive newline
6653         in body end.
6654
6655         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6656
6657 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6658
6659         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6660         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6661
6662 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * mm-extern.el (mm-extern-url): Don't use
6665         mm-with-unibyte-current-buffer.
6666         (mm-extern-cache-contents): Use with-current-buffer instead of
6667         save-excursion + set-buffer.
6668
6669 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * mm-util.el (mm-emacs-mule): Remove.
6672
6673 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6674
6675         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6676         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6677         change.
6678
6679 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6682         bind the default value of enable-multibyte-characters to nil.
6683
6684 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * message.el (message-forward-make-body-plain)
6687         (message-forward-make-body-mml):
6688         Don't use mm-with-unibyte-current-buffer.
6689
6690 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6691
6692         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6693
6694 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6695
6696         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6697         (Bug#5592).
6698
6699 2010-05-07  Julien Danjou  <julien@danjou.info>
6700
6701         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6702         it to mm-pipe-part.
6703
6704         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6705         it is given.
6706
6707 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * binhex.el (binhex-decode-region-internal)
6710         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6711         (dns-query)
6712         * nnweb.el (nnweb-gmane-search)
6713         * pgg-parse.el (pgg-parse-armor)
6714         * pgg.el (pgg-verify-region)
6715         * sha1.el (sha1-string-external)
6716         * uudecode.el (uudecode-decode-region-internal)
6717         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6718         XEmacs.
6719
6720         * gnus-art.el (gnus-article-browse-html-parts)
6721         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6722         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6723         make-temp-file.
6724
6725         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6726         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6727         compiling.
6728
6729         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6730         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6731         XEmacs when compiling.
6732
6733         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6734         gnus-pick-mode-off-hook for XEmacs when compiling.
6735         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6736         gnus-binary-mode-off-hook for XEmacs when compiling.
6737
6738         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6739         Return nil if char-charset is not available.
6740
6741         * imap.el (imap-disable-multibyte)
6742         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6743         macros.
6744
6745         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6746         instead of encode-coding-string.
6747
6748         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6749         'xemacs) instead of mm-emacs-mule to switch function definitions.
6750         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6751
6752         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6753         bind temporary-file-directory for XEmacs;
6754         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6755         timer-set-function for XEmacs 21.4 and SXEmacs;
6756         bind timer-list for XEmacs 21.4 and SXEmacs;
6757         fbind char-charset and find-charset-region for non-Mule XEmacs;
6758         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6759         encode-coding-region and encode-coding-string for XEmacs having no
6760         file-coding feature.
6761
6762 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6763
6764         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6765
6766 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6769         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6770
6771 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6772
6773         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6774         alias `jka-compr-delete-temp-file' no longer exists.
6775
6776 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6777
6778         Use define-minor-mode in Gnus where applicable.
6779         * mml.el (mml-mode): Use define-minor-mode.
6780         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6781         (gnus-undo-mode): Use define-minor-mode.
6782         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6783         (gnus-dead-summary-mode): Use define-minor-mode.
6784         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6785         Initialize in declaration.
6786         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6787         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6788         (gnus-mailing-list-mode): Use define-minor-mode.
6789         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6790         (gnus-draft-mode): Use define-minor-mode.
6791         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6792         (gnus-dired-mode): Use define-minor-mode.
6793
6794 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6795
6796         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6797         handles on recursive mml-to-mime translation and check them for
6798         boundary delimiter collisions.  Reported by Greg Troxel.
6799
6800 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6803
6804 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6805
6806         * mm-util.el (mm-find-buffer-file-coding-system):
6807         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6808
6809 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6810
6811         * message.el (message-generate-headers): Record insertion of optional
6812         headers as well.  Otherwise the check to prevent repeated insertion of
6813         optional headers is a no-op.
6814
6815 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * smime.el: Don't mention CVS.
6818
6819         * nnrss.el (nnrss-fetch): Don't mention CVS.
6820
6821         * nnir.el: Don't mention CVS.
6822
6823 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6824
6825         * gnus-sum.el (gnus-summary-bookmark-make-record):
6826         Add `location' field.
6827
6828 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * lpath.el: Fbind bookmark-default-handler,
6831         bookmark-get-bookmark-record, bookmark-make-record-default,
6832         bookmark-prop-get for Emacs <23 and XEmacs.
6833
6834 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6835
6836         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6837         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6838         Use with-current-buffer to silence the byte-compiler.
6839         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6840         bother to require `gnus'.
6841         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6842
6843 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6844
6845         * gnus-sum.el (gnus-summary-bookmark-make-record)
6846         (gnus-summary-bookmark-jump): New functions.
6847         (gnus-summary-mode): Setup bookmark support.
6848
6849 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6850
6851         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6852         if set.
6853
6854 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6857         gnus-article-browse-html-save-cid-image; make it work recursively for
6858         forwarded messages as well.
6859         (gnus-article-browse-html-parts): Work when prefix arg is given.
6860         (gnus-article-browse-html-article): Doc fix.
6861
6862 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6863
6864         * message.el (message-default-mail-headers):
6865         (message-default-headers): Carry the value mail-default-headers over
6866         into message-default-mail-headers, rather than message-default-headers.
6867
6868 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6869
6870         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6871         charset.
6872
6873         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6874         charset into the <meta> tag when the article is encoded to utf-8.
6875
6876 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-art.el (gnus-article-browse-delete-temp-files):
6879         Delete directories as well.
6880         (gnus-article-browse-html-parts): Work for images that do not specify
6881         file names; delete temp directory when quitting; insert header at the
6882         right place; use file: scheme for image files.
6883
6884 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6885
6886         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6887         (gnus-article-browse-html-parts): Use it to make temporary cid image
6888         files in addition to html file so that browser may display them.
6889
6890 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6893
6894 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6895
6896         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6897
6898 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6899
6900         * auth-source.el (auth-sources): Change default to be simpler.
6901         Explain about Secret Service API sources.  Improve Customize options.
6902         (auth-source-pick): Change to accept any number of search parameters.
6903         Implement fallbacks iteratively, not recursively.  Add scoring on the
6904         second pass and sort by score.  Call Secret Service API when needed.
6905         (auth-source-user-or-password): Use it.  Call Secret Service API
6906         directly when needed to get the user name and the password.
6907
6908 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6909
6910         * message.el (message-interactive): Doc fix.
6911         (message-qmail-inject-args): Reflow.
6912         (message-kill-to-signature): Fix typo in docstring.
6913
6914         * smiley.el (smiley-buffer): Fix typo in docstring.
6915
6916 2010-03-24  Glenn Morris  <rgm@gnu.org>
6917
6918         * mail-source.el (gnus-message): Declare.
6919         (mail-source-delete-old-incoming): Require gnus-util.
6920
6921 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6924
6925         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6926
6927         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6928         password-cache's default if it is not bound.
6929         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6930         password-cache-expiry's default if it is not bound.
6931
6932         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6933         available in Emacs 21.
6934
6935         * lpath.el: Suppress compiler warnings for:
6936         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6937         XEmacs;
6938         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6939         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6940         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6941
6942 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6943
6944         * auth-source.el (auth-sources): Fix up definition so extra parameters
6945         are always inline.
6946
6947 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6948
6949         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6950         wasn't updated after mismatch.  Clear cached mailbox info correctly
6951         when uidvalidity changes.
6952         (nnimap-group-prefixed-name): New function to avoid some code
6953         duplication.
6954         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6955         (nnimap-request-group): Use it.
6956         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6957         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6958         with many imap folders.  This is done by caching the group status from
6959         the imap server persistently in a group parameter `imap-status'.  (This
6960         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6961         but not persistently, so every Gnus startup was still very slow.)
6962
6963 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6966         delete the extra newline.  Otherwise editing of :string and :number
6967         types don't work.
6968
6969 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6970
6971         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6972         secrets.el dependency.
6973         (auth-sources): Add optional user name.  Add secrets.el configuration
6974         choice (unused right now).
6975
6976 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6977
6978         * gnus-sum.el (gnus-summary-make-menu-bar):
6979         Let `gnus-registry-install-shortcuts' fill in the functions.
6980
6981         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6982         warnings.
6983         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6984         (gnus-registry-install-shortcuts): Populate and use it in a
6985         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6986
6987 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6988
6989         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6990         In-place substitutions for the group name encoding/decoding.
6991         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6992         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6993         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6994         (nnimap-update-unseen, nnimap-request-list)
6995         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6996         (nnimap-request-set-mark, nnimap-split-to-groups)
6997         (nnimap-split-articles, nnimap-request-newgroups)
6998         (nnimap-request-create-group, nnimap-request-accept-article)
6999         (nnimap-request-delete-group, nnimap-request-rename-group)
7000         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7001         `encoded-mbx' for consistency.
7002         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7003         variable `imap-current-mailbox'.
7004
7005         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7006         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7007
7008 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7009
7010         * pop3.el (pop3-display-message-size-flag): Display message size byte
7011         counts during POP3 download.
7012         (pop3-movemail): Use it.
7013         (pop3-list): Implement listing of available messages.
7014
7015 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7016
7017         * nnir.el (nnir-get-article-nov-override-function): New function to
7018         override the normal NOV retrieval.
7019         (nnir-retrieve-headers): Use it.
7020
7021 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7022
7023         * auth-source.el (netrc-machine-user-or-password): Autoload.
7024
7025 2010-03-19  Glenn Morris  <rgm@gnu.org>
7026
7027         Stop message.el from loading about 40 libraries it doesn't always need.
7028         The general approach is to autoload rather than require, and to
7029         require in the specific functions rather than the file.  (Bug#5642)
7030
7031         * gmm-utils.el: Don't require wid-edit.
7032         (widget-create-child-value, widget-convert, widget-default-get):
7033         Autoload.
7034
7035         * gnus-util.el: Don't require time-date, netrc.
7036         (message-fetch-field, gnus-group-name-decode): Declare rather than
7037         autoloading.
7038         (gnus-fetch-field): Require message.
7039         (gnus-decode-newsgroups): Require gnus-group.
7040
7041         * ietf-drums.el: Don't require time-date.
7042
7043         * message.el: Don't require hashcash, canlock, ecomplete.
7044         Do require mail-utils.  Require nnheader only when compiling.
7045         (smtpmail-default-smtp-server): Remove declaration.
7046         (message-send-mail-function): Check smtpmail-default-smtp-server
7047         is bound rather than requiring smtpmail.
7048         (message-auto-save-directory, message-insert-signature):
7049         Use expand-file-name rather than nnheader-concat.
7050         (nnheader-insert-file-contents): Autoload.
7051         (hashcash-wait-async): Declare.
7052         (message-send-mail): Only call gnus-setup-posting-charset if
7053         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7054         (message-send-mail-with-sendmail): Require sendmail.
7055         (canlock-password, canlock-password-for-verify): Declare.
7056         (message-canlock-password): Require canlock.
7057         (nnheader-get-report): Autoload.
7058         (gnus-setup-posting-charset): Declare.
7059         (message-send-news): Require gnus-msg.
7060         (message-make-references, message-make-in-reply-to): Use mail-header-id
7061         rather than the alias mail-header-message-id.
7062         (ecomplete-add-item, ecomplete-save): Declare.
7063         (message-put-addresses-in-ecomplete): Require ecomplete.
7064         (ecomplete-display-matches): Autoload.
7065
7066         * mm-decode.el: Don't require mailcap, gnus-util.
7067         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7068         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7069         Autoload.
7070         (mailcap-mime-extensions): Declare.
7071
7072         * mm-encode.el: Don't require mailcap.
7073         (mailcap-extension-to-mime): Autoload.
7074
7075         * mml-sec.el: Don't require password-cache.
7076
7077         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7078         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7079         (mml-minibuffer-read-type): Require mailcap.
7080         (mml-preview): Require gnus-msg.
7081
7082         * mml1991.el: Require password-cache.
7083         (password-cache-expiry): Remove declaration.
7084
7085         * mml2015.el: Require password-cache.
7086         (password-cache-expiry): Remove declaration.
7087
7088         * nneething.el (mailcap): Require mailcap.
7089
7090         * nnheader.el (declare-function): Add compatibility stub.
7091         (message-remove-header): Declare rather than autoload.
7092         (nnheader-replace-header): Require message.
7093
7094         * nnimap.el (declare-function): Add compatibility stub.
7095         (netrc-parse, netrc-machine-user-or-password): Declare.
7096         (nnimap-open-connection): Require netrc.
7097
7098         * nntp.el (declare-function): Add compatibility stub.
7099         (netrc-parse, netrc-machine, netrc-get): Declare.
7100         (nntp-send-authinfo): Require netrc.
7101
7102         * rfc2047.el: Don't require qp.
7103         (quoted-printable-encode-region, quoted-printable-decode-string):
7104         Autoload.
7105
7106         * sieve-mode.el: Don't require easymenu.
7107         (easy-menu-add-item): Autoload it.
7108
7109         * spam-stat.el (time-to-number-of-days): Autoload it.
7110
7111 2010-03-19  Glenn Morris  <rgm@gnu.org>
7112
7113         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7114
7115 2010-03-18  Glenn Morris  <rgm@gnu.org>
7116
7117         * hashcash.el (declare-function): Remove duplicate definition.
7118
7119 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7120
7121         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7122         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7123         value if any backslash escapes).
7124
7125 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7128         if it is available.  (bug#5647)
7129
7130         * lpath.el: Suppress compiler warning for coding-system-from-name for
7131         Emacs 21 and XEmacs.
7132
7133 2010-03-14  Juri Linkov  <juri@jurta.org>
7134
7135         * hmac-def.el:
7136         * hmac-md5.el:
7137         * netrc.el: Fix keywords.
7138
7139 2010-02-26  Glenn Morris  <rgm@gnu.org>
7140
7141         * message.el (message-send-mail-function): Change the default, so that
7142         it inherits from a customized send-mail-function.  (Bug#5643)
7143
7144 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7145
7146         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7147         shell-command-to-string signals an error (bug#5299).
7148
7149 2010-02-24  Glenn Morris  <rgm@gnu.org>
7150
7151         * message.el (message-smtpmail-send-it)
7152         (message-send-mail-with-mailclient): Doc fixes.
7153
7154 2010-02-16  Glenn Morris  <rgm@gnu.org>
7155
7156         * message.el (message-default-mail-headers): Change the default value
7157         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7158
7159 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7162         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7163
7164 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7165
7166         * time-date.el (date-to-time): Doc fix (Bug#5408).
7167
7168 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7169
7170         * message.el (message-mail): Just pass yank-action on to message-setup.
7171         (message-setup): Handle (FUN . ARGS) form of yank-action.
7172         (message-with-reply-buffer, message-widen-reply)
7173         (message-yank-original): Handle non-buffer values of
7174         message-reply-buffer (Bug#4080).
7175         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7176
7177 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7178
7179         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7180         Fix typo in docstring.
7181
7182 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7183
7184         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7185         response.
7186
7187 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7190
7191         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7192
7193         * message.el (message-check-news-header-syntax): Protect against a
7194         string that `rfc822-addresses' returns when parsing fails.
7195
7196 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7199         (gnus-previous-char-property-change): New functions.
7200
7201         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7202
7203 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7204
7205         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7206         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7207
7208 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7209
7210         * message.el (message-exchange-point-and-mark): Rework last change to
7211         avoid using optional arg of exchange-point-and-mark, for backward
7212         compatibility.
7213
7214 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7215
7216         * message.el (message-exchange-point-and-mark):
7217         Call exchange-point-and-mark with an argument rather than setting
7218         mark-active by hand (Bug#5175).
7219
7220 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * nntp.el (nntp-service-to-port): Work for service expressed with
7223         numeric string; replace [:digit:] with [0-9] for XEmacs.
7224
7225 2009-12-17  Glenn Morris  <rgm@gnu.org>
7226
7227         * gnus-group.el (gnus-bug-group-download-format-alist):
7228         Change emacs entry to debbugs.gnu.org.  Bump :version.
7229
7230 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7233
7234 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * message.el (message-info): Explain why we use `Info-goto-node'.
7237
7238 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7241
7242 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7243
7244         * message.el (message-completion-in-region): New compatibility function.
7245         (message-expand-group): Use it.
7246
7247 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7250         with no unread article should be listed if the 2nd arg `predicate' is
7251         given.
7252
7253 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7256
7257 2009-11-29  Juri Linkov  <juri@jurta.org>
7258
7259         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7260         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7261         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7262
7263 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7264
7265         * sha1.el (sha1-string-external): default-directory "/" in case
7266         otherwise non-existent.  process-connection-type pipe for touch of
7267         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7268
7269 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7270
7271         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7272         it's comms related and sgml-mode.el has "comm" on that basis too.
7273
7274 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7277         containing tspecial characters if they have been already quoted.
7278
7279 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7280
7281         * dns-mode.el (auto-mode-alist): Purecopy string.
7282
7283 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7284
7285         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7286
7287 2009-10-24  Glenn Morris  <rgm@gnu.org>
7288
7289         * gnus-art.el (help-xref-stack-item): Define for compiler.
7290
7291 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7292
7293         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7294
7295 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7298
7299 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7302         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7303
7304 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7307         (gnus-overlays-in): New alias to overlays-in.
7308
7309         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7310         gnus-overlay-get, and gnus-delete-overlay.
7311         (gnus-summary-show-thread): Make it work as well for systems in which
7312         next-single-char-property-change is not available.
7313         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7314
7315         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7316         (gnus-overlay-get): New alias to extent-property.
7317         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7318
7319         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7320         SXEmacs.
7321
7322         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7323         SXEmacs.
7324
7325 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7326
7327         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7328
7329 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7330
7331         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7332         and XEmacs that don't have `remove-overlays'.
7333
7334 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7335
7336         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7337         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7338         selective display.  Use overlays instead.
7339
7340 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7341
7342         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7343
7344 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7345
7346         * spam-stat.el (spam-stat-load): Fix typo in message.
7347
7348 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7349
7350         * dig.el (dig-invoke): Fix typo in docstring.
7351         (query-dig): Reflow docstring.
7352
7353 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7354
7355         * gnus-art.el (gnus-article-encrypt-body):
7356         * message.el (message-check-recipients):
7357         * mm-util.el (mm-codepage-setup):
7358         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7359         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7360
7361 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7362
7363         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7364         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7365         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7366         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7367         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7368
7369 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7370
7371         * dig.el: Add "Keywords: comm", as per net-utils.el.
7372
7373 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7374
7375         * dig.el (dig-mode): Use define-derived-mode.
7376
7377 2009-09-19  Glenn Morris  <rgm@gnu.org>
7378
7379         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7380
7381 2009-09-18  Glenn Morris  <rgm@gnu.org>
7382
7383         * gnus-diary.el (gnus-diary-check-message):
7384         * message.el (message-insert-formatted-citation-line):
7385         * nnbabyl.el (top-level):
7386         * nndiary.el (nndiary-schedule):
7387         Fix typos in condition-case handlers.
7388
7389 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7392         configuration that provides the sole article window in a frame;
7393         position point correctly after deleting a part.
7394
7395 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7396
7397         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7398         (spam-resolve-registrations-routine): Use it to unregister articles
7399         that change status.
7400
7401 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7404         with XEmacs.
7405         (parse-time-string-chars): Use it.
7406
7407 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7408
7409         * imap.el (imap-interactive-login): Better messages.
7410         (imap-open): Fix bug with renamed buffer on reconnect.
7411         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7412         for easier debugging and cleaner code.  On successful (guessed based on
7413         server capabilities) secondary authentication, set imap-state
7414         correctly.
7415         (imap-last-authenticator): Define imap-last-authenticator as a variable
7416         to avoid warnings.
7417
7418 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * nnrss.el (nnrss-request-article): Remove binding of
7421         default-enable-multibyte-characters that has gotten needless by
7422         the 2007-07-13 change in rfc2047-encode-message-header.
7423
7424         * mml.el (mml-insert-multipart): Error on the message header.
7425         (mml-insert-part): Error on the message header; position point at
7426         the end of a MIME tag.
7427
7428 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * time-date.el (autoload): Expand define-obsolete-function-alias into
7431         defalias and make-obsolete for old Emacsen that Gnus supports.
7432         (with-no-warnings): Define it for old Emacsen.
7433         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7434         is available.
7435         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7436         float-time is available; suppress compile warning for time-to-seconds.
7437
7438         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7439         (gnus-float-time): Alias to float-time if it exists.
7440
7441         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7442         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7443         float-time is available; suppress compile warning for time-to-seconds.
7444
7445         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7446         XEmacs.
7447
7448 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7449
7450         * imap.el (imap-message-map): Docstring fix.
7451
7452 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7455         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7456         Add the optional argument `encoding' that overrides the default.
7457
7458         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7459         mm-encode-buffer.
7460
7461 2009-09-04  Glenn Morris  <rgm@gnu.org>
7462
7463         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7464         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7465         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7466         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7467         * mm-util.el (mm-with-unibyte-current-buffer)
7468         (mm-find-buffer-file-coding-system):
7469         * yenc.el (yenc-decode-region): Use default-value rather than
7470         default-enable-multibyte-characters.
7471
7472 2009-09-03  Glenn Morris  <rgm@gnu.org>
7473
7474         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7475         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7476         than default-enable-multibyte-characters.
7477
7478 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7479
7480         * gnus-art.el (gnus-article-read-summary-keys):
7481         Fix gnus-buffer-configuration's value temporarily used.
7482
7483 2009-09-02  Glenn Morris  <rgm@gnu.org>
7484
7485         * gnus-util.el (gnus-float-time): New function.
7486         * gnus-delay.el (gnus-delay-article):
7487         * gnus-sum.el (gnus-thread-latest-date):
7488         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7489         * nnspool.el (nnspool-request-newgroups):
7490         Use gnus-float-time rather than time-to-seconds.
7491         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7492
7493         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7494         (gnus-header-subject-face, gnus-header-newsgroups-face)
7495         (gnus-header-name-face, gnus-header-content-face):
7496         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7497         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7498         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7499         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7500         (gnus-cite-face-11):
7501         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7502         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7503         (gnus-server-closed-face, gnus-server-denied-face)
7504         (gnus-server-offline-face):
7505         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7506         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7507         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7508         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7509         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7510         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7511         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7512         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7513         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7514         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7515         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7516         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7517         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7518         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7519         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7520         (gnus-summary-high-undownloaded-face)
7521         (gnus-summary-low-undownloaded-face)
7522         (gnus-summary-normal-undownloaded-face)
7523         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7524         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7525         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7526         (gnus-splash-face):
7527         * message.el (message-header-to-face, message-header-cc-face)
7528         (message-header-subject-face, message-header-newsgroups-face)
7529         (message-header-other-face, message-header-name-face)
7530         (message-header-xheader-face, message-separator-face)
7531         (message-cited-text-face, message-mml-face):
7532         * sieve-mode.el (sieve-control-commands-face)
7533         (sieve-action-commands-face, sieve-test-commands-face)
7534         (sieve-tagged-arguments-face):
7535         * spam.el (spam-face):
7536         Mark face aliases with "-face" in the name as obsolete.
7537
7538 2009-09-01  Glenn Morris  <rgm@gnu.org>
7539
7540         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7541         than goto-line.
7542
7543 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7546         Don't move point if the command is invoked inside the message header.
7547
7548 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7549
7550         * imap.el (imap-send-command): Simplify.
7551         (imap-wait-for-tag): point-max -> buffer-size.
7552
7553 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7554
7555         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7556         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7557         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7558         * nnir.el (nnir-swish-e-index-file):
7559         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7560         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7561         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7562         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7563         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7564         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7565
7566 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7569         Don't save excursion.
7570
7571 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7572
7573         * nnheader.el (nnheader-find-file-noselect):
7574         * mm-util.el (mm-insert-file-contents):
7575         Use (default-value 'major-mode) instead of default-major-mode.
7576
7577 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7578
7579         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7580
7581 2009-08-26  Glenn Morris  <rgm@gnu.org>
7582
7583         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7584         than placing in files.el.
7585
7586 2009-08-25  Glenn Morris  <rgm@gnu.org>
7587
7588         * nnir.el (top-level): Don't require cl at run-time.
7589         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7590         Replace cl-function substitute with gnus-replace-in-string.
7591         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7592         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7593         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7594         simplified expansions.
7595
7596 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7597
7598         * dig.el (dig): Add autoload cookie.
7599
7600 2009-08-22  Glenn Morris  <rgm@gnu.org>
7601
7602         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7603         goto-line.
7604
7605 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7606
7607         * parse-time.el (parse-time-string-chars): Save match data.
7608
7609 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7610
7611         * parse-time.el (parse-time-string-chars): Compute using character
7612         classes, to handle non-ascii characters (Bug#3190).
7613
7614 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7617
7618         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7619         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7620         (gnus-mm-display-part, gnus-mime-display-single)
7621         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7622         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7623
7624         * gnus-sum.el
7625         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7626         (gnus-summary-move-article): Add expirable mark to articles copied or
7627         moved to group that has auto-expire turned on if the option is non-nil.
7628
7629 2009-07-24  Glenn Morris  <rgm@gnu.org>
7630
7631         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7632         Fix typo.  (Bug#3903)
7633
7634 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7637         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7638         that should not be used for draft articles.
7639         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7640         that has no concern in minor mode keys.
7641         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7642         Abolish.
7643
7644 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7647         article without making inquiry to a user for unknown encoding.
7648
7649         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7650         (nnmaildir--scan): Assume i-node and device number that file-attributes
7651         returns might be cons-cell.
7652
7653         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7654
7655         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7656
7657 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7658
7659         * auth-source.el: Remove docs now in auth.texi.  Don't use
7660         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7661         `auth-source-hide-passwords' and use them.
7662
7663 2009-07-15  Glenn Morris  <rgm@gnu.org>
7664
7665         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7666
7667 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7670         excessive whitespace from the default values of title and description.
7671
7672 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7675         mail-fetch-field to fetch Content-Description header in order to
7676         exclude newlines.
7677
7678 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7679
7680         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7681         format used by GnuPG 2.0.11.
7682
7683 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7686         to deleted part.
7687
7688 2009-05-30  David Engster  <dengste@eml.cc>
7689
7690         * nnmairix.el: Remove old documentation in the commentary block.
7691         (nnmairix-request-group): Do not update active file for nnml back ends.
7692         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7693         end so that overview files are ignored.
7694         (nnmairix-update-groups): Make updating the groups more robust by using
7695         marks.
7696         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7697         with dollar characters in message-id.
7698
7699 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7702         2008-12-25 in dns.el.
7703
7704 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7705
7706         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7707         could happen if the text is only composed of spaces and/or tabs.
7708
7709 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7710
7711         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7712         when sending a queued message to avoid extra mml tags.
7713
7714 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7717
7718 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7721         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7722         rmail-toggle-header for XEmacs;
7723         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7724
7725 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-dired.el: Remove autoload for gnus-setup-message.
7728         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7729         displaying Gnus logo; always use compose-mail.
7730
7731 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7734
7735 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7738         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7739         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7740         available.
7741         (gnus-nocem-epg-verify): New function.
7742
7743 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7744
7745         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7746
7747 2009-02-15  Glenn Morris  <rgm@gnu.org>
7748
7749         * gnus-util.el (rmail-insert-rmail-file-header)
7750         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7751         autoloads.
7752         (rmail-default-rmail-file): Remove unnecessary declaration.
7753         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7754
7755 2009-02-14  Glenn Morris  <rgm@gnu.org>
7756
7757         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7758         variable (only used in gnus-util, which declares it anyway).
7759         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7760         which was only needed by gnus-art (changed to not use it any more).
7761         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7762         only used in gnus-util, which autoloads it itself.
7763         (rmail-update-summary): Fix autoload.
7764
7765         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7766         rather than rmail-output-to-rmail-file.
7767
7768 2009-02-07  Glenn Morris  <rgm@gnu.org>
7769
7770         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7771         autoload of function that no longer exists.
7772         (rmail-toggle-header): Declare.
7773         (message-forward-rmail-make-body): Handle mbox Rmail.
7774
7775 2009-01-31  Glenn Morris  <rgm@gnu.org>
7776
7777         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7778         2009-01-09 change.
7779
7780 2009-01-31  Dave Love  <fx@gnu.org>
7781
7782         * imap.el (imap-fetch-safe): Bind debug-on-error.
7783         (imap-debug): Add imap-fetch-safe.
7784
7785 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7786
7787         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7788         (auth-source-forget-all-cached): New convenience function.
7789         (auth-source-user-or-password): Accept list of modes or a single mode.
7790
7791         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7792         auth-source modes.
7793
7794         * netrc.el (netrc-machine-user-or-password): Use list of
7795         auth-source modes.
7796
7797         * nnimap.el (nnimap-open-connection): Use list of
7798         auth-source modes.
7799
7800         * nntp.el (nntp-send-authinfo): Use list of
7801         auth-source modes.
7802
7803 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7804
7805         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7806         now.
7807
7808 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7811         coding system in XEmacs; add a workaround for XEmacs.
7812
7813         * lpath.el: Fbind coding-system-aliasee.
7814
7815 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7818         of current-language-environment.
7819
7820 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7823         available at runtime.
7824
7825 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7828
7829 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7830
7831         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7832         the greatest positive fixnum value doesn't work under an XEmacs with
7833         bignum support; use the most-positive-fixnum constant instead,
7834         available since Emacs 21.1 with cl and XEmacs 21.1.
7835
7836 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7839         XEmacs gets not to work.
7840
7841 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * mm-util.el (mm-coding-system-priorities): Allow the value like
7844         "Japanese (UTF-8)" of current-language-environment.
7845
7846 2009-01-09  Glenn Morris  <rgm@gnu.org>
7847
7848         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7849         with last-command-event.
7850
7851 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7852
7853         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7854         in the doc string.
7855
7856         * message.el (message-fix-before-sending): Amend comment.
7857
7858 2009-01-08  Dave Love  <fx@gnu.org>
7859
7860         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7861
7862 2009-01-07  David Engster  <dengste@eml.cc>
7863
7864         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7865         simplified server definitions by converting it via
7866         gnus-server-to-method.
7867
7868 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7871         parameter's operands.
7872
7873 2009-01-06  David Engster  <dengste@eml.cc>
7874
7875         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7876         primary select method (for gnus-group-mark-article-as-read).
7877
7878 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7879
7880         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7881         `(gnus)Face', not `(gnus)X-Face'.
7882
7883 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * mm-util.el (mm-ucs-to-char): New function.
7886
7887         * mm-url.el (mm-url-decode-entities): Use it.
7888
7889         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7890         unicode-to-char.
7891
7892 2009-01-05  Dave Love  <fx@gnu.org>
7893
7894         * time-date.el: Require cl for `declare'.
7895
7896 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7899         Dave Love.
7900
7901 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * message.el (message-fix-before-sending): Add `eight-bit' to
7904         illegible-text check.
7905
7906 2009-01-03  Michael Olson  <mwolson@gnu.org>
7907
7908         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7909         `headers' is nil.  This can occur if the IMAP server does not have
7910         permissions to read messages from a folder, but can write new messages
7911         to the folder.
7912         (nnimap-request-article-part): Do not insert `data' if it is nil.
7913
7914         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7915         characters which will confuse `read', so skip past them.
7916
7917 2009-01-01  Dave Love  <fx@gnu.org>
7918
7919         * imap.el (imap-string-to-integer): Fix typo.
7920         (imap-fetch-safe): New function.
7921         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7922
7923         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7924
7925         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7926         (imap-parse-greeting): Fix doc strings.
7927         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7928         (imap-parse-flag-list): Make messages unique.
7929         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7930
7931         * nnimap.el: Fix author email.
7932         (nnimap-split-rule): Add FIXME comment.
7933         (nnimap-debug): Fix doc string.
7934
7935 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7938
7939 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7942         nslookup if resolv.conf isn't available.
7943         (dns-query): Rename from query-dns.
7944         (dns-query-cached): Rename from query-dns-cached.
7945
7946 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7949         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7950         to check if those variables exist (first appeared in Emacs 18.50).
7951
7952 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * mm-util.el (mm-line-number-at-pos): New function.
7955
7956         * spam-report.el (spam-report-process-queue): Use it.
7957
7958 2008-12-24  David Engster  <dengste@eml.cc>
7959
7960         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7961         parameters that haven't existed as variables as buffer-local variables.
7962
7963 2008-12-23  Dave Love  <fx@gnu.org>
7964
7965         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7966         cadar.
7967
7968         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7969         imap-starttls-p.
7970         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7971
7972 2008-12-22  Dave Love  <fx@gnu.org>
7973
7974         * imap.el: Fix author email.  Doc fixes.
7975         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7976         reply.
7977
7978 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * spam-report.el (spam-report-gmane-max-requests): New constant.
7981         (spam-report-gmane-wait): New variable.
7982         (spam-report-gmane-ham, spam-report-gmane-spam)
7983         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7984         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7985         the server.
7986
7987         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7988         Add explanations.
7989
7990         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7991         nnheader-accept-process-output and nnheader-read-timeout if available.
7992         (pop3-movemail): Use it.
7993
7994         * message.el (message-check-news-body-syntax): Fix signature check if
7995         there's an attachment.
7996
7997 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * mm-util.el: Add comments to the mm- emulating functions.
8000
8001 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8004         Reported by Stephen Berman <stephen.berman@gmx.net>.
8005
8006 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * mm-util.el (mm-substring-no-properties): New function.
8009         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8010         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8011         (mm-string-to-multibyte): Doc fix.
8012
8013         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8014
8015 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * mml.el (mml-attach-file): Strip text properties from file name.
8018         (Bug#1574)
8019
8020 2008-12-16  Glenn Morris  <rgm@gnu.org>
8021
8022         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8023
8024 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8027         knows since the charset specified might be a bogus alias that
8028         mm-charset-synonym-alist provides.
8029
8030 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8033         "ISO_8859-1".
8034
8035         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8036
8037 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * mm-util.el (mm-charset-eval-alist):
8040         Define it before mm-charset-to-coding-system.
8041         (mm-charset-to-coding-system): Add optional argument `silent';
8042         define it before mm-charset-override-alist.
8043         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8044         default value if it can be used in Emacs currently running;
8045         silence mm-charset-to-coding-system.
8046
8047 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8050         `allow-override' which says whether to use `mm-charset-override-alist'.
8051         (rfc2047-decode-encoded-words): Use it.
8052
8053         * mm-util.el (mm-charset-override-alist): Fix custom type;
8054         add `(gb2312 . gbk)' to choices.
8055
8056 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8059         fast.
8060
8061         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8062
8063         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8064
8065 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8066
8067         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8068         on links.
8069
8070         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8071
8072 2008-12-03  Lute Kamstra  <lute@gnu.org>
8073
8074         * sha1.el: Remove leading * from docstrings of defcustoms,
8075         deffaces, defconsts and defuns.
8076
8077 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8080         users' addresses that don't have domain parts.
8081         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8082         rather than message-narrow-to-head since there will be the message
8083         header separator.
8084
8085 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8086
8087         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8088         since the result is inserted in a unibyte buffer anyway.
8089         (nnimap-demule-use-string-to-multibyte): Remove.
8090         (nnimap-demule): Alias it to mm-string-to-multibyte.
8091
8092 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8095         variable for debugging bug#464 and bug#1174.
8096         (nnimap-demule): Use it.
8097
8098 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8101         score calculation correctly.
8102
8103 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8104
8105         * message.el (message-send-mail): Just set the buffer to unibyte
8106         rather than use mm-with-unibyte-current-buffer which does a lot more.
8107         (message-send-mail-partially): Don't bother with
8108         mm-with-unibyte-current-buffer since it's already been made unibyte by
8109         message-send-mail.
8110
8111 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8112
8113         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8114
8115 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8116
8117         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8118
8119 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8122         require itself and to remove `with-no-warnings'.
8123
8124 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8125
8126         * starttls.el (starttls-any-program-available): Get the name of the
8127         available TLS layer program.
8128         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8129         well as the host name in the "opening" message.
8130
8131         * auth-source.el (auth-source-cache, auth-source-do-cache)
8132         (auth-source-user-or-password): Cache passwords and logins by default,
8133         allow override with `auth-source-do-cache'.
8134         (auth-source-forget-user-or-password): Allow users to remove cache
8135         entries if needed.
8136
8137 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8138
8139         * md4.el (md4-buffer): Fix typo in docstring.
8140         (md4, md4-64): Doc fixes.
8141         (md4-pack-int32): Reflow docstring.
8142
8143 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8144
8145         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8146         condition-case to only the forward-sexp call.
8147
8148 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8149
8150         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8151         quotes contained.  Make it more robust regardless by an extra
8152         condition-case wrapper.
8153
8154 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8157
8158 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * nnml.el (nnml-request-expire-articles): Check if the function set to
8161         `nnmail-expiry-target' returns the symbol `delete'.
8162
8163         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8164
8165         * nnmail.el (nnmail-expiry-target): Fix custom type.
8166
8167 2008-10-02  Glenn Morris  <rgm@gnu.org>
8168
8169         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8170         Silence compiler warning.
8171
8172 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8173
8174         * tls.el (open-tls-stream): Show the actual command being
8175         executed, instead of the format string.
8176
8177 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * lpath.el: Fbind codepage-setup for Emacs 23.
8180
8181 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8182
8183         * mml.el (mml-menu): Don't assume mml2015 is bound.
8184
8185 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8188         exists.
8189
8190 2008-09-27  Glenn Morris  <rgm@gnu.org>
8191
8192         * gnus-util.el (mail-header-remove-comments): Autoload it.
8193
8194 2008-09-27  Andreas Schwab  <schwab@suse.de>
8195
8196         * gnus-util.el (gnus-split-references): Strip comments.
8197         (gnus-parent-id): Likewise.
8198
8199 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * message.el (message-confirm-send): Fix version.
8202
8203 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * message.el (message-idna-to-ascii-rhs-1): Use
8206         mail-extract-address-components rather than mail-header-parse-addresses
8207         that is an alias by default to ietf-drums-parse-addresses that does not
8208         support non-ASCII names in headers' contents.
8209
8210 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8211
8212         * message.el (message-confirm-send): Fix variable documentation to
8213         avoid the "y/n" wording.
8214
8215 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8216
8217         * message.el (message-set-auto-save-file-name): Save to a different
8218         filename so multiple messages (especially drafts) can be recovered.
8219
8220 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8221
8222         * message.el (message-confirm-send): Add appropriate version.
8223
8224 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8225
8226         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8227         defvar.
8228
8229 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8230
8231         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8232         (mm-pkcs7-enveloped-magic): Ditto.
8233
8234 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8235
8236         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8237         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8238
8239 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8240
8241         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8242         default, it's better.
8243
8244 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8245
8246         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8247         summary line gnus-number property and ignore them (with a warning
8248         message).
8249
8250 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8253         macro caddr in the interactive form since it won't be expanded.
8254
8255 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8258         `charset'; fix name of function called recursively.
8259         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8260
8261 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8264         (gnus-mime-set-charset-parameters): New function.
8265         (gnus-mime-view-part-as-charset): Use it to correctly display part
8266         specifying wrong charset.
8267
8268 2008-09-08  David Engster  <dengste@eml.cc>
8269
8270         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8271         in completing-read for back end server.
8272
8273 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8274
8275         * message.el (message-confirm-send): New variable to confirm sending a
8276         message.
8277         (message-send): Use it.
8278
8279 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8282
8283 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8286
8287 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8288
8289         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8290         prevent tracking too many groups.
8291         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8292         Use it.
8293
8294 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8295
8296         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8297         moving point to the bottom of the window in order to avoid recentering.
8298
8299 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8302
8303         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8304         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8305         (gnus-article-beginning-of-window): Fix calculation.
8306
8307 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * gnus-msg.el (gnus-summary-supersede-article)
8310         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8311         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8312         message header.
8313
8314 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8315
8316         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8317         pending output coming after the status change.
8318
8319 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8320
8321         * message.el:
8322         * gnus-start.el:
8323         * gnus-registry.el: Remove VMS support.
8324
8325 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8328         macro.
8329         (rfc2104-hash): Use it.
8330
8331 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8334         (gnus-summary-sort-by-most-recent-date): New commands.
8335         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8336         and menu entries.
8337
8338 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8341         don't redisplay article for raw contents; remove plural articles stuff.
8342
8343         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8344         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8345         on gnus-summary-save-article; display results properly.
8346
8347 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * lpath.el: No need to fbind ns-focus-frame.
8350
8351 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8354
8355 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gnus-art.el (gnus-summary-save-in-pipe):
8358         Consider gnus-save-all-headers.
8359
8360 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8361
8362         * gnus-util.el (ns-focus-frame): Remove declaration.
8363         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8364         like x.
8365
8366 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8367
8368         * rfc2104.el (rfc2104-zero): Delete defconst.
8369         (rfc2104-hex-alist): Likewise.
8370         (rfc2104-hex-to-int): Delete func.
8371         (rfc2104-hexstring-to-bitstring): Likewise.
8372         (rfc2104-nybbles): New defconst.
8373         (rfc2104-hash): Rewrite for speed.
8374
8375 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * tls.el (open-tls-stream): Make it work with the 2nd argument
8378         BUFFER that is a string but does not exist as a buffer object, as
8379         mentioned in the doc-string.
8380
8381 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8384         SXEmacs.
8385
8386 2008-07-16  Glenn Morris  <rgm@gnu.org>
8387
8388         * gnus-util.el (ns-focus-frame): Declare for compiler.
8389
8390 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8393         set as a group parameter.
8394         (gnus-summary-save-in-pipe): Work when it is called independently.
8395         (gnus-summary-pipe-to-muttprint): Don't modify
8396         gnus-summary-pipe-output-default-command.
8397
8398 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8399
8400         * message.el (message-send-mail-with-sendmail):
8401         Display the error message.
8402
8403 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * gnus-art.el (gnus-default-article-saver):
8406         Add gnus-summary-save-in-pipe to choices.
8407         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8408         gnus-summary-pipe-output-default-command as the default command.
8409         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8410         instead of gnus-last-shell-command.
8411
8412         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8413         New user option.
8414         (gnus-summary-muttprint-program): Mention the value will be changed.
8415         (gnus-summary-save-article): Force showing of all headers.
8416         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8417
8418 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8419
8420         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8421
8422 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8423
8424         * nnimap.el (nnimap-id):
8425         * sieve-manage.el (sieve-manage-open): Doc fixes.
8426
8427 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8428
8429         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8430         if available.
8431
8432 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8433
8434         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8435
8436         * nnkiboze.el (nnkiboze-generate-group):
8437         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8438
8439         * nnmairix.el: Require CL.
8440
8441 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * dgnushack.el: Autoload get-display-table and put-display-table for
8444         XEmacs 21.5.
8445
8446         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8447         21.4 and SXEmacs.
8448
8449 2008-06-15  David Engster  <dengste@eml.cc>
8450
8451         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8452
8453 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8454
8455         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8456         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8457         runtime choice under XEmacs.
8458
8459         * gnus-sum.el (gnus-summary-set-display-table):
8460         Use `gnus-put-display-table', `gnus-get-display-table',
8461         `gnus-set-display-table' for the display table, instead of `aset'.
8462
8463         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8464         Use `gnus-put-display-table', `gnus-get-display-table',
8465         `gnus-set-display-table' for the display table.
8466
8467 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * nnmairix.el: Add autoloads.
8470
8471 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * nnmairix.el (nnmairix-delete-recreate-group)
8474         (nnmairix-update-and-clear-marks): Fix error messages.
8475
8476 2008-06-14  David Engster  <dengste@eml.cc>
8477
8478         * nnmairix.el: Upgrade to version 0.6.
8479         (nnmairix-group-toggle-propmarks-this-group)
8480         (nnmairix-group-toggle-readmarks-this-group)
8481         (nnmairix-group-delete-recreate-this-group)
8482         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8483         (nnmairix-remove-tick-mark-original-article): New commands.
8484         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8485         (nnmairix-propagate-marks-to-nnmairix-groups)
8486         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8487         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8488         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8489         functions needed for marks propagation and manipulation of read marks.
8490         (nnmairix-update-groups): New function.
8491         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8492         (nnmairix-determine-original-group-from-registry)
8493         (nnmairix-determine-original-group-from-path)
8494         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8495         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8496         New helper functions.
8497         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8498         keystrokes for new commands.
8499         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8500         (nnmairix-request-group): Check allow-fast group parameter.
8501         (nnmairix-request-create-group): Set allow-fast group parameter if
8502         nnmairix-allowfast-default is set.
8503         (nnmairix-close-group): Propagate marks upon closing if needed.
8504         (nnmairix-group-toggle-threads-this-group): Use new.
8505         nnmairix-group-toggle-parameter helper function.
8506         (nnmairix-search): Better check for empty search result.
8507         (nnmairix-goto-original-article): Use new helper functions for
8508         determining original article.
8509         (nnmairix-show-original-article): Make sure message-id is in brackets.
8510         (nnmairix-call-mairix-binary): Change variable name.
8511         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8512         helper function.
8513         (nnmairix-widget-toggle-activate): Fix doc string.
8514
8515 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * nnir.el: Require edmacro when compiling with XEmacs.
8518         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8519         available in Emacs 21.
8520
8521 2008-06-11  Glenn Morris  <rgm@gnu.org>
8522
8523         * gnus-util.el (x-focus-frame):
8524         * gnus.el (image-size):
8525         * mm-decode.el (image-size): Declare.
8526
8527         * gnus-picon.el (declare-function): Add compat definition.
8528         (image-size): Declare.
8529
8530         * gnus-group.el (tool-bar-map):
8531         * gnus-sum.el (tool-bar-map): Define for compiler.
8532
8533         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8534
8535         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8536
8537         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8538         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8539         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8540         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8541         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8542         * sieve-manage.el, spam-report.el, spam.el:
8543         Remove unnecessary eval-and-compile of autoloads.
8544
8545 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8546
8547         * auth-source.el: Precise Tramp doc.
8548
8549 2008-06-07  Glenn Morris  <rgm@gnu.org>
8550
8551         * nnmairix.el: Remove unnecessary eval-when-compile.
8552
8553 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * lpath.el: Fbind propertize for XEmacs 21.4.
8556
8557 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * nnir.el: Move here from ../contrib.
8560
8561 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8562
8563         * gnus-util.el (gnus-read-shell-command): New function.
8564         * mm-decode.el (mm-pipe-part):
8565         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8566
8567 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8570
8571 2008-06-03  Glenn Morris  <rgm@gnu.org>
8572
8573         * pop3.el (nnheader-accept-process-output): Autoload it.
8574
8575 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8578         are not 2-digit hexadecimal characters that follow `%'s.
8579
8580 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * message.el (message-bogus-recipient-p): Fix type in doc string.
8583         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8584         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8585         Improve custom options.
8586         (message-bogus-recipient-p): Adjust accordingly.
8587
8588 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8589
8590         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8591         long-form month and day names.
8592
8593 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * dgnushack.el: Autoload debug, eudc-expand-inline and
8596         pgg-snarf-keys-region for XEmacs.
8597
8598         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8599
8600         * nnmairix.el: Require edmacro when compiling with XEmacs.
8601
8602 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8605         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8606
8607 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8608
8609         * auth-source.el: Add more docs.
8610
8611         * netrc.el (netrc-machine): Always match if the port is not given.
8612
8613 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8616         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8617         retrieval faster in some cases, but might make CPU usage larger.
8618         If this has any bad side effects, we might revert this change.
8619
8620         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8621         seems to make mail retrieval much, much faster.
8622         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8623         unconditionally.
8624
8625         * gnus-draft.el (gnus-group-send-queue):
8626         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8627
8628 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8631
8632         * message.el (message-bogus-address-regexp): Fix and improve custom
8633         type.
8634         (message-setup-hook): Add message-check-recipients as custom option.
8635
8636 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * message.el (message-cite-function): Remove bogus autoload which crept
8639         in during merge from v5-10.
8640
8641 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8642
8643         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8644
8645         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8646
8647         * auth-source.el: Preliminary Tramp docs.
8648         (auth-sources): Change the default auth-sources to use
8649         EPA .gpg files.
8650
8651 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8652
8653         * nntp.el: Autoload `auth-source-user-or-password'.
8654         (nntp-send-authinfo): Use it.
8655
8656         * nnimap.el: Autoload `auth-source-user-or-password'.
8657         (nnimap-open-connection): Use it.
8658
8659         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8660         for the gnus-message function.
8661         (auth-source-user-or-password): Use it.
8662
8663 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8664
8665         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8666         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8667         (rfc2104-hash): Use it.
8668
8669 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8670
8671         * gnus-art.el (gnus-article-toggle-truncate-lines):
8672         Don't use `iff' in docstring.
8673
8674 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8675
8676         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8677
8678         * gnus-util.el (gnus-extract-address-component-name)
8679         (gnus-extract-address-component-email): Convenience functions around
8680         `gnus-extract-address-components'.
8681
8682         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8683         Use `gnus-extract-address-component-email' to fix bug of comparing full
8684         sender name to `user-mail-address'.
8685
8686 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8687
8688         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8689         catch/throw to optimize.
8690         (gnus-registry-find-keywords): Just use member to find a keyword.
8691
8692 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8693
8694         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8695         is current before calling gnus-server-prepare.
8696         (gnus-server-setup-buffer, gnus-server-update-server)
8697         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8698
8699 2008-05-04  Juri Linkov  <juri@jurta.org>
8700
8701         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8702         (mailcap-file-default-commands): Use mailcap-replace-in-string
8703         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8704         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8705
8706 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8707
8708         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8709
8710 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8711
8712         * gnus.el: Bump version to 0.11.
8713
8714 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8715
8716         * gnus.el: No Gnus v0.10 is released.
8717
8718 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8721         hooks.
8722         (gnus-update-read-articles): Speed up non-marks-using users.
8723         (gnus-use-marks): Define gnus-use-marks.
8724         (gnus-propagate-marks): Rename variable to something more sensible.
8725
8726 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8727
8728         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8729         (gmm-image-load-path-for-library): Fix typos in docstrings.
8730         (gmm-message): Reflow docstring.
8731
8732 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8733
8734         * mail-source.el (mail-source-set-1, mail-source-bind):
8735         Move auth-source code out of the macro to clean it up and fix bugs.
8736
8737 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8738
8739         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8740         by sender if it's equal to user-mail-address, it's likely to be
8741         useless.
8742
8743         * mail-source.el (mail-source-bind): Don't use user or password if they
8744         are not bound.  Unintern them if they are nil.  Don't use server unless
8745         it's bound, and default it to empty string otherwise.
8746
8747 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8748
8749         * mail-source.el: Load auth-source.el.
8750         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8751         get user name or password, if auth-sources is set up.
8752
8753         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8754         strategy of splitting with parent.
8755         (gnus-registry-split-fancy-with-parent)
8756         (gnus-registry-post-process-groups): Use it and fix prior
8757         bug (returning a list as the split result).
8758
8759         * auth-source.el (auth-sources): Remove server parameter.
8760         (auth-source-pick, auth-source-user-or-password)
8761         (auth-source-user-or-password-imap)
8762         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8763         (auth-source-user-or-password-sftp)
8764         (auth-source-user-or-password-smtp): Remove server parameter.
8765
8766 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8767
8768         * smime.el (smime-sign-region, smime-encrypt-region)
8769         (smime-decrypt-region):
8770         Remove redundant calls to `generate-new-buffer-name'.
8771
8772 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8773
8774         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8775         Don't use QP for message/rfc822.
8776         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8777
8778 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8779
8780         * sieve-manage.el (sieve-string-bytes): Remove.
8781         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8782         correct byte-length only if the process's coding-system is the same as
8783         the one used internally by Emacs to represent strings.
8784
8785 2008-04-22  Juri Linkov  <juri@jurta.org>
8786
8787         * mailcap.el (mailcap-file-default-commands): New function.
8788
8789 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8790
8791         * message.el (message-signature-separator, message-cite-function):
8792         Change custom version.
8793
8794 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8795
8796         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8797         commands.
8798         (tls-checktrust): Ditto.
8799
8800 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8801
8802         * mm-decode.el (mm-display-external): Make temp file read-only.
8803
8804 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8807         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8808         `C-c C-f d'.
8809
8810 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8811
8812         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8813
8814 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * gnus.el: Bump version to 0.9.
8817
8818 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * gnus.el: No Gnus v0.8 is released.
8821
8822 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8823
8824         * mail-source.el (mail-source-value):
8825         Prefer fboundp to functionp so it works with macros as well.
8826
8827 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8828
8829         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8830         Fix last change in case the element is not even a symbol.
8831
8832 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8833
8834         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8835         Prefer fboundp to functionp so it works with macros as well.
8836
8837 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8838
8839         * auth-source.el: Add docs.
8840         (auth-sources): Modify format to support server.
8841         (auth-source-pick, auth-source-user-or-password)
8842         (auth-source-user-or-password-imap)
8843         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8844         (auth-source-user-or-password-sftp)
8845         (auth-source-user-or-password-smtp): Add server parameter.
8846
8847 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8848
8849         * gnus-registry.el: Initialize the registry when gnus-registry-install
8850         is t.
8851
8852 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * compface.el (uncompface): Make buffer unibyte.
8855
8856 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8857
8858         * mail-source.el (mail-source-value):
8859         Prefer fboundp to functionp so it works with macros as well.
8860
8861 2008-04-05  Glenn Morris  <rgm@gnu.org>
8862
8863         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8864
8865 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8866
8867         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8868         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8869
8870         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8871         multibyteness after rather than before erasing it.
8872
8873         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8874         mm-with-multibyte.
8875         (gnus-request-article-this-buffer): Make sure the proper decoding is
8876         used if gnus-original-article-buffer happens to be unibyte.
8877
8878         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8879         default-enable-multibyte-characters.
8880
8881         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8882         default-enable-multibyte-characters.
8883
8884         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8885
8886         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8887
8888 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8889
8890         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8891         Fix last change in case the element is not even a symbol.
8892
8893 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8894
8895         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8896         (imap-message-copyuid-1): Use it.
8897         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8898         J. Williams in
8899         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8900
8901         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8902         imap-enable-exchange-bug-workaround.
8903         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8904
8905 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8906
8907         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8908         a 100 byte status-checks into a 2-3MB transfer for each group.
8909         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8910         to enable bug workaround or not.
8911         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8912
8913 2008-03-31  Glenn Morris  <rgm@gnu.org>
8914
8915         * message.el (mml2015-use): Declare for compiler.
8916         (message-info): Require mml2015 when appropriate.
8917
8918 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8921         whitespace.
8922
8923 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8924
8925         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8926         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8927         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8928         (nntp-service-to-port): New function.
8929         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8930         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8931         (nntp-open-netcat-stream): New function.
8932         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8933
8934 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8935
8936         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8937
8938 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8939
8940         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8941
8942 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8943
8944         * dns.el (dns-write): Use set-buffer-multibyte.
8945
8946 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8947
8948         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8949
8950 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * message.el (message-signature-separator): Change default.
8953         Improve custom type.
8954         (message-cite-function): Change default to
8955         message-cite-original-without-signature.
8956
8957         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8958         toggle.
8959
8960         * message.el (message-check-news-body-syntax): Fix signature check.
8961         (message-setup-1): Mark buffer as unmodified _after_ running
8962         message-setup-hook and handling message-alternative-emails.
8963         (message-shorten-references): Be more strict when building list of
8964         valid references to comply with GNKSA.
8965
8966         * gnus-group.el (gnus-read-ephemeral-bug-group)
8967         (gnus-read-ephemeral-debian-bug-group)
8968         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8969
8970         * message.el (message-info): Don't use booleanp which isn't supported
8971         in Emacs 21 and XEmacs.
8972
8973 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8976         gnus-group-gmane-group-download-format.
8977         (gnus-group-read-ephemeral-gmane-group): Rename from
8978         gnus-group-read-ephemeral-gmane-group.
8979         (gnus-read-ephemeral-gmane-group-url): Rename from
8980         gnus-group-read-ephemeral-gmane-group-url.
8981         (gnus-bug-group-download-format-alist): New variable.
8982         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8983         (gnus-read-ephemeral-emacs-bug-group): New commands.
8984
8985 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8988         (gnus-visible-headers): Improve custom type.
8989
8990 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * mml.el (mml-menu): Add workarounds for XEmacs.
8993
8994         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8995         X-Boundary header.
8996
8997         * message.el (message-simplify-recipients): Fix previous commit.
8998
8999 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9000
9001         * mm-util.el (mm-set-buffer-multibyte): New function.
9002         * mm-decode.el (mm-copy-to-buffer): Use it.
9003
9004         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9005         Prefer fboundp to functionp so it works with macros as well.
9006
9007 2008-03-19  Glenn Morris  <rgm@gnu.org>
9008
9009         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9010         Accidentally removed in the sync process with Emacs.
9011
9012 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * message.el (message-alter-recipients-discard-bogus-full-name):
9015         New function.
9016         (message-alter-recipients-function): New variable.
9017         (message-get-reply-headers): Use it.
9018         (message-replace-header): New helper function.
9019         (message-recipients-without-full-name): New variable.
9020         (message-simplify-recipients): New command.
9021
9022         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9023
9024         * message.el (message-info): Handle EasyPG manual.
9025
9026         * mml.el (mml-menu): Add entry for EasyPG.
9027
9028 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9029
9030         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9031         parameter.
9032
9033         * message.el (message-disassociate-draft): Specify drafts group name
9034         fully.
9035
9036 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9037
9038         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9039         Eliminate unnecessary duplicates from the match list.
9040
9041 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9044
9045         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9046
9047         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9048         args of `how-many' of which the XEmacs version doesn't take; declare
9049         Info-index-next as function.
9050
9051 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * gnus-score.el (gnus-score-headers): Fix handling of
9054         gnus-inhibit-slow-scoring.
9055
9056         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9057         string.
9058         (gnus-button-url-regexp): Improve handling of parenthesis.
9059         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9060         (gnus-button-handle-info-keystrokes): Handle index entries.
9061
9062 2008-03-15  Glenn Morris  <rgm@gnu.org>
9063
9064         * parse-time.el (parse-time-string): Simplify.
9065
9066 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9069         Incoming* files.
9070
9071 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9072
9073         * auth-source.el (auth-sources): Rename from auth-source-choices.
9074         (auth-source-pick): Use it.
9075
9076 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9077
9078         * binhex.el (binhex-decode-region-internal):
9079         * uudecode.el (uudecode-decode-region-internal):
9080         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9081         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9082         setting default-enable-multibyte-characters.
9083
9084 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9085
9086         * auth-source.el (auth-source-protocols)
9087         (auth-source-protocols-customize, auth-source-choices): Add and
9088         modified variable customizations and defaults.
9089         (auth-source-pick, auth-source-user-or-password)
9090         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9091         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9092         (auth-source-user-or-password-sftp)
9093         (auth-source-user-or-password-smtp): Use new variables and provide an
9094         interface to netrc.el.
9095
9096 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9099         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9100         Make sure the nntp port to specify is a string.
9101
9102 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9103
9104         * nntp.el: Use with-current-buffer.
9105         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9106         dubious mm-with-unibyte-current-buffer.
9107         (nntp-with-open-group-function): New function extracted from
9108         nntp-with-open-group macro.
9109         (nntp-with-open-group): Use the function, so it's easier to debug.
9110         Add indentation and debugging info.
9111         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9112         Recommend the use of the netcat alternatives.
9113
9114         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9115         Avoid mm-string-as-multibyte as well.
9116
9117         * nnweb.el (nnweb-insert-html):
9118         Remove use of nnheader-string-as-multibyte.
9119
9120         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9121         (nnheader-string-as-multibyte): Remove.
9122
9123         * mm-view.el: Use inhibit-read-only.
9124         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9125         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9126         or unibyte-string.
9127
9128         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9129         (mm-uu-yenc-extract): Use with-current-buffer.
9130
9131         * gnus-soup.el (gnus-soup-send-packet): Don't use
9132         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9133
9134         * nnmh.el: Use with-current-buffer.
9135         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9136         mm-string-as-multibyte on the output of mm-encode-coding-string.
9137
9138         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9139         (nnimap-request-move-article): Use with-current-buffer.
9140
9141         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9142         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9143         conversion uses string-make-unibyte rather than string-as-unibyte.
9144
9145         * gnus-msg.el: Use with-current-buffer.
9146
9147         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9148
9149 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9150
9151         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9152         string for caching if it is 'PIN.
9153
9154 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * lpath.el: Consider the case without Emacs/W3.
9157
9158 2008-03-08  Glenn Morris  <rgm@gnu.org>
9159
9160         * time-date.el (date-to-time, time-subtract, time-add)
9161         (safe-date-to-time): Doc fixes.
9162
9163 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * mail-source.el (mail-source-delete-old-incoming-confirm):
9166         Change default to nil.
9167         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9168
9169 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * lpath.el: Rearrange.
9172
9173         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9174         (gnus-article-goto-prev-page): Work for articles having ^L's.
9175
9176         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9177
9178         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9179
9180 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9181
9182         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9183         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9184         (gnus-bookmark-jump): Adjust some variable names.
9185
9186 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9187
9188         * auth-source.el: New package.
9189         (auth-source-choices): Add customization entry point variable.
9190
9191         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9192         bug.
9193
9194 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9195
9196         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9197         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9198         (gnus-registry-install-shortcuts): Rename from
9199         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9200         the `gnus-registry-mark-map' keymap dynamically from
9201         `gnus-registry-marks'.  The generated functions update the summary line
9202         when a registry mark is added or deleted, and will call
9203         `gnus-registry-install-p' (see the comments in the code).
9204         (gnus-registry-user-format-function-M): Use concat intelligently.
9205
9206         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9207         the registry mark functions.
9208
9209 2008-03-05  Glenn Morris  <rgm@gnu.org>
9210
9211         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9212         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9213         gnus-art.
9214         (top-level): No need to load own source when compiling.
9215
9216 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9219         Suggested by <chris.anderton@zetnet.co.uk>.
9220
9221 2008-03-04  Glenn Morris  <rgm@gnu.org>
9222
9223         * gnus-sum.el (top-level): No need to require gnus when compiling,
9224         since unconditionally required near start of file.
9225         (gnus-summary-display-while-building): Move definition before use.
9226
9227 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9228
9229         * gnus-registry.el (gnus-registry-user-format-function-M):
9230         Add formatting function.
9231
9232 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9233
9234         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9235         with plists.
9236         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9237         Use new format.
9238
9239 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9242         `where-is-internal' that returns a range of key sequences.
9243
9244 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9245
9246         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9247
9248         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9249         (gnus-summary-jump-to-group): Consider windows on other displayed
9250         frames as well.  Similar changes might be needed elsewhere, but that's
9251         the one I've bumped into during my use.
9252
9253         * nndoc.el (nndoc-oe-dbx-type-p):
9254         * gnus-msg.el (gnus-debug):
9255         * gnus-group.el (gnus-update-group-mark-positions):
9256         Use mm-string-to-multibyte.
9257
9258 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9261         doesn't handle NotDashEscaped.
9262
9263         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9264         (mml-dnd-attach-options): Fix typo in custom choice.
9265
9266         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9267         Change nndoc-article-type to mbox.
9268         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9269
9270         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9271         to nil, instead of html2text.
9272
9273         * imap.el (imap-debug): Add `imap-ping-server'.
9274
9275         * gnus-bookmark.el: Add FIXMEs.
9276
9277         * message.el (message-form-letter-separator)
9278         (message-send-form-letter-delay): New variables.
9279         (message-send-form-letter): Use them.  New command to send form
9280         letters.  Requested by Uwe Siart.
9281         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9282
9283 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * Update copyright years.
9286
9287 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         Sync from EMACS_22_BASE.
9290
9291         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9292
9293 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9294
9295         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9296         empty author.
9297
9298 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9299
9300         * gnus-registry.el (gnus-registry-marks): Add variable for
9301         customization of marks and their appearance.
9302         (gnus-registry-read-mark): Use it.
9303         (gnus-registry-do-marks): Add utility function to loop through
9304         `gnus-registry-marks'.
9305         (gnus-registry-install-shortcuts-and-menus): Add function to install
9306         shortcuts and menus.
9307         (gnus-registry-initialize): Use it.
9308         (gnus-registry-default-mark): Clarify documentation.
9309
9310 2008-02-29  Glenn Morris  <rgm@gnu.org>
9311
9312         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9313         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9314         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9315         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9316         Change defcustom :version from 23.0 to 23.1.
9317
9318 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9319
9320         * gnus-registry.el (gnus-registry-follow-group-p)
9321         (gnus-registry-post-process-groups): Add functions to aid registry
9322         splitting and improve logging.  Clarify behavior in function
9323         documentation.
9324         (gnus-registry-split-fancy-with-parent): Use them.
9325
9326 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9327
9328         * gnus-art.el: Use with-current-buffer.
9329
9330 2008-02-27  David Engster  <dengste@eml.cc>
9331
9332         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9333         Express real group name in the response.
9334
9335 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9338         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9339         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9340         autoload gnus-registry-fetch-group when compiling.
9341         (nnmairix-request-group-with-article-number-correction):
9342         Remove unreferenced argument passed to nnmairix-call-backend.
9343
9344 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9347         (mm-uu-extract): Improve face for low color ttys.
9348         Reported by Sascha Wilde.
9349
9350 2008-02-27  Glenn Morris  <rgm@gnu.org>
9351
9352         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9353         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9354         variables to defconsts.  Convert comments to doc-strings.
9355         (nnmairix-last-server, nnmairix-current-server): Convert from free
9356         variables to defvars.  Convert comments to doc-strings.
9357         (gnus-registry-fetch-group): Autoload.
9358         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9359         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9360         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9361         caddr.
9362         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9363         nnmairix-request-group-with-article-number-correction call.
9364         (nnmairix-fast, nnmairix-group): New, less general names, for free
9365         variables passed from nnmairix-request-group to
9366         nnmairix-request-group-with-article-number-correction.  Declare.
9367         (nnmairix-request-group-with-article-number-correction):
9368         Use nnmairix-fast, nnmairix-group rather than fast, group.
9369
9370 2008-02-26  David Engster  <dengste@eml.cc>
9371
9372         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9373         version 0.5.
9374
9375 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9376
9377         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9378         instead of making an extra function call.  Don't add the current group
9379         to articles only when they have the group.  Use
9380         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9381         Reported by David <de_bb@arcor.de>.
9382
9383 2008-02-24  Miles Bader  <miles@gnu.org>
9384
9385         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9386         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9387         (mm-find-mime-charset-region):
9388         * mm-bodies.el (mm-encode-body):
9389         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9390
9391 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9394         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9395
9396 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * mail-source.el (mail-source-delete-incoming): Change default.
9399         Supplement doc string.
9400
9401         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9402
9403 2008-02-14  Glenn Morris  <rgm@gnu.org>
9404
9405         * time-date.el (format-seconds): New function.
9406
9407 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * nnmail.el (nnmail-message-id-cache-file): Derive from
9410         `gnus-home-directory'.
9411
9412 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9415         Document negative prefix.
9416
9417         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9418
9419 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * message.el (message-unsent-separator): Add the Exim bounce
9422         separator.
9423
9424 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9425
9426         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9427         list.
9428         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9429         recipient/signer list.
9430
9431 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * Makefile.in (datarootdir): Define.
9434         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9435         name that might contain whitespace.
9436
9437 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9440         fbound (Emacs 23 unicode), signal an error.
9441
9442 2008-02-08  Glenn Morris  <rgm@gnu.org>
9443
9444         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9445
9446 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9447
9448         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9449         ports to the calls to `netrc-machine-user-or-password' in addition to
9450         "imap" and "imaps".
9451
9452 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9453
9454         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9455
9456         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9457
9458 2008-02-01  Kenichi Handa  <handa@m17n.org>
9459
9460         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9461         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9462         (rfc2104-hash): Convert the result of concat to unibyte string.
9463
9464 2008-02-01  Dave Love  <fx@gnu.org>
9465
9466         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9467         coding-system-for-read.
9468         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9469
9470 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9473         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9474         <hanche@math.ntnu.no>.
9475
9476 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9479
9480         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9481
9482 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9483
9484         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9485         * message.el (message-beginning-of-line): Use featurep instead of bound
9486         tests in order to resolve conditionals at compile time.
9487
9488 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9489
9490         * mail-source.el (mail-sources): Add `group' choice.
9491
9492         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9493         parameter `in-group' to control into which group the articles go.
9494         Add treatment of `group' mail-source.
9495
9496 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9499
9500         * mm-decode.el (mm-dissect-buffer): Decode description.
9501
9502         * mml.el (mml-to-mime): Encode message header first.
9503
9504 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9507         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9508
9509         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9510         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9511
9512 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9513
9514         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9515
9516 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9519         prefix keys.
9520         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9521         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9522         gnus-xmas.el.
9523
9524         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9525         (gnus-xmas-article-describe-bindings): New function.
9526         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9527         gnus-xmas-article-describe-bindings.
9528
9529         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9530
9531 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9532
9533         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9534         Add new variables for article mark management.
9535         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9536         list of extra data entries which, when present, will indicate that the
9537         article ID should not be trimmed from the registry.
9538         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9539         functions.
9540         (gnus-registry-read-mark): New function to read a mark name from the
9541         user.
9542         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9543         (gnus-registry-set-article-mark-internal): New functions to add and
9544         remove marks.
9545         (gnus-registry-get-article-marks): New function to show the marks for
9546         an article, or retrieve them for further use.
9547
9548 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9551         keys when no argument is given.
9552
9553 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * imap.el (imap-ping-server): New variable.
9556         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9557         (imap-ping-server): Minor doc string fixes.
9558
9559 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9560
9561         * imap.el (imap-ping-server): New function.
9562         (imap-opened): Call imap-ping-server.
9563
9564 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9565
9566         * gnus-sum.el (gnus-article-sort-by-random)
9567         (gnus-thread-sort-by-random): Fix doc strings.
9568         Reported by jidanni@jidanni.org.
9569
9570 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus-art.el (gnus-article-describe-bindings): New function.
9573         (gnus-article-read-summary-keys): Use it.
9574         (gnus-article-mode-map): Bind `C-h b' to it.
9575
9576 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9579         XEmacs.
9580         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9581         Protect against non-character events.
9582
9583         * lpath.el: Fbind map-keymap for Emacs 21.
9584
9585 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9588         New command.
9589         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9590         instead of END.  Change name of the temp file.
9591         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9592         customizable.
9593
9594 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9597         bind `S W' to gnus-article-wide-reply-with-original; set default
9598         binding to gnus-article-read-summary-send-keys.
9599         (gnus-article-read-summary-keys): Fix the order of keys; display
9600         continuation keys correctly in the echo area; describe bindings
9601         correctly when keys end with `C-h'.
9602         (gnus-article-read-summary-send-keys): New function.
9603         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9604         Work for gnus-article-read-summary-send-keys; display continuation keys
9605         correctly in the echo area.
9606         (gnus-article-reply-with-original): Ignore prefix argument.
9607         (gnus-article-wide-reply-with-original): New function.
9608
9609         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9610         Emacs 21.
9611
9612 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9615         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9616
9617 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9620         (gnus-group-read-ephemeral-gmane-group): New command.
9621
9622 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9623
9624         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9625
9626 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * message.el (message-send-mail-function): Increase custom version.
9629
9630         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9631         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9632
9633 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9634
9635         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9636         for the cases where imap-authenticate is called with a nil buffer
9637         parameter.
9638
9639 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9642         html parts correctly; support forwarded messages.
9643         (gnus-article-browse-html-article): Remove work buffers.
9644
9645         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9646         compiling.
9647         (netrc-bound-and-true-p): New macro.
9648         (netrc-parse): Use it instead of bound-and-true-p that is not available
9649         in XEmacs 21.4.
9650
9651 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9652
9653         * gnus-registry.el (gnus-registry-mark-article)
9654         (gnus-registry-article-marks): Add functionality to mark articles
9655         through the Gnus registry.
9656
9657         * encrypt.el: Clarify documentation for the new pgg method.
9658         (encrypt-file-alist): Add PGG option.
9659         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9660         functionality.  Abstract password key and messaging to external
9661         functions.
9662         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9663         (encrypt-message-method-and-cipher): Add new convenience external
9664         functions.
9665         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9666         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9667
9668         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9669         (netrc-parse): Use encrypt-file-alist to determine if
9670         encrypt-find-model or encrypt-insert-file-contents should be used.
9671
9672         * encrypt.el: Clarify documentation.  Load password-cache or
9673         password, whichever one is found first, instead of autoloading.
9674
9675 2007-12-19  Glenn Morris  <rgm@gnu.org>
9676
9677         * mml.el (message-options-set, message-narrow-to-head)
9678         (message-in-body-p, message-mail-p, message-encode-message-body):
9679         Autoload.
9680         (message-remove-header, message-narrow-to-headers-or-head)
9681         (message-subscribed-p, message-make-mail-followup-to)
9682         (message-position-on-field, message-news-p)
9683         (message-options-set-recipient, message-generate-headers)
9684         (message-sort-headers): Declare as functions.
9685
9686 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9689         convention in doc string.
9690
9691 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9694         title to html parts.
9695         (gnus-article-browse-html-article): Pass message header to it.
9696
9697         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9698
9699 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9702         or password compatible with XEmacs.
9703
9704 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9707         format document.
9708         (gnus-mime-delete-part): Don't write description line if empty.
9709         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9710
9711 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9712
9713         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9714         (gnus-summary-mark-read-and-unread-as-read)
9715         (gnus-summary-mark-current-read-and-unread-as-read)
9716         (gnus-summary-mark-unread-as-ticked): Doc fix.
9717         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9718
9719 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9722         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9723
9724 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9727         yes-or-no-p.
9728
9729 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * mm-decode.el (mm-add-meta-html-tag): New function.
9732         (mm-save-part-to-file, mm-pipe-part): Use it.
9733
9734         * gnus-art.el (gnus-article-browse-delete-temp-files):
9735         Use gnus-y-or-n-p instead of y-or-n-p.
9736         (gnus-article-browse-html-parts): Work with message/external-body; use
9737         mm-add-meta-html-tag.
9738
9739 2007-12-11  Glenn Morris  <rgm@gnu.org>
9740
9741         * gnus-cache.el: Require gnus-sum not just when compiling.
9742
9743         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9744
9745         * gnus-int.el (gnus-server-opened, gnus-status-message):
9746         Move definitions before use.
9747
9748         * mm-decode.el: Require gnus-util.
9749         (mm-remove-part): Only call delete-annotation on XEmacs.
9750
9751         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9752
9753         * nnmail.el: Require gnus-int.
9754
9755         * spam.el: Move `require's before `eval-when-compile's.
9756
9757         * gnus-ems.el (gnus-alive-p):
9758         * gnus-fun.el (message-goto-eoh):
9759         * gnus-util.el (gnus-group-name-decode):
9760         * mail-source.el (gnus-compress-sequence):
9761         * message.el (Info-goto-node, format-spec):
9762         * mm-bodies.el (message-options-get):
9763         * mm-decode.el (mm-view-pkcs7):
9764         * mm-util.el (gmm-write-region):
9765         * mml-smime.el (mml-compute-boundary)
9766         (gnus-completing-read-with-default):
9767         * mml.el (widget-button-press, gnus-make-hashtable):
9768         * mml1991.el (mm-decode-content-transfer-encoding)
9769         (mm-encode-content-transfer-encoding)
9770         (message-options-get, message-options-set):
9771         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9772         * nnfolder.el (gnus-request-group):
9773         * nnheader.el (ietf-drums-unfold-fws):
9774         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9775         * smime.el (gnus-run-mode-hooks):
9776         * spam-stat.el (gnus-message): Autoload.
9777
9778         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9779         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9780         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9781         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9782         Add declare-function compatibility definition.
9783
9784         * gnus-cache.el (nnvirtual-find-group-art):
9785         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9786         (gnus-add-image, gnus-add-wash-type):
9787         * gnus-group.el (nnkiboze-score-file):
9788         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9789         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9790         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9791         (message-tokenize-header, gnus-get-buffer-create)
9792         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9793         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9794         * gnus.el (gnus-group-decoded-name):
9795         * mail-source.el (imap-capability):
9796         * mm-bodies.el (message-options-set):
9797         * mm-decode.el (gnus-configure-windows):
9798         * mm-extern.el (message-goto-body):
9799         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9800         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9801         (epg-sub-key-validity, message-options-set):
9802         * mml.el (widget-event-point, gnus-configure-windows):
9803         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9804         * mml2015.el (epg-check-configuration, epg-configuration)
9805         (message-options-set):
9806         * nndb.el (nndb-request-article):
9807         * nnfolder.el (gnus-request-create-group):
9808         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9809         * nnmaildir.el (gnus-group-mark-article-read):
9810         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9811         * rfc1843.el (message-fetch-field):
9812         * spam.el (gnus-extract-address-components):
9813         Declare as functions.
9814
9815 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9818
9819         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9820
9821         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9822         bind show-trailing-whitespace for XEmacs.
9823
9824 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9827         new no-op macro for backward compatibility.
9828
9829         * imap.el (imap-string-to-integer): New function.
9830
9831 2007-12-09  Glenn Morris  <rgm@gnu.org>
9832
9833         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9834
9835         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9836         * message.el, mm-view.el, sieve-manage.el, smime.el:
9837         Add declare-function compatibility definition.
9838
9839         * gnus-art.el (w3-region, w3m-region, Info-menu):
9840         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9841         * gnus-sum.el (gnus-get-predicate):
9842         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9843         * message.el (mail-abbrev-in-expansion-header-p):
9844         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9845         (w3m-detect-meta-charset, w3m-region):
9846         * sieve-manage.el (password-read, password-cache-add)
9847         (password-cache-remove):
9848         * smime.el (password-read-and-add): Declare as functions.
9849
9850 2007-12-08  David Kastrup  <dak@gnu.org>
9851
9852         * gnus-sum.el (gnus-summary-simplify-subject-query):
9853         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9854         `message'.
9855
9856 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9859         it to bind idna-program, installation-directory, defined-colors, and
9860         face-attribute for XEmacs of the version that compiles defcustom forms.
9861
9862 2007-12-07  Glenn Morris  <rgm@gnu.org>
9863
9864         * gnus-art.el (article-make-date-line): Revert previous change.
9865
9866 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9869
9870 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9871
9872         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9873         Call gnus-add-to-range ranges only once with a prepared article-list.
9874
9875 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9876
9877         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9878         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9879         group names with backslashes.
9880         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9881
9882 2007-12-06  Deepak Goel  <deego3@gmail.com>
9883
9884         * gnus-art.el (article-make-date-line):
9885         * gnus-start.el (gnus-load):
9886         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9887
9888 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-art.el (gnus-use-idna)
9891         * gnus-start.el (gnus-site-init-file)
9892         * message.el (message-use-idna)
9893         * mm-uu.el (mm-uu-hide-markers)
9894         * smiley.el (smiley-style): Revert changes that suppress warnings.
9895
9896 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9899         specify charset to html source.
9900         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9901
9902 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9905         idna-program in order to suppress byte compile warning issued by XEmacs
9906         that came to byte compile the default value section of defcustom forms
9907         recently.
9908
9909         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9910         value of installation-directory.
9911
9912         * message.el (message-use-idna): Don't directly refer to the value of
9913         idna-program.
9914
9915         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9916
9917         * smiley.el (smiley-style): Don't directly call face-attribute.
9918
9919 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9922
9923         * gnus-dired.el: Reduce Gnus dependencies.
9924         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9925         Don't require.  Use autoloads instead.
9926         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9927         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9928         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9929         (gnus-dired-mode): Adjust doc string.
9930         (gnus-dired-mail-mode): New variable.
9931         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9932         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9933         (gnus-dired-mail-buffers): New function.  Return mail or message
9934         composition buffers.
9935         (gnus-dired-attach): Use it.
9936         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9937         NO-DECODE.
9938         (gnus-dired-print): Use `gnus-print-buffer' depending on
9939         `gnus-dired-mail-mode'.
9940
9941 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * rfc2047.el (rfc2047-encoded-word-regexp)
9944         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9945         explaining what regexp patterns are for.
9946
9947 2007-12-04  Glenn Morris  <rgm@gnu.org>
9948
9949         * password.el: Move to password-cache.el.
9950
9951         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9952         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9953         * mml-smime.el (password-read, password-cache-add)
9954         (password-cache-remove):
9955         No need to autoload, since mml-sec requires password.
9956
9957         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9958         * message.el (gnus-extract-address-components):
9959         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9960
9961         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9962         password.
9963
9964 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * mailcap.el: Reduce dependencies.
9967         (mail-header-parse-content-type): Autoload.
9968         (mailcap-delete-duplicates): New alias.
9969         (mailcap-mime-info): Add optional argument NO-DECODE.
9970         (mailcap-mime-types): Use mailcap-delete-duplicates.
9971
9972         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9973
9974 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9975
9976         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9977         (imap-parse-status): Upcase status-att for servers that sends them
9978         lower-case (e.g., MS Exchange 2007).
9979
9980 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9983         function.
9984
9985         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9986         (gnus-uu-yenc-article): New function.
9987
9988         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9989
9990         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9991
9992 2007-12-02  Glenn Morris  <rgm@gnu.org>
9993
9994         * binhex.el (binhex): New custom group.
9995         (binhex-decoder-program, binhex-decoder-switches)
9996         (binhex-use-external): Move to the binhex custom group.
9997
9998         * uudecode.el (uudecode): New custom group.
9999         (uudecode-decoder-program, uudecode-decoder-switches)
10000         (uudecode-use-external): Move to the uudecode custom group.
10001
10002         * netrc.el (top-level): Don't load `encrypt' features.
10003         (netrc-parse): Don't use encrypt.
10004         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10005
10006         * encrypt.el: Remove file.
10007
10008 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10011         matches on patches.
10012
10013         * gnus-art.el (gnus-article-browse-html-article):
10014         Mention `mm-text-html-renderer' in the doc string.
10015
10016         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10017         string.  Add comments.
10018
10019         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10020         if rhs is ASCII.
10021
10022 2007-12-01  Glenn Morris  <rgm@gnu.org>
10023
10024         * mail-source.el (top-level): Require format-spec before
10025         eval-when-compile.
10026
10027 2007-11-30  Glenn Morris  <rgm@gnu.org>
10028
10029         * encrypt.el: Require password, rather than autoloading password-read.
10030
10031 2007-11-29  Glenn Morris  <rgm@gnu.org>
10032
10033         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10034         (sasl-make-client, sasl-next-step, sasl-step-data)
10035         (sasl-step-set-data): Declare as functions.
10036
10037 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10040
10041 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10042
10043         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10044         certs should be verified and what is to be done in the event of a
10045         verification failure.
10046
10047         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10048         caller can indicate whether the cache should be disregarded for this
10049         call.  This way the result of the call is reproducible at all times and
10050         can be considered a canonical server name for the supplied method.
10051         (gnus-agent-method-p): Canonicalize server names by pushing their
10052         method through `gnus-method-to-server' using the no-cache argument.
10053
10054         * gnus-srvr.el (gnus-server-insert-server-line):
10055         Call `gnus-method-to-server' with `no-cache' argument.
10056
10057         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10058         gnus-agent-possibly-synchronize-flags as this should be called when the
10059         server is actually being opened.
10060         (gnus-agent-possibly-synchronize-flags)
10061         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10062         flags file of an agentized server to the latter function.
10063
10064         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10065         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10066         after a connection has been established successfully.
10067
10068 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * gnus-art.el (article-display-face): Force to display face if called
10071         interactively; check if gnus-article-x-face-too-ugly matches author.
10072         (article-display-x-face): Display face even if From header is missing
10073         as article-display-face does.
10074
10075 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10076
10077         * hashcash.el (message-narrow-to-headers-or-head)
10078         (message-fetch-field, message-goto-eoh)
10079         (message-narrow-to-headers): Declare as functions.
10080
10081 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * mail-source.el (mail-sources): Default to fetch from file for
10084         compatibility with default of nnmail-spool-file.
10085
10086 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10089         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10090         to look for encoded word that should be encoded again.
10091         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10092         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10093         encoding pattern.
10094         (rfc2047-decode-region): Switch strict regexp and loose one according
10095         to rfc2047-allow-irregular-q-encoded-words.
10096
10097 2007-11-25  Romain Francoise  <romain@orebokech.com>
10098
10099         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10100
10101 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * tls.el (tls-program): Provide more custom choices from
10104         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10105         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10106
10107 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10110         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10111
10112         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10113         `nnmail-spool-file'.
10114
10115         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10116         `nnmail-spool-file'.
10117
10118         * gnus-move.el (gnus-change-server): Ditto.
10119
10120         * gnus-kill.el (gnus-batch-score): Ditto.
10121
10122         * gnus-cache.el (gnus-jog-cache): Ditto.
10123
10124         * gnus-msg.el (gnus-summary-reply):
10125         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10126
10127 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10130         version.  Minor improvement to doc strings.
10131         (tls-program): Add comment.
10132
10133 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10134
10135         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10136         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10137         mismatch between the hostname provided in the certificate and the name
10138         of the host connnecting to.
10139         (open-tls-stream): Use them.  Check certificates against trusted root
10140         certificates.
10141
10142 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * gnus-cache.el (gnus-cache-generate-nov-databases):
10145         Use nnml-generate-nov-databases-directory instead of
10146         nnml-generate-nov-databases-1.
10147
10148 2007-11-24  Glenn Morris  <rgm@gnu.org>
10149
10150         * message.el (message-tool-bar-retro): Update for rename
10151         mail_send.xpm->mail-send.xpm.
10152
10153 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10156         `smime-ldap-search' for Emacs 22 and up.
10157
10158 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10159
10160         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10161
10162         * message.el (message-send-mail-function): Fix error convention.
10163         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10164         (message-widen-reply, message-send-mail, message-talkative-question)
10165         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10166         (message-clone-locals, message-send-news): Use with-current-buffer.
10167         (message-insert-or-toggle-importance): Remove unused var `valid'.
10168         (message-make-references): Remove unused var `new-references'.
10169         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10170
10171 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10172
10173         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10174         (spam-split-symbolic-return-positive): Reflow docstring.
10175         (spam-backends, spam-summary-exit-behavior)
10176         (spam-mark-ham-unread-before-move-from-spam-group)
10177         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10178         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10179         (spam-clear-cache, spam-backend-check, spam-install-backend)
10180         (spam-install-statistical-backend, spam-list-of-processors)
10181         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10182         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10183         (spam-check-crm114, spam-initialize, spam-unload-hook):
10184         Fix typos in docstrings.
10185
10186 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10189         been checked if they have never been read and those group levels are
10190         higher than the one that a user specified.
10191
10192 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10195         foreign groups unless a group level is specified by a user.
10196         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10197
10198 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * message.el (message-send-mail-function): Require sendmail.
10201
10202 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * message.el (message-send-mail-function): Check for smtpmail too.
10205
10206         * utf7.el (utf7-encode, utf7-decode): Use coding system
10207         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10208
10209         * message.el (message-send-mail-function): New function.
10210         (message-send-mail-function): Set default using
10211         message-send-mail-function.  Adjust doc string.
10212         (message-send-mail-with-mailclient): New function.
10213
10214 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10215
10216         * smime.el (from):
10217         * rfc2047.el (message-posting-charset):
10218         * qp.el (mm-use-ultra-safe-encoding):
10219         * pop3.el (parse-time-months):
10220         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10221         * nnml.el (files):
10222         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10223         (jka-compr-compression-info-list, ange-ftp-path-format)
10224         (efs-path-regexp):
10225         * nndiary.el (files):
10226         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10227         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10228         (epg-digest-algorithm-alist, inhibit-redisplay)
10229         (password-cache-expiry):
10230         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10231         (pgg-output-buffer, password-cache-expiry):
10232         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10233         (efs-path-regexp):
10234         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10235         (inhibit-redisplay):
10236         * mm-uu.el (file-name, start-point, end-point, entry)
10237         (gnus-newsgroup-name, gnus-newsgroup-charset):
10238         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10239         (latin-unity-ucs-list):
10240         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10241         (mm-uu-binhex-decode-function):
10242         * message.el (gnus-message-group-art, gnus-list-identifiers)
10243         (rmail-enable-mime-composing, gnus-local-organization)
10244         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10245         (gnus-read-active-file, facemenu-add-face-function)
10246         (facemenu-remove-face-function, gnus-article-decoded-p)
10247         (tool-bar-mode):
10248         * mail-source.el (display-time-mail-function):
10249         * gnus-util.el (nnmail-pathname-coding-system)
10250         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10251         (gnus-original-article-buffer, gnus-user-agent)
10252         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10253         (xemacs-codename, sxemacs-codename, emacs-program-version):
10254         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10255         * gnus-start.el (gnus-agent-covered-methods)
10256         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10257         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10258         (gnus-newsgroup-headers, gnus-group-list-mode)
10259         (gnus-group-mark-positions, gnus-newsgroup-data)
10260         (gnus-newsgroup-unreads, nnoo-state-alist)
10261         (gnus-current-select-method, mail-sources)
10262         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10263         (nnmail-spool-file, gnus-cache-active-hashtb):
10264         * gnus-mh.el (mh-lib-progs):
10265         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10266         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10267         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10268         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10269         (gnus-group-buffer):
10270         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10271         (font-lock-set-defaults):
10272         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10273         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10274         (gnus-summary-post-menu, total-parts, type, condition, length):
10275         * gnus-agent.el (gnus-agent-read-agentview):
10276         * flow-fill.el (show-trailing-whitespace):
10277         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10278         eval-and-compile wrappers for byte compiler pacifiers.
10279
10280         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10281         (mm-display-inline-fontify): Check for featurep 'xemacs not
10282         extent-list.
10283
10284         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10285         itimer-list.
10286         (mm-create-image-xemacs): Only do something for XEmacs.
10287         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10288
10289         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10290
10291         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10292         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10293
10294 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10295
10296         * nnimap.el (nnimap-split-download-body):
10297         * gnus-demon.el (gnus-demon):
10298         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10299
10300 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10303         New macros.
10304         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10305         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10306         copy data from unibyte buffer to multibyte current buffer.
10307         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10308         to copy data from unibyte current buffer to multibyte buffer.
10309         (nntp-make-process-buffer): Make process buffer unibyte.
10310
10311         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10312
10313 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10314
10315         * pop3.el (pop3-open-server): Accept and process data more robustly at
10316         connexion start to avoid spurious "POP SSL connexion failed" errors.
10317
10318 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10321         read group names.
10322
10323 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10326
10327 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10330         (nnmail-save-active): Use a unibyte buffer when saving active file,
10331         which may contain non-ASCII group names.
10332
10333         * nnml.el (nnml-request-group): Decode group names in messages.
10334
10335 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * message.el (message-citation-line-function)
10338         (message-insert-formatted-citation-line): Fix spelling of
10339         `message-insert-formated-citation-line'.
10340
10341 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10344
10345 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10348         nnmail-pathname-coding-system.
10349
10350         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10351         that a user enters; decode group names in messages.
10352
10353         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10354
10355 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10358
10359         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10360
10361         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10362         risky local variable.
10363
10364         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10365
10366 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10367
10368         * encrypt.el: Improve documentation to fix function name typo.
10369         Reported by Daiki Ueno <ueno@unixuser.org>.
10370
10371 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10374         even if the point is not in the last page of an article.
10375         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10376         back to the previous page.
10377
10378 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10381
10382 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10385
10386 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10387
10388         * message.el (message-check-news-body-syntax):
10389         Avoid mm-string-as-multibyte.
10390         (message-hide-headers): Don't assume (point-min)==1.
10391
10392 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * message.el (message-remove-blank-cited-lines): Fix if remove is
10395         given.
10396         (message-bogus-address-regexp): New variable.
10397         (message-bogus-recipient-p): New function.
10398         (message-check-recipients): New command.
10399         (message-syntax-checks): Add `bogus-recipient'.
10400         (message-fix-before-sending): Add `bogus-recipient'.
10401
10402         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10403         (gnus-treat-body-boundary): Don't test window-system.
10404
10405 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10406
10407         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10408
10409 2007-10-28  Miles Bader  <miles@gnu.org>
10410
10411         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10412         at compile-time too.
10413
10414 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * gnus-msg.el (gnus-message-setup-hook):
10417         Add `message-remove-blank-cited-lines' to options.
10418
10419 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * message.el (message-remove-blank-cited-lines): New function.
10422         Suggested by Karl Plästerer.
10423
10424 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10427         mapc.
10428
10429         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10430         (top-level): Use mapc to set functions to be traced for debugging.
10431
10432         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10433         called for effect with while loop.
10434
10435         * message.el (message-talkative-question): Replace mapcar called for
10436         effect with mapc.
10437
10438         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10439         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10440         called for effect with dolist.
10441
10442         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10443
10444         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10445         gnus-extra-headers and nnmail-extra-headers.
10446
10447         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10448         called for effect with dolist.
10449         (top-level): Use mapc to set functions to be traced for debugging.
10450
10451         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10452         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10453         dolist.
10454
10455         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10456         Replace mapcar called for effect with mapc.
10457         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10458         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10459         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10460         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10461
10462         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10463         remove-if that's a cl function.
10464
10465         * webmail.el (webmail-debug): Replace mapcar called for effect with
10466         dolist.
10467
10468         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10469         with mapc.
10470
10471 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10474         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10475         with while loop.
10476
10477         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10478         functions from article-* functions.
10479         (gnus-multi-decode-header): Replace mapcar called for effect with
10480         dolist.
10481
10482         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10483         (gnus-bookmark-show-details): Replace mapcar called for effect with
10484         while loop.
10485
10486         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10487         called for effect with while loop.
10488
10489         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10490         with dolist.
10491
10492         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10493         Replace mapcar called for effect with dolist.
10494
10495         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10496
10497         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10498         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10499         Replace mapcar called for effect with dolist.
10500         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10501         mapc.
10502
10503         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10504         Replace mapcar called for effect with dolist.
10505         (gnus-topic-list): Replace mapcar called for effect with mapc.
10506
10507         * gnus.el: Use mapc instead of mapcar to add autoloads.
10508
10509 2007-10-23  Richard Stallman  <rms@gnu.org>
10510
10511         * gnus-group.el (gnus-group-highlight): Mark as risky.
10512
10513 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus.el (gnus-server-to-method): Return method found first in
10516         gnus-newsrc-alist.
10517
10518         * gnus-art.el (gnus-article-highlight-signature)
10519         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10520         button overlay without the front stickiness.
10521
10522 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10523
10524         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10525         overview buffer needed a catch to receive its throw.
10526         (gnus-agent-flush-cache): Declare as interactive to make this function
10527         easier to use.
10528
10529 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10532         `next-line'.
10533
10534 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10537         exclude address matching message-dont-reply-to-names.
10538
10539 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * gnus-util.el (gnus-string<): New function.
10542
10543         * gnus-sum.el (gnus-article-sort-by-author)
10544         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10545
10546 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10549         the frame-focus tag is set in gnus-buffer-configuration.
10550
10551 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10554         the front stickiness.
10555
10556 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10559         url pattern; remove duplicate one.
10560         (gnus-article-extend-url-button): New function.
10561         (gnus-article-add-buttons): Use it.
10562         (gnus-button-push): Use concatenated url that it makes.
10563
10564 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10565
10566         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10567
10568 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10569
10570         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10571         Don't hardcode point-min==1.
10572
10573 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10576         Fix comment about "iso8859-1".
10577
10578 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10579
10580         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10581         ones returned from the verify-function.
10582
10583         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10584         Call mml2015-extract-cleartext-signature if extraction failed.
10585
10586 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10587
10588         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10589         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10590         failed.
10591
10592 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10595
10596 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10599         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10600         recommends to use EasyPG instead of PGG.
10601
10602         * pgg.el: Revert to revision 6.23.2.16.
10603
10604         * pgg-def.el: Revert to revision 6.6.2.14.
10605
10606         * pgg-gpg.el: Revert to revision 6.23.2.34.
10607
10608 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10609
10610         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10611         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10612         thread for both the null and zero (kill/expire thread) universal prefix
10613         cases.
10614         (gnus-summary-expire-thread): Add new function to expire a thread,
10615         using gnus-summary-kill-thread.
10616         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10617         shortcuts for gnus-summary-expire-thread.
10618         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10619         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10620
10621 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10622
10623         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10624         extras value, so an extras entry can be deleted.
10625         (gnus-registry-delete-extra-entry): Use it.
10626         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10627         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10628         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10629         storage through the gnus-registry, and provide an appropriate API for
10630         it.
10631
10632 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10635         Suggested by Leo <sdl.web@gmail.com>.
10636
10637         * gnus.el: Do.
10638
10639 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10642         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10643
10644         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10645
10646         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10647         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10648
10649 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10652         newline.
10653         (nnmbox-request-accept-article): Don't change article in source buffer;
10654         narrow to header to use message-fetch-field rather than
10655         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10656         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10657         as delimiters; make sure article ends with newline.
10658         (nnmbox-delete-mail): Correct last position of article to be deleted;
10659         ignore X-Gnus-Newsgroup header in article body.
10660         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10661         positions; make sure article ends with newline.
10662
10663         * message.el (message-display-abbrev): Don't infloop when a user
10664         inserts SPC in the beginning of header.
10665
10666         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10667         coding-system-for-read and coding-system-for-write for XEmacs having no
10668         file-coding feature.
10669
10670         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10671
10672 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10673
10674         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10675         list of groups not followed by default.  Fix type to be regexp.
10676         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10677
10678 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10679
10680         * hmac-def.el (define-hmac-function): Switch from old-style to
10681         new-style backquotes.
10682
10683         * md4.el (md4-make-step): Likewise.
10684
10685 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10688         raw-text coding system when saving .newsrc file, which may contain
10689         non-ASCII group names.
10690
10691 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-cus.el (gnus-score-extra): New widget.
10694         (gnus-score-extra-convert): New function.
10695         (gnus-score-customize): Use it for Extra.
10696
10697 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10698
10699         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10700         (mml2015-mailcrypt-clear-verify): Use it.
10701         (mml2015-gpg-clear-verify): Use it.
10702         (mml2015-pgg-clear-verify): Use it.
10703         (mml2015-epg-clear-verify): Replace the current part with the output
10704         from GnuPG; don't extract the plaintext by itself.
10705
10706         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10707         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10708         mml2015-clear-verify-function; don't touch the armor headers or
10709         dash-escaped text here.
10710
10711 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10714         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10715         parts, or application/octet-stream as a last resort.
10716         (gnus-mime-view-part-as-type): Don't toggle display.
10717         (gnus-mime-view-part-as-charset): Don't turn off display before
10718         querying charset.
10719
10720         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10721         stuff to undisplayer function in Emacs.
10722         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10723
10724         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10725         text/calendar parts.
10726
10727 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10730         decoding text/calendar parts.
10731
10732         * message.el (message-forward-make-body-mime): Always mark body as
10733         having no illegible text; remove signed-or-encrypted argument.
10734         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10735
10736         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10737         (mml-generate-mime-1): Don't encode body if it is specified to be in
10738         raw form; don't make buffer be unibyte when inserting multibyte string.
10739
10740 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10741
10742         * sha1.el: Fix up comment style.
10743         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10744         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10745
10746         * hex-util.el: Fix up comment style.
10747         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10748
10749         * gnus-salt.el: Use with-current-buffer.
10750         (gnus-pick-setup-message): Fix long-standing typo.
10751
10752 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * imap.el (imap-logout-timeout): New variable.
10755         (imap-logout, imap-logout-wait): New functions.
10756         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10757
10758         * nnimap.el (nnimap-logout-timeout): New server variable.
10759         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10760         nnimap-logout-timeout.
10761
10762         * gnus-art.el (gnus-article-summary-command-nosave)
10763         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10764
10765 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus.el (gnus-maximum-newsgroup): New variable.
10768
10769         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10770         according to gnus-maximum-newsgroup.
10771
10772         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10773         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10774         Limit the range of articles according to gnus-maximum-newsgroup.
10775
10776 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10777
10778         * gnus-art.el (gnus-sticky-article): Fix problems described in
10779         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10780         Don't perform gnus-configure-windows here; reuse existing sticky
10781         article buffer.
10782
10783         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10784         it doesn't exist in gnus-article-mode.
10785
10786 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10789         (gnus-agent-decoded-group-name): New function.
10790         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10791         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10792
10793 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10794
10795         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10796         Add binding for gnus-sticky-article.
10797         (gnus-summary-exit): Don't kill sticky article buffers.
10798
10799         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10800         article buffer.
10801         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10802         (gnus-kill-sticky-article-buffers): New commands.
10803
10804 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * nntp.el (nntp-xref-number-is-evil): New server variable.
10807         (nntp-find-group-and-number): If it is non-nil, don't trust article
10808         numbers in the Xref header.
10809
10810 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * gnus-agent.el (gnus-agent-read-group): New function.
10813         (gnus-agent-flush-group, gnus-agent-expire-group)
10814         (gnus-agent-regenerate-group): Use it.
10815         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10816         nnmail-pathname-coding-system.
10817
10818 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10821
10822         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10823         that are unread as unread, and also as selected so that information of
10824         marks having been changed by a user may be updated when exiting group.
10825
10826 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10829
10830 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10833         calculated ignoring signature parts to gnus-treat-article.
10834
10835 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10838         a point here in order to keep the window start.
10839         (gnus-insert-mime-security-button): Make a button overlay without the
10840         front stickiness.
10841         (gnus-mime-display-security): Goto the end of a button.
10842
10843         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10844
10845 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10848         group-name-at-point.
10849         (gnus-group-completing-read): New function that offers decoded
10850         non-ASCII group names for completion.
10851         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10852         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10853         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10854         (gnus-group-fetch-control): Use it.
10855         (gnus-fetch-group): Use group-name-at-point for the initial value
10856         rather than the default value; use gnus-alive-p.
10857
10858         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10859         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10860         (gnus-summary-post-news): Use gnus-group-completing-read.
10861
10862         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10863         (gnus-read-move-group-name): Decode group name for completion.
10864
10865 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10866
10867         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10868         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10869         Yamaoka slightly modified the code).
10870
10871 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10874         (nnmail-split-incoming): Bind it.
10875
10876         * nnml.el (nnml-group-name-charset): New function.
10877         (nnml-decoded-group-name): Use it; don't decode group name if
10878         nnmail-group-names-not-encoded-p is non-nil.
10879         (nnml-encoded-group-name): New function.
10880         (nnml-group-pathname): Inline nnml-decoded-group-name.
10881         (nnml-request-expire-articles): Decode group name in message.
10882         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10883         nnmail-pathname-coding-system.
10884         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10885         not decoded ones according to nnmail-group-names-not-encoded-p.
10886         (nnml-generate-active-info): Use nnml-encoded-group-name.
10887
10888 2007-08-08  Glenn Morris  <rgm@gnu.org>
10889
10890         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10891         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10892         doc-strings and comments.
10893
10894 2007-07-25  Glenn Morris  <rgm@gnu.org>
10895
10896         * Relicense all FSF files to GPLv3 or later.
10897
10898 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-sum.el (gnus-summary-move-article):
10901         Make gnus-summary-respool-article work.
10902
10903 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10906         string.
10907
10908 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10909
10910         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10911         that should be ignored when comparing distant RSS articles with local
10912         ones.
10913         (nnrss-make-hash-index): New function.  Create a hash index according
10914         to the ignored fields.
10915         (nnrss-check-group): Use it.
10916
10917 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10920
10921         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10922
10923         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10924         the new optional argument ENCODED is non-nil.
10925         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10926         coding system for encoding group name.
10927         (gnus-group-make-rss-group): Pass un-encoded group name to
10928         gnus-group-make-group.
10929         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10930         encoded.
10931
10932         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10933         Encode group name to which articles are moved or copied.
10934         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10935         coding system for encoding Newsgroup, Followup-To and Xref headers.
10936
10937         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10938         marks; use nnheader-file-coding-system to write a file.
10939         (nnagent-retrieve-headers): Bind file-name-coding-system to
10940         nnmail-pathname-coding-system.
10941
10942         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10943
10944         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10945         (nnml-request-article, nnml-request-create-group)
10946         (nnml-request-rename-group, nnml-find-id)
10947         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10948         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10949         (nnml-save-marks): Use nnml-group-pathname instead of
10950         nnmail-group-pathname.
10951
10952         (nnml-request-create-group, nnml-request-expire-articles)
10953         (nnml-request-move-article, nnml-request-delete-group)
10954         (nnml-deletable-article-p, nnml-possibly-create-directory)
10955         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10956         (nnml-open-marks): Bind file-name-coding-system to
10957         nnmail-pathname-coding-system.
10958
10959         (nnml-request-article): Pass server argument to nnml-find-group-number.
10960         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10961         Pass server argument to nnml-possibly-create-directory.
10962         (nnml-request-accept-article): Pass server argument to
10963         nnml-active-number and nnml-save-mail.
10964         (nnml-find-group-number): Pass server argument to nnml-find-id.
10965         (nnml-request-update-info): Pass server argument to
10966         nnml-marks-changed-p.
10967
10968         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10969         (nnml-save-mail, nnml-active-number): Add server argument.
10970
10971         (nnml-request-delete-group): Warn if group is missing.
10972         (nnml-get-nov-buffer): Decode group name.
10973         (nnml-generate-active-info): Encode group name.
10974         (nnml-open-marks): Decode group name in messages.
10975
10976 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10979         if it is not specified.
10980         (gnus-article-pipe-part, gnus-article-save-part)
10981         (gnus-article-interactively-view-part, gnus-article-copy-part)
10982         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10983         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10984         (gnus-article-replace-part, gnus-article-delete-part)
10985         (gnus-article-view-part-as-type): Pass raw prefix argument to
10986         gnus-article-part-wrapper.
10987
10988 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * gnus-agent.el (gnus-agent-save-active):
10991         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10992
10993         * gnus-cache.el (gnus-cache-save-buffers)
10994         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10995         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10996         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10997         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10998         (gnus-cache-generate-active, gnus-cache-rename-group)
10999         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11000         (gnus-cache-update-overview-total-fetched-for):
11001         Bind file-name-coding-system to nnmail-pathname-coding-system.
11002         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11003         New variables.
11004         (gnus-cache-decoded-group-name): New function.
11005         (gnus-cache-file-name): Use it.
11006         (gnus-cache-generate-active): Use non-decoded group name for active.
11007
11008         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11009         right place.
11010         (gnus-write-active-file): Don't break non-ASCII group names.
11011
11012         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11013         nnmail-pathname-coding-system.
11014
11015         * lpath.el: Bind default-file-name-coding-system,
11016         file-name-coding-system and language-info-alist for XEmacs.
11017
11018         * gnus-uu.el (gnus-uu-decode-save): Typo.
11019
11020 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11023
11024 2007-07-14  David Kastrup  <dak@gnu.org>
11025
11026         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11027         finishing actions if we did not edit the article.
11028
11029 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11032         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11033         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11034         (gnus-agent-flush-group, gnus-agent-flush-cache)
11035         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11036         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11037         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11038         (gnus-agent-regenerate-group)
11039         (gnus-agent-update-files-total-fetched-for)
11040         (gnus-agent-update-view-total-fetched-for):
11041         Bind file-name-coding-system to nnmail-pathname-coding-system.
11042         (gnus-agent-group-pathname): Don't encode file names by
11043         nnmail-pathname-coding-system.
11044         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11045         coding-system-for-write instead of buffer-file-coding-system to
11046         gnus-agent-file-coding-system.
11047
11048         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11049         Decode group name.
11050
11051         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11052
11053         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11054         (gnus-read-newsrc-el-file): Make group names unibyte.
11055
11056         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11057         nnmail-pathname-coding-system.
11058
11059         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11060         (nnrss-request-delete-group): Bind file-name-coding-system to
11061         nnmail-pathname-coding-system.
11062         (nnrss-read-server-data, nnrss-read-group-data):
11063         Bind file-name-coding-system correctly.
11064         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11065
11066         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11067         (nntp-server-to-method-cache): New variable.
11068         (nntp-group-pathname): New function that decodes non-ASCII group names.
11069         (nntp-possibly-create-directory, nntp-marks-changed-p)
11070         (nntp-save-marks, nntp-open-marks): Use it.
11071         (nntp-possibly-create-directory, nntp-open-marks):
11072         Bind file-name-coding-system to nnmail-pathname-coding-system.
11073         (nntp-open-marks): Decode group names when bootstrapping marks.
11074
11075         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11076         Newsgroups and Folowup-To headers.
11077
11078 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11081         (gnus-server-closed-face, gnus-server-denied-face)
11082         (gnus-server-offline-face): Remove variable.
11083         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11084
11085         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11086         of modifying message-stack directly for XEmacs.
11087
11088         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11089         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11090         if the coding-system argument is nil for XEmacs.
11091
11092         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11093         mm-charset-override-alist.
11094
11095         * rfc2047.el: Don't require base64; require rfc2045 for the function
11096         rfc2045-encode-string.
11097         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11098         to quote the parameter value.
11099
11100 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11103         form in gnus-group-name-charset-method-alist.
11104
11105         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11106         overrides the default layout edit-form.
11107
11108         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11109
11110         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11111
11112 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11115         as unfetched articles.
11116
11117 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11120
11121 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11124         original back end that keeps marks in the local system.
11125
11126 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11129         arg of pop-to-buffer for XEmacs.
11130         (gnus-article-read-summary-keys): Ditto; don't restore window
11131         configuration if summary command ends up with neither article buffer
11132         nor summary buffer; describe bindings if summary keys end with C-h.
11133
11134 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * message.el (message-fix-before-sending): Skip raw message part to be
11137         forwarded while checking illegible text.
11138         (message-forward-make-body-mime, message-forward-make-body):
11139         Mark signed or encrypted raw message as having no illegible text.
11140
11141 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11144         (gnus-message-with-timestamp-1): New macro.
11145         (gnus-message-with-timestamp): New function.
11146         (gnus-message): Use them.
11147
11148         * nnheader.el (nnheader-message): Use them.
11149
11150 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11153         .newsrc.eld file.
11154
11155 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-agent.el (gnus-agent-fetch-headers)
11158         (gnus-agent-retrieve-headers):
11159         Bind gnus-decode-encoded-address-function to identity.
11160
11161         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11162         available also when the server returns simply a dot.
11163
11164         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11165
11166 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11169
11170 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * gnus-ems.el (gnus-x-splash): Make it work.
11173
11174         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11175         from being used.
11176
11177         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11178
11179 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11182         4th and the 5th arguments.
11183
11184         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11185         the front stickiness.
11186         (gnus-article-summary-command-nosave): Correct the order of the
11187         arguments passed to pop-to-buffer.
11188         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11189         summary command ends up with the article buffer.
11190
11191         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11192         the same faces.
11193
11194 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11195
11196         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11197
11198 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11199
11200         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11201         * gnus-sum.el (gnus-summary-highlight):
11202         * pgg.el (pgg-sign-region, pgg-sign):
11203         * mail-source.el (mail-source-delete-old-incoming-confirm):
11204         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11205
11206 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * gnus-art.el (gnus-mime-view-part-externally)
11209         (gnus-mime-view-part-internally): Fix predicate function passed to
11210         completing-read.
11211
11212         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11213
11214         * gnus.el (gnus-update-message-archive-method): Add :version.
11215
11216 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus.el (gnus-update-message-archive-method): New variable.
11219
11220         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11221         according to gnus-message-archive-method if
11222         gnus-update-message-archive-method is non-nil.
11223
11224 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11227         Suggested by Loic Dachary <loic@dachary.org>.
11228         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11229
11230 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * message.el (message-pop-to-buffer): Add switch-function argument.
11233         (message-mail): Pass switch-function argument to it.
11234
11235 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11238         Improve doc string.
11239
11240 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11243         (gnus-header-content)
11244         * gnus-cite.el (gnus-cite-10)
11245         * gnus-srvr.el (gnus-server-closed)
11246         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11247         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11248         (gnus-group-mail-3-empty, gnus-group-mail-low)
11249         (gnus-group-mail-low-empty, gnus-splash)
11250         * message.el (message-header-to, message-header-cc)
11251         (message-header-subject, message-header-other, message-header-name)
11252         (message-header-xheader, message-separator, message-cited-text)
11253         (message-mml): Lighten colors of faces used for dark background.
11254
11255 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11256
11257         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11258         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11259
11260 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * message.el (message-narrow-to-headers-or-head):
11263         Ignore mail-header-separator in the body.
11264
11265 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11268         same as window size.
11269
11270 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11271
11272         * message.el (message-font-lock-keywords): Use message-header-xheader
11273         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11274         ahead of the anything pattern, to get it recognised.
11275
11276 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11279         spam.el loads uses it in the compiled defadvice form.
11280
11281 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11282
11283         * gnus-sum.el (gnus-articles-to-read)
11284         (gnus-summary-insert-old-articles): Don't truncate group name for
11285         `read-string'.
11286
11287         * gnus-util.el (gnus-limit-string): Delete this function.
11288
11289         * gnus-sum.el (gnus-simplify-subject-fully):
11290         Use `truncate-string-to-width' instead.
11291
11292 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11293
11294         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11295         Tell if, on summary exit, the next group has to be selected.
11296         (gnus-summary-exit): Use it.
11297
11298 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11299
11300         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11301         non-break space.
11302
11303 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11306         Check if group is not a directory.
11307         (nnfolder-request-expire-articles): Don't delete articles if the target
11308         group is not available.
11309
11310         * nnml.el (nnml-request-create-group): Properly check if group is not a
11311         file.
11312         (nnml-request-expire-articles): Don't delete articles if the target
11313         group is not available.
11314
11315         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11316         Don't quote characters that are within parentheses.
11317
11318 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11321         (gnus-handle-ephemeral-exit): Select article according to it.
11322
11323 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * message.el (message-insert-formated-citation-line): Remove newline.
11326         (message-citation-line-format): Add final \n here so that the user can
11327         avoid a blank line.
11328
11329 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11330
11331         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11332         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11333         Update lanl/arXiv support.
11334
11335 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * gnus.el: Bump version number.
11338
11339 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11340
11341         * gnus.el (gnus-version-number): Bump version.
11342
11343 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11344
11345         * gnus.el: No Gnus v0.6 is released.
11346
11347 2007-04-27  Didier Verna  <didier@xemacs.org>
11348
11349         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11350         * gmm-utils.el (gmm-regexp-concat): ... here.
11351         * message.el: Don't require 'gnus-util.
11352         (message-dont-reply-to-names): Handle name change above.
11353         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11354
11355 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11358         since the initial value varies according to the system.
11359
11360 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11363
11364 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11365
11366         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11367
11368 2007-04-24  Didier Verna  <didier@xemacs.org>
11369
11370         Improve the type of gnus-ignored-from-addresses.
11371         * gnus-util.el (gnus-orify-regexp): New function.
11372         * message.el (gnus-util): Require it.
11373         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11374         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11375         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11376
11377 2007-04-24  Didier Verna  <didier@xemacs.org>
11378
11379         * gnus-sum.el:
11380         * gnus-utils.el: Fix some trailing whitespaces.
11381
11382 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11385         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11386         article's Message-ID; refer parent article in summary buffer.
11387
11388         * message.el (message-bounce): Call mime-to-mml.
11389
11390         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11391         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11392         optimize and/or forms properly.
11393
11394 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11397         URL.
11398
11399 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11402
11403 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11406         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11407         displayed of multipart/alternative part if it is invoked from summary
11408         buffer.
11409
11410         * mm-view.el (mm-inline-text-html-render-with-w3m)
11411         (mm-inline-text-html-render-with-w3m-standalone)
11412         (mm-inline-render-with-function): Use mail-parse-charset by default.
11413
11414 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11415
11416         * parse-time.el (parse-time-string-chars): Check if CHAR
11417         is less than the length of parse-time-syntax.
11418
11419 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11422         from gnus-newsgroup-processable.
11423
11424 2007-04-16  Didier Verna  <didier@xemacs.org>
11425
11426         * gnus-msg.el (gnus-configure-posting-styles):
11427         Handle message-signature-directory properly with :file syntax.
11428         Reported by "Leo".
11429
11430 2007-04-11  Didier Verna  <didier@xemacs.org>
11431
11432         New user option: message-signature-directory.
11433         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11434         * message.el (message-insert-signature): Ditto.
11435         * message.el (message-signature-file): Doc update.
11436         * message.el (message-signature-directory): New.
11437
11438 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-msg.el (gnus-inews-yank-articles):
11441         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11442
11443 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * message.el (message-yank-original): Make sure cited text ends with
11446         newline; don't exchange point and mark.
11447
11448 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11449
11450         * tls.el (open-tls-stream): Properly handle case where there
11451         is no associated buffer.
11452
11453 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11454
11455         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11456         message-yank-original, make sure (< mark TEXT point).
11457
11458 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11459
11460         * message.el (message-fill-column): New variable.
11461         (message-mode): Use it.  Add comment on a possible new hook.
11462
11463         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11464         (nnmail-get-new-mail): Reformat.
11465
11466         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11467
11468         * gmm-utils.el: Fix Commentary.
11469         (gmm-tool-bar-from-list): Fix typo in doc string.
11470
11471 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11472
11473         * message.el (message-yank-original): Don't switch point and mark
11474         unnecessarily to put point and mark as documented.
11475
11476 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11477
11478         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11479         from the message heads.
11480
11481 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11482
11483         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11484         article buffer does not have a window.  This may not be the best
11485         solution but is certainly better than setting the start of the null,
11486         that is the current, window.
11487
11488 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11489
11490         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11491         (gnus-draft-setup): Run it.
11492
11493         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11494         gnus-score-fast-scoring.  Allow regexp.
11495         (gnus-score-headers): Use it.
11496
11497         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11498         XEmacs.
11499
11500         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11501         string.
11502         (gnus-button-alist): Also catch `<f1> k ...'.
11503         (gnus-treat-display-x-face): Fix doc string.
11504
11505 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11506
11507         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11508         evaluation of gnus-extended-version to ensure correct generation of the
11509         User-Agent header when message-generate-headers-first is used.
11510
11511 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11512
11513         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11514         hashcash-path is nil.  Don't call callback with incorrect number of
11515         parameters if val is 0.
11516
11517 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11518
11519         * message.el (message-required-news-headers):
11520         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11521
11522 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11523
11524         * tls.el (open-tls-stream): In handshake-waiting loop,
11525         don't wait more if there is output available to process.
11526
11527 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11528
11529         * tls.el (tls-program): Doc fix.
11530
11531 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * message.el (message-generate-new-buffers): Change the meaning of the
11534         nil value; add `standard' to the choices; treat t as `unique'; improve
11535         doc string.
11536         (gnus-select-frame-set-input-focus): Autoload.
11537         (message-buffer-name): Search for the existing message buffer if
11538         message-generate-new-buffers is nil or `standard'; treat the value t of
11539         message-generate-new-buffers as `unique'.
11540         (message-pop-to-buffer): Raise the frame already displaying the message
11541         buffer; clear the echo area after querying.
11542         (message-setup): Pass the `continue' argument to compose-mail.
11543         (message-mail): Prefer `switch-function' if it is given; search for the
11544         existing message buffer if the `continue' argument is non-nil; pass
11545         continue and switch-function arguments to compose-mail by way of
11546         message-setup.
11547         (message-mail-other-window): Adjust argument of message-setup.
11548         (message-mail-other-frame): Ditto.
11549
11550 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11553         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11554         to turn font-lock on when turning gnus-message-citation-mode on.
11555
11556 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11557
11558         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11559         (mml-smime-function-alist): New variable; add epg as the backend.
11560         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11561         mml-smime- functions instead.
11562         * mm-view.el: Require smime.
11563
11564 2007-03-05  Didier Verna  <didier@xemacs.org>
11565
11566         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11567         instead of just inheritance for posting styles.
11568         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11569
11570 2007-02-24  Chris Moore  <dooglus@gmail.com>
11571
11572         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11573         * pgg-pgp.el (pgg-pgp-encrypt-region):
11574         * pgg-gpg.el (pgg-gpg-encrypt-region):
11575         Check pgg-encrypt-for-me if no other recipients.
11576
11577 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11578
11579         * tls.el (tls-certtool-program): Fix custom type.
11580
11581 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11584         and point-at-eol instead of line-(beginning|end)-position.
11585
11586         * assistant.el (assistant-parse-buffer): Ditto.
11587
11588         * netrc.el (netrc-parse-services): Ditto.
11589
11590 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11591
11592         * mml2015.el (mml2015-epg-find-usable-key): New function.
11593         (mml2015-epg-sign): Use it.
11594         (mml2015-epg-encrypt): Use it.
11595
11596 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * message.el (message-make-in-reply-to): Quote name containing
11599         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11600         if there are special characters.  Reported by NAKAJI Hiroyuki
11601         <nakaji@jp.freebsd.org>.
11602
11603 2007-02-27  Didier Verna  <didier@xemacs.org>
11604
11605         Include the group parameters as well as the topic ones in the
11606         inheritance filter process.
11607         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11608         argument GROUP-PARAMS-LIST.
11609         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11610
11611 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * nntp.el (nntp-never-echoes-commands)
11614         (nntp-open-connection-functions-never-echo-commands): New variables.
11615         (nntp-send-command): Use them.
11616
11617 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11618
11619         * mml2015.el (mml2015-epg-verify): Simplify.
11620
11621 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * mml.el (mml-content-disposition-alist): New user option.
11624         (mml-content-disposition): New function.
11625         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11626         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11627
11628 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11629
11630         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11631         verification.
11632
11633 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11634
11635         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11636         articles posted in the last 24 hours.
11637
11638 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11639
11640         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11641
11642 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11643
11644         * nntp.el (nntp-send-command): Don't wait for echoes when
11645         nntp-open-ssl-stream is used.
11646
11647 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11650         (gnus-message-add-citation-keywords)
11651         (gnus-message-remove-citation-keywords): Remove.
11652         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11653         directly, make the variables in font-lock-defaults buffer-local, add
11654         gnus-message-citation-keywords to them and then update the value of
11655         font-lock-keywords.
11656
11657 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * message.el (message-cite-original-1): Don't call
11660         gnus-article-highlight-citation.
11661
11662         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11663         citations; fix line count.
11664
11665 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11668         (gnus-message-add-citation-keywords)
11669         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11670         versions of font-lock-add-keywords and font-lock-remove-keywords to
11671         work with XEmacs correctly.
11672
11673 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-cite.el (gnus-cite-face-list): Set the values of
11676         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11677         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11678         (gnus-message-cite-prefix-regexp): New variable.
11679         (gnus-message-search-citation-line): Use it; protect against long
11680         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11681         the 0th match data for Emacs.
11682         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11683         (gnus-message-add-citation-keywords): Append keywords rather than
11684         prepending; emulate font-lock-add-keywords if it is not available.
11685         (gnus-message-remove-citation-keywords):
11686         Emulate font-lock-remove-keywords if it is not available.
11687
11688         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11689
11690         * message.el (message-cite-prefix-regexp): Set the value of
11691         gnus-message-cite-prefix-regexp.
11692
11693 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11694
11695         * nnweb.el (nnweb-google-parse-1): Update parser.
11696
11697 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11698
11699         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11700
11701 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11702
11703         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11704         regexp.
11705
11706 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11709         string-to-multibyte.
11710         (uudecode-decode-region-internal): Use it.
11711
11712         * lpath.el: Fbind string-as-multibyte for XEmacs.
11713
11714 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11717         Fix custom choice.
11718
11719         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11720
11721 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11722
11723         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11724
11725         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11726         `write-region' to respect `mm-inhibit-file-name-handlers'.
11727
11728 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11731         Use gnus-home-directory instead of "~/" or "$HOME".
11732
11733 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11734
11735         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11736         to mention filename.
11737         Add comments at beginning regarding usage.
11738         (encrypt-write-file-contents): Change interactive so a string is
11739         acceptable.  If the file has no associated model, show an error instead
11740         of a nonsense prompt.
11741
11742 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11743
11744         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11745         Thanks to Yoshihiko Yamada for kind notification of this typo.
11746
11747 2007-01-12  Kenichi Handa  <handa@m17n.org>
11748
11749         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11750         multibyte buffer.
11751
11752 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * gnus-score.el (gnus-score-fast-scoring): New variable.
11755         (gnus-score-headers): Use it.
11756
11757         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11758
11759         * message.el (message-cite-original-1):
11760         Call gnus-article-highlight-citation if requested.
11761         (message-make-from): Allow name and address as optional arguments.
11762
11763         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11764
11765         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11766         bugs to doc string.
11767         (gnus-button-alist): Add mid\\|message-id.
11768         (gnus-button-fetch-group): Extend for use in
11769         `browse-url-browser-function'.
11770         (gnus-button-url-regexp): Try to catch paired parentheses like in
11771         Wikipedia URLs.
11772
11773         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11774         Suggested by Simon Krahnke <overlord@gmx.li>.
11775
11776 2007-01-13  Romain Francoise  <romain@orebokech.com>
11777
11778         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11779         Update copyright.
11780
11781 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11782
11783         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11784
11785 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11786
11787         * gnus-registry.el (gnus-registry-unfollowed-groups)
11788         (gnus-registry-split-fancy-with-parent): Fix documentation.
11789
11790 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11791
11792         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11793         from nnweb groups.
11794
11795 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11796
11797         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11798         Xref urls.  Erase buffer before requesting head.
11799
11800         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11801
11802 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11805         customizable.
11806
11807 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11808
11809         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11810         no signing key is found.
11811         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11812         no encrypting and/or signing key is found.
11813
11814 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11817
11818 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11819
11820         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11821         headers read from disk with the ones newly found in the current search.
11822         This should no longer cause problems, because the article numbers in
11823         Gmane's `nov.php' output are ignored since the previous change.
11824
11825 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11826
11827         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11828
11829 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11832         replace-regexp-in-string; bind url-version; fbind display-images-p and
11833         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11834         find-face and set-itimer-function for Emacs; bind itimer-list for
11835         Emacs.
11836
11837         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11838
11839 2007-01-01  Romain Francoise  <romain@orebokech.com>
11840
11841         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11842
11843 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11844
11845         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11846         `define-minor-mode' macro definition expanded properly.
11847         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11848         exclude it there.
11849
11850         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11851         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11852         `fboundp' test.
11853         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11854         This is OK to autoload in (S)XEmacs now.
11855
11856 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11857
11858         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11859         keystroke.
11860         (gnus-summary-limit-to-singletons): Fix typo.
11861
11862         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11863         else fails.
11864
11865 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11866
11867         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11868         docstring.
11869
11870         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11871         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11872         (gnus-summary-insert-dormant-articles): Fix typo in message.
11873
11874 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11877         nil for XEmacs.
11878         (gnus-message-citation-mode): Don't autoload in XEmacs.
11879
11880         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11881
11882 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11883
11884         * nnimap.el (nnimap-expunge-search-string):
11885         Mention nnimap-search-uids-not-since-is-evil in docstring.
11886
11887 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * spam.el: Revert to make-obsolete-variable because
11890         define-obsolete-variable-alias is not supported in Emacs 21.
11891
11892         * spam.el (spam-ifile-path, spam-ifile-database-path)
11893         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11894         make-obsolete-variable.
11895         (spam-bsfilter-path, spam-bsfilter-program)
11896         (spam-spamassassin-path, spam-spamassassin-program)
11897         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11898         Don't use "path" inappropriately.
11899         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11900         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11901         variable names.
11902
11903 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11904
11905         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11906         summary buffer.
11907
11908         * password.el (password-cache-remove): Use clear-string to burn
11909         password, if available.
11910
11911 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11914
11915         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11916
11917         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11918         (gnus-message-highlight-citation): Move defcustom here from
11919         gnus-cite.el.
11920         (gnus-message-citation-mode): Autoload.
11921
11922         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11923         checks to make it compile with XEmacs.
11924         (gnus-message-citation-mode): New minor mode.
11925         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11926         (gnus-message-highlight-citation): New variables.
11927         (gnus-message-search-citation-line)
11928         (gnus-message-add-citation-keywords)
11929         (gnus-message-remove-citation-keywords)
11930         (turn-on-gnus-message-citation-mode)
11931         (turn-off-gnus-message-citation-mode): New functions.
11932
11933 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11934
11935         * gnus-cite.el: Enable highlighting of different citation levels in
11936         message-mode.
11937
11938 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * message.el (message-make-fqdn): Fix comment.
11941         (message-bogus-system-names): Add ".local".
11942
11943         * spam.el (spam-ifile-path, spam-ifile-program)
11944         (spam-ifile-database-path, spam-ifile-database)
11945         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11946         Don't use "path" inappropriately.
11947         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11948         strings.
11949         (spam-check-ifile, spam-ifile-register-with-ifile)
11950         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11951         Use new variable names.
11952
11953         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11954         (gnus-treat-display-smileys): Simplify using
11955         gnus-image-type-available-p.
11956
11957         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11958         available.
11959
11960         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11961         Use `display-images-p' if available.
11962
11963 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11966         one after turning on the buffer's multibyteness instead of decoding
11967         them directly in the unibyte buffer that causes unexpected conversion
11968         in Emacs 23 (unicode).
11969
11970 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11971
11972         * message.el (message-generate-hashcash): Fix custom type.
11973
11974 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11977
11978 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11981         disconnect icons.  Add help text.
11982
11983 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11984
11985         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11986         negated to be consistent with the others we handle.
11987
11988 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11989
11990         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11991         version of gnus-summary-buffer to something, so that we can use two
11992         article buffers at the same time.
11993
11994 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11995
11996         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11997         trigger all the extra headers.
11998         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11999         sorting.
12000
12001 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12002
12003         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12004         solid groups.
12005
12006 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12007
12008         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12009
12010 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * legacy-gnus-agent.el: Add Copyright notice.
12013
12014 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12015
12016         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12017
12018 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12019
12020         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12021
12022         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12023         to make it work reliably in CVS Emacs.
12024         (gnus-summary-limit-strange-charsets-predicate)
12025         (gnus-summary-limit-to-predicate): New functions.
12026
12027 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12028
12029         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12030         specifying array size.
12031         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12032         array if it is too small.
12033         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12034         (gnus-sort-threads-loop): New function.
12035
12036 2006-12-06  Chris Moore  <dooglus@gmail.com>
12037
12038         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12039         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12040
12041 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12042
12043         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12044         options.
12045
12046 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12047
12048         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12049         DOS-ing the recipient.
12050
12051         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12052         the headers when creating the mapping to avoid mismappings.
12053         (nnweb-gmane-create-mapping): Always nix out old mapping.
12054
12055 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12058         and mm-verify-option to never.
12059
12060 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * message.el (message-signed-or-encrypted-p): New function.
12063         (message-forward-make-body): Use it.
12064
12065         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12066         Replace encode-coding-string with mm-encode-coding-string.
12067
12068 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * nneething.el (nneething-decode-file-name):
12071         Replace decode-coding-string with mm-decode-coding-string.
12072
12073         * gnus-int.el (gnus-open-server): Say failed server's name.
12074
12075 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12076
12077         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12078         strings to a single string.  Quote `errors-file-name'.
12079         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12080         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12081         Adjust calls.  Use `shell-quote-argument'.
12082
12083 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12084
12085         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12086         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12087
12088         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12089         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12090         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12091         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12092         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12093         (gnus-subscribe-newsgroup, gnus-1):
12094         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12095         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12096         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12097         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12098
12099 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12100
12101         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12102         keystroke.
12103         (gnus-summary-limit-to-bodies): Implement headersp.
12104
12105 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12106
12107         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12108
12109 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12112
12113 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12114
12115         * message.el (message-generate-hashcash): Expand range of values to
12116         include `opportunistic'.
12117         (message-send-mail): Use it.
12118
12119 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12120
12121         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12122         and comment it.
12123
12124         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12125
12126 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * gnus-util.el (gnus-extract-address-components): Improve comment.
12129
12130 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * gnus-util.el (gnus-extract-address-components): Work with address in
12133         which the name portion contains @.
12134
12135         * lpath.el: Fbind custom-autoload.
12136
12137 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * gnus.el (gnus-start): Move custom group up.
12140         (gnus-select-method): Don't autoload, but make it available for
12141         `customize-variable'.
12142         (gnus-getenv-nntpserver): Don't autoload.
12143
12144 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12145
12146         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12147
12148 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12149
12150         * message.el (message-sendmail-extra-arguments): New variable.
12151         (message-send-mail-with-sendmail): Use it.
12152
12153 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12156         mm-with-unibyte-current-buffer to make string unibyte.
12157
12158         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12159         mm-string-as-multibyte.
12160
12161 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12162
12163         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12164         Reported by Werner Koch <wk@gnupg.org>.
12165
12166 2006-11-14  Daiki Ueno  <ueno@p360>
12167
12168         * mml2015.el: Autoload epa-select-keys when compiling.
12169
12170 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12171
12172         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12173         message-options.
12174         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12175
12176 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12177
12178         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12179         EasyPG (< 0.0.6).
12180         (mml2015-always-trust): New user option.
12181         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12182         prompt.
12183
12184 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * nntp.el (nntp-authinfo-force): New variable.
12187         (nntp-send-authinfo): Use it.
12188
12189 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12190
12191         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12192         decode encoded words.  Improve prompt.  Add comment about forwarding.
12193         (message-replacement-char): Move up.
12194
12195 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12196
12197         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12198         instead of gnus-intersection because arguments of gnus-sorted-nunion
12199         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12200
12201 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12204         (message-simplify-subject-functions):
12205         Enable message-strip-subject-encoded-words by default.
12206
12207 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * message.el (message-strip-subject-encoded-words): New function.
12210         (message-simplify-subject-functions): New variable.
12211         (message-simplify-subject): Use it.  Fix typo in doc string.
12212         Support message-strip-subject-encoded-words.
12213
12214 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12215
12216         * gnus-diary.el (gnus-diary-delay-format-function):
12217         * nndiary.el (nndiary-reminders):
12218         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12219
12220 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12221
12222         * gnus-art.el (article-hide-boring-headers): Fetch date from
12223         gnus-original-article-buffer to avoid problems with localized date
12224         strings.
12225
12226 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12229
12230 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12231
12232         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12233         New variables.
12234         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12235         (mm-charset-synonym-alist): Move some entries to
12236         mm-codepage-iso-8859-list.
12237         (mm-charset-synonym-alist, mm-charset-override-alist):
12238         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12239
12240 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12243
12244 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12245
12246         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12247         with Emacs 21 and XEmacs.
12248
12249 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12250
12251         * spam.el (spam-parse-address): New function for better parsing,
12252         catching errors, etc.
12253         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12254
12255 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * mm-view.el: Add interactive arg to html2text autoload.
12258
12259 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12262
12263 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12266         New variables.
12267         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12268         (mm-charset-synonym-alist): Move some entries to
12269         mm-codepage-iso-8859-list.
12270
12271         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12272
12273 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12274
12275         * message.el (message-citation-line-format)
12276         (message-insert-formated-citation-line): Fix implementation of %E, %N
12277         and %n according to the doc string.
12278
12279 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12280
12281         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12282         Use car-safe to avoid bad parses.
12283
12284 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12287         names.
12288
12289         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12290
12291 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12294         header.
12295
12296         * message.el (message-draft-headers): Add Date.
12297         (message-headers-to-generate): Fix typo in docstring.
12298
12299         * nndraft.el (nndraft-required-headers): New variable.
12300         (nndraft-generate-headers): Use it.
12301
12302         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12303
12304 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12305
12306         * gnus-registry.el (gnus-registry-wash-for-keywords)
12307         (gnus-registry-find-keywords): New functions to allow easy searching of
12308         articles that are in the registry.
12309
12310 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12311
12312         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12313         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12314         Reported by Damien Elmes <damien@repose.cx>.
12315
12316 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12317
12318         * gnus.el (gnus-mime): Remove unused custom group.
12319
12320 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12321
12322         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12323         "blank line" when searching for end of armor headers.
12324
12325 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gmm-utils.el (gmm-write-region): Fix variable name.
12328
12329 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * gmm-utils.el (gmm-write-region): New function based on compatibility
12332         code from `mm-make-temp-file'.
12333
12334         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12335
12336         * nnmaildir.el (nnmaildir--update-nov)
12337         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12338         Use `gmm-write-region'.
12339
12340 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12343         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12344
12345         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12346
12347         * message.el (message-replacement-char): New variable.
12348         (message-fix-before-sending): Use it.
12349         (message-simplify-subject): New function to remove duplicate code.
12350         (message-reply, message-followup): Use it.
12351
12352         * gnus-sum.el (gnus-summary-make-menu-bar):
12353         Clarify gnus-summary-limit-to-articles.
12354
12355 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-util.el (gnus-with-local-quit): New macro.
12358
12359         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12360
12361 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12362
12363         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12364         ignore non-string data.
12365
12366 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12367
12368         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12369         non-string data (needs to be done in the registry too).
12370
12371 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12372
12373         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12374         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12375         (gnus-registry-split-fancy-with-parent)
12376         (gnus-registry-fetch-simplified-message-subject-fast)
12377         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12378         Remove text properties on ingress into the registry and when it's saved.
12379         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12380         registry from entries with no groups.
12381
12382 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12383
12384         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12385         function to remove string properties.
12386
12387 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * gmm-utils.el (gmm): Adjust custom version.
12390
12391         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12392         Adjust custom version.
12393
12394         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12395
12396 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * gnus-art.el (gnus-insert-prev-page-button)
12399         (gnus-insert-next-page-button): Simplify.  Reformat.
12400
12401 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12402
12403         * gnus-art.el (gnus-insert-prev-page-button)
12404         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12405
12406 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12407
12408         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12409
12410 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12411
12412         * gnus-art.el (gnus-insert-mime-button)
12413         (gnus-insert-mime-security-button):
12414         Apply gnus-article-button-face to MIME and security buttons.
12415
12416 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12417
12418         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12419         readable.
12420
12421 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12424
12425 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12426
12427         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12428         `browse-url-of-file' instead of `browse-url'.
12429
12430 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12431
12432         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12433         regexp.  Articles containing quotation were cut prematurely.
12434
12435 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * message.el (message-cite-original-1): Use nobody by default for the
12438         value of From header.
12439         (message-reply): Ditto.
12440
12441 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12442
12443         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12444         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12445         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12446
12447 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12450         mails in the doc string.  Add some URLs in comment.
12451         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12452
12453 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12456         backslashes handling and the way to find boundaries of quoted strings.
12457
12458 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12459
12460         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12461         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12462         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12463         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12464
12465 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12466
12467         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12468         doc string.
12469         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12470
12471 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * lpath.el: Fbind epg-check-configuration.
12474
12475 2006-09-06  Simon Josefsson  <jas@extundo.com>
12476
12477         * mml2015.el (mml2015-use): Doc fix, mention epg.
12478
12479 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12480
12481         * mml2015.el (mml2015-use): Default to epg, if available.
12482
12483 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12484
12485         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12486         message-sender.
12487         (mml1991-epg-encrypt): Ditto.
12488         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12489         message-sender.
12490         (mml2015-epg-encrypt): Ditto.
12491
12492 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12493
12494         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12495         several common directories.
12496
12497 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12498
12499         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12500         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12501
12502 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-art.el (article-decode-encoded-words): Make it fast.
12505
12506 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12509
12510         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12511         in quoted string into `\'.
12512
12513 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12516         Use standard-syntax-table.
12517
12518 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (gnus-decode-address-function): New variable.
12521         (article-decode-encoded-words): Use it to decode headers which are
12522         assumed to contain addresses.
12523         (gnus-mime-delete-part): Remove useless `or'.
12524
12525         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12526         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12527         (gnus-nov-parse-line): Use it to decode From header.
12528         (gnus-get-newsgroup-headers): Ditto.
12529         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12530
12531         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12532         (mail-decode-encoded-address-string): New alias.
12533
12534         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12535         New function.
12536         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12537         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12538         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12539         (rfc2047-decode-string): Ditto.
12540         (rfc2047-decode-address-region): New function.
12541         (rfc2047-decode-address-string): New function.
12542
12543 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * message.el (message-caesar-buffer-body): Allow rotating headers.
12546
12547         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12548
12549         * message.el (message-insert-formated-citation-line): Fix %f.
12550         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12551
12552 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12555         (gnus-bookmark-mouse-available-p): New macro.
12556         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12557         (gnus-bookmark-bmenu-show-infos): Use it.
12558         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12559         (gnus-bookmark-bmenu-hide-infos): Ditto.
12560         (gnus-bookmark-remove-properties): New function.
12561         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12562         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12563         (gnus-bookmark-write-file): Bind coding-system-for-write.
12564         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12565         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12566         group before selecting it.
12567         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12568         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12569         quit-window if it is not available; use gnus-mouse-2 and bind it to
12570         gnus-bookmark-bmenu-select-by-mouse.
12571         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12572         (gnus-bookmark-bmenu-select-by-mouse): New function.
12573
12574 2006-08-13  Romain Francoise  <romain@orebokech.com>
12575
12576         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12577         space.
12578
12579 2006-08-10  Romain Francoise  <romain@orebokech.com>
12580
12581         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12582         (dns-mode-soa-auto-increment-serial): New user option.
12583         (dns-mode-soa-maybe-increment-serial): New function.
12584         (dns-mode): Add the latter to `write-contents-functions'.
12585
12586 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * compface.el (uncompface): Use binary rather than raw-text-unix.
12589
12590 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * compface.el (uncompface): Make sure the eol conversion doesn't take
12593         place when communicating with the external programs.
12594         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12595
12596 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12599
12600 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12601
12602         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12603         Make it more robust by parsing author and date independently.
12604
12605 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12608
12609 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12610
12611         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12612         first matching secret key.
12613         (mml2015-epg-encrypt): Ditto.
12614
12615         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12616         first matching secret key.
12617         (mml1991-epg-encrypt): Ditto.
12618
12619         * mml2015.el (mml2015-encrypt-to-self): New user option.
12620         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12621         mml2015-epg-encrypt-to-self is set.
12622
12623         * mml1991.el (mml1991-encrypt-to-self): New variable.
12624         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12625         mml1991-epg-encrypt-to-self is set.
12626
12627         * mml2015.el (mml2015-signers): New user option.
12628         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12629         (mml2015-epg-encrypt): Allow to select signing keys.
12630
12631         * mml1991.el (mml1991-signers): New variable.
12632         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12633         (mml1991-epg-encrypt): Allow to select signing keys.
12634
12635 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * nnheader.el (nnheader-insert-head): Make it work even if the file
12638         uses CRLF for the line-break code.
12639
12640 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12641
12642         * mml2015.el: Require mml-sec instead of password.
12643         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12644         (mml2015-cache-passphrase): Inherit the default value from
12645         mml-secure-cache-passphrase.
12646         (mml2015-passphrase-cache-expiry): Inherit the default value from
12647         mml-secure-passphrase-cache-expiry.
12648
12649         * mml1991.el: Require mml-sec instead of password.
12650         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12651         (mml1991-cache-passphrase): Inherit the default value from
12652         mml-secure-cache-passphrase.
12653         (mml1991-passphrase-cache-expiry): Inherit the default value from
12654         mml-secure-passphrase-cache-expiry.
12655
12656         * mml-sec.el: Require password.
12657         (mml-secure-verbose): New user option.
12658         (mml-secure-cache-passphrase): New user option.
12659         (mml-secure-passphrase-cache-expiry): New user option.
12660
12661 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12662
12663         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12664         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12665         andreas@altroot.de (Andreas Vögele).
12666
12667         FIXME: Use `tiny change'?
12668
12669 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12670
12671         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12672         workaround for the url package included with Emacs.
12673
12674         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12675
12676 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12679         correctly.  This fixes a bug caused by the 2006-05-12 change.
12680
12681 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12682
12683         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12684         some information about the error when saying that the `bogus' mail
12685         group will be used.
12686
12687 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12690         string.
12691
12692 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12693
12694         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12695
12696 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12697
12698         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12699
12700 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12701
12702         * mml1991.el (mml1991-function-alist): Add epg.
12703         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12704         (mml1991-epg-encrypt): New functions.
12705
12706 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12707
12708         * mml2015.el (mml2015-verbose): New variable.
12709         (mml2015-cache-passphrase): Ditto.
12710         (mml2015-passphrase-cache-expiry): Ditto.
12711         (mml2015-function-alist): Add epg.
12712         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12713         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12714         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12715         New functions.
12716
12717 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12718
12719         * message.el (message-cite-original-1): Preserve region when removing
12720         quoted text due to X-No-Archive in order to avoid bogus attribution
12721         when citing multiple messages.
12722
12723 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12724
12725         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12726         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12727
12728 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * gnus-diary.el (gnus-user-format-function-d)
12731         (gnus-user-format-function-D): Autoload.
12732
12733         * imap.el (Commentary): Fix typo.
12734
12735         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12736         2006-04-22 contribution.
12737
12738 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12739
12740         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12741         It didn't really fix the bogosity I'm seeing with solid web groups.
12742
12743 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12744
12745         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12746         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12747         created using server names.  If we use the feature without declaring
12748         it, Gnus does not properly manage server and group state.
12749
12750         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12751         bound.
12752
12753 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12754
12755         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12756         looking up the method using GROUP's prefix before inventing a new one.
12757         It is used on killed/unknown groups in various places where returning
12758         an all-new method isn't expected by the caller.
12759
12760         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12761         and match semantics of gnus-group-real-prefix.
12762
12763 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * nnmail.el (nnmail-broken-references-mailers): New variable.
12766         (nnmail-ignore-broken-references): New function generalizing
12767         nnmail-fix-eudora-headers.
12768         (nnmail-fix-eudora-headers): Now obsolete.
12769
12770         * gnus-art.el (gnus-button-handle-custom):
12771         Support `customize-apropos*'.
12772
12773 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12774
12775         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12776
12777         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12778         articles.
12779
12780 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * message.el (message-cite-reply-above): New variable.
12783         (message-yank-original): Use it.
12784
12785 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12788
12789 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12792         as read.
12793
12794         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12795
12796 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12799         (gnus-bookmark-default-file): Use gnus-directory.
12800         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12801         Remove "*" in doc string.
12802         (gnus-bookmark-write-file): Simplify.
12803         (gnus-bookmark-maybe-sort-alist): Use `when'.
12804         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12805         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12806         Add FIXME about Emacs 21 and XEmacs compatibility.
12807         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12808         compatibility.
12809         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12810         compatibility.
12811         (gnus-bookmark-menu-heading): Fix version.
12812
12813 2006-06-19  Bastien Guerry  <bzg@altern.org>
12814
12815         * gnus-bookmark.el: New file.
12816
12817 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * message.el (message-syntax-checks): Doc fix.
12820
12821 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12822
12823         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12824         unsubscribed groups as if they were killed ones.  It causes duplicate
12825         entries in gnus-newsrc-alist.
12826
12827 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * message.el (message-syntax-checks): Doc fix.
12830         (message-send-mail): Add check for continuation headers.
12831         (message-check-news-header-syntax): Fix regexp used to check for
12832         continuation headers.
12833
12834 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12837
12838 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12841
12842 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12845         default-truncate-lines.
12846
12847 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12850         to fill the utf-8 entry.
12851
12852         * lpath.el: Fbind unicode-precedence-list.
12853
12854 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12855
12856         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12857
12858 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12859
12860         * gnus-agent.el (directory-files-and-attributes): Move all the way
12861         forward (the third and final move).
12862         (gnus-agent-read-agentview): Trap reconstruction errors due to
12863         nonexistent directory.  Handle by returning nil.
12864
12865 2006-05-30  Didier Verna  <didier@xemacs.org>
12866
12867         * message.el (message-dont-reply-to-names): Update the custom type.
12868         * message.el (message-dont-reply-to-names): New defsubst: potentially
12869         convert a list of regexps into a single one.
12870         * message.el (message-get-reply-headers): Use it.
12871         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12872
12873 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * gnus-agent.el (directory-files-and-attributes): Move forward.
12876
12877 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * gnus-ml.el (gnus-mailing-list-subscribe)
12880         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12881         (gnus-mailing-list-message): Fix doc strings.
12882
12883 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12884
12885         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12886         of doing it manually.
12887
12888 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12891         comment.
12892
12893 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12894
12895         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12896         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12897         (gnus-agent-read-local): All symbols allocated in my-obarray.
12898         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12899         (gnus-agent-regenerate-group): Check numeric names to see if they are
12900         messages or groups.
12901         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12902         better way of do this...)
12903
12904         * gnus-cache.el (gnus-agent-total-fetched-for):
12905         Ignore 'dummy.group' (there should be a better way of do this...)
12906
12907 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12910         (gnus-saved-headers): Ditto.
12911         (gnus-default-article-saver): Mention functions may have properties.
12912         (gnus-article-save): Override gnus-save-all-headers and
12913         gnus-saved-headers by :headers property which saver function may have.
12914         (gnus-summary-save-in-file): Add :headers property.
12915         (gnus-summary-write-to-file): Ditto.
12916
12917         * gnus-sum.el (gnus-summary-save-article): Bind
12918         gnus-prompt-before-saving to t when saving many articles in a file;
12919         always show all headers.
12920
12921         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12922
12923 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12926         marks.
12927
12928         * message.el (message-indent-citation): Add optional arguments to allow
12929         using it outside of message buffers.
12930
12931         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12932         (gnus-article-treat-unfold-headers): Use it.
12933         (gnus-article-truncate-lines): New variable.
12934         (gnus-article-mode): Use it.
12935         (gnus-article-toggle-truncate-lines): New function.
12936
12937         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12938         Add gnus-article-toggle-truncate-lines.
12939
12940         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12941         coding system in XEmacs, use binary.
12942
12943 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12946         after-load-alist.
12947
12948         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12949         this function should save decoded articles.
12950         (gnus-summary-write-to-file): Use property to specify this function
12951         should save decoded articles and specify gnus-summary-save-in-file
12952         should be used to save articles other than the first one when saving
12953         many articles.
12954         (gnus-summary-save-body-in-file): Use property to specify this
12955         function should save decoded articles.
12956         (gnus-summary-write-body-to-file): Use property to specify this
12957         function should save decoded articles and specify
12958         gnus-summary-save-body-in-file should be used to save articles other
12959         than the first one when saving many articles.
12960
12961         * gnus-sum.el (gnus-summary-save-article): Simplify.
12962
12963 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-art.el (gnus-default-article-saver):
12966         Add gnus-summary-write-body-to-file.
12967         (gnus-article-save-coding-system): Don't use coding system object
12968         in XEmacs.
12969         (gnus-read-save-file-name): Add optional `dir-var' argument which
12970         specifies directory in which files are saved; work even if optional
12971         `variable' argument is not specified.
12972         (gnus-summary-write-to-file): Read file name.
12973         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12974         (gnus-summary-write-body-to-file): New function.
12975
12976         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12977         (gnus-summary-local-variables): Add it.
12978         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12979         (gnus-summary-save-article): Remove optional `decode' argument;
12980         determine whether to decode articles by the value of
12981         gnus-default-article-saver; when saving many files using
12982         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12983         it first and use gnus-summary-save-in-file or
12984         gnus-summary-save-body-in-file thereafter unless
12985         gnus-prompt-before-saving is always; move point to article which
12986         will be saved.
12987         (gnus-summary-save-article-file): Revert.
12988         (gnus-summary-write-article-file): Revert.
12989         (gnus-summary-save-article-body-file): Revert.
12990         (gnus-summary-write-article-body-file): New function.
12991
12992 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-art.el (gnus-default-article-saver): Doc fix.
12995         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12996         from gnus-summary-save-article-coding-system, and default to a
12997         certain coding system.
12998         (gnus-output-to-file): Add coding cookie and encode text according
12999         to gnus-article-save-coding-system; don't use mm-append-to-file.
13000
13001         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13002         gnus-art.el and rename to gnus-article-save-coding-system.
13003         (gnus-summary-save-article): Require gnus-art; don't show all
13004         headers if it decodes articles; don't add coding cookie here;
13005         don't bind mm-text-coding-system-for-write.
13006         (gnus-summary-save-article-file): Save decoded articles.
13007         (gnus-summary-write-article-file): When saving many files, use
13008         gnus-summary-write-to-file first and gnus-summary-save-in-file
13009         thereafter unless gnus-prompt-before-saving is always.
13010         (gnus-summary-save-article-body-file): Save decoded articles.
13011
13012         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13013
13014 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * nnrss.el (nnrss-check-group): Bind hash-index.
13017
13018 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13019
13020         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13021         its hash index.  Store this hash in `nnrss-group-data'.
13022         (nnrss-read-group-data): Update accordingly.
13023
13024 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13027         entry.
13028
13029         * gnus-sum.el (gnus-summary-make-menu-bar):
13030         Add gnus-article-browse-html-article.
13031
13032 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13033
13034         * gnus-sum.el (gnus-summary-mime-map):
13035         Add gnus-article-browse-html-article.
13036
13037         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13038
13039 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13042         suitable coding systems in customize.
13043
13044 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * mail-source.el (mail-sources): Fix custom type.
13047
13048 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13051         (gnus-summary-expire-articles-now): Shorten prompt.
13052
13053         * gmm-utils.el (wid-edit): Require.
13054         (defun-gmm): Rename from `gmm-defun-compat'.
13055         (gmm-image-search-load-path): Use it.
13056         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13057
13058 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-sum.el (gnus-summary-save-article-coding-system):
13061         New variable.
13062         (gnus-summary-save-article): Add optional `decode' argument.
13063         If it is set and gnus-summary-save-article-coding-system is non-nil,
13064         save decoded article.
13065         (gnus-summary-write-article-file): Save decoded article if
13066         gnus-summary-save-article-coding-system is non-nil.
13067
13068         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13069         type.
13070
13071 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13074
13075 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13078         first to test gnus-single-article-buffer which may be buffer-local.
13079
13080         * gnus-sum.el (gnus-summary-setup-buffer):
13081         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13082         group; make gnus-article-buffer, gnus-article-current, and
13083         gnus-original-article-buffer always buffer-local.
13084         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13085         group.
13086         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13087
13088 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * nnml.el (nnml-request-compact-group): Compressed files might not
13091         have .gz extension.
13092
13093 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13094
13095         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13096         (mm-copy-to-buffer): Use with-current-buffer.
13097         (mm-display-part): Simplify.
13098         (mm-inlinable-p): Add optional arg `type'.
13099
13100 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13101
13102         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13103         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13104         Try harder to show the attachment internally or externally using
13105         gnus-mime-view-part-as-type.
13106
13107 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * message.el (message-from-style, message-signature-separator)
13110         (message-user-organization-file, message-send-mail-function)
13111         (message-citation-line-function, message-yank-prefix)
13112         (message-indent-citation-function, message-signature)
13113         (message-signature-file, message-signature-insert-empty-line):
13114         Remove autoloads.
13115
13116         * gnus-art.el (gnus-buttonized-mime-types):
13117         Remove "multipart/signed".  Revert 2006-04-26 change.
13118
13119 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13120
13121         * gnus.el (gnus-version-number): Bump version.
13122
13123 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13124
13125         * gnus.el: No Gnus v0.5 is released.
13126
13127 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13128
13129         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13130         fetching articles by message-id.
13131
13132 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13133
13134         * message.el (hashcash): Require hashcash as normal.
13135
13136         * ecomplete.el (ecomplete-highlight-match-line):
13137         Use point-at-eol.
13138         (ecomplete-highlight-match-line): Use `highlight', because that
13139         face exists in both Emacs and XEmacs.
13140
13141         * message.el (message-display-abbrev): Use point-at-bol.
13142
13143         * mail-source.el: Don't require timer/timer-funcs.
13144
13145         * gnus-async.el: Ditto.
13146
13147         * password.el: Ditto.
13148
13149         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13150
13151         * mm-url.el: Ditto.
13152
13153         * gnus-xmas.el: Don't require timer-funcs.
13154
13155         * mm-util.el: Require timer/timer-funcs.
13156
13157 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13158
13159         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13160         Close.
13161
13162 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13165         unibyte after clear-decrypt function runs.
13166
13167         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13168         returns as a unibyte string.
13169
13170 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * lpath.el: Revert.
13173
13174         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13175         (pgg-gpg-process-sentinel): Revert.
13176
13177         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13178         (pgg-pgp-lookup-key): Revert.
13179
13180         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13181         (pgg-pgp5-lookup-key): Revert.
13182
13183         * pgg.el (pgg-fetch-key): Revert.
13184
13185 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * lpath.el: Fbind string-as-multibyte for XEmacs.
13188
13189         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13190         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13191         (mml1991-pgg-encrypt): Ditto.
13192
13193         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13194         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13195         a multibyte buffer.
13196
13197         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13198         (pgg-pgp-lookup-key): Ditto.
13199
13200         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13201         (pgg-pgp5-lookup-key): Ditto.
13202
13203         * pgg.el (pgg-fetch-key): Ditto.
13204
13205 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * message.el (message-user-organization-file): Check several
13208         locations of the organization file.
13209
13210         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13211         Add gnus-article-view-part-as-type.
13212
13213         * gnus-art.el (gnus-article-view-part-as-type): New function.
13214
13215         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13216         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13217
13218         * mml.el: Simplify autoload.
13219         (mml-mode): defvar dnd-protocol-alist instead of using
13220         symbol-value.
13221         (mml-default-directory): New variable.
13222         (mml-minibuffer-read-file): Use it.
13223         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13224
13225         * message.el (message-citation-line-format): New variable.
13226         (message-insert-formated-citation-line): New function.
13227         (message-citation-line-function):
13228         Add `message-insert-formated-citation-line' to custom type.
13229
13230         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13231         to doc string.
13232
13233         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13234         depending on mm-verify-option.
13235
13236 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13239         binding pgg-* variables; reimplement the section which prevents
13240         MIME header from being signed.
13241         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13242         pgg-text-mode; remove a blank line at the top of body.
13243
13244         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13245         lines at the top of body; use gnus-newsgroup-charset if there's no
13246         Charset header.
13247
13248 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * message.el (message-self-insert-commands): Doc fix.
13251
13252         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13253         (mm-uu-pgp-encrypted-test): Ditto.
13254         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13255         between header and body; return application/pgp-encrypted handle
13256         if decryption failed; decode decrypted body by charset.
13257
13258         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13259         element match to application/pgp-*.
13260
13261 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13262
13263         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13264         HTML.
13265
13266 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13267
13268         * mail-source.el (mail-source-call-script): Message the error
13269         string.
13270
13271 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13272
13273         * gnus-util.el (gnus-byte-compile): Use it.
13274
13275 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13276
13277         * gnus-util.el (kill-empty-logs): New function.
13278
13279 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * message.el (message-mail-alias-type): Doc fix.
13282         (message-mail-alias-type-p): New function.
13283         (message-send): Use it.
13284         (message-mode): Ditto.
13285         (message-strip-forbidden-properties): Ditto.
13286
13287         * ecomplete.el (ecomplete-database-file-coding-system):
13288         New variable.
13289         (ecomplete-save): Use it.
13290         (ecomplete-setup): Use it.
13291
13292 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * message.el (message-self-insert-commands): New variable.
13295         (message-strip-forbidden-properties): Use it.
13296
13297 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13298
13299         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13300         that doesn't make XEmacs choke.
13301
13302 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * gnus-util.el (gnus-replace-in-string):
13305         Prefer replace-regexp-in-string over of replace-in-string.
13306
13307 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * gnus-util.el (gnus-select-frame-set-input-focus):
13310         Use select-frame-set-input-focus if it is available in XEmacs; use
13311         definition defined in Emacs 22 for old Emacsen.
13312
13313         * dgnushack.el: Autoload unmorse-region for XEmacs.
13314
13315         * lpath.el: Bind cursor-in-non-selected-windows and
13316         select-frame-set-input-focus for XEmacs.
13317
13318 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13321
13322 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13323
13324         * gnus-registry.el (gnus-registry-cache-save): Remove text
13325         properties when saving via the temp buffer.
13326
13327 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * message.el (message-generate-hashcash): Honor custom type.
13330
13331 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13332
13333         * message.el (message-generate-hashcash): Default to non-nil when
13334         hashcash is found.
13335
13336         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13337         (gnus-refer-thread-limit): Increase default to 500.
13338
13339         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13340
13341         * flow-fill.el (fill-flowed): Allow delete-space.
13342
13343 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13346         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13347         Remove autoloads.
13348
13349 2006-04-18  Simon Josefsson  <jas@extundo.com>
13350
13351         * message.el (message-generate-hashcash): Default to.
13352
13353 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13356         concatenating segments rather than before concatenating them.
13357
13358 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13361
13362 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13363
13364         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13365
13366         * message.el (message-forward-make-body-plain):
13367         Allow message-forward-ignored-headers to be a list.
13368         (message-remove-ignored-headers): Factor out into function.
13369         (message-forward-make-body-mml): Use it.
13370
13371         * imap.el (imap-quote-specials): New function.
13372         (imap-login-auth): Quote specials.
13373
13374         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13375         (rfc2231-parse-string): Allow concatanation of parameters that
13376         aren't contiguous.  The test case is
13377           (mail-header-parse-content-type "message/external-body;
13378             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13379             access-type=LOCAL-FILE;
13380             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13381
13382 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13383
13384         * nntp.el (nntp-accept-process-output): Return the value of
13385         `nnheader-accept-process-output'.
13386
13387 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13388
13389         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13390         (gnus-button-alist): Recognize more diff formats.
13391         (gnus-button-patch): Strip directory.
13392
13393 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13396         Emacs 22 when setting focus.
13397
13398 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13399
13400         * gnus-art.el (gnus-article-treat-types): Do treatment of
13401         text/x-verbatim parts.
13402         (gnus-button-patch): New command.
13403
13404         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13405         addresses that contain invalid characters.
13406
13407 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13408
13409         * message.el (message-put-addresses-in-ecomplete):
13410         Use gnus-replace-in-string.
13411         (message-is-yours-p): Use the more correct
13412         mail-header-parse-address instead of
13413         mail-extract-address-components.
13414         (message-put-addresses-in-ecomplete): Fix typo.
13415
13416         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13417         keystroke.
13418
13419         * gnus-art.el (gnus-treatment-function-alist): Change order of
13420         newsgroups/generic header folding to avoid double-folding.
13421
13422         * message.el (message-hidden-headers): Add X-Draft-From.
13423
13424         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13425         New command.
13426         (gnus-summary-repeat-search-article-backward): New command.
13427
13428         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13429         groups in the parent topic.
13430
13431 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13432
13433         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13434         (spam-extra-header-to-number): Return the CRM114 number as a
13435         number instead of a string.
13436
13437 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13438
13439         * gnus-art.el (gnus-face-properties-alist): Move here from
13440         gnus-fun.
13441
13442         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13443
13444 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13445
13446         * message.el (message-strip-forbidden-properties): Only display on
13447         self-insert-command.
13448
13449         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13450         reindent.
13451         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13452
13453 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13454
13455         * smiley.el (smiley-style): Fix typo.
13456
13457 2006-03-23  Kenichi Handa  <handa@m17n.org>
13458
13459         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13460         instead of set-buffer-multibyte.
13461
13462 2006-03-23  Kenichi Handa  <handa@m17n.org>
13463
13464         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13465         buffer and then decode the buffer text if necessary.
13466         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13467         first, and after mm-encode-body, change the buffer to unibyte.
13468
13469 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13470
13471         * hashcash.el (hashcash-insert-payment-async-2):
13472         Use message-goto-eoh instead of doing it manually.
13473         (mail-add-payment): Use message-narrow-to-header instead of trying
13474         to do the same itself.
13475
13476         * message.el (message-hidden-headers): Add Face.
13477
13478         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13479         reparenting code.
13480         (gnus-summary-reparent-children): Refactored out code.
13481         (gnus-summary-thread-map): New keystroke.
13482         (gnus-summary-reparent-children): Make into command.
13483
13484         * smiley.el (smiley-style): Default to `medium' if using a large
13485         font.
13486
13487         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13488         does it itself.
13489
13490         * message.el (message-point-in-header-p): Simplify definition.
13491
13492 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13493
13494         * nnagent.el (nnagent-request-set-mark): Silence log file
13495         writing.
13496         (nnagent-request-set-mark): Use write-region instead of
13497         append-to-file.
13498
13499         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13500         strange select method.
13501
13502         * ecomplete.el (ecomplete-display-matches): Get highlightling
13503         right.
13504         (ecomplete-display-matches): Use literals.
13505         (ecomplete-display-matches): Disable message logging.
13506
13507         * message.el (message-display-abbrev): Small optimization.
13508
13509         * ecomplete.el (ecomplete-display-matches): Allow automatic
13510         display.
13511
13512         * message.el (message-strip-forbidden-properties):
13513         Display abbrevs.
13514         (message-display-abbrev): Get automatic display right.
13515
13516         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13517         keystrokes.
13518
13519 2006-04-13  Romain Francoise  <romain@orebokech.com>
13520
13521         TODO: Backport to v5-10!
13522
13523         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13524         Move here (and rename) from gnus-registry.el.
13525
13526         * gnus-registry.el: Require gnus-util.
13527         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13528
13529 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13530
13531         * gnus-group.el (gnus-group-catchup-current):
13532         Change if-then-else-if-then-else into cond.
13533         (gnus-group-catchup): Indent.
13534         (group-name-at-point): New function.
13535         (gnus-fetch-group): Provide default from thing at point.
13536
13537 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13538
13539         * message.el (message-display-abbrev): Fix regexp.
13540
13541         * ecomplete.el (ecomplete-highlight-match-line):
13542         Reimplement choosing.
13543         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13544         dead variables.
13545
13546         * message.el (message-newline-and-indent): Remove debugging.
13547         (message-display-abbrev): Use new implementation.
13548
13549 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gnus-art.el (gnus-article-mode):
13552         Set cursor-in-non-selected-windows to nil.
13553
13554         * smiley.el: Revert previous change.
13555         (smiley-data-directory): defvar it before using it in the
13556         defcustom of `smiley-style'.
13557
13558 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13559
13560         * message.el (message-newline-and-indent): New function.
13561
13562         * ecomplete.el: Implement more bits.
13563
13564         * message.el (message-put-addresses-in-ecomplete): Clean up the
13565         string.
13566
13567         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13568
13569         * gnus-sum.el (gnus-summary-save-parts):
13570         Bind gnus-summary-save-parts-counter and use it to make unique file
13571         names.
13572
13573         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13574
13575         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13576         parameter to say whether to actually parse the individual
13577         addresses.
13578
13579         * message.el (message-put-addresses-in-ecomplete): New function.
13580         (ecomplete): Require.
13581         (message-mail-alias-type): Add ecomplete as an option.
13582
13583 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13584
13585         * flow-fill.el (fill-flowed): Remove trailing space from blank
13586         quoted lines.
13587
13588 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13589
13590         * smiley.el (smiley-style): Move definition later to avoid a
13591         compilation warning.
13592
13593 2006-04-12  Kenichi Handa  <handa@m17n.org>
13594
13595         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13596         buffer and then decode the buffer text if necessary.
13597         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13598         first, and after mm-encode-body, change the buffer to unibyte.
13599         Use mm-disable-multibyte instead of set-buffer-multibyte.
13600
13601 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13604         Content-Type header instead of Content-Disposition header.
13605         (gnus-mime-inline-part): Ditto.
13606         (gnus-mime-view-part-as-charset): Ignore charset that the part
13607         specifies.
13608
13609         * mm-decode.el (mm-display-part): Work with external parts and
13610         usual parts similarly.
13611
13612         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13613         instead of gnus-display-mime.
13614
13615         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13616         instead of with-temp-buffer.
13617
13618         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13619         tag to summarized topics part in order to encode non-ASCII text.
13620
13621 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * smiley.el (smiley-style): New variable.
13624         (smiley-directory): New function.
13625         (smiley-data-directory): Derive from `smiley-style' using
13626         `smiley-directory'.
13627         (smiley-regexp-alist): Add new entries.
13628
13629         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13630         (gnus-article-browse-delete-temp): Add :version.
13631
13632 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13633
13634         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13635         the sieve region.
13636
13637 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13638
13639         * gnus.el (gnus-version-number): Bump version.
13640
13641 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * gnus.el: No Gnus v0.4 is released.
13644
13645 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13646
13647         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13648         layout.
13649
13650         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13651         unknown charset.
13652
13653         * message.el (message-header-synonyms): Add Original-To to the
13654         default.
13655
13656         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13657         optional parameter.
13658
13659 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * gnus-fun.el (gnus): Require it for gnus-directory.
13662
13663 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13666
13667 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13668
13669         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13670
13671 2006-04-05  Simon Josefsson  <jas@extundo.com>
13672
13673         * password.el (password-reset): New function.
13674
13675 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13676
13677         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13678         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13679
13680 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13681
13682         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13683         Some whitespace was matched into the url, which broke browsing hits
13684         > 100 when mm-url-use-external was nil.
13685
13686 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13687
13688         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13689         Check gnus-extra-headers for 'Newsgroups.
13690
13691         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13692         bound.
13693
13694 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13695
13696         * pgg-gpg.el: Clean up process buffers every time gpg processes
13697         complete.
13698
13699 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13702         doc string.
13703
13704 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13705
13706         * pgg-gpg.el (pgg-gpg-process-filter)
13707         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13708
13709         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13710         lines, temporary fix.
13711
13712 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13715
13716 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13717
13718         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13719         default-enable-multibyte-characters.  This reverts the change from
13720         revision 6.17 which is no longer necessary because the passphrase
13721         is sent separately now.  GnuPG messages are unreadable under
13722         multibyte locales with default-enable-multibyte-characters set to
13723         nil.
13724
13725 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * message.el (message-tool-bar-gnome): Move "spell".
13728
13729 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13732         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13733         instead.
13734
13735 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13736
13737         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13738         Improve newsgroups handling for NNTP overviews which don't include
13739         Newsgroups.
13740
13741 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13742
13743         * message.el (message-resend): Bind message-generate-hashcash to nil.
13744
13745 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13746
13747         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13748         when searching for already-paid recipients.
13749
13750 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13751
13752         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13753         passphrases when it is not needed.
13754         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13755         passphrase stuff from gpg, should only be necessary when you use
13756         gpg with a smartcard.
13757
13758 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * mml.el (mml-insert-mime): Ignore cached contents of
13761         message/external-body part.
13762
13763         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13764         (mm-insert-part): Ditto.
13765
13766 2006-03-23  Simon Josefsson  <jas@extundo.com>
13767
13768         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13769         Reiner.
13770         (pgg-gpg-use-agent-p): Use it again.
13771
13772 2006-03-23  Simon Josefsson  <jas@extundo.com>
13773
13774         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13775         older emacsen.
13776         (pgg-gpg-use-agent-p): Don't use it.
13777
13778 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13781         if we can.
13782
13783 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13784
13785         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13786         (pgg-gpg-update-agent): New function.
13787         (pgg-gpg-use-agent-p): New function.
13788         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13789         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13790         (pgg-gpg-sign-region): Use it.
13791
13792 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13795         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13796
13797 2006-03-21  Simon Josefsson  <jas@extundo.com>
13798
13799         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13800         <wilde@sha-bang.de>.
13801         (pgg-gpg-use-agent): New variable.
13802         (pgg-gpg-process-region): Use it.
13803         (pgg-gpg-encrypt-region): Likewise.
13804         (pgg-gpg-encrypt-symmetric-region): Likewise.
13805         (pgg-gpg-decrypt-region): Likewise.
13806         (pgg-gpg-sign-region): Likewise.
13807         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13808
13809 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13812
13813         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13814         Add comment on version.
13815
13816 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * smiley.el: Add missing test smiley.
13819
13820 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * mm-decode.el (mm-with-part): New macro.
13823         (mm-get-part): Use it; work with message/external-body as well.
13824         (mm-save-part): Treat name and filename equally.
13825
13826         * mm-extern.el (mm-extern-cache-contents): New function.
13827         (mm-inline-external-body): Use it; force the part to be displayed;
13828         move undisplayer added to the cached handle to the parent.
13829
13830         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13831         (gnus-mime-view-part-as-type): Work with message/external-body.
13832
13833         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13834
13835 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13836
13837         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13838         images in image-load-path.  [Sync with image.el, revision 1.60, in
13839         Emacs.]
13840
13841 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13844         path rather than symbol.  Always return list of directories.
13845         Guarantee that image directory comes first.  [Sync with image.el,
13846         revision 1.59, in Emacs.]
13847
13848         * message.el (message-make-tool-bar): Adjust to new API of
13849         `gmm-image-load-path-for-library'.
13850
13851         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13852
13853         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13854
13855 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13856
13857         * gnus-art.el (gnus-article-only-boring-p):
13858         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13859         intangible text.
13860         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13861
13862 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13865         Use `defun' instead of `gmm-defun-compat'.
13866
13867 2006-03-14  Simon Josefsson  <jas@extundo.com>
13868
13869         * message.el (message-unique-id): Don't use message-number-base36
13870         if (user-uid) is a float.
13871         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13872
13873 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13876
13877         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13878         empty line between a part and a message part.
13879
13880 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13881
13882         * smiley.el: Add more test smileys.
13883         (smiley-data-directory, smiley-regexp-alist)
13884         (gnus-smiley-file-types): Fix doc strings.
13885         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13886         adding new elements.
13887         (smiley-mouse-map): Unused code.  Make it a comment.
13888
13889 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13892         scan latest NoCeM messages instead of old ones.
13893         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13894         delimiters that are recently used.
13895         (gnus-nocem-load-cache): Add autoload cookie.
13896
13897         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13898
13899         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13900         level which is larger than gnus-use-nocem is specified.
13901
13902         * gnus-group.el (gnus-group-get-new-news): Ditto.
13903
13904 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * gnus-util.el (gnus-tool-bar-update): New function.
13907
13908         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13909         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13910
13911         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13912
13913         * gnus-group.el (gnus-group-redraw-when-idle)
13914         (gnus-group-redraw-check): Remove.
13915         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13916
13917 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13920         if optional last element is specified in splits (FIELD VALUE...).
13921
13922 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13923
13924         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13925         to gmm-image-load-path-for-library.  Call with no-error argument.
13926         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13927
13928         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13929
13930         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13931
13932         * gmm-utils.el (gmm-image-load-path): Remove alias.
13933
13934 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * gmm-utils.el (gmm-image-load-path): Add alias.
13937
13938         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13939         nnml-generate-nov-databases-1.
13940         (nnml-generate-nov-databases): Use it.
13941         (nnml-generate-nov-databases-directory): Document no-active
13942         argument.
13943
13944         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13945         directory if path is t.  Add no-error.
13946
13947         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13948         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13949
13950         * gnus-art.el (gnus-article-browse-delete-temp-files):
13951         Simplify resetting gnus-article-browse-html-temp-list.
13952
13953         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13954         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13955         Add example to docstring.  Rename local variables.  Move error
13956         checks to default case in cond and simplify.
13957
13958 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13961         handle is multipart when calling it recursively.
13962         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13963
13964 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13965
13966         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13967         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13968
13969 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13972         is loaded.
13973
13974         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13975         loaded.
13976
13977 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13980         to "Emacs 23 (unicode)" in doc string.
13981
13982         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13983         "Emacs 23 (unicode)" in comment.
13984
13985 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13988
13989         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13990         characters 160 through 255 in Emacs 23.
13991
13992 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13995         gnus-article-browse-html-temp.
13996         (gnus-article-browse-delete-temp): Make it customizable.
13997         Add `file'.  Adjust doc string.
13998         (gnus-article-browse-delete-temp-files): Add argument.
13999         Allow query for each file.  Adjust doc string.
14000         (gnus-article-browse-html-parts):
14001         Add `gnus-article-browse-delete-temp-files' to
14002         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14003
14004 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14005
14006         * gnus-art.el (gnus-article-browse-html-temp)
14007         (gnus-article-browse-delete-temp): New variables.
14008         (gnus-article-browse-delete-temp-files): New function.
14009         (gnus-article-browse-html-parts): Use it.
14010
14011 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14012
14013         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14014
14015         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14016         string.
14017
14018         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14019         gnus-summary-insert-new-articles when unplugged.
14020         Remove gnus-summary-search-article-forward.
14021
14022         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14023         display-visual-class instead of display-color-cells.
14024
14025 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * dgnushack.el: Autoload customize-group for XEmacs.
14028
14029         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14030         message/* containing non-ASCII text properly.
14031
14032 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14033
14034         * message.el: Require gmm-utils, remove autoloads.
14035         (message-tool-bar): Set default based on
14036         gmm-tool-bar-style.
14037         (message-tool-bar-gnome): Add gmm-customize-mode.
14038
14039         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14040         gmm-tool-bar-style.
14041         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14042
14043         * gnus-group.el (gnus-group-tool-bar): Set default based on
14044         gmm-tool-bar-style.
14045         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14046
14047         * gmm-utils.el (gmm-image-directory): Rename variable from
14048         gmm-image-load-path.
14049         (gmm-image-load-path): Use gmm-image-directory.
14050         (gmm-customize-mode): New function.
14051         (gmm-tool-bar-style): New variable.
14052
14053         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14054         gnus-group-redraw-line-number.
14055         (gnus-group-redraw-check): Simplify.
14056         (gnus-group-tool-bar-update): Remove redraw check.
14057         (gnus-group-make-tool-bar): Add redraw check.
14058
14059 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14060
14061         * gnus-art.el (gnus-button): Add missing parentheses.
14062
14063 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * lpath.el: Fbind line-number-at-pos.
14066
14067 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14070
14071 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-art.el (gnus-button): New face.
14074         (gnus-article-button-face): Use it.
14075
14076         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14077         Add gnus-summary-next-page.  Re-order.
14078
14079         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14080         next-node are now included.
14081         (gnus-group-redraw-line-number): New internal variable.
14082         (gnus-group-redraw-check): Helper function for updating the tool
14083         bar.
14084         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14085
14086         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14087
14088         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14089         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14090         Use it to match format of Spamassassin 3.0 and later.
14091         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14092         (spam-check-bogofilter)
14093         (spam-bogofilter-register-with-bogofilter): Fix args of
14094         `gnus-error' calls.
14095
14096 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14099         unnecessary interaction when sending queued mails.
14100         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14101
14102 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14105         first or last are nil.
14106
14107 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14108
14109         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14110
14111 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112
14113         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14114
14115 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14116
14117         * dns.el (query-dns): Protect more against buggy tcp output.
14118
14119 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14122         nov.php.
14123
14124 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14125
14126         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14127         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14128         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14129         output on the server side.
14130         (nnweb-google-create-mapping): Update regexps and add some
14131         progress indication.
14132
14133 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14134
14135         * gnus-group.el (gnus-group-tool-bar-gnome):
14136         Fix gnus-agent-toggle-plugged.  Re-order icons.
14137         (gnus-group-tool-bar-gnome):
14138         Add gnus-group-{prev,next}-unread-group.
14139         (gnus-group-tool-bar-gnome): Re-order icons.
14140
14141         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14142         Move gnus-summary-insert-new-articles.
14143
14144         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14145         Fix comments.
14146
14147         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14148         also available in Emacs 21.3.
14149
14150         * message.el (message-fix-before-sending): Change "Emacs 22" to
14151         "Emacs 23 (unicode)" in comment.
14152
14153         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14154         "Emacs 23 (unicode)" in comment.
14155
14156         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14157         comment.
14158         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14159
14160         * mm-view.el (mm-fill-flowed): Add :version.
14161
14162 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14165         and load-path.
14166
14167 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14168
14169         * message.el: Autoload gmm-image-load-path.
14170         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14171         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14172         consitency.
14173
14174         * gmm-utils.el (gmm-image-load-path): Also search in
14175         "../etc/images".  Don't set gmm-image-load-path if we don't find
14176         the image.
14177
14178 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * gmm-utils.el (gmm-image-load-path): Don't make
14181         `gmm-image-load-path' include subdirectories which the second arg
14182         `image' might specify.
14183
14184         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14185         subdirectory to icon file names.
14186
14187         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14188
14189 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14190
14191         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14192         gmm-image-load-path calls.
14193
14194         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14195
14196         * message.el (message-make-tool-bar): Ditto.
14197
14198         * mml.el (mml-preview): Add comment concerning tool bar icons.
14199
14200         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14201         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14202
14203         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14204         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14205
14206         * message.el (message-tool-bar-gnome): Use new icon names.
14207         (message-make-tool-bar): Use `gmm-image-load-path'.
14208
14209         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14210         New functions from MH-E.
14211         (gmm-image-load-path): New variable from MH-E.
14212         (gmm-image-load-path): New function from MH-E.  Add arguments
14213         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14214         *-image-load-path-called-flag.
14215
14216 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14217
14218         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14219
14220 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14221
14222         * nnimap.el (nnimap-request-move-article): Change folder back to
14223         source group before deleting.
14224
14225 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14228
14229         * gnus-art.el (mm-url-insert-file-contents-external):
14230         Autoload mm-url.
14231
14232         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14233
14234 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14237         coding system which mm-charset-to-coding-system returns for a
14238         given charset is valid.
14239
14240 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14241
14242         * html2text.el (html2text-remove-tag-list):
14243         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14244
14245 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14246
14247         * gnus-cus.el: Revert 2005-10-17 change.
14248
14249 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * gnus-art.el (article-strip-banner):
14252         Call article-really-strip-banner only when the regexp match is made.
14253
14254 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * gnus-art.el (article-strip-banner):
14257         Use gnus-extract-address-components instead of
14258         mail-header-parse-addresses to make it work with non-ASCII text;
14259         remove mail-encode-encoded-word-string.
14260
14261         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14262         values which are surrounded with \"...\"; make it never cause a
14263         Lisp error; give up parsing of parameters if it failed in
14264         extracting type.
14265
14266 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14267
14268         * smime.el (smime-cert-by-ldap-1): Fix bug where
14269         `smime-ldap-search' returns results without userCertificates.
14270
14271 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14274
14275 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14276
14277         * spam.el (spam-check-spamassassin-headers): Adapt format for
14278         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14279         <ari@mbf.ocn.ne.jp>.
14280         (spam-list-of-processors): Add spam-use-gmane.
14281
14282 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14285         make-temp-file; make it work with XEmacs as well.
14286
14287         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14288         mm-make-temp-file.
14289
14290         * mm-decode.el (mm-display-external): Use the 3rd arg of
14291         mm-make-temp-file.
14292         (mm-create-image-xemacs): Ditto.
14293
14294 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14297         with message-narrow-to-headers.
14298         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14299         (gnus-draft-check-draft-articles): New function.
14300         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14301
14302 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14303
14304         * gnus-art.el (gnus-article-browse-html-parts):
14305         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14306         Don't use suffix argument for mm-make-temp-file for Emacs 21
14307         compatibility.  Remove useless `format'.
14308
14309 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14310
14311         * nnweb.el (nnweb-google-wash-article): Update regexps.
14312         (nnweb-group-alist): Use defvoo instead of defvar.
14313
14314 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14317         re-loading nn* modules.
14318
14319 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14322         for `tool-bar-mode' and don't check it's default-value.
14323
14324         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14325
14326         * message.el (message-make-tool-bar): Ditto.
14327
14328         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14329         `substring'.  Shorten tmp-file name.
14330
14331         * gnus.el: Remove bogus comment.
14332
14333 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14334
14335         * gnus-art.el (gnus-article-browse-html-parts): New function.
14336         (gnus-article-browse-html-article): New function for viewing html
14337         articles with a browser.
14338
14339 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14340
14341         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14342         in elisp.
14343         (pgg-gpg-encrypt-symmetric-region): Ditto.
14344         (pgg-gpg-sign-region): Ditto.
14345
14346         * pgg-def.el (pgg-text-mode): New variable.
14347
14348         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14349         (mml2015-pgg-encrypt): Ditto.
14350
14351         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14352         (mml1991-pgg-encrypt): Ditto.
14353
14354 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * nnfolder.el (nnfolder-insert-newsgroup-line):
14357         Use message-make-date instead of current-time-string.
14358
14359         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14360         to gnus-decoded which mm-uu might set.
14361
14362 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14365         don't decode quoted parameters; remove misimported Emacs code.
14366         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14367         (rfc2231-decode-encoded-string): Don't use split-string which
14368         behaves differently according to Emacs version; use
14369         mm-decode-coding-region to convert charset to coding-system.
14370         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14371         (rfc2231-encode-string): Remove misimported Emacs code.
14372
14373 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14376         when calling mail-header-parse-content-type.
14377         (article-de-quoted-unreadable): Ditto.
14378         (article-de-base64-unreadable): Ditto.
14379         (article-wash-html): Ditto.
14380
14381         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14382         calling mail-header-parse-content-type and
14383         mail-header-parse-content-disposition.
14384         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14385         mail-header-parse-content-type.
14386
14387         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14388         insert charset and format parameters; encode description after
14389         inserting it to buffer.
14390         (mml-insert-parameter): Fold lines properly even if a parameter is
14391         segmented into two or more lines; change the max column to 76.
14392
14393         * rfc1843.el (rfc1843-decode-article-body): Don't use
14394         ignore-errors when calling mail-header-parse-content-type.
14395
14396         * rfc2231.el (rfc2231-parse-string): Return at least type if
14397         possible; don't cause an error even if it fails in parsing of
14398         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14399         (rfc2231-encode-string): Don't break lines at the beginning, leave
14400         it to mml-insert-parameter.
14401
14402         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14403         calling mail-header-parse-content-type.
14404
14405 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * spam-report.el (spam-report-gmane-use-article-number):
14408         Improve doc string.
14409         (spam-report-gmane-internal): Check if a suitable header was found
14410         in the article.
14411
14412 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14415         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14416
14417 2006-02-05  Romain Francoise  <romain@orebokech.com>
14418
14419         Update copyright notices of all files in the gnus directory.
14420
14421 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14422
14423         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14424
14425 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14428         segmented lines of parameter value to cope with Thunderbird 1.5
14429         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14430         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14431         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14432
14433 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14434
14435         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14436         parts.
14437
14438 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14439
14440         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14441         there's only one active file for all servers.
14442         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14443         solid groups.  Gnus might have used a FAST request to select the group.
14444         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14445         and nnweb-search redundantly in the active file.
14446         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14447         (nnweb-request-create-group): Don't use ARGS.
14448         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14449         initialisations.  Let nnoo do the work.
14450
14451 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14454         Say the part has been decoded.
14455
14456         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14457
14458 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14459
14460         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14461         mailcap-viewer-test-cache when there's no 'test clause, since that
14462         will invert the meaning of a "nil" test previously determined by
14463         mailcap-mailcap-entry-passes-test.
14464
14465 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14468         compiling.
14469
14470         * gnus-sum.el: Ditto.
14471
14472         * message.el: Don't bind tool-bar-map when compiling.
14473
14474 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14477
14478 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14479
14480         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14481         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14482         current Google Groups.
14483
14484 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14487         and tool-bar-mode.
14488
14489         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14490         and tool-bar-mode.
14491
14492         * message.el (message-tool-bar-update): Simplify.
14493         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14494
14495         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14496         gnus-summary-buffer.
14497         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14498         gnus-summary-reply.
14499
14500         * gmm-utils.el (gmm): Add :version.
14501
14502 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * Makefile.in (clean): New rule.
14505         (distclean): Use it.
14506
14507 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14508
14509         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14510         Don't autoload.
14511
14512 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * gmm-utils.el (gmm-verbose): Add :group.
14515
14516 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * message.el: Change some comments WRT tool-bars.
14519
14520         * gnus-sum.el (gnus-summary-tool-bar)
14521         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14522         (gnus-summary-tool-bar-zap-list): New variables.
14523         (gnus-summary-make-tool-bar): Complete rewrite using
14524         `gmm-tool-bar-from-list'.
14525
14526         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14527         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14528         New variables.
14529         (gnus-group-make-tool-bar): Complete rewrite using
14530         `gmm-tool-bar-from-list'.
14531         (gnus-group-tool-bar-update): New function.
14532
14533         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14534
14535 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14538         is dissected into a single part of which the type is the same as
14539         the given one; decode charset.
14540
14541 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14542
14543         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14544         into alists as symbol not string, since that's what
14545         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14546         look for.
14547
14548 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14551         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14552
14553         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14554
14555 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14558         (gnus-xmas-mime-security-button-menu): New function.
14559
14560         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14561         (gnus-mime-security-button-menu): New definition.
14562         (gnus-mime-security-button-map): Use them.
14563         (gnus-mime-security-button-menu): New function.
14564         (gnus-insert-mime-security-button): Addition to help echo.
14565         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14566         (gnus-mime-security-pipe-part): New functions.
14567
14568         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14569         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14570
14571         * mm-decode.el (mm-handle-set-disposition): Remove.
14572         (mm-handle-set-description): Remove.
14573
14574 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14577         (mm-w3m-standalone-supports-m17n-p): New function.
14578         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14579         w3m usage.
14580
14581         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14582         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14583
14584 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * message.el (message-tool-bar-zap-list):
14587         Use gmm-tool-bar-zap-list as custom type.
14588         (message-tool-bar-update): New function.
14589         (message-tool-bar, message-tool-bar-gnome)
14590         (message-tool-bar-retro): Add message-tool-bar-update.
14591         (message-tool-bar-gnome): Add flyspell-buffer.
14592
14593         * gnus-util.el (gnus-error): Describe `args'.
14594
14595         * gmm-utils.el (gmm-error): Describe `args'.
14596         (gmm-tool-bar-zap-list): New widget.
14597         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14598
14599 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14602         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14603         the number of recursive calls.
14604
14605         * mm-decode.el (mm-handle-set-disposition): New macro.
14606         (mm-handle-set-description): New macro.
14607
14608 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14611         encoding.
14612
14613 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * message.el (message-tool-bar-zap-list, message-tool-bar)
14616         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14617         (message-tool-bar-local-item-from-menu): Remove.
14618         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14619         (message-make-tool-bar): New function.
14620         (message-mode): Use `message-make-tool-bar'.
14621
14622         * gmm-utils.el: New file.
14623         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14624         (gmm-lazy): New widget copied from `nnmail.el'.
14625         (gmm-tool-bar-from-list): New function for creating customizable
14626         tool bars.
14627         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14628         output.
14629         (gmm): Add :prefix to defgroup.
14630
14631 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14632
14633         * gmm-utils.el (gmm-widget-p): New function.
14634
14635 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14636
14637         * mml.el (mml-attach-file): Describe `description' in doc string.
14638         (mml-menu): Add Emacs MIME manual and PGG manual.
14639
14640 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14641
14642         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14643
14644 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14645
14646         * nntp.el (nntp-end-of-line): Doc fix.
14647
14648 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14649
14650         * imap.el (imap-open): Handle case where buffer is a buffer
14651         object.
14652
14653 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14654
14655         * gnus-delay.el (gnus-delay): Don't autoload.
14656         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14657         to be re-loaded when customizing the `gnus-delay' group.
14658
14659 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14660
14661         * message.el (message-insert-citation-line): Use newlines.
14662
14663 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14664
14665         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14666         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14667         these routines, so the passphrase can be managed externally and
14668         passed in to the system.
14669         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14670         pgg-add-passphrase-to-cache function.
14671
14672         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14673         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14674         these routines, so the passphrase can be managed externally and
14675         passed in to the system.
14676         (pgg-pgp5-sign-region): Use new name of
14677         pgg-add-passphrase-to-cache function.
14678
14679 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14680
14681         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14682         part of the decoded armor to find the key-identifier.
14683         (pgg-gpg-lookup-key-owner): New function to return the
14684         human-readable identifier of a key owner.
14685         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14686         itself.
14687         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14688         the key value) if we have a key and can match it against a secret
14689         key.  Also, added a note pointing out fact that the prompt only
14690         indicates the first matching key.
14691
14692         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14693         pgg-decrypt-region.
14694         (pgg-add-passphrase-to-cache): Rename from
14695         `pgg-add-passphrase-cache' to reduce confusion (all callers
14696         changed).
14697         (pgg-remove-passphrase-from-cache): Rename from
14698         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14699         changed).
14700         (pgg-read-passphrase, pgg-add-passphrase-cache)
14701         (pgg-remove-passphrase-cache): Add informative docstrings.
14702         (pgg-decrypt): Convey provided passphrase in subordinate call to
14703         pgg-decrypt-region.
14704
14705 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14706
14707         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14708         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14709         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14710         'passphrase' argument, so the passphrase can be managed externally
14711         and then passed in to the system.
14712
14713         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14714         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14715         so the passphrase cache can be used reliably with identifiers
14716         besides a pgp packet's key id.
14717
14718         * pgg-gpg.el (pgg-gpg-encrypt-region)
14719         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14720         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14721         these routines, so the passphrase can be managed externally and
14722         passed in to the system.
14723
14724         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14725         'notruncate' argument, so the passphrase cache can be used
14726         reliably with identifiers besides a pgp packet's key id.
14727
14728 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14729
14730         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14731         symmetric encryption.
14732         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14733         encrypted session key.
14734         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14735         message ask for the passphrase in a proper way.
14736
14737         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14738         New user commands for symmetric encryption.
14739
14740 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14743
14744         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14745
14746 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14747
14748         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14749
14750 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * mm-decode.el (mm-inlined-types): Add application/pgp.
14753         (mm-automatic-display): Ditto.
14754
14755         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14756         part as text.
14757
14758 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * nnrss.el: Update copyright.
14761         (nnrss-opml-import): Query whether to subscribe to each entry.
14762
14763         * gnus-art.el:
14764         * gnus-sum.el:
14765         * gnus-xmas.el:
14766         * messagexmas.el:
14767         * mm-uu.el:
14768         * mm-view.el: Update copyright.
14769
14770 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * message.el (message-info): New function.
14773         (message-mode-menu): Add it.
14774         Update copyright.
14775
14776         * ChangeLog: Fix and update copyright.
14777
14778 2006-01-13  Romain Francoise  <romain@orebokech.com>
14779
14780         * message.el (message-forward-subject-name-subject): Prefer the
14781         address to 'nowhere' if the sender has no name.
14782         Fix typo.  Update copyright year.
14783
14784 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * gnus-art.el (article-wash-html):
14787         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14788         (gnus-article-wash-html-with-w3m-standalone): New function.
14789
14790         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14791         mm-inline-text-html-render-with-w3m-standalone.
14792         (mm-text-html-washer-alist): Map w3m-standalone to
14793         gnus-article-wash-html-with-w3m-standalone.
14794         (mm-inline-text-html-render-with-w3m-standalone): New function.
14795
14796 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14799         Improve LaTeX.
14800
14801 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14804         (nnrss-request-article): Render text/plain parts as HTML.
14805
14806         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14807         the buffer.
14808
14809 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14812         custom definition of `gnus-posting-styles'.
14813
14814         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14815         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14816
14817 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14820         Use nntp for bug archive.
14821
14822 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14825         parts.
14826         (nnrss-normalize-date): New function converts ISO 8601 date into
14827         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14828         (nnrss-check-group): Use it.
14829
14830 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14833
14834         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14835         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14836         (nnrss-insert-w3): Ditto.
14837
14838 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14841         the articles to be forwarded including the case where neither a
14842         number of articles nor a region is specified.
14843
14844 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * nnrss.el (nnrss-request-article): Fix last change; fill
14847         text/plain parts.
14848
14849 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14852         in text/plain part.
14853         (nnrss-check-group): Don't add excessive newline to dc:subject.
14854
14855 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14856
14857         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14858         article.
14859
14860 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14863         (nnml-use-compressed-files, nnml-save-mail): Support other
14864         comression programs such as bzip2.
14865
14866 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14867
14868         * dns.el (query-dns): Make sure we check the buffer size before
14869         removing tcp headers.
14870
14871 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14874         remove MIME buttons associated with multipart/alternative parts.
14875         (gnus-mime-display-alternative): Tag buttons using `article-type'
14876         text property.
14877
14878         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14879         associated with multipart/alternative parts.
14880
14881         * gnus-art.el (gnus-signature-separator): Fix custom type.
14882
14883         * mm-decode.el (mm-inlined-types): Fix custom type.
14884         (mm-keep-viewer-alive-types): Ditto.
14885         (mm-automatic-display): Ditto.
14886         (mm-attachment-override-types): Ditto.
14887         (mm-inline-override-types): Ditto.
14888         (mm-automatic-external-display): Ditto.
14889
14890 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * spam-report.el (spam-report-user-mail-address)
14893         (spam-report-user-agent): New variables.
14894         (spam-report-url-ping-plain): Use spam-report-user-agent.
14895
14896 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14897
14898         * gnus-art.el (gnus-button-handle-custom): Do not just use
14899         `customize-apropos' for any "M-x customize-*" button but the
14900         function called for.  Accept both the function name and its
14901         argument in order to achieve this.
14902         (gnus-button-alist): Remove support for "custom:" URL's.
14903         Pass function name to `gnus-button-handle-custom' in case of "M-x
14904         customize-*" buttons.
14905
14906 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14909         multipart/alternative and add xref to mm-discouraged-alternatives
14910         in doc string.
14911
14912         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14913         gnus-buttonized-mime-types in doc string.
14914
14915 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14916
14917         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14918         Suggest image/.* in the doc string.
14919
14920 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14921
14922         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14923         message-marks (Debian bug #342521).
14924
14925 2005-12-12  Simon Josefsson  <jas@extundo.com>
14926
14927         * password.el (password-read-from-cache): Add.
14928         (password-read): Use it.
14929
14930 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * rfc2047.el (rfc2047-charset-to-coding-system):
14933         Recognize us-ascii as a MIME charset.
14934
14935         * mm-bodies.el (mm-decode-content-transfer-encoding):
14936         Protect against the case where the 2nd arg TYPE is nil.
14937
14938 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * pop3.el (pop3-stream-type): Fix custom version.
14941
14942         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14943
14944 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14945
14946         * mm-decode.el (mm-display-external): Add missing cdr.
14947
14948 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14951         RFC1524) if it is in mailcap or add a suffix according to
14952         mailcap-mime-extensions when generating a temp filename; postpone
14953         deleting a temp file for 2 seconds for some wrappers, shell
14954         scripts, and so on, which might exit right after having started a
14955         viewer command as a background job.
14956
14957 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * nntp.el (nntp-marks-directory): Fix custom group.
14960
14961         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14962         steps when < 10.
14963
14964         * gnus-start.el (gnus-no-server-1):
14965         Mention `gnus-level-default-subscribed' in doc string.
14966
14967 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14968
14969         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14970         parens.
14971
14972 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-xmas.el (gnus-use-toolbar): Revert.
14975         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14976         gnus-use-toolbar is default.
14977
14978         * messagexmas.el (message-use-toolbar): Revert.
14979         (message-setup-toolbar): Use global default-toolbar if
14980         message-use-toolbar is default.
14981
14982 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14985         according to default-toolbar-visible-p.
14986
14987         * messagexmas.el (message-use-toolbar): Ditto.
14988
14989 2005-11-26  Dave Love  <fx@gnu.org>
14990
14991         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14992         (tls-program, tls-success): Provide openssl alternative.
14993
14994         * starttls.el: Doc fixes.
14995         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14996         SERVICE to PORT.
14997
14998         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14999         port null or service name.
15000         (starttls-negotiate): Autoload.
15001
15002 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * message.el (message-kill-to-signature): Fix interactive spec.
15005
15006 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * pop3.el (pop3-open-server): Recognize a string as a service name.
15009
15010 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15011
15012         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15013
15014 2005-11-23  Dave Love  <fx@gnu.org>
15015
15016         Add pop3s, pop3/starttls.
15017
15018         * pop3.el (pop3-authentication-scheme): Clarify doc.
15019         (open-tls-stream, starttls-open-stream): Autoload.
15020         (pop3-stream-type): New.
15021         (pop3-open-server): Use it.
15022
15023         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15024         for POP.
15025         (mail-source-keyword-map): Add :stream for POP.
15026         (mail-source-fetch-pop): Use pop3-stream-type.
15027
15028 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15031         of current-time-string.
15032
15033 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15034
15035         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15036         date header.
15037
15038 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15039
15040         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15041         it can seriously impact performance as it bypasses the agent's
15042         local caches.
15043
15044 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15045
15046         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15047         must be explicitly online rather than "not explicitly offline" for
15048         its flags to be synchronized.
15049
15050         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15051         that gnus-uu-unmark-thread will function correctly.
15052
15053         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15054         1024K is instead displayed as 1M.
15055
15056 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15057
15058         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15059
15060 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15061
15062         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15063
15064 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15065
15066         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15067         error message to display actual error condition.
15068         (gnus-agent-save-local): Avoid saving symbols that are bound to
15069         nil as they simply result in a warning message in
15070         gnus-agent-read-local.
15071
15072 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15075         rather than make-variable-buffer-local for file-precious-flag.
15076
15077 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15078
15079         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15080         for duplicates which are removed.  The invalid sort check then
15081         triggers a rescan after the sort as sorting may have moved
15082         duplicate entries such that they can be cheaply detected.
15083
15084 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15087
15088 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15089
15090         * gnus-agent.el (gnus-agent-article-alist-save-format):
15091         Change internal variable to a custom variable.  Change default value
15092         from compressed(2) to uncompressed(1).
15093         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15094         support for uncompressed agentview files.  Taken together, reading
15095         the agentview file should now be 6-7 times faster.
15096
15097 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15098
15099         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15100         as a buffer-local variable.  This avoids creating truncated
15101         dribble files as a result of a hang up, eg.
15102
15103 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15104
15105         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15106         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15107         XEmacs.
15108
15109 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15110
15111         * gnus-start.el (gnus-start-draft-setup):
15112         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15113
15114         * gnus.el (gnus-splash): Change custom group.
15115         (gnus-group-get-parameter, gnus-group-parameter-value):
15116         Describe allow-list argument.
15117
15118         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15119         string.
15120
15121 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * gnus-art.el (gnus-default-article-saver): Add user-defined
15124         `function' to custom type.
15125
15126 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15127
15128         * imap.el (imap-open): Handle case where buffer is a buffer
15129         object.
15130
15131 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15132
15133         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15134         long lines.
15135         (gnus-cache-delete-group): Wrap doc strings.
15136
15137         * gnus-agent.el (gnus-agent-rename-group)
15138         (gnus-agent-delete-group): Wrap doc strings.
15139
15140 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * messagexmas.el (message-use-toolbar): Change the valid values
15143         into default, top, bottom, left, and right.
15144         (message-toolbar-thickness): New variable.
15145         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15146         well.
15147         (message-setup-toolbar): Make it work.
15148
15149         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15150         (gnus-use-toolbar): Change the valid values into default, top,
15151         bottom, left, and right.
15152         (gnus-toolbar-thickness): New variable.
15153         (gnus-xmas-setup-toolbar): New function.
15154         (gnus-xmas-setup-group-toolbar): Use it.
15155         (gnus-xmas-setup-summary-toolbar): Use it.
15156
15157 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15158
15159         * gnus-start.el (gnus-1): Add "native" to
15160         gnus-predefined-server-alist.
15161
15162         * gnus.el (gnus-method-to-server): Don't add "native" to the
15163         lists here, because that leads to problems when
15164         gnus-select-method is bound.
15165
15166 2005-11-09  Simon Josefsson  <jas@extundo.com>
15167
15168         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15169         use (not sort-by-date) instead.
15170
15171 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15172
15173         * gnus-delay.el (gnus-delay-group): Don't autoload.
15174         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15175         to be re-loaded when customizing the `gnus-delay' group.
15176
15177 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15178
15179         * message.el: Revert last changes.
15180         (message-insert-citation-line): Use newlines.
15181
15182 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15183
15184         * message.el (message-courtesy-message)
15185         (message-mark-insert-begin, message-mark-insert-end)
15186         (message-elide-ellipsis, message-cancel-message)
15187         (message-add-header, message-change-subject)
15188         (message-cross-post-followup-to-header)
15189         (message-cross-post-insert-note, message-reduce-to-to-cc)
15190         (message-widen-reply, message-delete-not-region)
15191         (message-kill-to-signature, message-insert-signature)
15192         (message-insert-importance-high, message-insert-importance-low)
15193         (message-insert-or-toggle-importance)
15194         (message-insert-disposition-notification-to)
15195         (message-indent-citation, message-yank-original)
15196         (message-cite-original-without-signature, message-cite-original)
15197         (message-insert-citation-line, message-position-on-field)
15198         (message-fix-before-sending, message-send-mail-partially)
15199         (message-send-mail, message-send-mail-with-sendmail)
15200         (message-send-mail-with-qmail, message-send-news)
15201         (message-check-news-header-syntax, message-generate-headers)
15202         (message-insert-courtesy-copy, message-fill-address)
15203         (message-fill-header, message-shorten-references)
15204         (message-setup-1, message-cancel-news)
15205         (message-forward-make-body-plain, message-forward-make-body-mime)
15206         (message-forward-make-body-mml, message-encode-message-body)
15207         (message-forward-make-body-digest-plain)
15208         (message-forward-make-body-digest-mime)
15209         (message-use-alternative-email-as-from): Insert `hard-newline'
15210         instead of ordinary newlines.
15211
15212 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * message.el (message-generate-headers): Downcase the argument
15215         given to message-check-element.
15216
15217 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15218
15219         * nntp.el (nntp-authinfo-rejected): New error condition.
15220         (nntp-wait-for): Use new error condition to signal authentication
15221         error.
15222         (nntp-retrieve-data): Rethrow new error condition to break out of
15223         recursive call to nntp-send-authinfo.
15224
15225 2005-11-08  Romain Francoise  <romain@orebokech.com>
15226
15227         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15228         (gnus-summary-exit-map): Bind to `Z p'.
15229         (gnus-summary-make-menu-bar): Add menu item.
15230
15231 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15234         (gnus-treat-*): Add `first' in all doc strings.
15235
15236         * gnus-group.el (gnus-group-compact-group): Fix typo.
15237
15238 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * gnus.el (gnus-parameters-case-fold-search): New variable.
15241         (gnus-parameters-get-parameter): Use it.
15242
15243         * gnus-score.el (gnus-home-score-file): Doc fix.
15244
15245 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15246
15247         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15248
15249 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * mm-util.el (mm-special-display-p): New function.
15252
15253         * mml.el (mml-preview): Use it; doc fix.
15254
15255 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15256
15257         * imap.el (imap-open): Handle case where buffer is a buffer object.
15258
15259 2005-10-29  Romain Francoise  <romain@orebokech.com>
15260
15261         * message.el (message-fix-before-sending): Fix comment.
15262
15263 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15264
15265         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15266
15267 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15268
15269         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15270         Used in gnus-score.el.
15271
15272 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15275
15276 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15279         whitespace removed in revision 7.8.  Use concatenated string to
15280         protect trailing whitespace.
15281
15282 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15283
15284         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15285         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15286         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15287         Courier IMAP ("some version from 2004").  Mostly based on similar
15288         code in the same function.
15289
15290 2005-10-26  Didier Verna  <didier@xemacs.org>
15291
15292         * gnus-group.el (gnus-group-compact-group): Invalidate original
15293         article buffer.
15294         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15295         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15296         NOV database and in article itself.
15297         Invalidate article backlog.
15298
15299 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15302
15303 2005-10-26  Simon Josefsson  <jas@extundo.com>
15304
15305         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15306         part of 2004-07-25 change.
15307
15308 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * message.el (message-display-completion-list): New function.
15311         (message-expand-group): Use it; make sure the Completions buffer
15312         is modifiable.
15313 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15314
15315         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15316         user-mail-name is an empty string.
15317
15318 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15319
15320         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15321         depending on gnus-score-decay-constant.
15322
15323         * encrypt.el (encrypt-insert-file-contents)
15324         (encrypt-write-file-contents): Don't use `gnus-message'.
15325
15326         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15327         arguments.
15328         (mm-uu-type-alist): Add message-marks and insert-marks.
15329         Pass arguments to mm-uu-verbatim-marks-extract.
15330         (mm-uu-hide-markers): New variable.
15331         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15332
15333         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15334         (gnus-convert-image-to-face-command): Use "convert" by default to
15335         allow other input image formats.
15336         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15337         accordingly.
15338
15339 2005-10-23  Simon Josefsson  <jas@extundo.com>
15340
15341         * imap.el (imap-gssapi-program): Align command line parameters
15342         with latest GNU SASL.
15343         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15344
15345 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15346
15347         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15348         HTML.
15349         (nnslashdot-request-article): Ditto.
15350
15351         * lpath.el (featurep): Add nobreak-char-display.
15352
15353 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15354
15355         * mail-source.el (mail-source-fetch-pop): Require pop3.
15356         (mail-source-check-pop): Ditto.
15357
15358 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15361         errors.
15362
15363 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15364
15365         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15366         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15367
15368         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15369
15370         * mm-bodies.el (mm-decode-string):
15371         Call `mm-charset-to-coding-system' with allow-override argument.
15372
15373 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15376         (rfc2047-charset-to-coding-system): New function.
15377         (rfc2047-decode-encoded-words): New function.
15378         (rfc2047-decode-region): Use them.
15379         (rfc2047-decode-cte): Remove.
15380         (rfc2047-parse-and-decode): Remove.
15381         (rfc2047-decode): Remove.
15382
15383 2005-10-15  Kenichi Handa  <handa@m17n.org>
15384
15385         * rfc2047.el (rfc2047-decode-cte): New function.
15386         (rfc2047-decode-region): Change the way to decode successive
15387         encoded-words: decode B- or Q-encoding in each encoded-word,
15388         concatenate them, and decode it as charset.
15389
15390 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * lpath.el: Fbind codepage-setup for XEmacs.
15393
15394 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15395
15396         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15397         widget-move-and-invoke.
15398         (gnus-custom-mode): Use gnus-custom-map.
15399
15400 2005-10-15  Bill Wohler  <wohler@newt.com>
15401
15402         * message.el (message-tool-bar-map): Rename image file from
15403         mail_send to mail/send.
15404
15405 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15406
15407         * message.el (message-expand-group): Pass the common
15408         prefix substring of completion to `display-completion-list'.
15409
15410 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * mml-sec.el (mml-secure-method): New internal variable.
15413         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15414         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15415         New functions using mml-secure-method.
15416
15417         * mml.el (mml-mode-map): Add key bindings for those functions.
15418         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15419         Harder <harder@myrealbox.com>.
15420         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15421         Goto end of message if point is the headers of the message.
15422
15423         * message.el (message-in-body-p): New function.
15424
15425         * assistant.el: Autoload gnus-util and netrc.
15426
15427         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15428         Use `mm-charset-override-alist' only when decoding.
15429
15430         * mm-bodies.el (mm-decode-body):
15431         Call `mm-charset-to-coding-system' with allow-override argument.
15432
15433         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15434         `filename' from Content-Disposition if Content-Type doesn't
15435         provide `name'.
15436         (gnus-mime-view-part-as-type): Set default instead of
15437         initial-input.
15438
15439 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15440
15441         * format-spec.el (format-spec): Propagate text properties of % spec.
15442
15443 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * gnus-art.el (gnus-treat-predicate): Add `first'.
15446
15447 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15448
15449         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15450         (mm-charset-override-alist): New variable.
15451         (mm-charset-to-coding-system): Use it.
15452         (mm-codepage-setup): New helper function.
15453         (mm-charset-eval-alist): New variable.
15454         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15455         Warn about unknown charsets.
15456
15457         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15458
15459 2005-10-04  David Hansen  <david.hansen@gmx.net>
15460
15461         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15462         (nnrss-check-group): Ditto.
15463
15464 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15465
15466         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15467         Rename x-gnus-verbatim to x-verbatim.
15468         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15469
15470         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15471         x-verbatim.
15472
15473         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15474
15475         * gnus-util.el (gnus-remove-duplicates): Remove.
15476
15477         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15478         instead of gnus-remove-duplicates.
15479
15480         * message.el (message-remove-duplicates): Remove.
15481         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15482         message-remove-duplicates.
15483
15484         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15485         available, else use implementation from `delete-dups'.
15486
15487         * message.el (message-insert-expires): New function.
15488         (message-mode-map): Add key binding.
15489         (message-mode-field-menu): Add menu entry.
15490         (message-mode): Document it.
15491         (message-make-expires-date): Use `message-make-date'.
15492
15493 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15494
15495         * message.el (message-make-expires-date): New function.
15496
15497 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * Makefile.in (list-installed-shadows): New entry.
15500         (install): Use it.
15501         (remove-installed-shadows): New entry.
15502
15503         * dgnushack.el (dgnushack-default-load-path): New variable.
15504         (dgnushack-find-lisp-shadows): New function.
15505         (dgnushack-remove-lisp-shadows): New function.
15506
15507 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * Makefile.in (install-el-elc): New entry.
15510         (install): Use it so that .el files are necessarily installed.
15511
15512 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15515
15516 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15517
15518         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15519         function rather than the diff-mode.el package.
15520         (mm-display-external): Use with-current-buffer.
15521         (mm-viewer-completion-map, mm-viewer-completion-map):
15522         Move initialization inside declaration.
15523
15524 2005-09-29  Simon Josefsson  <jas@extundo.com>
15525
15526         * spam.el: Load hashcash when compiling, to avoid warnings.
15527         Don't autoload mail-check-payment.
15528         (spam-check-hashcash): Define unconditionally, since hashcash.el
15529         is part of Gnus now.  Ignore errors from payment checking.
15530
15531 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15532
15533         * message.el (message-bold-region, message-unbold-region):
15534         Rename from `bold-region' and `unbold-region'.
15535
15536         * message.el: Remove useless autoloads.
15537
15538 2005-09-28  Simon Josefsson  <jas@extundo.com>
15539
15540         * message.el (message-use-idna): Default to t.
15541         (message-use-idna): Test whether encoding works too.  Doc fix.
15542
15543 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * nntp.el (nntp-warn-about-losing-connection): Remove.
15546
15547 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15548
15549         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15550         customizable.  Change default value.
15551         (mm-uu-diff-groups-regexp): Change default value.
15552         (mm-uu-type-alist): Add doc string.
15553         (mm-uu-configure): Add doc string.  Make it interactive.
15554         (mm-uu-tex-groups-regexp): New variable.
15555         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15556         (mm-uu-type-alist): Add LaTeX documents.
15557         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15558         of "text/verbatim".
15559         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15560
15561         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15562         instead of "text/verbatim".
15563
15564         * message.el (message-mark-inserted-region)
15565         (message-mark-insert-file): Use slrn style marks when called with
15566         prefix argument.
15567
15568 2005-09-27  Simon Josefsson  <jas@extundo.com>
15569
15570         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15571
15572 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15573
15574         * message.el (message-remove-duplicates): New function.
15575         Implementation borrowed from `gnus-remove-duplicates'.
15576         (message-idna-to-ascii-rhs): Also encode idna addresses in
15577         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15578         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15579         only ask about the same idna domain once per header and also tell
15580         in what header to replace the idna domain.
15581
15582         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15583         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15584         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15585         a header is decoded and not just the last one.
15586
15587 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15590         has been decoded.
15591
15592         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15593         (mm-insert-part): Don't modify text if it has been decoded.
15594
15595         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15596         decoded.
15597
15598         * mm-view.el (mm-inline-text): Don't strip text props unless
15599         decoding enriched or richtext parts.
15600
15601 2005-09-25  Romain Francoise  <romain@orebokech.com>
15602
15603         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15604         * gnus-start.el (gnus-subscribe-interactively):
15605         * gnus-uu.el (gnus-uu-grab-articles):
15606         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15607         space.
15608
15609 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15610
15611         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15612         * mm-view.el (mm-view-pkcs7-decrypt):
15613         * gnus-sum.el (gnus-summary-limit-to-extra)
15614         (gnus-summary-respool-article, gnus-read-move-group-name):
15615         * gnus-score.el (gnus-summary-increase-score):
15616         * gnus-util.el (gnus-completing-read-with-default):
15617         * gnus-art.el (gnus-read-save-file-name)
15618         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15619         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15620         * message.el (message-check-news-header-syntax):
15621         Follow convention for reading with the minibuffer.
15622
15623 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15624
15625         * spam-report.el (spam-report-url-ping-plain):
15626         Use gnus-extended-version as User-Agent.
15627
15628         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15629         default value is nil.
15630
15631         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15632         (mm-uu-verbatim-marks-extract): New function.
15633         (mm-uu-extract): New face.
15634         (mm-uu-copy-to-buffer): Use it.
15635
15636         * spam-report.el (spam-report-gmane-ham): Rename from
15637         `spam-report-gmane-unspam'.
15638         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15639         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15640
15641         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15642         Autoload.
15643         (spam-report-gmane-unregister-routine):
15644         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15645
15646 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15647
15648         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15649         (spam-report-gmane-unregister-routine): Add support for gmane
15650         unregistration.
15651
15652         * spam-report.el (spam-report-gmane-unspam)
15653         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15654         (spam-report-gmane): Change to take a single article and do unspam
15655         registration.
15656
15657 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * mm-url.el (mm-url-decode-entities): Fix regexp.
15660
15661 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15662
15663         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15664         default to nil, to be able to use Gnus at all.  If the default
15665         switches to something else, then the function should be fixed not
15666         be exceedingly slow.
15667
15668 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15671         fail hard.
15672
15673         * spam-report.el: Add better Keywords line.
15674
15675         * spam.el: Add Maintainer and better Keywords line.
15676
15677 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * gnus-art.el (gnus-article-replace-part)
15680         (gnus-mime-replace-part): New functions.
15681         (gnus-mime-action-alist, gnus-mime-button-commands)
15682         (gnus-mime-save-part-and-strip): Add file argument.
15683         (gnus-article-part-wrapper): Add interactive argument.
15684
15685         * gnus-sum.el (gnus-summary-mime-map):
15686         Add `gnus-article-replace-part'.
15687
15688 2005-09-19  Didier Verna  <didier@xemacs.org>
15689
15690         The nnml compaction feature:
15691         * nnml.el (nnml-request-compact-group): New function.
15692         * nnml.el (nnml-request-compact): New function.
15693         * gnus-int.el (gnus-request-compact-group): New function.
15694         * gnus-int.el (gnus-request-compact): New function.
15695         * gnus-group.el (gnus-group-compact-group): New function.
15696         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15697         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15698         * gnus-srvr.el (gnus-server-compact-server): New function.
15699         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15700         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15701
15702 2005-09-18  Deepak Goel  <deego@gnufans.org>
15703
15704         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15705         format spec.
15706
15707 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15710
15711 2005-09-15  Romain Francoise  <romain@orebokech.com>
15712
15713         * message.el (message-fill-paragraph): Clarify docstring.
15714
15715 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-art.el (gnus-mime-display-part): Protect against broken
15718         MIME messages.
15719
15720 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15723         before parsing header.
15724
15725 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15726
15727         * html2text.el (html2text-replace-list): Add new entities.
15728
15729 2005-09-11  Romain Francoise  <romain@orebokech.com>
15730
15731         * message.el (message-alternative-emails): Improve docstring.
15732         (message-setup-1): Call `message-use-alternative-email-as-from'
15733         after `message-setup-hook' to give it precedence over posting
15734         styles, etc.
15735         (message-use-alternative-email-as-from): Add docstring.
15736         Remove the original From header if present.
15737
15738         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15739         (nnml-save-mail): Use it.
15740
15741         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15742         articles.  Add new argument `silent'.
15743         (gnus-uu-mark-all): Report the total number of marked articles.
15744
15745 2005-09-10  Romain Francoise  <romain@orebokech.com>
15746
15747         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15748         (gnus-uu-mark-series): Likewise.
15749
15750 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * spam-report.el (spam-report-gmane): Fix generation of spam
15753         report URL.
15754
15755 2005-09-10  Simon Josefsson  <jas@extundo.com>
15756
15757         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15758         t, based on discussion on the ding list with Robert Epprecht
15759         <epprecht@solnet.ch>.
15760
15761 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15762
15763         * spam-report.el (spam-report-gmane): Make it work without
15764         X-Report-Spam header.  Gmane now only provides Archived-At.
15765         This is only used if `spam-report-gmane-use-article-number' is nil.
15766         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15767
15768         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15769         make `gnus-summary-sort-by-recipient' work with threading.
15770
15771         * nnweb.el (nnweb-google-wash-article): Print a message if article
15772         is not available.
15773
15774 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15775
15776         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15777         change.  Decode text/* parts content before displaying.
15778
15779 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15782
15783 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15786
15787         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15788         url-package-name, url-package-version,
15789         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15790         w3m-display-inline-images, and w3m-minor-mode-map.
15791
15792 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * message.el (message-tab-body-function): Fix mismatched custom type.
15795
15796         * gnus.el (gnus-group-change-level-function): Ditto.
15797
15798         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15799
15800         * gnus-art.el (gnus-signature-limit)
15801         (gnus-article-mime-part-function): Ditto.
15802
15803 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * mml.el (mml-mode): Silence the byte compiler.
15806
15807         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15808         using `(sit-for 0)' before moving the point to the specified part;
15809         skip unbuttonized parts.
15810         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15811         return to the summary window if gnus-auto-select-part is non-nil.
15812
15813 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15816         New variables.
15817         (mml-dnd-attach-file, mml-mode): Use them.
15818
15819         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15820         Make fetching article by MID work again for Google Groups.
15821         Add FIXME concerning gnus-group-make-web-group.
15822
15823         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15824         Don't depend on Gnus by using mail-extract-address-components if
15825         gnus-extract-address-components is not bound.
15826
15827 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15828
15829         * gnus-art.el (gnus-mime-display-security): Don't display the
15830         signature, but only the signed part.
15831
15832 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15835
15836         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15837         list, not listp.
15838
15839 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15840
15841         * mm-encode.el (mm-encode-content-transfer-encoding):
15842         Likewise when encoding.
15843
15844         * mm-bodies.el (mm-decode-content-transfer-encoding):
15845         De-canonicalize CRLF for all text content types, not just
15846         text/plain.
15847
15848 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15851         valid article; point arrow and cursor at the MIME button.
15852
15853 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15856         Suggested by Dan Christensen <jdc@uwo.ca>.
15857
15858         * mm-decode.el (mm-save-part): Enable change of prompt.
15859
15860 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15861
15862         * gnus-msg.el (gnus-inews-add-send-actions):
15863         Make `message-post-method' lambda parameter ARG `&optional'.
15864
15865 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15866
15867         * gnus-sum.el (gnus-summary-mime-map):
15868         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15869         gnus-article-jump-to-part.
15870
15871         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15872         (gnus-article-edit-part): Use it.
15873         (gnus-article-part-wrapper): Add no-handle argument.
15874         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15875         New functions.
15876
15877 2005-08-29  Romain Francoise  <romain@orebokech.com>
15878
15879         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15880         docstring.
15881         (gnus-face-from-file): Likewise.
15882
15883 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15886         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15887         non-nil.
15888         (gnus-auto-select-part): New variable.
15889         (gnus-article-jump-to-part): New function.
15890         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15891         (gnus-mime-delete-part): Allow selecting specified part after
15892         deleting or stripping parts.
15893         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15894         part if argument is bogus.
15895
15896 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15897
15898         * gnus-art.el (w3m-minor-mode-map):
15899         * gnus-spec.el (gnus-newsrc-file-version):
15900         * gnus-util.el (nnmail-active-file-coding-system)
15901         (gnus-original-article-buffer, gnus-user-agent):
15902         * gnus.el (gnus-ham-process-destinations)
15903         (gnus-parameter-ham-marks-alist)
15904         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15905         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15906         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15907         * mm-decode.el (gnus-current-window-configuration):
15908         * mm-extern.el (gnus-article-mime-handles):
15909         * mm-url.el (url-current-object, url-package-name)
15910         (url-package-version):
15911         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15912         (smime-keys, w3m-cid-retrieve-function-alist)
15913         (w3m-current-buffer, w3m-display-inline-images)
15914         (w3m-minor-mode-map):
15915         * mml-smime.el (gnus-extract-address-components):
15916         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15917         (gnus-newsrc-hashtb, message-default-charset)
15918         (message-deletable-headers, message-options)
15919         (message-posting-charset, message-required-mail-headers)
15920         (message-required-news-headers):
15921         * mml1991.el (mc-pgp-always-sign):
15922         * mml2015.el (mc-pgp-always-sign):
15923         * nnheader.el (nnmail-extra-headers):
15924         * rfc1843.el (gnus-decode-encoded-word-function)
15925         (gnus-decode-header-function, gnus-newsgroup-name):
15926         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15927
15928 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15929
15930         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15931         the end of the date treatments.
15932
15933 2005-08-15  Simon Josefsson  <jas@extundo.com>
15934
15935         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15936         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15937         Capello and Romain Francoise.
15938         (pgg-fetch-key-function): Remove, not used?
15939         (pgg-insert-url-with-w3): Require url, to get
15940         url-insert-file-contents regardless of where it is defined.
15941
15942 2005-08-13  Romain Francoise  <romain@orebokech.com>
15943
15944         * message.el (message-cite-original-1): New function.
15945         (message-cite-original): Use it.
15946         (message-cite-original-without-signature): Ditto.
15947
15948 2005-08-08  Romain Francoise  <romain@orebokech.com>
15949
15950         * message.el (message-yank-empty-prefix): New variable.
15951         (message-indent-citation): Use it.
15952         (message-cite-original-without-signature): Respect X-No-Archive.
15953
15954 2005-08-08  Simon Josefsson  <jas@extundo.com>
15955
15956         * pgg.el: Autoload url-insert-file-contents instead of loading
15957         w3/url.
15958         (pgg-insert-url-with-w3): Don't load url here.
15959
15960 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15961
15962         * message.el (message-kill-to-signature): Don't insert newline at
15963         bol.
15964         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15965
15966 2005-08-06  Romain Francoise  <romain@orebokech.com>
15967
15968         * message.el (message-user-fqdn): Fix typo in docstring.
15969
15970 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15971
15972         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15973
15974         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15975
15976 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * mm-bodies.el (mm-encode-body): Use coding system rather than
15979         charset to encode text.
15980
15981         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15982         number of charsets if utf-8 is available (XEmacs).
15983
15984 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15987         taken from `gnus-button-mid-or-mail-regexp'.
15988         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15989         (gnus-button-alist): Improve regexp for domain part of the MIDs
15990         for news:localpart@domain buttons.
15991         (gnus-button-ctan-directory-regexp): Update.
15992
15993 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * sieve-manage.el (sieve-manage-interactive-login):
15996         Use make-local-variable rather than make-variable-buffer-local.
15997         (sieve-manage-open): Ditto.
15998         (sieve-manage-authenticate): Ditto.
15999
16000         * mml.el (mml-generate-mime-1): Make the content type default to
16001         text/plain if the filename is not specified.
16002
16003 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16006         instead of insert-buffer.
16007
16008         * message.el (message-yank-original): Ditto; set the mark at the
16009         end of the yanked message.
16010
16011 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16014         lines to scroll rather than to stop it.
16015
16016         * mml.el (mml-generate-default-type): Add doc string.
16017         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16018         default to application/octet-stream when determining the content
16019         type if it is not specified for the part or the mml contents; add
16020         a comment about mml-generate-default-type.
16021
16022 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16023
16024         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16025         make it default to application/octet-stream when determining the
16026         content type if it is not specified for the external contents.
16027
16028 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16031         segmented parameter but also other parameters might be there.
16032
16033 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * mm-decode.el (mm-display-external): Delete temp file, directory
16036         and buffer immediately if the external process is exited.
16037
16038 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16041         fewer lines than that of scroll-margin.
16042         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16043
16044 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-art.el (gnus-article-next-page): Revert.
16047         (gnus-article-beginning-of-window): New macro.
16048         (gnus-article-next-page-1): Use it.
16049         (gnus-article-prev-page): Ditto.
16050         (gnus-article-edit-part): Use insert-buffer-substring instead of
16051         insert-buffer.
16052         (gnus-article-edit-exit): Ditto.
16053
16054         * gnus-util.el (gnus-beginning-of-window): Remove.
16055         (gnus-end-of-window): Remove.
16056
16057         * lpath.el: Don't bind header-line-format and scroll-margin.
16058
16059 2005-07-25  Simon Josefsson  <jas@extundo.com>
16060
16061         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16062         to have the url package without w3.  Reported by Daiki Ueno
16063         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16064
16065 2005-07-20  Didier Verna  <didier@xemacs.org>
16066
16067         * gnus-diary.el: Remove the description comment (nndiary is now
16068         properly documented in the Gnus manual).
16069         Fix the spelling of "Back End".
16070         * nndiary.el: Ditto.
16071         Fix the copyright notice.
16072
16073 2005-07-18  Romain Francoise  <romain@orebokech.com>
16074
16075         * gnus-sum.el (gnus-summary-to-prefix)
16076         (gnus-summary-newsgroup-prefix): New variables.
16077         (gnus-summary-from-or-to-or-newsgroups): Use them.
16078
16079 2005-07-17  Romain Francoise  <romain@orebokech.com>
16080
16081         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16082         space as it's generally not especially interesting to the user.
16083
16084 2005-07-16  Romain Francoise  <romain@orebokech.com>
16085
16086         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16087         nil to avoid prompting and file modification if one of the
16088         messages at the top of the nnfolder file contains a copyright
16089         notice.
16090         Update copyright notice.
16091
16092         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16093         instead of `current-time-string' as the latter creates a time
16094         string that is not RFC 2822 compliant (it lacks the zone).
16095         Update copyright notice.
16096
16097 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16098
16099         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16100         for text/rtf.  Display default in prompt.  Pass default for M-n.
16101
16102         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16103
16104 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16105
16106         * gnus-msg.el (gnus-button-mailto):
16107         Remove save-selected-window-window hackery because it relies on
16108         save-selected-window internals.
16109
16110 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16113         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16114         (gnus-article-prev-page): Ditto.
16115
16116         * gnus-util.el (gnus-beginning-of-window): New function.
16117         (gnus-end-of-window): New function.
16118
16119         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16120
16121 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16122
16123         * gnus-score.el (gnus-score-edit-all-score):
16124         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16125         gnus-message.
16126
16127 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16128
16129         * gnus-msg.el (gnus-button-mailto):
16130         Remove save-selected-window-window hackery because it relies on
16131         save-selected-window internals.
16132
16133 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16136         add-minor-mode.
16137         (gnus-binary-mode): Ditto.
16138
16139         * gnus-topic.el (gnus-topic-mode): Ditto.
16140
16141 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16142
16143         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16144         (gnus-article-prev-page): Take scroll-margin into consideration.
16145
16146 2005-07-04  Lute Kamstra  <lute@gnu.org>
16147
16148         Update FSF's address in GPL notices.
16149
16150 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16151
16152         * gnus.el (gnus-exit):
16153         * gnus-group.el (gnus-group-icons):
16154         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16155
16156         * gnus-nocem.el (gnus-nocem):
16157         * message.el (message-various, message-buffers, message-sending)
16158         (message-interface, message-forwarding, message-insertion)
16159         (message-headers, message-news, message-mail):
16160         * pgg-gpg.el (pgg-gpg):
16161         * pgg-parse.el (pgg-parse):
16162         * pgg-pgp.el (pgg-pgp):
16163         * pgg-pgp5.el (pgg-pgp5):
16164         * pop3.el (pop3): Finish `defgroup' description with period.
16165
16166 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * gnus-art.el (article-display-face): Improve the efficiency.
16169         (article-display-x-face): Ditto; remove grey x-face stuff.
16170
16171 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * gnus-art.el (article-display-face): Correct the position in
16174         which Faces are inserted.
16175
16176 2005-06-29  Didier Verna  <didier@xemacs.org>
16177
16178         * gnus-art.el (article-display-face): Display faces in correct
16179         order.
16180
16181 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16184         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16185         (gnus-nocem-check-article): Fetch the Type header.
16186         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16187         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16188         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16189         make sure gnus-nocem-hashtb is initialized.
16190         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16191         (gnus-nocem-unwanted-article-p): Ditto.
16192
16193         * pgg.el (pgg-verify): Return the verification result.
16194
16195 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16196
16197         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16198         is ascii.
16199
16200 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16201
16202         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16203         `show-nonbreak-escape'.
16204
16205 2005-06-23  Lute Kamstra  <lute@gnu.org>
16206
16207         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16208
16209         * dig.el (dig-mode):
16210         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16211
16212 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16213
16214         * nnimap.el (nnimap-split-download-body): Fix spellings.
16215
16216 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16217
16218         * gnus-art.el (gnus-article-encrypt-body):
16219         * gnus-cus.el (gnus-score-customize):
16220         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16221         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16222
16223 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16224
16225         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16226         header by looking for magic "MII" at the beginnig.
16227
16228 2005-06-16  Miles Bader  <miles@gnu.org>
16229
16230         * gnus-xmas.el (gnus-xmas-group-startup-message):
16231         Use renamed gnus-splash face.
16232
16233         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16234         (assistant-field-face): New backward-compatibility alias for renamed
16235         face.
16236         (assistant-render-text): Use renamed assistant-field face.
16237
16238         * spam.el (spam): Remove "-face" suffix from face name.
16239         (spam-face): New backward-compatibility alias for renamed face.
16240         (spam-face, spam-initialize): Use renamed spam face.
16241
16242         * message.el (message-header-to, message-header-cc)
16243         (message-header-subject, message-header-newsgroups)
16244         (message-header-other, message-header-name)
16245         (message-header-xheader, message-separator, message-cited-text)
16246         (message-mml): Remove "-face" suffix from face names.
16247         (message-header-to-face, message-header-cc-face)
16248         (message-header-subject-face, message-header-newsgroups-face)
16249         (message-header-other-face, message-header-name-face)
16250         (message-header-xheader-face, message-separator-face)
16251         (message-cited-text-face, message-mml-face):
16252         New backward-compatibility aliases for renamed faces.
16253         (message-font-lock-keywords): Use renamed message faces.
16254
16255         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16256         (sieve-test-commands, sieve-tagged-arguments):
16257         Remove "-face" suffix from face names.
16258         (sieve-control-commands-face, sieve-action-commands-face)
16259         (sieve-test-commands-face, sieve-tagged-arguments-face):
16260         New backward-compatibility aliases for renamed faces.
16261         (sieve-control-commands-face, sieve-action-commands-face)
16262         (sieve-test-commands-face, sieve-tagged-arguments-face):
16263         Use renamed sieve faces.
16264
16265         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16266         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16267         (gnus-group-news-3-empty, gnus-group-news-4)
16268         (gnus-group-news-4-empty, gnus-group-news-5)
16269         (gnus-group-news-5-empty, gnus-group-news-6)
16270         (gnus-group-news-6-empty, gnus-group-news-low)
16271         (gnus-group-news-low-empty, gnus-group-mail-1)
16272         (gnus-group-mail-1-empty, gnus-group-mail-2)
16273         (gnus-group-mail-2-empty, gnus-group-mail-3)
16274         (gnus-group-mail-3-empty, gnus-group-mail-low)
16275         (gnus-group-mail-low-empty, gnus-summary-selected)
16276         (gnus-summary-cancelled, gnus-summary-high-ticked)
16277         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16278         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16279         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16280         (gnus-summary-low-undownloaded)
16281         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16282         (gnus-summary-low-unread, gnus-summary-normal-unread)
16283         (gnus-summary-high-read, gnus-summary-low-read)
16284         (gnus-summary-normal-read, gnus-splash):
16285         Remove "-face" suffix from face names.
16286         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16287         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16288         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16289         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16290         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16291         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16292         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16293         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16294         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16295         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16296         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16297         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16298         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16299         (gnus-summary-normal-ticked-face)
16300         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16301         (gnus-summary-normal-ancient-face)
16302         (gnus-summary-high-undownloaded-face)
16303         (gnus-summary-low-undownloaded-face)
16304         (gnus-summary-normal-undownloaded-face)
16305         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16306         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16307         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16308         (gnus-splash-face):
16309         New backward-compatibility aliases for renamed faces.
16310         (gnus-group-startup-message): Use renamed gnus faces.
16311
16312         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16313         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16314         (gnus-server-agent): Remove "-face" suffix from face names.
16315         (gnus-server-agent-face, gnus-server-opened-face)
16316         (gnus-server-closed-face, gnus-server-denied-face)
16317         (gnus-server-offline-face):
16318         New backward-compatibility aliases for renamed faces.
16319         (gnus-server-agent-face, gnus-server-opened-face)
16320         (gnus-server-closed-face, gnus-server-denied-face)
16321         (gnus-server-offline-face): Use renamed gnus faces.
16322
16323         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16324         Remove "-face" suffix from face names.
16325         (gnus-picon-xbm-face, gnus-picon-face):
16326         New backward-compatibility aliases for renamed faces.
16327
16328         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16329         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16330         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16331         (gnus-cite-11): Remove "-face" suffix from face names.
16332         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16333         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16334         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16335         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16336         New backward-compatibility aliases for renamed faces.
16337         (gnus-cite-attribution-face, gnus-cite-face-list)
16338         (gnus-article-boring-faces): Use renamed gnus faces.
16339
16340         * gnus-art.el (gnus-signature, gnus-header-from)
16341         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16342         (gnus-header-content): Remove "-face" suffix from face names.
16343         (gnus-signature-face, gnus-header-from-face)
16344         (gnus-header-subject-face, gnus-header-newsgroups-face)
16345         (gnus-header-name-face, gnus-header-content-face):
16346         New backward-compatibility aliases for renamed faces.
16347         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16348
16349         * gnus-sum.el (gnus-summary-selected-face)
16350         (gnus-summary-highlight): Use renamed gnus faces.
16351         * gnus-group.el (gnus-group-highlight): Likewise.
16352
16353 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16354
16355         * gnus-sieve.el (gnus-sieve-article-add-rule):
16356         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16357         * spam-stat.el (spam-stat-buffer-change-to-spam)
16358         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16359
16360         * message.el (message-is-yours-p):
16361         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16362
16363 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * mm-view.el (mm-inline-text): Withdraw the last change.
16366
16367 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16370         executing enriched-decode.
16371
16372 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16375         charset of tar files.
16376
16377 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16378
16379         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16380
16381 2005-06-04  Lute Kamstra  <lute@gnu.org>
16382
16383         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16384         information is never recorded.
16385
16386 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16387
16388         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16389
16390 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * pop3.el (pop3-apop): Run md5 in the binary mode.
16393
16394         * starttls.el (starttls-set-process-query-on-exit-flag):
16395         Use eval-and-compile.
16396
16397 2005-05-31  Simon Josefsson  <jas@extundo.com>
16398
16399         * smime.el (smime-replace-in-string): Define.
16400         (smime-cert-by-ldap-1): Use it.
16401
16402 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * gnus-art.el (article-display-x-face): Replace
16405         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16406
16407         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16408         set-process-query-on-exit-flag or process-kill-without-query.
16409
16410         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16411         loop instead of replace-regexp.
16412
16413         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16414         instead of process-kill-without-query if it is available.
16415
16416         * lpath.el: Fbind ldap-search-entries.
16417
16418         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16419         instead of find-file-hooks if it is available.
16420
16421         * mml1991.el: Bind pgg-default-user-id when compiling.
16422
16423         * mml2015.el: Bind pgg-default-user-id when compiling.
16424
16425         * nndraft.el (nndraft-request-associate-buffer):
16426         Use write-contents-functions instead of write-contents-hooks if it is
16427         available.
16428
16429         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16430         instead of find-file-hooks if it is available.
16431
16432         * nntp.el (nntp-open-connection): Replace
16433         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16434         (nntp-open-ssl-stream): Ditto.
16435         (nntp-open-tls-stream): Ditto.
16436
16437         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16438         set-process-query-on-exit-flag or process-kill-without-query.
16439         (starttls-open-stream-gnutls): Use it instead of
16440         process-kill-without-query.
16441         (starttls-open-stream): Ditto.
16442
16443 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16444
16445         * smime.el (smime-cert-by-ldap-1): Don't use
16446         replace-regexp-in-string.
16447
16448 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16449
16450         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16451
16452         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16453         in PEM format.  Adjust to the XEmacs compatibility.
16454
16455 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16456
16457         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16458         by `string-to-number'.
16459         * gnus-agent.el (gnus-agent-regenerate-group)
16460         (gnus-agent-fetch-articles): Ditto.
16461         * gnus-art.el (gnus-button-fetch-group): Ditto.
16462         * gnus-cache.el (gnus-cache-generate-active)
16463         (gnus-cache-articles-in-group): Ditto.
16464         * gnus-group.el (gnus-group-set-current-level)
16465         (gnus-group-insert-group-line): Ditto.
16466         * gnus-score.el (gnus-score-set-expunge-below)
16467         (gnus-score-set-mark-below, gnus-summary-score-effect)
16468         (gnus-summary-score-entry): Ditto.
16469         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16470         (gnus-soup-pack): Ditto.
16471         * gnus-spec.el (gnus-xmas-format): Ditto.
16472         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16473         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16474         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16475         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16476         * nndb.el (nndb-get-remote-expire-response): Ditto.
16477         * nndiary.el (nndiary-parse-schedule-value)
16478         (nndiary-string-to-number, nndiary-request-replace-article)
16479         (nndiary-request-article): Ditto.
16480         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16481         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16482         * nneething.el (nneething-make-head): Ditto.
16483         * nnfolder.el (nnfolder-request-article)
16484         (nnfolder-retrieve-headers): Ditto.
16485         * nnheader.el (nnheader-file-to-number): Ditto.
16486         * nnkiboze.el (nnkiboze-request-article): Ditto.
16487         * nnmail.el (nnmail-process-unix-mail-format)
16488         (nnmail-process-babyl-mail-format): Ditto.
16489         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16490         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16491         (nnmh-request-create-group, nnmh-request-list-1)
16492         (nnmh-request-group, nnmh-request-article): Ditto.
16493         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16494         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16495         * nnsoup.el (nnsoup-make-active): Ditto.
16496         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16497         * nntp.el (nntp-find-group-and-number)
16498         (nntp-retrieve-headers-with-xover): Ditto.
16499         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16500         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16501         (pgg-format-key-identifier): Ditto.
16502         * pop3.el (pop3-last, pop3-stat): Ditto.
16503         * qp.el (quoted-printable-decode-region): Ditto.
16504
16505         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16506         of concat.
16507
16508 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16511
16512         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16513
16514         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16515
16516         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16517
16518         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16519
16520         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16521
16522         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16523         (gnus-carpal-mode): Ditto.
16524
16525         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16526         (gnus-browse-mode): Ditto.
16527
16528         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16529
16530         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16531
16532 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16533
16534         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16535
16536 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-util.el (gnus-run-mode-hooks): New function.
16539
16540         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16541
16542         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16543         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16544
16545 2005-05-27  Lute Kamstra  <lute@gnu.org>
16546
16547         * dns-mode.el (dns-mode): Specify customization group.
16548
16549 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16550
16551         * gnus-agent.el (gnus-agent-make-mode-line-string):
16552         Use mode-line-highlight as mouse-face.
16553
16554 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * canlock.el (canlock): Change the parent group to news.
16557
16558         * deuglify.el (gnus-outlook-deuglify): Add :group.
16559
16560         * dig.el (dig): Add :group.
16561
16562         * dns-mode.el (dns-mode): Add :group.
16563
16564         * encrypt.el (encrypt): Add :group.
16565
16566         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16567         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16568         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16569         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16570         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16571
16572         * gnus-diary.el (gnus-diary): Add :group.
16573
16574         * gnus.el (gnus-group-news-1-face): Add :group.
16575         (gnus-group-news-1-empty-face): Ditto.
16576         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16577         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16578         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16579         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16580         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16581         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16582         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16583         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16584         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16585         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16586         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16587         (gnus-summary-high-ticked-face): Ditto.
16588         (gnus-summary-low-ticked-face): Ditto.
16589         (gnus-summary-normal-ticked-face): Ditto.
16590         (gnus-summary-high-ancient-face): Ditto.
16591         (gnus-summary-low-ancient-face): Ditto.
16592         (gnus-summary-normal-ancient-face): Ditto.
16593         (gnus-summary-high-undownloaded-face): Ditto.
16594         (gnus-summary-low-undownloaded-face): Ditto.
16595         (gnus-summary-normal-undownloaded-face): Ditto.
16596         (gnus-summary-high-unread-face): Ditto.
16597         (gnus-summary-low-unread-face): Ditto.
16598         (gnus-summary-normal-unread-face): Ditto.
16599         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16600         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16601
16602         * hashcash.el (hashcash): New custom group.
16603         (hashcash-default-payment): Add :group.
16604         (hashcash-payment-alist): Ditto.
16605         (hashcash-default-accept-payment): Ditto.
16606         (hashcash-accept-resources): Ditto.
16607         (hashcash-path): Ditto.
16608         (hashcash-extra-generate-parameters): Ditto.
16609         (hashcash-double-spend-database): Ditto.
16610         (hashcash-in-news): Ditto.
16611
16612         * message.el (message-minibuffer-local-map): Add :group.
16613
16614         * netrc.el (netrc): Add :group.
16615
16616         * sieve-manage.el (sieve-manage-log): Add :group.
16617         (sieve-manage-default-user): Diito.
16618         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16619         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16620         (sieve-manage-authenticators): Ditto.
16621         (sieve-manage-authenticator-alist): Ditto.
16622         (sieve-manage-default-port): Ditto.
16623
16624         * sieve-mode.el (sieve-control-commands-face): Add :group.
16625         (sieve-action-commands-face): Ditto.
16626         (sieve-test-commands-face): Ditto.
16627         (sieve-tagged-arguments-face): Ditto.
16628
16629         * smime.el (smime): Add :group.
16630
16631         * spam-report.el (spam-report): Add :group.
16632
16633         * spam.el (spam, spam-face): Add :group.
16634
16635 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16636
16637         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16638         return \n.\n.\n at the end of articles.  Protect against that.
16639         (nntp-with-open-group): Allow debugging.
16640
16641         * nnheader.el (mail-header-set-extra): Make into a function
16642         because I just could't understand how to quote the list properly.
16643
16644         * dns.el (query-dns-cached): New function.
16645
16646 2005-05-26  Lute Kamstra  <lute@gnu.org>
16647
16648         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16649
16650 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16653
16654         * gnus-art.el: Don't autoload mail-extract-address-components.
16655
16656         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16657         eval-and-compile to evaluate it.
16658
16659         * hashcash.el: Don't autoload executable-find.
16660
16661         * nndb.el: Don't declare the nndb back end two or more times; don't
16662         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16663
16664         * nntp.el: Autoload format-spec instead of format; use
16665         eval-and-compile to evaluate autoload forms.
16666
16667 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16668
16669         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16670
16671 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16672
16673         * gnus.el (gnus-version-number): Bump version.
16674
16675 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16676
16677         * gnus.el: No Gnus v0.3 is released.
16678
16679 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16680
16681         * lpath.el (featurep): Bind show-nonbreak-escape.
16682
16683 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * gnus-art.el (gnus-article-edit-part): Disable undo.
16686
16687 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16690         gnus-article-date-lapsed-new-header is t if date timer is active;
16691         skip headers in which the original date value is empty.
16692         (gnus-article-save-original-date): Redefine it as a macro.
16693         (gnus-display-mime): Use it.
16694
16695 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * gnus-art.el (article-date-ut): Support converting date in
16698         forwarded parts as well.
16699         (gnus-article-save-original-date): New function.
16700         (gnus-display-mime): Use it.
16701
16702 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16703
16704         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16705         enclosure element of <item>.
16706
16707 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * message.el (message-kill-buffer-query): Rename from
16710         `message-kill-buffer-query-if-modified'.  Add :version.
16711
16712 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16715         window layout.
16716
16717 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * mml.el: Autoload dnd when compiling.
16720
16721 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16724         x-dnd-*.
16725
16726 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * qp.el (quoted-printable-encode-region): Save excursion.
16729
16730 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16731
16732         * message.el (message-kill-buffer-query-if-modified): Add new variable
16733         so the user can kill a modified message buffer quickly.
16734         (message-kill-buffer): Use it.
16735
16736 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * lpath.el: Fbind display-time-event-handler; don't fbind
16739         string-to-multibyte.
16740
16741         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16742
16743 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16746         contained in text because xml.el decodes entities) with LFs.
16747
16748 2005-04-11  Lute Kamstra  <lute@gnu.org>
16749
16750         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16751         differently.
16752
16753 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16754
16755         * mm-util.el (mm-detect-coding-region): Typo.
16756
16757 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16760
16761 2005-04-06  Deepak Goel  <deego@gnufans.org>
16762
16763         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16764         user-function allow user modifications of the scores.
16765         (spam-stat-score-buffer-user): New function, to allow
16766         user-computed modifications to the score.
16767         (spam-stat-score-buffer-user-functions): List of additional
16768         scoring functions.
16769         (spam-stat-error-holder): Global temporary error holder.
16770         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16771         variable.
16772
16773 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16774
16775         * gnus-registry.el (gnus-registry-clean-empty-function)
16776         (gnus-registry-trim, gnus-registry-fetch-groups)
16777         (gnus-registry-delete-group): Groups that match
16778         `gnus-registry-ignored-groups' are removed from the registry
16779         entries, not just ignored for splitting.  This helps clean up the
16780         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16781         to get all the groups a message ID is in.
16782
16783         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16784         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16785         (spam-stat-score-buffer-user-functions): Add :number custom type.
16786
16787 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16790         argument in XEmacs.
16791
16792         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16793         (nnrss-request-group): Decode group name first.
16794         (nnrss-request-article): Make a text/plain article if mml-to-mime
16795         failed.
16796         (nnrss-get-encoding): Return a compatible encoding according to
16797         nnrss-compatible-encoding-alist.
16798         (nnrss-find-el): Use consp instead of listp.
16799         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16800
16801 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16804         which Emacs 20 doesn't support.
16805         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16806
16807 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16810         silence the byte compiler inside the defun.
16811
16812         * gnus-demon.el (parse-time-string): Add autoload.
16813
16814         * gnus-delay.el (parse-time-string): Add autoload.
16815
16816         * gnus-art.el (parse-time-string): Add autoload.
16817
16818         * nnultimate.el (parse-time): Require for `parse-time-string'.
16819
16820 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16823
16824         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16825
16826         * smime.el (smime-ldap-host-list): Add :version.
16827
16828 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16829
16830         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16831         pass it to `gnus-browse-read-group'.
16832         (gnus-browse-read-group): Add NUMBER argument and pass it to
16833         `gnus-group-read-ephemeral-group'.
16834
16835         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16836         argument and pass it to `gnus-group-read-group'.
16837
16838 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16839
16840         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16841         mm-xemacs-find-mime-charset-1 if we have the mule feature
16842         available at runtime.
16843
16844 2005-03-25  Werner Lemberg  <wl@gnu.org>
16845
16846         * nnmaildir.el: Replace `illegal' with `invalid'.
16847
16848 2005-03-23  Lute Kamstra  <lute@gnu.org>
16849
16850         * time-date.el: Add comment on time value formats.
16851         Don't require parse-time.
16852         (with-decoded-time-value): New macro.
16853         (encode-time-value): New function.
16854         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16855         (days-to-time): Return a valid time value when arg is huge.
16856         (time-since): Use time-subtract.
16857         (time-to-number-of-days): Use time-to-seconds.
16858
16859 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16860
16861         * gnus-start.el (gnus-display-time-event-handler):
16862         Check display-time-timer at runtime rather than only at load time
16863         in case display-time-mode is turned off in the mean time.
16864
16865 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16868         used.
16869
16870         * nneething.el (nneething-map-file-directory): Derive from
16871         `gnus-directory'.
16872
16873         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16874         the To/Cc button.
16875
16876 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * nnmaildir.el (nnmaildir-request-accept-article):
16879         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16880
16881 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16882
16883         * gnus-async.el: Require timer-funcs at compile time when in
16884         XEmacs for `run-with-idle-timer'.
16885
16886 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16887
16888         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16889         autoloaded function.
16890
16891 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16892
16893         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16894
16895 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16896
16897         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16898
16899 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16900
16901         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16902         Add gnus-expert-user to default.
16903
16904 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16905
16906         * nnimap.el (nnimap-open-server): Ditto.
16907
16908         * imap.el (imap-authenticate): Fix typo.
16909
16910 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16911
16912         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16913         buffer (since IMAP server might return FETCH response out of
16914         order, and the nntp buffer must be sorted).
16915
16916 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16917
16918         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16919         comparison on string.
16920
16921         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16922         (gnus-agent-score): Rename category keywords to match gnus-cus.
16923         (gnus-agent-summary-fetch-series): Modify to protect against
16924         gnus-agent-summary-fetch-group clearing processable flags.
16925         (gnus-agent-synchronize-group-flags): Update live group buffer as
16926         synchronization may occur due to the user toggle the plugged
16927         status.
16928         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16929         successfully downloaded.
16930         (gnus-agent-expire-group-1): Avoid using markers when the overview
16931         is in ascending order; greatly improves performance.
16932         (gnus-agent-regenerate-group):
16933         Use gnus-agent-synchronize-group-flags to reset read status in both
16934         gnus and server.
16935         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16936
16937 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16938
16939         * message.el: Don't autoload former message-utils variables.
16940         (message-strip-subject-trailing-was): Change doc string.
16941
16942         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16943         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16944         (nnweb-google-search): Add "hl=en" here.
16945         (nnweb-google-parse-1, nnweb-google-create-mapping):
16946         Don't hardcode URL.
16947
16948 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * message.el (message-get-reply-headers, message-followup):
16951         Mention related variables `message-use-followup-to' and
16952         `message-use-mail-followup-to', in the information buffer.
16953
16954         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16955         of broken groups(-beta).google.com.
16956
16957 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16958
16959         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16960         parameter to invoked gnus-request-move-article; remove the
16961         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16962         all at once instead of once per article.
16963         (gnus-summary-remove-process-mark): Accept a list of articles as
16964         well as a single article for processing.
16965
16966         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16967         parameter.
16968
16969         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16970
16971         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16972
16973         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16974         parameter.
16975
16976         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16977         parameter.
16978
16979         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16980         parameter and remove the gnus-sum-hint-move-is-internal variable.
16981
16982         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16983         parameter.
16984
16985         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16986         parameter.
16987
16988         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16989         parameter.
16990
16991         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16992
16993         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16994         parameter.
16995
16996         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16997         parameter.
16998
16999 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17000
17001         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17002         a more conservative way.
17003
17004 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17005
17006         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17007         buffer, so it moves the window's cursor.
17008
17009 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17010
17011         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17012         `mm-dissect-multipart' and receive the from field as an (optional)
17013         argument from `mm-dissect-multipart'.
17014         (mm-dissect-multipart): Receive the from field as an argument and
17015         pass it on when we call `mm-dissect-buffer' on MIME parts.
17016         Fixes verification/decryption of signed/encrypted MIME parts.
17017
17018 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17019
17020         * gnus-sum.el (gnus-summary-move-article):
17021         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17022         whatever it calls (right now, only nnimap-request-move article
17023         respects it).
17024
17025         * nnimap.el (nnimap-request-move-article):
17026         When gnus-sum-hint-move-is-internal is set, don't do the extra
17027         nnimap-request-article.
17028
17029 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17032
17033         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17034         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17035
17036         * gnus-sum.el (gnus-summary-caesar-message):
17037         Apply `gnus-treat-article' after rotation.
17038
17039         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17040         doc string.
17041
17042 2005-02-22  Simon Josefsson  <jas@extundo.com>
17043
17044         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17045         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17046         <arne@arnested.dk>.
17047         (encrypt): Add password-cache and password-cache-expiry as group
17048         members.
17049
17050 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17051
17052         * smime.el (smime-ldap-host-list): Doc fix.
17053         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17054         cache) password.
17055         (smime-sign-region): Use it.
17056         (smime-decrypt-region): Use it.
17057         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17058         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17059         fails.
17060         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17061         certificate from DER to PEM format rather than calling openssl.
17062
17063         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17064
17065         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17066         for signing/encryption.
17067
17068         * mml.el (mml-parse-1): Use them.
17069
17070 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17071
17072         * nnrss.el (nnrss-verbose): Remove.
17073         (nnrss-request-group): Use `nnheader-message' instead.
17074
17075 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17076
17077         * nnrss.el (nnrss-verbose): New variable.
17078         (nnrss-request-group): Make it say nnrss is requesting a group.
17079
17080 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17081
17082         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17083         Handle news URL with given port correctly.
17084
17085 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17088         containing special characters.
17089
17090         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17091
17092         * mml.el (mime-to-mml): Ditto.
17093
17094         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17095         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17096         (rfc2047-decode-region): Quote decoded words containing special
17097         characters when rfc2047-quote-decoded-words-containing-tspecials
17098         is non-nil.
17099
17100 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17101
17102         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17103
17104         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17105
17106 2005-02-15  Simon Josefsson  <jas@extundo.com>
17107
17108         * nnimap.el (nnimap-debug): Doc fix.
17109
17110         * imap.el (imap-debug): Doc fix.
17111
17112 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17115
17116 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17117
17118         * gnus.el (spam-contents): Improve docs for spam-contents
17119         parameter in its variable incarnation.
17120
17121 2005-02-14  Simon Josefsson  <jas@extundo.com>
17122
17123         * smime-ldap.el: Use require instead of load-library for ldap.
17124         (smime-ldap-search): Indent.
17125         (smime-ldap-search-internal): Shorten line.
17126
17127         * smime.el (smime-cert-by-dns): Add doc-string.
17128         (smime-cert-by-ldap-1): Indent.
17129
17130         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17131         mml-smime-get-dns-ldap.
17132         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17133
17134 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17135
17136         * smime.el: Require smime-ldap.
17137         (smime-ldap-host-list): New variable.
17138         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17139
17140         * mml-smime.el (mml-smime-encrypt-query): New function.
17141         (mml-smime-encrypt-query): Use it.
17142
17143         * smime-ldap.el: New file.
17144
17145 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17148
17149 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17150
17151         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17152         argument in doc string.  Make query for type more clear.
17153
17154 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * gnus.el (gnus-group-startup-message): Search for gnus images in
17157         etc/images/gnus.
17158         * mm-util.el (mm-image-load-path): Likewise.
17159         * smiley.el (smiley-data-directory): Search for smilies in
17160         etc/images/smilies.
17161
17162 2005-02-09  Kim F. Storm  <storm@cua.dk>
17163
17164         Change Emacs release version from 21.4 to 22.1 throughout.
17165         Change Emacs development version from 21.3.50 to 22.0.50.
17166
17167 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17170
17171         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17172         non-Mule XEmacs as well.
17173         (mm-decompress-buffer): Signal an error intentionally if it does
17174         not decompress compressed data because auto-compression-mode is
17175         disabled.
17176
17177 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17178
17179         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17180         an ID in the registry even if it has no groups.
17181
17182 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17185         merge it into mm-decompress-buffer.
17186         (gnus-mime-copy-part): Use the MIME part charset, the value which
17187         a user specified or gnus-newsgroup-charset for decoding, like
17188         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17189         save-buffer what was used.  Suggested by Kevin Ryde
17190         <user42@zip.com.au>.
17191         (gnus-mime-inline-part): Allow the name parameter as well as the
17192         filename parameter; force decompressing of compressed data; always
17193         display contents being not decoded as unibyte.
17194
17195         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17196         as well as the filename parameter.
17197
17198         * mm-util.el (mm-decompress-buffer):
17199         Merge gnus-mime-jka-compr-maybe-uncompress.
17200         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17201         of compressed data.
17202
17203 2005-02-08  Simon Josefsson  <jas@extundo.com>
17204
17205         * imap.el (imap-log): Doc fix.
17206
17207 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17210         the coding cookies; decompress compressed parts.
17211
17212         * mml.el (mml-generate-mime-1): Add the charset parameter according
17213         to the value which a user specified manually or the coding cookie.
17214
17215         * mm-util.el (mm-string-to-multibyte): New function.
17216         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17217         (mm-coding-system-to-mime-charset): New function.
17218         (mm-decompress-buffer): New function.
17219         (mm-find-buffer-file-coding-system): New function.
17220
17221         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17222         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17223         parts.
17224
17225 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17226
17227         * mm-view.el (mm-display-inline-fontify): Decode a part according
17228         to the charset parameter.
17229
17230 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17233         prefix arg is neither nil nor a number, as info specifies.
17234
17235 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17238         timestamps.
17239
17240 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17241
17242         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17243         groups error checking and notify user.
17244
17245 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17246
17247         * message.el (message-send-mail-function): Check existence of
17248         sendmail-program first before using default value
17249         `message-send-mail-with-sendmail'.  Otherwise use more generic
17250         `smtpmail-send-it'.
17251
17252 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17253
17254         * nntp.el (nntp-request-update-info): Always return nil.
17255
17256 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17257
17258         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17259
17260 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17261
17262         * message.el (message-beginning-of-line): Change the behavior when
17263         invoked between BOL and : so that it first moves backward.
17264
17265 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17268         article buffer when editing of the article is discarded.
17269         (gnus-article-prepare): Revert.
17270
17271 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17272
17273         * gnus-art.el (gnus-article-prepare):
17274         Remove message-strip-forbidden-properties from the local hook.
17275
17276 2005-01-27  Simon Josefsson  <jas@extundo.com>
17277
17278         * password.el (password-cache-add): Only start one timer per key.
17279         Reported by Derek Atkins <warlord@MIT.EDU>.
17280
17281 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17282
17283         * run-at-time.el: Remove.  It is no longer needed as
17284         timer-funcs.el in the xemacs-base package has a working version of
17285         `run-at-time'.
17286
17287         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17288
17289         * password.el: Require timer-funcs instead of run-at-time in
17290         XEmacs.
17291         Remove `password-run-at-time' macro.
17292         (password-cache-add): Use `run-at-time' instead of
17293         `password-run-at-time'.
17294
17295         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17296         Remove `nnheader-cancel-function-timers' alias,
17297         `cancel-function-timers' exists in XEmacs in timer-funcs.
17298
17299         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17300         for `run-with-idle-timer'.
17301
17302         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17303         for `run-at-time'.
17304
17305         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17306         for `with-timeout'.
17307
17308         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17309         the same as for XEmacs 21.4.
17310         No need to ignore `run-with-idle-timer', this function exists in
17311         XEmacs now in timer-funcs.el in the xemacs-base package.
17312         (dgnushack-compile): No need to delete
17313         run-at-time.el from the list of files to compile because it
17314         doesn't exist anymore.
17315
17316 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17319         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17320
17321 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17322
17323         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17324         sensitively.
17325
17326 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17327
17328         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17329
17330 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17333         which will be inserted according to the multibyteness of a buffer
17334         rather than the type of contents.  Suggested by ARISAWA Akihiro
17335         <ari@mbf.ocn.ne.jp>.
17336
17337         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17338         of string which old xml.el may return rather than a string.
17339
17340 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17343
17344 2005-01-16  Simon Josefsson  <jas@extundo.com>
17345
17346         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17347         idn/idna.el isn't available.
17348         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17349         <michael@waxrat.com>.
17350
17351         * hashcash.el: Remove non-FSF copyright header.
17352
17353         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17354         (hashcash-generate-payment): Use it.
17355         (hashcash-generate-payment-async): Use it.
17356
17357 2005-01-15  Simon Josefsson  <jas@extundo.com>
17358
17359         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17360         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17361
17362         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17363         gnus-summary-idna-message.
17364         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17365         (gnus-summary-idna-message): New function.
17366
17367 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17368
17369         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17370         gnus-novice-user.
17371
17372 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * nnrss.el (nnrss-request-delete-group): Delete entries in
17375         nnrss-group-alist as well.
17376         (nnrss-save-server-data): Insert newline.
17377
17378 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17379
17380         * gnus.el (gnus-user-agent): Use list of symbols instead of
17381         symbols.  Display full version number for (S)XEmacs.
17382         Optionally display (S)XEmacs codename.
17383
17384         * gnus-util.el (gnus-emacs-version): Update for new
17385         `gnus-user-agent'.
17386
17387         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17388         Gnus version.
17389
17390 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17393         which is unreadable in some setups.
17394
17395 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus-spec.el (gnus-update-format-specifications): Flush the
17398         group format spec cache if it doesn't support decoded group names.
17399
17400 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17401
17402         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17403         Allow to apply decay on score files matching a regexp.
17404
17405 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17408         compatibility in %g and %c.
17409
17410 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17413         name for only %g and %c.
17414         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17415         of gnus-tmp-group to decoded group name.
17416         (gnus-group-make-rss-group): Exclude `/'s from group names.
17417
17418 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * nnrss.el (nnrss-get-encoding): Fix regexp.
17421
17422 2004-12-27  Simon Josefsson  <jas@extundo.com>
17423
17424         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17425         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17426         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17427
17428 2004-12-17  Kim F. Storm  <storm@cua.dk>
17429
17430         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17431
17432         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17433
17434 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17435
17436         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17437
17438 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * nnrss.el: Require rfc2047 and mml.
17441         (nnrss-file-coding-system): New variable.
17442         (nnrss-format-string): Redefine it as an inline function.
17443         (nnrss-decode-group-name): New function.
17444         (nnrss-string-as-multibyte): Remove.
17445         (nnrss-retrieve-headers): Decode group name; don't use
17446         nnrss-format-string.
17447         (nnrss-request-group): Decode group name.
17448         (nnrss-request-article): Decode group name; allow a Message-ID as
17449         well as an article number; don't use nnrss-format-string; encode a
17450         Message-ID string which may contain non-ASCII characters; use
17451         mml-to-mime to compose a MIME article.
17452         (nnrss-request-expire-articles): Decode group name.
17453         (nnrss-request-delete-group): Decode group name.
17454         (nnrss-fetch): Clarify error message.
17455         (nnrss-read-server-data): Use insert-file-contents instead of load;
17456         bind file-name-coding-system; use multibyte buffer.
17457         (nnrss-save-server-data): Bind coding-system-for-write to the
17458         value of nnrss-file-coding-system; bind file-name-coding-system;
17459         add coding cookie.
17460         (nnrss-read-group-data): Use insert-file-contents instead of load;
17461         bind file-name-coding-system; use multibyte buffer.
17462         (nnrss-save-group-data): Bind coding-system-for-write to the
17463         value of nnrss-file-coding-system; bind file-name-coding-system.
17464         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17465         make it work with non-ASCII text.
17466         (nnrss-find-el): Make it work with old xml.el as well.
17467
17468 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17469
17470         * nnrss.el (nnrss-get-encoding): New function.
17471         (nnrss-fetch): Use unibyte buffer initially; bind
17472         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17473         decode contents according to the encoding attribute.
17474         (nnrss-save-group-data): Add coding cookie.
17475         (nnrss-mime-encode-string): New function.
17476         (nnrss-check-group): Use it to encode subject and author.
17477
17478 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17479
17480         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17481         imaginary variable.
17482
17483 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17486         correctly even if there are wide characters.
17487
17488 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17489
17490         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17491         downcased symbol names; make a new cache instead of reusing
17492         bbdb-hashtable.
17493
17494 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17497         concatenating segments rather than before concatenating them.
17498         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17499
17500         * message.el (message-get-reply-headers): Bind `extra'.
17501
17502 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17503
17504         * message.el (message-extra-wide-headers): New variable.
17505         (message-get-reply-headers): Use it.
17506
17507 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17510         (gnus-agent-group-pathname): Ditto.
17511
17512         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17513
17514         * gnus-group.el (gnus-group-make-group): Decode group name.
17515         (gnus-group-make-rss-group): Register the group data after opening
17516         the nnrss group.
17517
17518 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17519
17520         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17521         by expiry now get marked as read.
17522
17523 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17526
17527 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17528
17529         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17530         unify Latin characters in XEmacs.
17531         (mm-find-mime-charset-region): Use it.
17532
17533 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * gnus-util.el (gnus-delete-directory): New function.
17536
17537         * gnus-agent.el (gnus-agent-delete-group): Use it.
17538
17539         * gnus-cache.el (gnus-cache-delete-group): Use it.
17540
17541 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17544         names.
17545
17546 2004-12-16  Simon Josefsson  <jas@extundo.com>
17547
17548         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17549
17550 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17553
17554         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17555         (gnus-group-set-current-level): Decode group name.
17556
17557 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17558
17559         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17560         failed.
17561
17562 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * gnus-group.el (gnus-group-delete-group): Decode group name.
17565         (gnus-group-make-rss-group): Encode group name.
17566         (gnus-group-catchup-current): Decode group name.
17567         (gnus-group-kill-group): Decode group name.
17568
17569 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17570
17571         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17572
17573 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus-group.el (gnus-group-make-rss-group):
17576         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17577
17578         * gnus-start.el (gnus-setup-news): Honor user's setting to
17579         gnus-message-archive-method.  Suggested by Lute Kamstra
17580         <lute@gnu.org>.
17581
17582 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17583
17584         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17585         global counterparts of the buffer-local variables.
17586
17587 2004-11-16  Romain Francoise  <romain@orebokech.com>
17588
17589         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17590         counterparts of the buffer-local variables.
17591
17592 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17593
17594         * message.el (message-forbidden-properties): Fix typo in doc
17595         string.
17596
17597 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17598
17599         * gnus-util.el (gnus-replace-in-string): Add doc string.
17600
17601         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17602         to avoid problems when splitting mails with many recipients.
17603
17604 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17605
17606         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17607         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17608
17609 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17610
17611         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17612         if there is no hashtable in memory or file modification time is
17613         newer than cached timestamp.
17614
17615 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * gnus-sum.el (gnus-summary-limit-to-recipient):
17618         Implement not-matching option.
17619
17620 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17621
17622         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17623         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17624         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17625         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17626         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17627         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17628
17629 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * message.el (message-forward-make-body-mml): Remove headers
17632         according to message-forward-ignored-headers if a message is decoded.
17633
17634 2004-12-02  Romain Francoise  <romain@orebokech.com>
17635
17636         * message.el (message-forward-make-body-plain): Always remove
17637         headers according to message-forward-ignored-headers.
17638
17639 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17640
17641         * spam.el (spam-summary-prepare-exit): Remove the
17642         gnus-summary-limit pop for now, it has problems with ham marks for
17643         me.
17644
17645 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17646
17647         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17648         correctly.
17649
17650 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17651
17652         * format-spec.el (format-spec): Message the char.
17653
17654 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17655
17656         * gnus-art.el (gnus-split-methods): Reformat comments.
17657
17658         * spam.el (spam-summary-prepare-exit): Remove article limits
17659         before exiting the summary buffer.
17660
17661 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17664         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17665
17666         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17667         order to silence the byte compiler.
17668
17669         * spam.el: Fix the way to silence the byte compiler, which
17670         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17671         bbdb-search-simple, spam-BBDB-register-routine,
17672         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17673         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17674         spam-stat-buffer-is-spam, spam-stat-load,
17675         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17676         spam-stat-save and spam-stat-split-fancy.
17677
17678 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17681         which may confuse users.
17682         (canlock-password-for-verify): Ditto.
17683
17684         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17685
17686         * gnus-art.el (gnus-emphasis-alist): Ditto.
17687
17688         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17689
17690         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17691
17692         * gnus-start.el (gnus-save-killed-list): Ditto.
17693
17694         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17695         (gnus-sum-thread-tree-root): Ditto.
17696         (gnus-sum-thread-tree-false-root): Ditto.
17697         (gnus-sum-thread-tree-single-indent): Ditto.
17698
17699         * message.el (message-courtesy-message): Ditto.
17700         (message-archive-note): Ditto.
17701         (message-subscribed-address-file): Ditto.
17702         (message-user-fqdn): Ditto.
17703
17704         * spam-report.el (spam-report-gmane-regex): Ditto.
17705
17706         * spam.el (spam-blackhole-good-server-regex): Ditto.
17707
17708 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * mml.el (mml-preview): Widen the message buffer before copying
17711         the contents to the preview buffer; sort headers before previewing.
17712
17713         * message.el (message-hidden-headers): Fix the way to avoid a bug
17714         in the `repeat' widget in Emacs 21.3 or earlier.
17715
17716 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * message.el (message-hidden-headers): Default to "^References:".
17719         Improve customization type.  Suggested by Reiner Steib
17720         <Reiner.Steib@gmx.de>.
17721
17722 2004-11-25  Romain Francoise  <romain@orebokech.com>
17723
17724         * message.el (message-strip-forbidden-properties): Remove check for
17725         obsolete `message-hidden' text property, hidden headers are not
17726         accessible in the buffer anymore.
17727
17728 2004-11-22  Romain Francoise  <romain@orebokech.com>
17729
17730         * message.el (message-header-format-alist): Add `From' in list
17731         so that it can be sorted.
17732         (message-fix-before-sending): Widen and sort headers before
17733         sending.
17734         (message-hide-headers): Use narrowing to hide headers by moving
17735         them to the top of the buffer and narrowing to the region
17736         underneath.
17737
17738 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17739
17740         * message.el (message-strip-forbidden-properties):
17741         Bind buffer-read-only (etc) to nil.
17742
17743 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17746         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17747
17748 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17749
17750         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17751
17752 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17753
17754         * dns.el (query-dns): Use sit-for to time instead of
17755         accept-process-output, since that doesn't seem to work on udp
17756         sockets.
17757
17758 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17761
17762 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17763
17764         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17765         doc string.  Improve doc string.
17766
17767 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * nntp.el (nntp-request-update-info): Return nil if
17770         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17771         may not call gnus-activate-group which uselessly issues the GROUP
17772         commands for all nntp groups and wastes time.  Reported by Romain
17773         Francoise <romain@orebokech.com>.
17774
17775         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17776
17777 2004-11-15  Simon Josefsson  <jas@extundo.com>
17778
17779         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17780         headers separately.
17781         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17782         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17783
17784 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17785
17786         * gnus-start.el (gnus-convert-old-newsrc):
17787         Assign legacy-gnus-agent to 5.10.7.
17788
17789 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17790
17791         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17792         start of the lines.
17793
17794 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17795
17796         * hashcash.el (hashcash-default-payment): Change default to 20.
17797         (hashcash-default-accept-payment): Change default to 20.
17798         (hashcash-process-alist): New variable.
17799         (hashcash-generate-payment-async): Add.
17800         (hashcash-already-paid-p): Add.
17801         (hashcash-insert-payment): Don't generate payments twice.
17802         (hashcash-insert-payment-async): Add.
17803         (hashcash-insert-payment-async-2): Add.
17804         (hashcash-cancel-async): Add.
17805         (hashcash-wait-async): Add.
17806         (hashcash-processes-running-p): Add.
17807         (hashcash-wait-or-cancel): Add.
17808         (mail-add-payment): New optional argument.  Conditionally start
17809         asynchronous calculation.
17810         (mail-add-payment-async): Add.
17811
17812         * message.el (message-send-mail): Wait for asynchronous hashcash
17813         results.  Don't clobber existing X-Hashcash headers.
17814         (message-setup-1): Call mail-add-payment-async when
17815         message-generate-hashcash is non-nil.
17816
17817 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17818
17819         * message.el (message-use-alternative-email-as-from): Examine the
17820         From header as well; use message-make-from in order to include a
17821         user's full name.
17822
17823 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17826         default; improve customization type.
17827         (gnus-emphasis-custom-with-format): New macro.
17828         (gnus-emphasis-custom-value-to-external): New function.
17829         (gnus-emphasis-custom-value-to-internal): New function.
17830
17831 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17832
17833         * dns.el (query-dns): Resolve reverse addresses.
17834
17835 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17836
17837         * gnus-group.el (gnus-group-get-new-news): Use it.
17838
17839         * gnus-start.el (gnus-check-reasonable-setup): New function.
17840
17841 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17844         "Args out of range" error.  Reported by Arnaud Giersch
17845         <arnaud.giersch@free.fr>.
17846
17847 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17848
17849         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17850
17851 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17852
17853         * spam.el (spam group): Add :version.
17854
17855         * pgg-def.el (pgg group): Add :version.
17856
17857 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * gnus-art.el (gnus-article-edit-article): Don't associate the
17860         article buffer with a draft file.  This is a temporary measure
17861         against the 2004-08-22 change to gnus-article-edit-mode.
17862
17863 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17866         (html2text-format-tags): Remove unused variable `attr'.
17867
17868 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17869
17870         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17871
17872         * tls.el (tls-process-connection-type, tls-success)
17873         (tls-certtool-program): Add :version.
17874
17875         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17876         (starttls-extra-arguments, starttls-process-connection-type)
17877         (starttls-connect, starttls-failure, starttls-success): Add :version.
17878
17879         * spam-stat.el (spam-stat): Add :version.
17880
17881         * sieve.el (sieve): Add :version.
17882
17883         * sha1.el (sha1): Add :version.
17884         (sha1-use-external): Remove redundant version.
17885
17886         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17887         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17888         (nnmail-split-fancy-match-partial-words)
17889         (nnmail-split-lowercase-expanded): Add :version.
17890
17891         * nndiary.el (nndiary): Add :version.
17892
17893         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17894
17895         * mml-sec.el (mml-default-sign-method)
17896         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17897         Add :version.
17898
17899         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17900
17901         * mm-url.el (mm-url-use-external, mm-url-program)
17902         (mm-url-arguments): Add :version.
17903
17904         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17905         (mm-attachment-file-modes, mm-decrypt-option)
17906         (mm-w3m-safe-url-regexp): Add :version.
17907
17908         * message.el (message-cite-prefix-regexp)
17909         (message-sendmail-envelope-from, message-minibuffer-local-map)
17910         (message-user-fqdn, message-completion-alist): Add :version.
17911
17912         * gnus-win.el (gnus-configure-windows-hook)
17913         (gnus-use-frames-on-any-display): Add :version.
17914
17915         * gnus-art.el (gnus-article-address-banner-alist)
17916         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17917         (gnus-treat-from-picon, gnus-treat-mail-picon)
17918         (gnus-treat-x-pgp-sig): Add :version.
17919
17920         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17921         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17922         (gnus-summary-article-delete-hook)
17923         (gnus-summary-display-while-building): Add :version.
17924
17925         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17926         (gnus-get-top-new-news-hook): Add :version.
17927
17928         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17929         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17930
17931         * gnus-registry.el (gnus-registry): Add :version.
17932
17933         * gnus-spec.el (gnus-use-correct-string-widths)
17934         (gnus-make-format-preserve-properties): Add :version.
17935
17936         * gnus.el (gnus-group-charter-alist)
17937         (gnus-group-fetch-control-use-browse-url)
17938         (gnus-install-group-spam-parameters): Add :version.
17939
17940         * gnus-diary.el (gnus-diary): Add :version.
17941
17942         * gnus-delay.el (gnus-delay): Add :version.
17943
17944         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17945         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17946         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17947         Add :version.
17948
17949         * gnus-agent.el (gnus-agent-max-fetch-size)
17950         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17951         (gnus-agent-prompt-send-queue): Add :version.
17952
17953         * deuglify.el (gnus-outlook-deuglify): Add :version.
17954
17955         * html2text.el: Beautify code.  Improve doc strings.
17956         Some checkdoc cleanup.
17957         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17958
17959 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17960
17961         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17962
17963 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17964
17965         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17966         when package is loaded.
17967
17968         * spam.el (spam-summary-score-preferred-header): Add global preference
17969         for people who want to override the default SpamAssassin over
17970         Bogofilter preference (when both are set).
17971         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17972         (spam-user-format-function-S):
17973         Check spam-summary-score-preferred-header.
17974         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17975         (spam-user-format-function-S): Format the score correctly.
17976
17977 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17980         signature file.  Suggested by Manoj Srivastava
17981         <srivasta@golden-gryphon.com>.
17982
17983         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17984         iso-2022-jp even in the Japanese language environment.
17985         Suggested by Jason Rumney <jasonr@gnu.org>.
17986
17987 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17990         use the same characters as the dummy marks; make it free from
17991         getting affected by the language environment.
17992         (gnus-summary-read-group-1): Update mark positions only when the
17993         format spec is updated.
17994
17995         * gnus-spec.el (gnus-update-format-specifications): Return a list
17996         of updated types.
17997
17998 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18001         of boundp to check if display-warning is available.
18002
18003 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18004
18005         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18006
18007 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * nnspool.el (nnspool-spool-directory): Use news-path if the
18010         news-directory variable is not bound.
18011
18012         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18013         function instead of display-warning if it is not available.
18014
18015 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18016
18017         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18018         v5-10: Use `point-at-bol'.
18019
18020 2004-10-26  Simon Josefsson  <jas@extundo.com>
18021
18022         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18023         <chenggao@gmail.com>.
18024
18025 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18026
18027         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18028         instead.
18029
18030 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18031
18032         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18033         to remove a server from the nnimap-server-buffer-alist.
18034         (nnimap-open-connection, nnimap-close-server): Use it.
18035
18036         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18037
18038 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18041         running the major-mode function.
18042
18043 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18044
18045         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18046         dummy marks in the right way.
18047
18048 2004-10-18  David Edmondson  <dme@dme.org>
18049
18050         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18051         excessively.
18052
18053 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18054
18055         * gnus-util.el (gnus-split-references): Accept a nil references
18056         string and go on blissfully.
18057
18058         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18059         cases where the references string is non-nil but has no references.
18060
18061         * encrypt.el: Add autoload tags.
18062
18063         * spam.el (spam-resolve-registrations-routine): Remove article
18064         from unregistration list too.  Reported by David Hanak
18065         <dhanak@isis.vanderbilt.edu>
18066
18067 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18068
18069         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18070         nil.  Change custom type.
18071
18072 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18073
18074         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18075
18076         * gnus-sum.el (gnus-summary-move-article): Use it.
18077
18078 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18079
18080         * encrypt.el: Add autoload cookies.
18081
18082         * spam.el (spam-backend-article-list-property)
18083         (spam-backend-get-article-todo-list)
18084         (spam-backend-put-article-todo-list)
18085         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18086         Resolve registrations separately.
18087         (spam-register-routine): Format comments.
18088         (spam-unregister-routine, spam-register-routine): Always call with
18089         specific-articles, no default list.
18090         (spam-summary-prepare-exit): Use the spam-classifications function.
18091
18092         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18093         gnus-encrypt.el.
18094
18095         * encrypt.el: Copied from gnus-encrypt.el.
18096
18097         * gnus-encrypt.el: Commented that it's obsolete.
18098
18099 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18100
18101         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18102         (gnus-score-save): Use it.
18103
18104         * message.el (message-bury): Use `window-dedicated-p'.
18105
18106 2004-10-15  Simon Josefsson  <jas@extundo.com>
18107
18108         * pop3.el (top-level): Don't require nnheader.
18109         (pop3-read-timeout): Add.
18110         (pop3-accept-process-output): Add.
18111         (pop3-read-response, pop3-retr): Use it.
18112
18113 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18114
18115         * spam.el (spam-register-routine): Move comment.
18116         (spam-verify-bogofilter): Use 'unknown for the initial
18117         spam-bogofilter-valid state, not 'never.
18118
18119         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18120         for netrc-machine.
18121
18122         * nnimap.el (nnimap-open-connection):
18123         Use netrc-machine-user-or-password.
18124
18125 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18126
18127         * gnus-registry.el (gnus-registry-unload-hook):
18128         Set as a variable with add-hook.
18129
18130         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18131         of news-path.
18132
18133         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18134
18135         * spam.el: Delete duplicate `provide'.
18136         (spam-unload-hook): Set as a variable with add-hook.
18137
18138 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18139
18140         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18141         in the doc string.
18142
18143         * message.el (message-ignored-news-headers)
18144         (message-ignored-supersedes-headers)
18145         (message-ignored-resent-headers)
18146         (message-forward-ignored-headers): Improve custom type.
18147
18148 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * message.el (message-tokenize-header): Fix 2004-09-06 change
18151         which used point-min in the wrong place.
18152
18153 2004-10-12  Simon Josefsson  <jas@extundo.com>
18154
18155         * tls.el (tls-certtool-program): New variable.
18156         (tls-certificate-information): New function, based on
18157         ssl-certificate-information.
18158
18159 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * compface.el: Move the version of ELisp-based uncompface program
18162         to the contrib directory because of the copyright problem.
18163
18164 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * message.el (message-kill-buffer): Raise the current frame.
18167
18168 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18171
18172         * gnus.el (message-y-or-n-p): Autoload.
18173
18174         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18175         (pop3-password-required, pop3-authentication-scheme)
18176         (pop3-leave-mail-on-server): Make customizable.
18177         (pop3): New custom group.
18178         (pop3-retr): Remove `sleep-for' statements.
18179         Suggested by Dave Love <fx@gnu.org>.
18180
18181         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18182         Windows/DOS.
18183
18184         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18185         (imap-parse-body): Fix incorrect use of `assert'.
18186         Suggested by Dave Love <fx@gnu.org>.
18187
18188         * mml.el (mml-minibuffer-read-disposition): Require match.
18189         Suggested by Dave Love <fx@gnu.org>.
18190
18191 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18192
18193         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18194         doc string.
18195
18196 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18197
18198         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18199
18200 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18201
18202         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18203         instead of calling `mm-insert-inline', to decode text/* parts
18204         before displaying them.
18205
18206 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * mm-uu.el (mm-uu-text-plain-type): New variable.
18209         (mm-uu-pgp-signed-extract-1): Use it.
18210         (mm-uu-pgp-encrypted-extract-1): Use it.
18211         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18212         bind mm-uu-text-plain-type with that value.
18213         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18214         mm-uu-dissect.
18215
18216 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18217
18218         * gnus-group.el (gnus-update-group-mark-positions):
18219         * gnus-sum.el (gnus-update-summary-mark-positions):
18220         * message.el (message-check-news-body-syntax):
18221         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18222         of string-as-multibyte.
18223
18224 2004-10-05  Juri Linkov  <juri@jurta.org>
18225
18226         * gnus-group.el (gnus-update-group-mark-positions):
18227         * gnus-sum.el (gnus-update-summary-mark-positions):
18228         * message.el (message-check-news-body-syntax):
18229         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18230         8-bit unibyte values to a multibyte string for search functions.
18231
18232 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18235         (mm-uu-dissect-text-parts): New function.
18236
18237         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18238         dissect text parts.
18239
18240         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18241         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18242
18243         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18244
18245         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18246         Use gnus-current-topics instead of gnus-current-topic.
18247
18248 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18249
18250         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18251
18252 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18253
18254         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18255         where approriate.
18256
18257         * nnml.el (nnml-generate-active-info): do.
18258
18259         * nndiary.el (nndiary-generate-active-info): do.
18260
18261         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18262         (gnus-topic-move): do.
18263
18264         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18265         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18266
18267         * gnus-srvr.el (gnus-server-prepare)
18268         (gnus-server-open-all-servers): do.
18269
18270         * gnus-msg.el (gnus-summary-cancel-article)
18271         (gnus-summary-resend-message)
18272         (gnus-summary-mail-crosspost-complaint): do.
18273
18274         * gnus-move.el (gnus-change-server): do.
18275
18276         * gnus-group.el (gnus-group-unmark-all-groups)
18277         (gnus-group-set-current-level): do.
18278
18279 2004-10-04  Simon Josefsson  <jas@extundo.com>
18280
18281         * message.el (message-generate-hashcash): Doc fix.
18282
18283 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18284
18285         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18286         avoid infinite recursion via gnus-get-function.
18287
18288 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18289
18290         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18291
18292         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18293
18294         * nnmail.el (nnmail-split-history): do.
18295
18296         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18297         (nnml-request-delete-group): do.
18298
18299         * nnslashdot.el (nnslashdot-read-groups): do.
18300
18301         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18302         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18303
18304         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18305         (nnspool-sift-nov-with-sed): Use last.
18306         (nnspool-retrieve-headers-with-nov): Use mapc.
18307         (nnspool-request-newgroups): Use dolist.
18308         (nnspool-request-group): Use last.
18309
18310         * nntp.el (nntp-read-server-type): Use dolist.
18311
18312         * nnvirtual.el (nnvirtual-create-mapping)
18313         (nnvirtual-update-read-and-marked): Use dolist.
18314         (nnvirtual-convert-headers): Simplify.
18315
18316 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18317
18318         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18319         Add support for sync'ing tick marks.
18320
18321 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18324         there's no visible header.
18325
18326 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18327
18328         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18329         When necessary, pass full group name to gnus-request-set-marks.
18330
18331 2004-10-01  Simon Josefsson  <jas@extundo.com>
18332
18333         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18334         acroread.
18335
18336 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18337
18338         * spam-report.el (spam-report-gmane): Fix interactive.
18339
18340         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18341
18342         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18343         when writing file.
18344         (gnus-agent-synchronize-flags): Don't default to being
18345         interactive.
18346
18347 2004-09-30  Simon Josefsson  <jas@extundo.com>
18348
18349         * message.el (message-generate-hashcash): Add.
18350         (message-send-mail): Use it, call mail-add-payment.
18351
18352 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18353
18354         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18355
18356 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18357
18358         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18359         gnus-requst-update-info with explicit code to sync the in-memory
18360         info read flags with the marks being sync'd to the backend.
18361
18362         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18363
18364 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18365
18366         * spam.el (spam-verify-bogofilter): Add new function.
18367         (spam-check-bogofilter)
18368         (spam-bogofilter-register-with-bogofilter): Use it.
18369         (spam-verify-bogofilter): Add small fixes.
18370
18371 2004-09-28  Simon Josefsson  <jas@extundo.com>
18372
18373         * hashcash.el (hashcash-generate-payment): Revert.
18374
18375 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18376
18377         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18378         Use gnus-extract-references instead of gnus-split-references.
18379
18380         * gnus-util.el (gnus-extract-references): Add new function, analogous
18381         to gnus-split-references but extracts only the message-ID without
18382         anything extra.
18383
18384         * hashcash.el (hashcash-generate-payment)
18385         (hashcash-check-payment): Do the right thing if hashcash-path is
18386         nil (because the hashcash program could not be found).
18387
18388         * spam.el (spam-use-hashcash): Remove comment.
18389
18390 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18391
18392         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18393         (gnus-cache-enter-article, gnus-cache-remove-article)
18394         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18395
18396         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18397
18398         * gnus-art.el (article-hide-boring-headers)
18399         (article-translate-strings, article-display-face)
18400         (gnus-article-mime-match-handle-first)
18401         (gnus-article-highlight-headers)
18402         (gnus-article-add-buttons-to-head): do.
18403
18404 2004-09-27  Simon Josefsson  <jas@extundo.com>
18405
18406         * hashcash.el: New version, from
18407         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18408         ../contrib/.
18409
18410 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18413
18414 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18415
18416         * gnus-dup.el (gnus-dup-open): Use mapc.
18417         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18418
18419         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18420         Reported by Stefan Wiens <s.wi@gmx.net>.
18421
18422         * gnus.el (gnus-shutdown): Use dolist.
18423
18424         * gnus-undo.el (gnus-undo): Use mapc.
18425
18426         * nnrss.el (nnrss-generate-active): do.
18427
18428         * message.el (message-cite-original-without-signature)
18429         (message-cite-original): Use mapc.
18430         (message-do-actions, message-make-forward-subject): Use dolist.
18431
18432 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18433
18434         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18435         deletion to remove entire duplicate line.  Fixes merged article
18436         number bug.
18437
18438 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18439
18440         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18441         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18442         first ask if you want to open a server and then, even when you
18443         responded with no, asking if you want to synchronize the server's
18444         flags.
18445         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18446         multi-line expressions.
18447         (gnus-agent-synchronize-group-flags): New internal function.
18448         Updates marks in memory (in the info structure) AND in the
18449         backend.
18450
18451         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18452
18453         * nnagent.el (nnagent-request-set-mark):
18454         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18455         method, to ensure that synchronization updates marks in the
18456         backend and in the info (in memory) structure.
18457
18458 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18461         convention fully; don't miss the root article of a thread; make
18462         the X-Draft-From header with correct article numbers.
18463
18464 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18465
18466         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18467         unless plugged.  Disable the agent so that an open failure causes
18468         an error.
18469
18470         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18471         Revert 2004-09-21 change.  The backend must be opened while
18472         synchronizing flags even when the backend stores the flags
18473         locally.
18474
18475 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18476
18477         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18478         in `header' match.  Reported by Svend Tollak Munkejord.
18479
18480         * message.el (message-cite-original): Fix use of
18481         `message-cite-articles-with-x-no-archive'.
18482
18483 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18486         (gnus-window-to-buffer): Ditto.
18487
18488         * mml.el (mml-preview-buffer): New variable.
18489         (mml-preview): Manage window layout with gnus-buffer-configuration.
18490
18491         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18492         X-Draft-From header even if those articles aren't quoted.
18493
18494 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18495
18496         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18497         (gnus-request-set-mark, gnus-request-update-mark): Use new
18498         g-s-t-u-l-m to decide to use backend even when unplugged.
18499
18500 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18503         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18504
18505 2004-09-20  Simon Josefsson  <jas@extundo.com>
18506
18507         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18508         "utf-16-le".
18509
18510 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18511
18512         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18513
18514 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18515
18516         * uudecode.el (uudecode-use-external): Add :version.
18517
18518         * smime.el (smime-CA-file, smime-encrypt-cipher)
18519         (smime-dns-server): Add :version.
18520
18521         * smiley.el (gnus-smiley-file-types): Add :version.
18522
18523         * sha1.el (sha1-use-external): Add :version.
18524
18525         * pgg-def.el (pgg-query-keyserver): Add :version.
18526
18527         * nnmail.el (nnmail-fancy-expiry-targets)
18528         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18529         Add :version.
18530
18531         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18532         (nnimap-retrieve-groups-asynchronous): Add :version.
18533         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18534
18535         * mml.el (mml-content-disposition-parameters)
18536         (mml-insert-mime-headers-always): Add :version.
18537
18538         * mm-util.el (mm-coding-system-priorities): Add :version.
18539
18540         * mm-decode.el (mm-inline-text-html-with-images)
18541         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18542         (mm-verify-option): Add :version.
18543         (mm-text-html-renderer): Change :version.
18544
18545         * message.el (message-fcc-externalize-attachments)
18546         (message-required-headers, message-draft-headers)
18547         (message-subject-trailing-was-query)
18548         (message-subject-trailing-was-ask-regexp)
18549         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18550         (message-mark-insert-end, message-archive-header)
18551         (message-archive-note, message-cross-post-default)
18552         (message-cross-post-note, message-followup-to-note)
18553         (message-cross-post-note-function, message-use-mail-followup-to)
18554         (message-subscribed-address-functions)
18555         (message-subscribed-address-file, message-subscribed-addresses)
18556         (message-subscribed-regexps, message-allow-no-recipients)
18557         (message-yank-cited-prefix, message-signature-insert-empty-line)
18558         (message-hidden-headers, message-hierarchical-addresses)
18559         (message-mail-user-agent, message-use-idna)
18560         (message-valid-fqdn-regexp)
18561         (message-strip-special-text-properties, message-header-synonyms)
18562         (message-beginning-of-line, message-tab-body-function): Add :version.
18563         (message-insert-canlock, message-wide-reply-confirm-recipients):
18564         Change :version.
18565
18566         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18567         and :version.
18568         (mail-source-delete-old-incoming-confirm)
18569         (mail-source-movemail-program): Add :version.
18570
18571         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18572         (gnus-agent-cache, gnus-agent): Change :version.
18573
18574         * gnus-util.el (gnus-use-byte-compile): Change :version.
18575
18576         * gnus-sum.el (gnus-summary-make-false-root-always)
18577         (gnus-summary-default-high-score)
18578         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18579         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18580         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18581         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18582         (gnus-sum-thread-tree-single-indent)
18583         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18584         (gnus-sum-thread-tree-leaf-with-other)
18585         (gnus-sum-thread-tree-single-leaf): Add :version.
18586         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18587         (gnus-article-loose-mime): Change :version.
18588
18589         * gnus-start.el (gnus-backup-startup-file)
18590         (gnus-save-startup-file-via-temp-buffer): Add :version.
18591
18592         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18593         (gnus-server-offline-face): Add :version.
18594
18595         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18596
18597         * gnus-msg.el (gnus-gcc-externalize-attachments)
18598         (gnus-debug-files, gnus-debug-exclude-variables)
18599         (gnus-discouraged-post-methods): Change :version.
18600         (gnus-confirm-mail-reply-to-news)
18601         (gnus-confirm-treat-mail-like-news): Add :version.
18602
18603         * gnus-int.el (gnus-server-unopen-status): Add :version.
18604
18605         * gnus-group.el (gnus-group-jump-to-group-prompt)
18606         (gnus-large-ephemeral-newsgroup)
18607         (gnus-fetch-old-ephemeral-headers): Add :version.
18608
18609         * gnus-fun.el (gnus-x-face-directory)
18610         (gnus-convert-pbm-to-x-face-command)
18611         (gnus-convert-image-to-x-face-command)
18612         (gnus-convert-image-to-face-command): Add :version.
18613
18614         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18615
18616         * gnus-cite.el (gnus-cite-blank-line-after-header)
18617         (gnus-article-boring-faces): Add :version.
18618
18619         * gnus-art.el (gnus-buttonized-mime-types)
18620         (gnus-inhibit-mime-unbuttonizing)
18621         (gnus-treat-display-face)
18622         (gnus-treat-body-boundary): Change :version.
18623         (gnus-body-boundary-delimiter, gnus-picon-databases)
18624         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18625         (gnus-treat-date-english, gnus-treat-fold-headers)
18626         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18627         (gnus-treat-mail-picon, gnus-treat-wash-html)
18628         (gnus-article-encrypt-protocol)
18629         (gnus-use-idna, gnus-article-over-scroll)
18630         (gnus-mime-display-multipart-alternative-as-mixed)
18631         (gnus-mime-display-multipart-related-as-mixed)
18632         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18633         (gnus-ctan-url, gnus-button-ctan-handler)
18634         (gnus-button-handle-ctan-bogus-regexp)
18635         (gnus-button-ctan-directory-regexp)
18636         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18637         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18638         (gnus-button-man-level, gnus-button-emacs-level)
18639         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18640
18641         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18642         (gnus-agent-go-online): Change :version.
18643         (gnus-agent-expire-unagentized-dirs)
18644         (gnus-agent-auto-agentize-methods): Add :version.
18645
18646         * flow-fill.el (fill-flowed-display-column)
18647         (fill-flowed-encode-column): Add :version.
18648
18649         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18650         (gnus-outlook-deuglify-unwrap-max)
18651         (gnus-outlook-deuglify-cite-marks)
18652         (gnus-outlook-deuglify-unwrap-stop-chars)
18653         (gnus-outlook-deuglify-no-wrap-chars)
18654         (gnus-outlook-deuglify-attrib-cut-regexp)
18655         (gnus-outlook-deuglify-attrib-verb-regexp)
18656         (gnus-outlook-deuglify-attrib-end-regexp)
18657         (gnus-outlook-display-hook): Add :version.
18658
18659         * binhex.el (binhex-use-external): Add :version.
18660
18661 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18662
18663         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18664         and `invisible'.
18665
18666 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18667
18668         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18669         in gnus-registry-trim.
18670
18671 2004-09-13  Simon Josefsson  <jas@extundo.com>
18672
18673         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18674
18675         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18676
18677         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18678         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18679         <yamaoka@jpl.org>.
18680         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18681         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18682         <yamaoka@jpl.org>.
18683
18684         * sieve.el (sieve-manage-mode): Ditto.
18685
18686 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18687
18688         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18689
18690 2004-09-11  Simon Josefsson  <jas@extundo.com>
18691
18692         * dns-mode.el: Add.
18693
18694         * mm-view.el (mm-display-dns-inline): Add.
18695
18696         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18697         (mm-automatic-display): Ditto.
18698
18699         * mailcap.el (mailcap-mime-data): Add text/dns.
18700         (mailcap-mime-extensions): Map .soa to text/dns.
18701
18702 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18703
18704         * gnus-art.el (article-decode-mime-words, article-babel)
18705         (gnus-article-highlight-signature, gnus-article-add-buttons)
18706         (gnus-signature-toggle): Remove unnecessary bindings of
18707         `inhibit-read-only' inherited from v5.10 merge.
18708
18709 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18710
18711         * nntp.el (nntp): New customization group.
18712         (nntp-authinfo-file): Add customization group.
18713
18714         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18715
18716         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18717
18718         * gnus.el (to-address, to-list, subscribed)
18719         (large-newsgroup-initial): Ditto.
18720
18721         * flow-fill.el (fill-flowed-display-column)
18722         (fill-flowed-encode-column): Ditto.
18723
18724 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18725
18726         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18727         Use point-min rather than 1.
18728         (message-send-mail): Use buffer-size rather than point-max.
18729
18730         * gnus-sum.el (gnus-summary-search-article-forward):
18731         Signal a specific `search-failed' rather than a generic `error'.
18732
18733         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18734         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18735         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18736
18737 2004-09-10  Simon Josefsson  <jas@extundo.com>
18738
18739         * nndb.el (require): Remove tcp and duplicate cl.
18740
18741 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * gnus-agent.el (directory-files-and-attributes): Move forward.
18744
18745 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18746
18747         * gnus-agent.el (directory-files-and-attributes):
18748         Optionally defined to support XEmacs.
18749
18750 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18751
18752         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18753         to avoid run-time CL dependencies.
18754         (gnus-agent-unfetch-articles): New function.
18755         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18756         article numbers even when local .overview file is missing.
18757         (gnus-agent-read-article-number): New function.  Only accepts
18758         27-bit article numbers.
18759         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18760         Use gnus-agent-read-article-number.
18761         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18762         from backend while recognizing that article numbers in .overview
18763         must be valid.
18764         (gnus-agent-update-files-total-fetched-for):
18765         Use directory-files-and-attributes to improve performance.
18766         * gnus-int.el (gnus-request-move-article):
18767         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18768         improve performance.
18769
18770         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18771         some users confused by references to .newsrc when they only have a
18772         .newsrc.eld file.
18773         (gnus-convert-mark-converter-prompt)
18774         (gnus-convert-converter-needs-prompt): Fix use of property list.
18775         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18776         New function.  Used internally to only display 'gnus converting
18777         files' message when actually necessary.
18778
18779         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18780         methods now autoloaded.
18781
18782 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18785         identifiers.
18786
18787 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18788
18789         * gnus-picon.el: Fix indentation and closing parenthesis.
18790
18791 2004-09-01  Simon Josefsson  <jas@extundo.com>
18792
18793         * message.el (message-canlock-generate): Require sha1, not
18794         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18795         to require within a function.  Sadly, if sha1.el isn't loaded, the
18796         let binding in m-c-g will hide the defcustom definition, which is
18797         bad.)
18798
18799         * canlock.el: Require sha1, not sha1-el.
18800
18801         * message.el: Don't autoload sha1 (there is a autoload cookie in
18802         sha1.el).
18803
18804         * sha1-el.el: Rename to sha1.el.
18805
18806 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18807
18808         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18809
18810 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18811
18812         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18813
18814 2004-08-30  Kim F. Storm  <storm@cua.dk>
18815
18816         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18817
18818         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18819         Add :group 'nnimap.
18820
18821 2004-08-30  Andreas Schwab  <schwab@suse.de>
18822
18823         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18824         ?* and ?\;.
18825
18826         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18827         and ?\' to symbol instead of whitespace.
18828
18829 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18832
18833         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18834         instead of re-search-forward.
18835
18836         * gnus-uu.el (gnus-uu-save-article): Ditto.
18837         (gnus-uu-post-encode-uuencode): Ditto.
18838
18839         * html2text.el (html2text-clean-list-items): Ditto.
18840         (html2text-clean-dtdd): Ditto.
18841         (html2text-format-tags): Ditto.
18842
18843         * message.el (message-send-mail-with-sendmail): Fix regexp.
18844         (message-fill-field-general): Use search-forward instead of
18845         re-search-forward.
18846         (unbold-region): Ditto.
18847
18848         * nnrss.el (nnrss-request-article): Ditto.
18849
18850         * nnslashdot.el (nnslashdot-request-article): Ditto.
18851
18852         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18853
18854         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18855         "Unrecognized menu descriptor" error in XEmacs.
18856
18857 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18858
18859         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18860         parent article of a sparse article in the thread hashtb.
18861
18862 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18863
18864         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18865         (nnmail-expand-newtext): Lowercase expanded entries if
18866         nnmail-split-lowercase-expanded is non-nil.
18867
18868 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18871
18872         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18873         of gnus-tmp-news-method into string under XEmacs.  It will be
18874         passed to gnus-correct-length which takes only a string argument.
18875
18876 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * gnus-util.el (gnus-bind-print-variables): New macro.
18879         (gnus-prin1): Use it.
18880         (gnus-prin1-to-string): Use it.
18881         (gnus-pp): New function.
18882         (gnus-pp-to-string): New function.
18883
18884         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18885         Replace pp-to-string with gnus-pp-to-string.
18886         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18887         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18888         * gnus-msg.el (gnus-debug): Ditto.
18889         * gnus-score.el (gnus-score-save): Ditto.
18890         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18891         gnus-pp-to-string.
18892         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18893         with gnus-pp.
18894         * score-mode.el (gnus-score-pretty-print): Ditto.
18895         * webmail.el (webmail-debug): Ditto.
18896
18897 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * gnus-art.el (article-display-face, article-display-x-face):
18900         Use buffer-read-only.
18901
18902 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18903
18904         * gnus-art.el (article-hide-list-identifiers):
18905         Bind inhibit-read-only as t.
18906
18907 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18908
18909         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18910
18911 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18912
18913         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18914         (gnus-narrow-to-page): Don't assume point-min == 1.
18915         (gnus-article-edit-mode): Derive from message-mode.
18916
18917         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18918         point-min == 1.
18919
18920         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18921         Disable incorrect use of `assert'.
18922
18923         * message.el (message-mode): Set comment-start-skip.
18924
18925
18926 2004-08-22  Sam Steingold  <sds@gnu.org>
18927
18928         * pop3.el (pop3-leave-mail-on-server): New user variable.
18929         (pop3-movemail): Delete mail only when it is nil.
18930
18931 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18932
18933         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18934
18935         * mml.el (mml-preview): Use `pop-to-buffer'.
18936
18937         * message.el (message-goto-mail-followup-to): Insert after "To".
18938         (message-carefully-insert-headers): Add comment.
18939
18940         * gnus.el: Remove unused variable `gnus-article-check-size'.
18941
18942         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18943
18944         * gnus-art.el (gnus-button-alist):
18945         Improve `gnus-button-handle-library' entry.
18946
18947 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18948
18949         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18950         Use downcase, since XEmacs capitalizes error messages differently.
18951
18952 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18953
18954         * nntp.el: Add (require 'gnus) due to reference to
18955         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18956
18957 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18958
18959         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18960         Bind `mm-fill-flowed'.
18961
18962         * mm-decode.el (mm-dissect-singlepart): Check it.
18963
18964 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18965
18966         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18967         'imap' for netrc parsing.
18968
18969 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18970
18971         * mailcap.el (mailcap-mime-data): Mark as risky.
18972
18973 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18974
18975         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18976         may be included in the encoded word.
18977         (rfc2047-encode): Don't append a space if the encoded word
18978         includes close parenthesis.
18979
18980 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18983         of text within parentheses.
18984
18985 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18986
18987         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18988         (gnus-encrypt-write-file-contents): Make the password key the file
18989         name PLUS the cipher, not just the cipher.  Also remove failed
18990         passwords from the cache.
18991
18992 2004-08-06  Simon Josefsson  <jas@extundo.com>
18993
18994         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18995         Doc fix.
18996
18997 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19000         LWSP.
19001
19002 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19003
19004         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19005         Try to append in-reply-to: data to the references: header.
19006
19007         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19008         (netrc-parse): Use gnus-encrypt.el functions.
19009
19010         * gnus-encrypt.el: Add new file for encryption support; currently
19011         does only a few GPG ciphers and an internal XOR cipher.
19012
19013         * password.el: Add comments on using password-read-and-add.
19014         (password-read-and-add): Add function to read and add the
19015         password to the cache at once.
19016
19017 2004-07-28  Simon Josefsson  <jas@extundo.com>
19018
19019         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19020         parameter (but don't use it, for now).
19021
19022         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19023         instead of hard coding to nil.
19024
19025 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19026
19027         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19028         as mm-inline-image-xemacs does.
19029
19030 2004-07-26  Simon Josefsson  <jas@extundo.com>
19031
19032         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19033         Revert part of 2004-07-17 change below.
19034
19035 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19038         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19039
19040 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19041
19042         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19043         quotes that actually start with ">" at the beginning of the
19044         lines.
19045
19046 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19047
19048         * rfc2047.el (rfc2047-encode-region): Fix last change.
19049         (rfc2047-encode-parameter): Remove useless concat.
19050
19051 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19054         encode special characters; fix some kind of misconfigured headers;
19055         signal a real error if debug-on-quit or debug-on-error is non-nil.
19056         (rfc2047-encode-max-chars): New variable.
19057         (rfc2047-encode-1): Use it.
19058         (rfc2047-encode-parameter): New function.
19059
19060         * mml.el (mml-insert-parameter): Remove an excessive space.
19061
19062 2004-07-17  Simon Josefsson  <jas@extundo.com>
19063
19064         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19065         Kai Grossjohann <kai@emptydomain.de>.
19066         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19067         (gnus-group-make-menu-bar): Ditto.
19068
19069         * gnus-util.el (gnus-group-server): Add.
19070
19071 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19072
19073         * message.el (message-clone-locals): Clone sendmail and smtp
19074         variables.
19075
19076 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * rfc2047.el (rfc2047-encode-region): Fix last change.
19079
19080 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19083         characters as non-special.
19084
19085 2004-07-09  Simon Josefsson  <jas@extundo.com>
19086
19087         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19088         Users will lose all flag changes made while unplugged with
19089         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19090         good default.  See numerous reports on ding mailing list.
19091
19092 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19095         add generate-head-function and generate-article-function to the
19096         rfc822-forward entry.
19097         (nndoc-rfc822-forward-generate-article): New function.
19098         (nndoc-rfc822-forward-generate-head): New function.
19099
19100         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19101
19102 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19103
19104         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19105         respect display group parameter and gnus-summary-expunge-below.
19106         (gnus-articles-to-read): Remove unused reference to display group
19107         parameter.
19108
19109 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19110
19111         * nnheader.el (nnheader-uniquify-message-id): New experimental
19112         variable.
19113         (nnheader-nov-read-message-id): Use it.
19114
19115         * spam-report.el (spam-report-gmane): Add interactive.
19116
19117 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * mm-encode.el (mm-content-transfer-encoding-defaults):
19120         Use qp-or-base64 for the application/* types.
19121
19122 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19123
19124         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19125
19126 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19127
19128         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19129         trim value.
19130
19131 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19132
19133         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19134         New macro and function.
19135         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19136
19137 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19138
19139         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19140         after-load-alist.
19141
19142 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19143
19144         * gnus-group.el (gnus-group-get-new-news-this-group):
19145         Don't update info that isn't there.
19146
19147 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19148
19149         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19150         entry.
19151
19152 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * mm-view.el (mm-inline-render-with-function): Use multibyte
19155         buffer; decode html source by charset.
19156
19157         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19158
19159         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19160         Mule-UCS is loaded under XEmacs.
19161         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19162
19163 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19164
19165         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19166
19167 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19168
19169         * mm-util.el (mm-coding-system-p): Return a coding-system.
19170         (mm-mime-mule-charset-alist): Use shift_jis instead of
19171         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19172         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19173         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19174         instead of japanese-shift-jis and iso-latin-1 respectively in
19175         order to share the default value with both Emacs and XEmacs-mule.
19176         (mm-mule-charset-to-mime-charset):
19177         Make mm-coding-system-priorities effective.
19178         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19179         while predicating of candidates upon the priorities.
19180
19181 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19182
19183         * gnus-sum.el (gnus-summary-make-menu-bar):
19184         Add gnus-uu-invert-processable.
19185
19186         * gnus.el: Autoload gnus-uu-invert-processable.
19187
19188 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * mm-util.el (mm-with-multibyte-buffer): New macro.
19191
19192         * rfc2047.el (rfc2047-encode-string): Use it.
19193         (rfc2047-encode-region): Move point to the end of the region after
19194         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19195
19196 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19199         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19200
19201 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19204         (gnus-cite-parse): Ignore quoted envelope From_.
19205         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19206
19207 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19208
19209         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19210         invalid addresses.
19211
19212 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19213
19214         * spam.el: Change section markers, revise TODO list.
19215         (spam-backends): Make new master list of all installed backends.
19216         (spam-summary-exit-behavior): Add new variable to determine how
19217         messages moves are done at summary exit.
19218         (spam-move-spam-nonspam-groups-only)
19219         (spam-process-ham-in-nonham-groups)
19220         (spam-process-ham-in-spam-groups): Remove variables, the
19221         spam-summary-exit-behavior variable should be used to manage this
19222         behavior.
19223         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19224         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19225         and spam-old-spam-articles.
19226         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19227         Add empty variables, placeholders for the backends they represent.
19228         (spam-set-difference): Move, unchanged.
19229         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19230         unless the user has a processor variable.
19231         (spam-classifications, spam-classification-valid-p)
19232         (spam-backend-properties, spam-backend-property-valid-p)
19233         (spam-backend-function-type-valid-p)
19234         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19235         (spam-report-articles-gmane, spam-report-articles-resend):
19236         Remove functions, they are not needed.
19237         (spam-install-backend-super, spam-backend-list)
19238         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19239         (spam-backend-function, spam-backend-ham-registration-function)
19240         (spam-backend-spam-registration-function)
19241         (spam-backend-ham-unregistration-function)
19242         (spam-backend-spam-unregistration-function)
19243         (spam-backend-statistical-p, spam-backend-mover-p)
19244         (spam-install-backend-alias, spam-install-checkonly-backend)
19245         (spam-install-mover-backend, spam-install-nocheck-backend)
19246         (spam-install-backend, spam-install-statistical-backend)
19247         (spam-install-statistical-checkonly-backend): Add backend installation
19248         support.
19249         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19250         (spam-group-processor-p): Use the new backend code and respect the
19251         summary exit behavior.
19252         (spam-mark-spam-as-expired-and-move-routine): Remove.
19253         (spam-summary-prepare): Change to use the new spam-old-articles
19254         variable.
19255         (spam-copy-or-move-routine, spam-copy-spam-routine)
19256         (spam-move-spam-routine, spam-copy-ham-routine)
19257         (spam-move-ham-routine): Add code to copy/move ham or spam.
19258         (spam-fetch-field-fast): Improve doc and code, plus allow the
19259         'number request.
19260         (spam-list-of-checks, spam-list-of-statistical-checks):
19261         Remove variables.
19262         (spam-split, spam-find-spam): Use the new backend code.
19263         (spam-registration-functions): Remove variable.
19264         (spam-unregister-routine): Add convenience wrapper.
19265         (spam-log-undo-registration, spam-register-routine)
19266         (spam-log-processing-to-registry)
19267         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19268         where possible.
19269         (spam-check-gmane-xref, spam-check-regex-headers)
19270         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19271         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19272         (spam-check-bogofilter-headers, spam-check-spamoracle)
19273         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19274         (spam-check-crm114-headers): Use the spam-split-group that
19275         spam-split prepares, no need to determine it every time.
19276
19277         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19278         to the nnheader-parse-naked-head call.
19279
19280         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19281
19282         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19283         the nnheader-nov-read-message-id call.
19284
19285 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19288         gnus-activate-group twice.  Suggested by Markus Peter
19289         <warp@spin.de>.
19290
19291 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * gnus-art.el (gnus-article-time-format): Exchange the order of
19294         day and month in the default value; fix customization type.
19295         (article-date-ut): Use add-text-properties.
19296         (article-make-date-line): Use message-make-date instead of
19297         current-time-string.
19298
19299         * message.el (message-fetch-field): Don't use set-text-properties.
19300         (message-make-date): Simplify.
19301
19302         * messagexmas.el (message-xmas-make-date): New function.
19303         (message-xmas-redefine): Defalias message-make-date to it.
19304
19305 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19308         (rfc2047-encode-region): Treat text within parentheses as special;
19309         show the original text when error has occurred.
19310
19311         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19312         already-computed method to gnus-activate-group.
19313
19314         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19315         same select-methods identical Lisp objects.
19316
19317         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19318         object when modifying the info.
19319
19320 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19323         gnus-opened-servers since it has never been opened with the new
19324         configuration yet.
19325
19326 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19329         arg to nnheader-generate-fake-message-id.
19330
19331 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19332
19333         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19334         number and build a fake message ID localized to a group and
19335         article number (so it's repeatable from that point on).
19336         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19337         ID format.
19338
19339         * gnus-sum.el (gnus-get-newsgroup-headers):
19340         Call nnheader-generate-fake-message-id with the article number.
19341
19342 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19343
19344         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19345         end-of-buffer.
19346
19347 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19348
19349         * message.el (message-ignored-supersedes-headers): Add Approved.
19350
19351 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19354         goto-char.
19355         (rfc2047-encode): Fold the line before encoding.
19356
19357 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19358
19359         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19360         folding -- not all headers can be folded, and this should be done
19361         by the message composition mode.  Probably.  I think.
19362
19363 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19366         fast.
19367
19368         * gnus-ems.el (gnus-remove-image): Don't use
19369         message-text-with-property; remove only the image found first.
19370
19371         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19372         found first.
19373
19374 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19375
19376         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19377
19378 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19379
19380         * message.el (message-text-with-property): Make it fast and accept
19381         optional arguments.
19382         (message-strip-forbidden-properties): Use it.
19383         (message-fix-before-sending): Follow the m-t-w-p change.
19384
19385         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19386
19387 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * gnus-art.el (article-hide-headers): Don't change the buffer
19390         mistakenly when performing mml-preview even if
19391         gnus-single-article-buffer is nil.
19392
19393 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19394
19395         * message.el (message-expand-name-databases): New user option.
19396         (message-expand-name): Use it.
19397
19398 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19399
19400         * spam.el (spam-report-articles-resend)
19401         (spam-report-resend-register-routine): Allow ham reporting.
19402         (spam-report-resend-register-ham-routine): Add wrapper.
19403         (spam-registration-functions): Add ham resending functions.
19404         (spam-list-of-processors): Add ham resend processor.
19405
19406         * gnus.el (ham-resend-to): Add new group parameter.
19407         (spam-process): Add ham resend option.
19408
19409         * spam-report.el (spam-report-resend): Allow reporting ham.
19410         (spam-report-resend-ham): Add wrapper.
19411
19412 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19413
19414         * message.el (message-cite-articles-with-x-no-archive):
19415         New variable.
19416         (message-cite-original): Use it.
19417
19418 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19419
19420         * message.el (message-cite-original): Respect X-No-Archive.
19421
19422 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * gnus-art.el (article-hide-headers): Refer to the values for
19425         gnus-ignored-headers and gnus-visible-headers in the summary
19426         buffer since a user may have set them as group parameters.
19427
19428 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19429
19430         * assistant.el (assistant-node-name): Add convenience function.
19431         (assistant-render-text, assistant-render-node): Add error handling,
19432         plus handle multiple next nodes.
19433         (assistant-find-next-node): Comment out for now.
19434         (assistant-find-next-nodes): Add function, returns list of next
19435         nodes.
19436
19437 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19438
19439         * mail-source.el (mail-source-directory): Fix doc-string.
19440
19441 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19442
19443         * assistant.el (assistant-render-text, assistant-eval): Add :set
19444         widget type, which is different because it takes and returns a
19445         list.  Much hilarity ensues.
19446
19447 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19448
19449         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19450
19451         * gnus-group.el (gnus-group-get-new-news-this-group):
19452         Add doc-string.
19453
19454         * gnus-start.el (gnus-activate-group): Add doc-string.
19455
19456 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19457
19458         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19459
19460 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19461
19462         * assistant.el (assistant-render-text): Try to add a :set
19463         widget, more to come.
19464
19465         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19466         strings.
19467         (spam-report-articles-resend)
19468         (spam-register-routine): Do registration iff any articles warrant
19469         it.
19470         (spam-summary-prepare-exit): Change log message for nil group
19471         destinations.
19472
19473 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19474
19475         * spam.el (spam-report-resend-register-routine):
19476         Allow spam-report-resend-to to be a group parameter or a global value.
19477
19478 2004-05-26  Simon Josefsson  <jas@extundo.com>
19479
19480         * starttls.el: Merge with my GNUTLS based starttls.el.
19481         (starttls-gnutls-program, starttls-use-gnutls)
19482         (starttls-extra-arguments, starttls-process-connection-type)
19483         (starttls-connect, starttls-failure, starttls-success):
19484         New variables.
19485         (starttls-program, starttls-extra-args): Doc fix.
19486         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19487         New functions.
19488         (starttls-negotiate, starttls-open-stream):
19489         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19490         function if it is set.
19491
19492 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19495         structured fields.
19496
19497 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19498
19499         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19500
19501 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19502
19503         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19504         Add variable.
19505         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19506         assigning the spam-mark to new messages.
19507
19508 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19509
19510         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19511
19512 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19513
19514         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19515
19516         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19517         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19518         default.
19519
19520 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19521
19522         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19523         correct data.
19524
19525 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19526
19527         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19528         (spam-group-processor-p): Fix function.
19529         (spam-group-processor-multiple-p)
19530         (spam-group-spam-processor-report-gmane-p)
19531         (spam-group-spam-processor-report-resend-p)
19532         (spam-group-spam-processor-bogofilter-p)
19533         (spam-group-spam-processor-blacklist-p)
19534         (spam-group-spam-processor-ifile-p)
19535         (spam-group-ham-processor-ifile-p)
19536         (spam-group-spam-processor-spamoracle-p)
19537         (spam-group-spam-processor-crm114-p)
19538         (spam-group-ham-processor-bogofilter-p)
19539         (spam-group-spam-processor-stat-p)
19540         (spam-group-ham-processor-stat-p)
19541         (spam-group-ham-processor-whitelist-p)
19542         (spam-group-ham-processor-BBDB-p)
19543         (spam-group-ham-processor-spamoracle-p)
19544         (spam-group-ham-processor-copy-p): Remove functions with some
19545         prejudice against unneeded code.
19546         (spam-report-articles-resend)
19547         (spam-report-resend-register-routine): Allow the group/topic
19548         spam-resend-to value to override spam-report-resend-to.
19549         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19550         properly now.
19551
19552         * gnus.el (spam-resend-to): Add group/topic parameter.
19553         (spam-process): Move the OBSOLETE processors to the end of the
19554         choices.
19555
19556 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19557
19558         * spam-report.el (spam-report-resend-to, spam-report-resend):
19559         Start with resend-to set to nil, and then ask the user if necessary.
19560         (spam-report-resend): spam-report-resend takes a list of articles, not
19561         separate article numbers.
19562
19563 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19564
19565         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19566         addition to emacs-w3m.
19567
19568 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19569
19570         * assistant.el (assistant-authinfo-data): New function.
19571         (assistant-eval): Eval for entire assistant.
19572
19573         * netrc.el (netrc-services-file): New variable.
19574         (netrc-parse-services): New function.
19575         (netrc-find-service-name): New function.
19576         (netrc-find-service-number): New function.
19577         (netrc-port-equal): New function.
19578         (netrc-machine): Use it.
19579
19580         * nnimap.el (nnimap-open-connection): Use netrc.
19581
19582         * gnus-util.el (gnus-netrc-get): Remove aliases.
19583
19584         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19585
19586         * assistant.el (wid-edit): Fix compilation.
19587
19588         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19589
19590 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19591
19592         * gnus-util.el (gnus-set-file-modes): New function.  (small
19593         patch).
19594
19595 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19596
19597         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19598
19599         * assistant.el (assistant-render-node): Fix up rendering and
19600         read-only text.
19601         (assistant-render-node): Reset.
19602         (assistant-make-read-only): Not sticky.
19603
19604 2004-05-20  Danny Siu  <dsiu@adobe.com>
19605
19606         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19607         centered even when gnus-auto-center-summary is t.
19608
19609 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19610
19611         * dns.el (dns-get-txt-answer): New function.
19612         (dns-read-txt): Ditto.
19613         (query-dns): Use it.
19614
19615 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19618         active for foreign groups even if the group level is higher than
19619         the specified value.
19620
19621 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19622
19623         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19624         non-active groups.
19625
19626         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19627
19628 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19629
19630         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19631
19632 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19633
19634         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19635         (spam-crm114-header, spam-crm114-spam-switch)
19636         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19637         (spam-crm114-positive-spam-header)
19638         (spam-crm114-database-directory, spam-list-of-processors)
19639         (spam-group-spam-processor-crm114-p)
19640         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19641         (spam-generic-score, spam-list-of-checks)
19642         (spam-list-of-statistical-checks, spam-registration-functions)
19643         (spam-check-crm114-headers, spam-crm114-score)
19644         (spam-check-crm114, spam-crm114-register-with-crm114)
19645         (spam-crm114-register-spam-routine)
19646         (spam-crm114-unregister-spam-routine)
19647         (spam-crm114-register-ham-routine)
19648         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19649         From asjo@koldfront.dk (Adam Sjøgren).
19650
19651         * gnus.el: Add spam-use-crm114.
19652
19653         * spam.el (spam-list-of-processors, spam-registration-functions):
19654         Add spam-use-resend.
19655         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19656         (spam-report-articles-gmane): Add doc fix.
19657         (spam-report-articles-resend, spam-report-resend-register-routine):
19658         Add wrappers around spam-report-resend-to.
19659
19660         * spam-report.el (spam-report-resend-to, spam-report-resend):
19661         Add support for resending spam.
19662         (spam-report-gmane): Fix line length >80.
19663
19664         * gnus.el (spam-process): Add spam-use-resend.
19665
19666 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19667
19668         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19669         number of processed spam messages.
19670         (spam-ham-copy-or-move-routine): Return the number of processed
19671         ham messages.
19672         (spam-summary-prepare-exit): Use the above values to decide
19673         whether status messages shouled be displayed.
19674
19675 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19678         `rfc2047-encoding-function-alist' in order to avoid conflicting
19679         with the old version.
19680         (rfc2047-encode-region): Concatenate words containing non-ASCII
19681         characters in structured fields; don't encode space-delimited
19682         ASCII words even in unstructured fields; don't break words at
19683         char-category boundaries.
19684         (rfc2047-encode-1): New function.
19685         (rfc2047-encode): Use it; encode text so that it occupies the
19686         maximum width within 76-column; work correctly on Q encoding for
19687         iso-2022-* charsets.
19688         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19689         sure not to break a line just after the header name.
19690         (rfc2047-b-encode-region): Remove.
19691         (rfc2047-b-encode-string): New function.
19692         (rfc2047-q-encode-region): Remove.
19693         (rfc2047-q-encode-string): New function.
19694
19695         * mm-util.el (mm-replace-in-string): New function.
19696
19697 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19698
19699         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19700         Really get it right.
19701         (gnus-inews-make-draft): Really.
19702
19703 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19704
19705         * nnmh.el (nnmh-request-list-1): Don't check the link count
19706         before descending.  (small patch)
19707
19708 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19709
19710         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19711         stuff.
19712
19713         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19714         Match on real group name.
19715
19716         * gnus-art.el (gnus-signature-limit): Doc fix.
19717
19718         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19719
19720         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19721
19722 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19723
19724         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19725         isn't a string.
19726
19727 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19728
19729         * gnus-draft.el (gnus-draft-send):
19730         Bind rfc2047-encode-encoded-words.
19731
19732         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19733         (rfc2047-encodable-p): Say that =? needs encoding.
19734         (rfc2047-encode-encoded-words): New variable.
19735
19736         * gnus-group.el (gnus-group-select-group): Doc fix.
19737
19738         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19739
19740         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19741         to nil.
19742
19743         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19744
19745         * nnheader.el (nnheader-get-lines-and-char): New function.
19746
19747 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19748
19749         * gnus-msg.el (gnus-summary-followup-with-original):
19750         Document yanking of region when active.
19751
19752 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19753
19754         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19755         groups if the group level is higher than the specified value.
19756
19757 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19758
19759         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19760         (gnus-group-jump-to-group): Add prefix argument using
19761         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19762         non-active group.
19763
19764         * compface.el (uncompface): Be verbose when changing
19765         `uncompface-use-external'.
19766
19767         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19768         handle manual section.
19769
19770 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19771
19772         * gnus-art.el (gnus-button-alist): Revert previous change.
19773
19774 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19775
19776         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19777
19778 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19779
19780         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19781         whether backend can accept message.
19782
19783         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19784
19785 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19786
19787         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19788         Avoid creating directory when nntp-marks-is-evil is true.
19789         Reported by Reiner Steib.
19790
19791 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19792
19793         * gnus-picon.el (gnus-picon-style): New variable.
19794         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19795         (gnus-picon-transform-address): Support `gnus-picon-style'.
19796         From Jesper Harder <harder@ifa.au.dk>.
19797
19798 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19799
19800         * message.el (message-fill-field): Return point.
19801         (message-generate-headers): Go to end of field.
19802
19803         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19804         stuff for non-living groups.
19805
19806 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19807
19808         * gnus-art.el (gnus-article-followup-with-original)
19809         (gnus-article-reply-with-original): gnus-mark-active-p ->
19810         gnus-region-active-p.
19811
19812 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19813
19814         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19815         only when there is spam or ham to be processed.
19816
19817 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19818
19819         * mail-source.el (mail-source-delete-crash-box): Refactor.
19820         (mail-source-fetch): Use it.
19821         (mail-source-fetch-file): Ditto.
19822         (mail-source-fetch-directory): Run postscript in loop.
19823         (mail-source-fetch-pop): Delete.
19824         (mail-source-fetch-maildir): Ditto.
19825         (mail-source-fetch-imap): Ditto.
19826
19827         * imap.el (imap-authenticators): Comment out sasl.
19828
19829         * message.el (message-skip-to-next-address): New function.
19830         (message-fill-header-address): Refactor.
19831         (message-fill-address): Use it.
19832         (message-delete-address): Use it.
19833         (message-fill-header-general): Refactor.
19834         (message-fill-field-address): Rename.
19835         (message-narrow-to-field): Find the start of the header.
19836         (message-header-format-alist): Don't pre-fill.
19837         (message-fill-header): Remove.
19838         (message-insert-header): New function.
19839         (message-shorten-references): Use it.
19840
19841         * rfc2047.el (rfc2047-field-value): Strip props.
19842
19843         * mail-parse.el (mail-header-make-address): New alias.
19844
19845         * ietf-drums.el (ietf-drums-make-address): New function.
19846
19847         * imap.el: Add compiler directives.
19848
19849         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19850
19851         * gnus-art.el (article-decode-idna-rhs): Don't use
19852         message-idna-inside-rhs-p.
19853
19854 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19855
19856         * message.el (message-idna-inside-rhs-p): Remove.
19857         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19858
19859         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19860         false positives.
19861
19862 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19863
19864         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19865
19866 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19867
19868         * nneething.el (nneething-file-name): Don't create spurious
19869         files.
19870
19871         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19872         (gnus-inews-do-gcc): Remove sleep.
19873
19874         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19875         part under point.
19876
19877         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19878         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19879
19880 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19881
19882         * spam.el (spam-summary-prepare-exit): Fix (length).
19883
19884 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19885
19886         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19887         as expired without moving it" message when there are spam
19888         messages left.
19889
19890 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19891
19892         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19893         header is not nil.
19894
19895 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19896
19897         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19898         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19899         (nntp-marks-changed-p): New arg SERVER.
19900         (nntp-request-update-info): Adjust caller.
19901
19902 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19903
19904         * nntp.el (nntp-save-marks): Pass missing arg.
19905
19906 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19907
19908         * nntp.el: Support marks.
19909         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19910         (nntp-marks-modtime, nntp-marks-directory): New variables.
19911         (nntp-request-set-mark, nntp-request-update-info)
19912         (nntp-possibly-create-directory, nntp-marks-changed-p)
19913         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19914         New functions.
19915
19916 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19917
19918         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19919         (gnus-xmas-redefine): Rename.
19920
19921         * gnus-score.el (gnus-score-insert-help):
19922         Use gnus-select-lowest-window.
19923
19924         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19925         appt-select-lowest-window and rename to gnus-select-lowest-window.
19926
19927         * gnus.el: do.
19928
19929 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19930
19931         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19932         encodings of MIME-encoded words, in order to improve
19933         interoperability with several broken MUAs.
19934
19935 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19936
19937         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19938         tags, only when charsets are not specified in headers.
19939         (mm-inline-text-html-render-with-w3m): Ditto.
19940
19941         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19942         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19943
19944 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19945
19946         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19947         instead of MIME-decoded from fields when checking
19948         `gnus-article-address-banner-alist'.
19949
19950 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19951
19952         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19953         description rather than subject.
19954
19955 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19956
19957         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19958
19959 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19960
19961         * gnus.el (gnus-version-number): Bump.
19962
19963 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19964
19965         * gnus.el: No Gnus v0.2 is released.
19966
19967 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19968
19969         * gnus-agent.el (gnus-agent-read-agentview):
19970         Inline gnus-uncompress-range.
19971
19972 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19973
19974         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19975         `exec-installed-p'.
19976
19977 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19978
19979         * gnus.el (spam-process, spam-autodetect-methods):
19980         Add bsfilter and bsfilter-headers.
19981
19982         * spam.el (spam-bsfilter): New customize group.
19983         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19984         (spam-bsfilter-header, spam-bsfilter-probability-header)
19985         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19986         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19987         (spam-bsfilter-database-directory): New options.
19988         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19989         (spam-list-of-statistical-checks, spam-registration-functions):
19990         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19991         (spam-bsfilter-score): New command.
19992         (spam-check-bsfilter-headers, spam-check-bsfilter)
19993         (spam-bsfilter-register-with-bsfilter)
19994         (spam-bsfilter-register-spam-routine)
19995         (spam-bsfilter-unregister-spam-routine)
19996         (spam-bsfilter-register-ham-routine)
19997         (spam-bsfilter-unregister-ham-routine): New functions.
19998         (spam-generic-score): Support bsfilter; Accept an optional argument
19999         to recalcurate spam score even if scoring header has already been
20000         added.
20001         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20002         optional argument to recalcurate spam score even if scoring header
20003         has already been added.
20004
20005 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20006
20007         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20008         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20009         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20010         link is missing.
20011
20012 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20013
20014         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20015         (html2text-get-attr): Rewrite.
20016
20017         * message.el (message-setup-1): Remove redundant put-text-property
20018         on mail-header-separator.
20019
20020 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20021
20022         * gnus-registry.el (gnus-registry-cache-whitespace)
20023         (gnus-registry-action, gnus-registry-spool-action)
20024         (gnus-registry-split-fancy-with-parent): Change message levels
20025         from 5 to 3 or 7, as needed.
20026
20027         * spam.el (spam-summary-prepare-exit)
20028         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20029         (spam-split, spam-find-spam, spam-log-undo-registration)
20030         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20031         level from 5 to 6.
20032
20033 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20036         2004-03-04 change).
20037
20038 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20039
20040         * sieve-manage.el (sieve-manage-open):
20041         * nnweb.el (nnweb-insert-html):
20042         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20043         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20044         * nnspool.el (nnspool-request-group):
20045         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20046         * nnml.el (nnml-request-update-info):
20047         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20048         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20049         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20050         (nnimap-request-set-mark):
20051         * nnfolder.el (nnfolder-request-update-info):
20052         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20053         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20054         * gnus-uu.el (gnus-uu-find-articles-matching):
20055         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20056         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20057         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20058         * gnus-nocem.el (gnus-nocem-scan-groups):
20059         * gnus-int.el (gnus-start-news-server):
20060         * gnus-group.el (gnus-group-make-kiboze-group)
20061         (gnus-group-browse-foreign-server):
20062         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20063         Use mapc when appropriate.
20064
20065 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20066
20067         FIXME: Make separate entries for each person.
20068
20069         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20070         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20071         <shields@msrl.com>:
20072
20073         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20074         may need for spam sorting and scoring.
20075         (spam-user-format-function-S): Add user format function suitable for
20076         general use.
20077         (spam-article-sort-by-spam-status): Add sorting function for summary
20078         sorting.
20079         (spam-extra-header-to-number): Add function to get a score from a
20080         header.
20081         (spam-summary-score): Add function to get a numeric score from the
20082         headers.
20083         (spam-generic-score): Fix function doc, was in wrong place.
20084         (spam-initialize): Take symbols when it's run, and install the
20085         extra headers that spam-necessary-extra-headers thinks we need.
20086
20087 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20088
20089         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20090         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20091
20092 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20093
20094         * gnus-sum.el (gnus-set-global-variables)
20095         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20096         (gnus-article-get-xrefs, gnus-summary-best-group)
20097         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20098         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20099         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20100         Use with-current-buffer.
20101
20102 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20103
20104         * spam.el (spam-summary-prepare-exit): Simplify logic.
20105         (spam-fetch-article-header): Read the article header if it's not
20106         available.
20107         (spam-list-articles): Simplify logic.
20108         (spam-filelist-register-routine): Fix bug with unregister-list.
20109
20110         * gnus-registry.el: Fix comments at beginning.
20111
20112 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20113
20114         * message.el (message-cater-to-broken-inn): Remove.
20115         (message-shorten-references): Make sure the total folded length of
20116         References is shorter than 998 characters to cater to a bug in INN
20117         2.3.  Also, don't pretend that references aren't folded -- this
20118         hasn't worked for a while.
20119
20120 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20121
20122         * gnus-agent.el (gnus-agentize):
20123         gnus-agent-send-mail-real-function no longer set to current value
20124         of message-send-mail-function but rather a lambda that calls
20125         message-send-mail-function.  The change makes the agent real-time
20126         responsive to user changes to message-send-mail-function.
20127
20128 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20129
20130         * legacy-gnus-agent.el
20131         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20132         help from Florian Weimer <fw@deneb.enyo.de>
20133
20134 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * nnmail.el (nnmail-cache-insert): Revert last change.
20137
20138 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * nnmail.el (nnmail-cache-insert): Always check whether
20141         nnmail-cache-ignore-groups matches a group name.
20142
20143 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20144
20145         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20146         (spam-find-spam, spam-log-processing-to-registry)
20147         (spam-log-registered-p, spam-log-unregistration-needed-p)
20148         (spam-log-undo-registration): Use gnus-message instead of
20149         gnus-error, none of these errors are fatal.
20150
20151         * gnus-registry.el (gnus-registry-clean-empty-function)
20152         (gnus-registry-clean-empty): Remove only empty entries without
20153         extra data.
20154
20155 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20156
20157         * spam-stat.el (spam-stat-buffer-change-to-spam)
20158         (spam-stat-buffer-change-to-non-spam): Change (error) to
20159         (gnus-message 8) invocation.
20160
20161 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20162
20163         * nntp.el (nntp-via-netcat-command): New variable.
20164         (nntp-via-netcat-switches): New variable.
20165         (nntp-open-via-rlogin-and-netcat): New function.
20166         (nntp-open-connection-function): Doc fix.
20167         (nntp-telnet-command): Doc fix.
20168         (nntp-end-of-line): Doc fix.
20169         (nntp-via-rlogin-command): Doc fix.
20170         (nntp-via-user-name): Doc fix.
20171         (nntp-via-address): Doc fix.
20172
20173 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20176         error in Emacs 21.1.
20177
20178 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20179
20180         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20181
20182 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20183
20184         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20185         (gnus-agent-with-refreshed-group): New macro.
20186         (gnus-agent-rename-group): New function.
20187         (gnus-agent-delete-group): New function.
20188         (gnus-agent-save-group-info): Use gnus-command-method when
20189         `method' parameter is nil.  Don't write nil entries into the
20190         active file.
20191         (gnus-agent-get-group-info): New function.
20192         (gnus-agent-fetch-articles):
20193         Use gnus-agent-update-files-total-fetched-for to increment disk space
20194         used.
20195         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20196         Use gnus-agent-update-view-total-fetched-for to increment disk space
20197         used.
20198         (gnus-agent-get-local): Add optional parameters to avoid calling
20199         gnus-group-real-name and gnus-find-method-for-group.
20200         (gnus-agent-set-local): Delete stored entry if either min, or max,
20201         are nil.
20202         (gnus-agent-fetch-session): Reworded error/quit messages.
20203         On quit, use gnus-agent-regenerate-group to record existance of any
20204         articles fetched to disk before the quit occurred.
20205         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20206         gnus-agent-update-view-total-fetched-for, and
20207         gnus-agent-update-files-total-fetched-for to decrement disk space
20208         used.
20209         (gnus-agent-retrieve-headers):
20210         Use gnus-agent-update-view-total-fetched-for to increment disk space
20211         used.
20212         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20213         with gnus-agent-update-files-total-fetched-for to decrement disk
20214         space and fresh group buffer.
20215         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20216         (gnus-agent-need-update-total-fetched-for): New variable.
20217         (gnus-agent-update-files-total-fetched-for): New function.
20218         (gnus-agent-update-view-total-fetched-for): New function.
20219         (gnus-agent-total-fetched-for): New function.
20220
20221         * gnus-cache.el (gnus-cache-save-buffers):
20222         Use gnus-cache-update-overview-total-fetched-for to change disk space
20223         used by this group.
20224         (gnus-cache-possibly-enter-article):
20225         Use gnus-cache-update-file-total-fetched-for to increment disk space
20226         used by this group.
20227         (gnus-cache-possibly-remove-article):
20228         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20229         used by this group.
20230         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20231         (gnus-cache-rename-group): New function.
20232         (gnus-cache-delete-group): New function.
20233         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20234         (gnus-cache-need-update-total-fetched-for): New variable.
20235         (gnus-cache-with-refreshed-group): New macro.
20236         (gnus-cache-update-file-total-fetched-for): New function.
20237         (gnus-cache-update-overview-total-fetched-for): New function.
20238         (gnus-cache-rename-group-total-fetched-for): New function.
20239         (gnus-cache-delete-group-total-fetched-for): New function.
20240         (gnus-cache-total-fetched-for): New function.
20241
20242         * gnus-group.el: Require gnus-sum and autoload functions to
20243         resolve warnings when gnus-group.el compiled alone.
20244         (gnus-group-line-format): Documented new %F.
20245         (size of Fetched data) group line format; identifies disk space
20246         used by agent and cache.
20247         (gnus-group-line-format-alist): Defined new F format.
20248         (gnus-total-fetched-for): New function.
20249         (gnus-group-delete-group): No longer update
20250         gnus-cache-active-altered as gnus-request-delete-group now keeps
20251         the cache in sync.
20252         (gnus-group-list-active): Let the agent store a server's active
20253         list if currently plugged.
20254
20255         * gnus-int.el (gnus-request-delete-group):
20256         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20257         local disk in sync with the server.
20258         (gnus-request-rename-group):
20259         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20260         local disk in sync with the server.
20261
20262         * gnus-start.el (gnus-get-unread-articles):
20263         Cosmetic simplification to logic.
20264
20265         * gnus-util.el (gnus-rename-file): New function.
20266
20267 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20268
20269         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20270
20271 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20272
20273         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20274         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20275
20276 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20277
20278         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20279         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20280
20281 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20282
20283         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20284
20285 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20286
20287         * spam.el (spam-set-difference): Add function to replace
20288         gnus-set-difference in spam.el.
20289         (spam-summary-prepare-exit): Use spam-set-difference.
20290
20291 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20292
20293         * gnus-registry.el (gnus-registry-cache-file): Update to use
20294         gnus-dribble-directory OR gnus-home-directory OR ~.
20295         (gnus-registry-split-fancy-with-parent): Fix doc.
20296
20297 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * message.el (message-exchange-point-and-mark):
20300         Use message-mark-active-p.  Suggested by Jesper Harder
20301         <harder@ifa.au.dk>.
20302
20303 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20304
20305         * message.el (message-exchange-point-and-mark): Don't activate
20306         region if it was inactive.  Suggested by Hiroshi Fujishima
20307         <pooh@nature.tsukuba.ac.jp>.
20308
20309 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20310
20311         * gnus-art.el (article-display-face): Display Faces in the same
20312         order as X-Faces.
20313
20314 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20315
20316         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20317
20318 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20321         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20322         (gnus-article-mime-hierarchy): Remove.
20323         (gnus-article-mime-hierarchy-next): Remove.
20324         (gnus-article-mode): Revert 2004-03-19 change.
20325         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20326         (gnus-insert-mime-button): Revert 2004-03-19 change.
20327         (gnus-mime-accumulate-hierarchy): Remove.
20328         (gnus-mime-enter-multipart): Remove.
20329         (gnus-mime-leave-multipart): Remove.
20330         (gnus-mime-display-part): Revert 2004-03-19 change.
20331         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20332
20333         * mml.el (mml-preview): Revert 2004-03-19 change.
20334
20335 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20336
20337         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20338
20339 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20340
20341         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20342         t while entering a file name using the mm-with-multibyte macro.
20343         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20344
20345         * mm-util.el (mm-with-multibyte): New macro.
20346
20347 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20350         New user option.
20351         (gnus-mime-multipart-functions): Doc and customization fix.
20352         (gnus-article-mime-hierarchy): New variable.
20353         (gnus-article-mime-hierarchy-next): New variable.
20354         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20355         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20356         gnus-article-mime-hierarchy-next to nil.
20357         (gnus-insert-mime-button): Show hierarchy numbers.
20358         (gnus-mime-accumulate-hierarchy): New function.
20359         (gnus-mime-enter-multipart): New function.
20360         (gnus-mime-leave-multipart): New function.
20361         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20362         (gnus-mime-display-alternative): Show hierarchy numbers.
20363
20364         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20365         gnus-article-mime-hierarchy-next to nil.
20366
20367 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20368
20369         * dns.el: Don't require gnus-xmas.
20370
20371 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20372
20373         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20374         inline PGP.
20375         (mml-menu): Disable mml-quote-region if mark is inactive.
20376
20377 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20378
20379         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20380         when the group's active is not available.
20381
20382 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20383
20384         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20385         error.
20386
20387 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20388
20389         * imap.el (imap-store-password): New variable.
20390         (imap-interactive-login): Use it.
20391         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20392
20393 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20394
20395         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20396         window-start and hscroll to summary window.
20397
20398 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20399
20400         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20401         conversion message to newsrc-dribble when an actual conversion is
20402         performed.
20403
20404 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20405
20406         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20407
20408 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20409
20410         * mm-decode.el (mm-complicated-handles): New function reviving
20411         former definition of mm-multiple-handles.
20412
20413         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20414         (gnus-mime-delete-part): Use it.
20415
20416 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20417
20418         * gnus-agent.el (gnus-agent-read-local):
20419         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20420         avoid the implicit assumption that they will always be equal.
20421         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20422         coding-system-for-write, as the with-temp-file macro first prints
20423         to a buffer then saves the buffer.
20424
20425 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * gnus-art.el (gnus-article-edit-part): New function.
20428         (gnus-mime-save-part-and-strip): Use it; do query instead of
20429         signaling an error; don't use mm-multiple-handles.
20430         (gnus-mime-delete-part): Ditto.
20431
20432 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20433
20434         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20435         old file versions.
20436         (gnus-group-prepare-hook): Remove function that converted list
20437         form of gnus-agent-expire-days to group properties.
20438
20439         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20440         (gnus-request-accept-article): Re-indented.
20441
20442         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20443         converters to handle old agent file formats.  Add logic for a
20444         "backup before upgrading warning".
20445         (gnus-convert-mark-converter-prompt): Developers can mark
20446         functions as needing (default), or not needing,
20447         gnus-convert-old-newsrc's "backup before upgrading warning".
20448         (gnus-convert-converter-needs-prompt): Tests whether the user
20449         should be protected from potentially irreversable changes by the
20450         function.
20451
20452         * legacy-gnus-agent.el: New.  Provides converters that are only
20453         loaded when gnus-convert-old-newsrc needs to call them.
20454
20455 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20456
20457         * mail-source.el (mail-source-touch-pop): Doc fix.
20458
20459         * message.el (message-smtpmail-send-it): Doc fix.
20460
20461 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20462
20463         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20464
20465         * nnmail.el (nnmail-split-fancy): do.
20466
20467         * gnus-kill.el (gnus-kill, gnus-execute): do.
20468
20469 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20470
20471         * gnus-sum.el (gnus-widget-reversible-match)
20472         (gnus-widget-reversible-to-internal)
20473         (gnus-widget-reversible-to-external): New functions.
20474         (gnus-widget-reversible): New widget.
20475         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20476
20477 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20478
20479         * gnus-sum.el (gnus-thread-sort-functions)
20480         (gnus-article-sort-functions): Document `(not F)' items.
20481
20482 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20483
20484         * spam.el (spam-use-gmane-xref): Add new backend.
20485         (spam-gmane-xref-spam-group): Add variable to control the name of the
20486         Gmane spam group.
20487         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20488         (spam-regex-headers-spam, spam-regex-headers-ham)
20489         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20490         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20491         backends and checks.
20492         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20493
20494         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20495         an autodetect method.
20496
20497 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20498
20499         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20500         articles are being added to a group.
20501         (gnus-request-replace-article): Inform the agent that articles
20502         need to be uncached as the cached contents are no longer valid.
20503
20504 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * binhex.el: Don't autoload executable-find.
20507
20508         * canlock.el: Don't autoload mail-fetch-field.
20509
20510         * dgnushack.el: Autoload c-mode for XEmacs.
20511
20512         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20513
20514         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20515         rmail-dont-reply-to and rmail-output.
20516
20517         * gnus-score.el: Don't autoload ffap-string-at-point.
20518
20519         * gnus-setup.el: Don't autoload sc-cite-original.
20520
20521         * imap.el: Don't autoload base64-decode-string,
20522         base64-encode-string and md5.
20523
20524         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20525         and rmail-msg-restore-non-pruned-header.
20526
20527         * mm-decode.el: Don't autoload executable-find.
20528
20529         * mm-url.el: Don't autoload executable-find.
20530
20531         * mm-view.el: Don't autoload diff-mode.
20532
20533         * nndb.el: Don't autoload news-reply-mode, news-setup,
20534         cancel-timer and telnet.
20535
20536         * password.el: Don't autoload run-at-time for Emacs.
20537
20538         * sha1-el.el: Don't autoload executable-find.
20539
20540         * sieve-mode.el: Don't autoload c-mode.
20541
20542         * uudecode.el: Don't autoload executable-find.
20543
20544 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20545
20546         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20547         (gnus-agent-possibly-alter-active): Avoid null in numeric
20548         comparison.
20549         (gnus-agent-set-local): Refuse to save null in local object table.
20550         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20551         list of articles that will be marked as unread.
20552
20553 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20554
20555         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20556
20557 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20558
20559         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20560         language tags.
20561
20562 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20563
20564         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20565         Don't bind "obarray".
20566
20567         * gnus-sum.el (gnus-thread-sort-functions):
20568         Add `gnus-thread-sort-by-most-recent-number' and
20569         `gnus-thread-sort-by-most-recent-date'.
20570         Reported by Kai Grossjohann <kai@emptydomain.de>.
20571
20572 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20573
20574         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20575
20576 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20577
20578         * gnus-cus.el (gnus-agent-customize-category):
20579         Remove ignore-errors macro reference that required cl to be loaded at
20580         run-time.
20581
20582         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20583         single-interval range of the form (min . max).  Previously the
20584         range had to look like ((min . max)).  Likewise, return
20585         (min . max) rather than ((min . max)).
20586         (gnus-range-map): Use gnus-range-normalize to accept
20587         single-interval range.
20588
20589         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20590         the cache, but not the agent, now appear with their usual face.
20591
20592         * dgnushack.el (loaddir): New variable that is bound to the
20593         directory containing the dgnushack.el file. Use loaddir, rather
20594         than srcdir, to update load-path. Change lets dgnushack compile
20595         code in directories other than GNUS/lisp.
20596
20597 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20598
20599         * lpath.el: Don't bind w3m-safe-url-regexp.
20600
20601         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20602         w3m-safe-url-regexp variable buffer-local.
20603
20604         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20605
20606 2004-02-27  Simon Josefsson  <jas@extundo.com>
20607
20608         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20609         gnus-group-real-prefix.
20610         (gnus-summary-move-article): Use it, instead of
20611         gnus-group-real-prefix.
20612
20613 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20614
20615         * lpath.el: Bind w3m-safe-url-regexp.
20616
20617         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20618         w3m-safe-url-regexp variable buffer-local and set it as the value
20619         of mm-w3m-safe-url-regexp.
20620
20621         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20622
20623         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20624         parsing gnus-posting-styles when the message is not for replying.
20625
20626         * dgnushack.el: Autoload sgml-mode for XEmacs.
20627
20628         * nnrss.el (nnrss-opml-export):
20629         Use mm-set-buffer-file-coding-system instead of
20630         set-buffer-file-coding-system.
20631
20632 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20633
20634         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20635         of checkdoc.el).
20636         * nnrss.el: do.
20637         * gnus-mlspl.el: do.
20638         * gnus-ml.el: do.
20639         * gnus-srvr.el: do.
20640
20641         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20642
20643 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20644
20645         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20646         Corrections to custom-manual links.
20647
20648         * gnus-art.el (gnus-article): Ditto.
20649
20650         * mm-decode.el (mime-display, mime-security): Ditto.
20651
20652 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20653
20654         * flow-fill.el: Typo.
20655
20656 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20657
20658         * spam-wash.el: New file.
20659
20660 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20661
20662         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20663
20664 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20665
20666         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20667         to be run with new-articles as LIST1, not LIST2.
20668         (spam-registration-functions): Add spam-use-ham-copy as a nil
20669         registration backend.
20670
20671 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20672
20673         * spam-stat.el (spam-stat-washing-hook): New option.
20674         (spam-stat-buffer-words): Use it.
20675         (spam-stat-process-directory, spam-stat-test-directory):
20676         Use insert-file-contents-literally.
20677         (spam-stat-coding-system): New variable.
20678         (spam-stat-load, spam-stat-save): Use it.
20679
20680 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20681
20682         * spam-report.el (spam-report-plug-agent):
20683         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20684
20685 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20686
20687         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20688         Allow / in mailto URLs.
20689
20690 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20691
20692         * spam-report.el (spam-report-process-queue): Fix interactive use.
20693         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20694         (spam-report-unplug-agent): Doc fixes.
20695         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20696         (spam-report-agentize, spam-report-deagentize): Autoload.
20697
20698 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20701
20702         * message.el (message-setup-fill-variables): Add mml tags to
20703         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20704         <ajk@iu.edu>.
20705         (message-mode): Don't modify paragraph-separate there.
20706
20707 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20708
20709         * compface.el (uncompface-use-external): Default to undecided.
20710         (uncompface-use-external-threshold): New variable.
20711         (uncompface-float-time): New macro.
20712         (uncompface): Determine whether to use the external decoder if
20713         uncompface-use-external is undecided.
20714
20715 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20716
20717         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20718         after images.
20719
20720         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20721
20722 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20723
20724         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20725
20726         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20727
20728         * gnus-sum.el (gnus-summary-limit-to-age)
20729         (gnus-summary-limit-children): do.
20730
20731         * gnus-int.el (gnus-request-scan): do.
20732
20733         * gnus-group.el (gnus-group-suspend): do.
20734
20735         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20736
20737         * gnus-cite.el (gnus-cite-parse-attributions): do.
20738
20739         * gnus-agent.el (gnus-summary-set-agent-mark)
20740         (gnus-agent-regenerate-group): do.
20741
20742         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20743
20744         * binhex.el (binhex-decode-region-internal): do.
20745
20746 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20747
20748         * gnus-fun.el (gnus-face-properties-alist): New user option.
20749         (gnus-display-x-face-in-from): Use it.
20750
20751         * gnus-art.el (article-display-face): Ditto.
20752
20753         * compface.el (uncompface-use-external): Default to nil.
20754
20755 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20756
20757         * nntp.el (nntp-erase-buffer): New function.
20758         (nntp-retrieve-data, nntp-send-command)
20759         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20760         (nntp-possibly-change-group): Use it.
20761
20762         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20763         Use with-current-buffer.
20764
20765 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20766
20767         * compface.el: Merge the ELisp-based uncompface program.
20768         (compface): New customization group.
20769         (uncompface-use-external): New user option.
20770         (uncompface): Call uncompface-internal if uncompface-use-external
20771         is nil.
20772         (uncompface-internal): New function.  Note that there are also
20773         some other functions and variables added for this function.
20774
20775 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20776
20777         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20778         if necessary.
20779
20780 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20781
20782         * spam-report.el (spam-report-unplug-agent)
20783         (spam-report-plug-agent, spam-report-deagentize)
20784         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20785         Add support for the Agent in spam-report: when unplugged, report to a
20786         file; when plugged, submit all the requests.
20787
20788         * spam.el (spam-register-routine): Fix message about
20789         registration.
20790
20791 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20792
20793         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20794         dependencies.
20795         (rfc2047-encode): Use it.
20796
20797         * gnus-art.el (gnus-button-marker-list): Move before first
20798         reference.
20799
20800         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20801         (imap-parse-body): Fix format string mismatch.
20802
20803         * gnus-score.el (gnus-summary-increase-score): do.
20804
20805         * nnrss.el (nnrss-close): New function.
20806
20807 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20808
20809         * nnrss.el (nnrss-make-filename): New function.
20810         (nnrss-request-delete-group, nnrss-read-server-data)
20811         (nnrss-save-server-data, nnrss-read-group-data)
20812         (nnrss-save-group-data): Use it.
20813         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20814         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20815         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20816
20817 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20818
20819         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20820
20821 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20822
20823         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20824         files.
20825
20826         * message.el (message-generate-headers-first): Don't quote nil
20827         and t in docstrings.
20828
20829         * imap.el (imap-id): do.
20830
20831         * gnus-agent.el (gnus-agent-consider-all-articles)
20832         (gnus-agent-queue-mail): do.
20833
20834 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20835
20836         * spam-report.el (spam-report-process-queue): New function.
20837         Process requests from `spam-report-requests-file'.
20838         (spam-report-process-queue): Doc fix.
20839
20840 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20841
20842         * spam.el (spam-register-routine)
20843         (spam-log-processing-to-registry, spam-log-registered-p)
20844         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20845         Change "check" to "spam-check" for semi-clarity.
20846
20847 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20848
20849         * pop3.el: Require nnheader.
20850
20851         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20852
20853         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20854
20855         * gnus-picon.el: Require cl.
20856
20857         * gnus-fun.el: Require gnus-ems and gnus-util.
20858
20859         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20860
20861         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20862
20863         * gnus-art.el (gnus-article-edit-mode): Define before first
20864         reference.
20865
20866 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20867
20868         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20869         (gnus-uu-post-encoded): Use point-at-bol.
20870
20871         * gnus-topic.el (gnus-group-active-topic-p): do.
20872
20873         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20874
20875         * gnus-group.el (gnus-group-kill-region): do.
20876
20877         * gnus-art.el (article-date-ut): do.
20878
20879         * message.el (message-fetch-field): Remove redundant
20880         case-fold-search binding.
20881         (message-narrow-to-field): Simplify.
20882
20883 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20884
20885         * spam.el (spam-directory): Derive from `gnus-directory'.
20886
20887         * spam-report.el (spam-report-url-to-file)
20888         (spam-report-requests-file): New function and variable for offline
20889         reporting.
20890         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20891         and user defined function.
20892         (spam-report-url-ping-mm-url): Remove doubled slash.
20893
20894 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20895
20896         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20897
20898 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20899
20900         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20901         Fix format string mismatch.
20902
20903         * sieve.el (sieve-deactivate-all): do.
20904
20905         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20906
20907         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20908
20909         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20910
20911         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20912
20913 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20914
20915         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20916         the list of checks.
20917
20918 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20919
20920         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20921         padding.
20922
20923 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20924
20925         * mm-view.el (mm-fill-flowed): New variable.
20926         (mm-inline-text): Use it.
20927
20928 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20929
20930         * spam.el (spam-spamassassin-register-ham-routine)
20931         (spam-spamassassin-register-spam-routine): Fix function names.
20932
20933 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20934
20935         * gnus.el (gnus-tmp-grouplens): Remove.
20936         (gnus-summary-line-format): Remove grouplens.
20937
20938         * gnus-group.el (gnus-group-line-format): Ditto.
20939
20940         * gnus-spec.el (gnus-format-specs): Ditto.
20941         (gnus-update-format-specifications): Flush the group format spec
20942         cache if there's the grouplens stuff.
20943         (gnus-parse-simple-format): Replace %l with the empty string.
20944
20945 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20946
20947         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20948         omission.
20949
20950 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20951
20952         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20953         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20954
20955 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20956
20957         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20958         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20959         New macros and functions.
20960         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20961         Handle > NLINK_MAX messages.
20962         * nnmaildir.el (nnmaildir-request-set-mark):
20963         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20964
20965 2004-01-25  Alex Schroeder  <alex@gnu.org>
20966
20967         * spam-stat.el (spam-stat-process-directory-age): New option.
20968         (spam-stat-process-directory): Use it.
20969
20970 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20971
20972         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20973         (spam-stat-save): Accept prefix argument.
20974
20975 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20976
20977         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20978         links" error.
20979
20980 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20981
20982         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20983         the rest of the and/or forms.
20984
20985 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20986
20987         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20988         compatibility with old .newsrc.eld files.
20989
20990         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20991
20992         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20993
20994         * gnus-start.el (gnus-1): do.
20995
20996         * gnus-group.el (gnus-group-line-format-alist): do.
20997
20998         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20999
21000         * gnus-gl.el: Remove.
21001
21002 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21003
21004         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21005         marks consisting of a single range {for example, (3 . 5)} rather
21006         than a list of a single range { ((3 . 5)) }.
21007
21008 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21009
21010         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21011         Use with-current-buffer.
21012         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21013         avoid consing a string.
21014
21015         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21016         Remove obsolete entries for big5 and gb2312.
21017
21018 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21019
21020         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21021         uncompressed list.
21022
21023 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21024
21025         * spam-stat.el (spam-stat-strip-xref): New function.
21026         (spam-stat-process-directory): Use it.
21027
21028         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21029         here -- it's done in message-fetch-field.
21030
21031 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21032
21033         * gnus-agent.el (gnus-agent-queue-mail)
21034         (gnus-agent-prompt-send-queue): New variables.
21035         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21036         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21037         "nndraft:queue" along to gnus-draft-send.
21038         Use gnus-agent-prompt-send-queue.
21039         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21040         is "nndraft:queue".  Suggested by Gaute Strokkenes
21041         <gs234@srcf.ucam.org>
21042
21043         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21044         (agent-enable-undownloaded-faces): Add.
21045         (gnus-agent-cat-groups): Use eval-and-compile, not
21046         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21047         method of gnus-agent-cat-groups even when the buffer has been
21048         evaled.
21049         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21050         delete gnus-agent-save-active-1.
21051         (gnus-agent-save-groups): Delete.  Identical to
21052         gnus-agent-save-active.
21053         (gnus-agent-write-active): No longer adjust agent's copy of active
21054         file as agent's adjustments are now stored in their own
21055         file.  Remove optional parameter.
21056         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21057         servers.  Add use of min/max range limits from server's local
21058         file.
21059         (gnus-agent-save-alist): Remove unused optional argument.
21060         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21061         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21062         (gnus-agent-set-local): A per-server file that keeps min/max range
21063         limits for articles known to the agent.  Provides a fast mechanism
21064         for altering many active ranges.
21065         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21066         active file (local makes it unnecessary).
21067         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21068
21069         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21070         (agent-enable-undownloaded-faces): Add.
21071
21072         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21073         disable it when sending to "nndraft:queue".
21074         (gnus-group-send-queue): Add safety check to avoid sending queue
21075         when unplugged.
21076
21077         * gnus-group.el (gnus-group-catchup): Use new
21078         gnus-sequence-of-unread-articles, not
21079         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21080         numbers of articles.  Use gnus-range-map to avoid having to
21081         uncompress the unread list.
21082         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21083         Fix invalid ange-ftp reference.
21084
21085         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21086         (gnus-sorted-range-intersection): Intersection of two ranges
21087         without requiring that they first be uncompressed.
21088
21089         * gnus-start.el (gnus-activate-group): Unless blocked by the
21090         caller, possibly expand the active range to include both cached
21091         and agentized articles.
21092         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21093         multiple version-dependent converters.
21094         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21095         gnus-agent-save-active.
21096         (gnus-save-newsrc-file): Save dirty agent range limits.
21097
21098         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21099         gnus-agent-possibly-alter-active.
21100         (gnus-adjust-marked-articles): Faster handling of simple lists.
21101
21102 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21103
21104         * spam-stat.el (spam-stat-test-directory): New optional argument
21105         displays a list of files detected.  Suggested by Andrew Cohen
21106         <cohen@andy.bu.edu>.
21107         (spam-stat-buffer-words-with-scores): Don't narrow and change
21108         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21109
21110 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21111
21112         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21113         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21114         (spam-spamassassin-arguments)
21115         (spam-spamassassin-spam-flag-header)
21116         (spam-spamassassin-positive-spam-flag-header)
21117         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21118         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21119         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21120         (spam-list-of-processors, spam-list-of-checks)
21121         (spam-list-of-statistical-checks, spam-registration-functions)
21122         (spam-check-spamassassin-headers, spam-check-spamassassin)
21123         (spam-spamassassin-score)
21124         (spam-spamassassin-register-with-sa-learn)
21125         (spam-spamassassin-register-spam-routine)
21126         (spam-spamassassin-register-ham-routine)
21127         (spam-assassin-register-spam-routine)
21128         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21129         (spam-bogofilter-score): Fix to show article before scoring.
21130
21131 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21132
21133         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21134         default scoring function.
21135         (spam-generic-score): Call spam-spamassassin-score if
21136         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21137         spam-bogofilter-score otherwise.
21138
21139         * gnus.el (spam-process, spam-autodetect-methods):
21140         Add spamassassin and spamassassin-headers.
21141
21142 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21143
21144         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21145         Suppress unnecessary messages.
21146
21147 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21148
21149         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21150         make-hash-table.
21151
21152 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21153
21154         * canlock.el (base64-encode-string): Don't autoload it.
21155
21156 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21157
21158         * run-at-time.el: Remove useless (require 'itimer),
21159         eval-and-compile and (featurep 'xemacs).
21160
21161 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21162
21163         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21164         GROUP is a virtual group.
21165
21166 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21167
21168         * gnus.el: Autoload `message-y-or-n-p'.
21169
21170 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21171
21172         * pgg-parse.el: Remove unnecessary (require 'custom).
21173
21174         * pgg-def.el: do.
21175
21176         * nnmail.el: do.
21177
21178         * gnus-undo.el: do.
21179
21180         * gnus-picon.el: do.
21181
21182         * gnus-util.el: do.
21183
21184 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21185
21186         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21187
21188 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21189
21190         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21191         handle, as well as a list.
21192
21193         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21194         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21195         (mm-w3m-cid-retrieve): Simplify.
21196
21197 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21198
21199         * message.el (message-kill-to-signature): Allow prefix arg to
21200         specify number of lines to keep before signature.
21201
21202 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21203
21204         * message.el (message-kill-to-signature): Change docstring.
21205
21206 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * canlock.el: Always require sha1-el.
21209         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21210
21211         * message.el: Autoload sha1 only when compiling.
21212
21213         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21214         eudc-expand-inline for XEmacs.
21215
21216 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21217
21218         * message.el (message-canlock-generate): Require sha1-el.
21219
21220 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21221
21222         * message.el (message-expand-name): Silence the byte compiler.
21223
21224         * lpath.el: Add detect-coding-system.
21225
21226         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21227         cus-edit.
21228
21229 2004-01-13  Simon Josefsson  <jas@extundo.com>
21230
21231         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21232         Invoke gnus-score-mode.
21233         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21234
21235         * gnus-range.el (gnus-compress-sequence): Doc fix.
21236         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21237
21238 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21239
21240         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21241
21242 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21243
21244         * spam.el (spam-get-article-as-string): Update to use
21245         gnus-request-article-this-buffer, much simpler.
21246         (spam-get-article-as-buffer): Remove.
21247
21248 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21249
21250         * message.el (message-expand-name): Use EUDC if the user uses that.
21251
21252 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21253
21254         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21255         character for the encoding to avoid consing a string.
21256
21257         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21258         unnecessarily.
21259
21260         * mm-util.el (mm-replace-chars-in-string): Remove.
21261
21262         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21263         of mm-replace-chars-in-string.
21264
21265 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21266
21267         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21268
21269         * mm-util.el (mm-subst-char-in-string): Support inplace.
21270
21271         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21272         a new string in every iteration.  Use shy groups.
21273
21274 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21275
21276         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21277         * gnus-soup.el (gnus-soup-group-brew):
21278         * gnus-msg.el (gnus-put-message):
21279         * gnus-move.el (gnus-group-move-group-to-server):
21280         * gnus-kill.el (gnus-batch-score):
21281         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21282         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21283         (gnus-group-update-group, gnus-group-read-group)
21284         (gnus-group-make-group, gnus-group-make-help-group)
21285         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21286         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21287         (gnus-group-sort-by-unread, gnus-group-catchup)
21288         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21289         (gnus-group-yank-group, gnus-group-set-info)
21290         (gnus-group-list-groups):
21291         * gnus.el (gnus-generate-new-group-name):
21292         * gnus-delay.el (gnus-delay-send-queue):
21293         * nnvirtual.el (nnvirtual-catchup-group):
21294         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21295         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21296         (gnus-group-prepare-topics, gnus-topic-check-topology):
21297         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21298         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21299         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21300         (gnus-group-make-articles-read):
21301         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21302         (gnus-group-change-level, gnus-kill-newsgroup)
21303         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21304         (gnus-get-unread-articles, gnus-make-articles-unread)
21305         (gnus-make-ascending-articles-unread): Use accessor
21306         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21307         to get group information for improved readability.
21308
21309
21310 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21311
21312         * gnus-art.el (article-decode-mime-words, article-babel)
21313         (gnus-article-highlight-signature, gnus-article-add-buttons)
21314         (gnus-signature-toggle): Use gnus-with-article-buffer.
21315
21316         * gnus-art.el (gnus-article-highlight-headers)
21317         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21318
21319         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21320         (gnus-article-set-globals, gnus-request-article-this-buffer)
21321         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21322         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21323         (gnus-mime-display-alternative): Use with-current-buffer.
21324
21325 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21326
21327         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21328         also under 80 char limit, and call gnus-error if needed.
21329         (spam-fetch-article-header): Fix - it was a
21330         buffer-local variable (gnus-newsgroup-data).
21331         (spam-find-spam): Use spam-generate-fake-headers, forget about
21332         spam-insert-fake-headers.
21333         (spam-insert-fake-headers): Remove.
21334
21335 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21336
21337         * deuglify.el (gnus-article-outlook-unwrap-lines)
21338         (gnus-outlook-rearrange-article)
21339         (gnus-outlook-repair-attribution-outlook)
21340         (gnus-outlook-repair-attribution-block)
21341         (gnus-outlook-repair-attribution-other): Remove redundant
21342         save-excursion.
21343
21344 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21345
21346         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21347         (spam-fetch-field-subject-fast)
21348         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21349         (spam-fetch-article-header): Add functions to deal with Gnus
21350         internals for fast retrieval of article header data.
21351         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21352
21353 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21354
21355         * pop3.el (pop3-md5): Remove.
21356         (pop3-apop): Replace pop3-md5 with md5.
21357
21358         * mm-bodies.el: base64 is always built-in.
21359
21360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21361         Use with-current-buffer.
21362
21363 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21364
21365         * canlock.el (canlock-insert-header): Remove excessive grouping in
21366         regexp.
21367
21368         * gnus-sum.el (gnus-summary-read-document): Ditto.
21369
21370         * gnus-uu.el (gnus-uu-part-number): Ditto.
21371
21372         * html2text.el (html2text-remove-tags): Ditto.
21373         (html2text-format-tags): Ditto.
21374         (html2text-format-single-elements): Ditto.
21375
21376         * mml.el (mml-parse-1): Ditto.
21377
21378 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21379
21380         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21381
21382         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21383
21384         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21385
21386         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21387
21388 2003-11-15  Simon Josefsson  <jas@extundo.com>
21389
21390         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21391         (pgg-gpg-lookup-key): Use regexp match instead of
21392         split-string (split-string is different between emacs 21.2 and
21393         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21394
21395 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21396
21397         * gnus-art.el (gnus-mime-view-all-parts)
21398         (gnus-article-part-wrapper, gnus-article-view-part):
21399         Use with-current-buffer.
21400
21401 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21402
21403         * spam.el (spam-disable-spam-split-during-ham-respool)
21404         (spam-spamoracle-database, spam-cache-lookups)
21405         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21406         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21407         (spam-group-ham-marks, spam-group-spam-marks)
21408         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21409         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21410         also add spam-use-blackholes to the statistical checks.
21411         (spam-fetch-field-fast): Add interface to fetching fields, may
21412         become a macro.
21413         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21414         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21415         (spam-insert-fake-headers): Fake an article when needed.
21416         (spam-find-spam): Fake article when possible.
21417         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21418         (spam-check-bogofilter-headers): Use message-fetch-field instead
21419         of nnmail-fetch-field.
21420
21421 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21422
21423         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21424
21425 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21426
21427         * spam.el (spam-split): Do not require spam-use-CHECK to be
21428         enabled if that check is passed to spam-split explicitly; also
21429         fix so 'spam doesn't get converted to spam-split-group when
21430         spam-split-symbolic-return is t.
21431         (spam-find-spam): Find registrations of the article and use those
21432         instead of re-running spam-split to find the spam/ham
21433         classification of the article.
21434         (spam-log-processing-to-registry, spam-log-registered-p)
21435         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21436         Use gnus-error instead of gnus-message.
21437         (spam-log-registration-type): Add function to determine the
21438         classification of a message based on registry entries; will
21439         return nil if both 'spam and 'ham are found.
21440         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21441         a reasonably fast local cache without the loading errors.
21442         (spam-cache-lookups): Set to t by default.
21443         (spam-find-spam): Don't try to guess spam-cache-lookups.
21444         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21445         spam-caches entry.
21446         (spam-filelist-build-cache, spam-filelist-check-cache):
21447         Fix caching of whitelist/blacklist entries.
21448         (spam-check-whitelist, spam-check-blacklist):
21449         Invoke spam-from-listed-p with a type, not a cache variable.
21450         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21451
21452 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21453
21454         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21455
21456         * nnmail.el (nnmail-split-fancy): do.
21457
21458         * mml.el (mml-parse): do.
21459
21460         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21461         (gnus-score-adaptive): do.
21462
21463 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21464
21465         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21466         (gnus-mime-button-map): Don't set keymap parent.
21467         (gnus-button-ctan-directory-regexp): Use shy grouping.
21468         (gnus-prev-page-map): Don't set keymap parent.
21469         (gnus-prev-page-map): Remove duplicated one.
21470         (gnus-next-page-map): Don't set keymap parent.
21471         (gnus-mime-security-button-map): Ditto.
21472
21473         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21474         version number.
21475
21476         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21477
21478 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21479
21480         * canlock.el (canlock-sha1-function): Remove.
21481         (canlock-sha1-function-for-verify): Remove.
21482         (canlock-openssl-program): Remove.
21483         (canlock-openssl-args): Remove.
21484         (canlock-ignore-errors): Remove.
21485         (canlock-sha1-with-openssl): Remove.
21486         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21487         (canlock-verify): Don't use canlock-ignore-errors.
21488
21489         * sha1-el.el (sha1-string-external): Make it can return a string
21490         in binary form.
21491         (sha1-region-external): Ditto.
21492         (sha1-string-internal): Ditto.
21493         (sha1-region-internal): Ditto.
21494         (sha1-region): Ditto.
21495         (sha1-string): Ditto.
21496         (sha1): Ditto.
21497
21498 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21499
21500         * spam.el (spam-report-articles-gmane): New command.
21501
21502 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21503
21504         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21505
21506         * run-at-time.el (run-at-time-saved): Remove.
21507         (run-at-time): Doc fix.
21508
21509 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21510
21511         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21512         (gnus-summary-limit-map): Add it.
21513         (gnus-summary-make-menu-bar): do.
21514
21515 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21516
21517         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21518         Make attempt at some caching support (done for BBDB only now).
21519         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21520         addresses to be checked.
21521         (spam-clear-cache-BBDB): Add function, to be invoked by
21522         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21523         (spam-check-BBDB): Check and use the caches, if
21524         spam-cache-lookups is on, remove superfluous (provide).
21525
21526 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21527
21528         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21529
21530 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21531
21532         * run-at-time.el (run-at-time-saved): Move to after the definition
21533         of `run-at-time'.
21534
21535         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21536
21537 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21538
21539         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21540         mm-w3m-local-map-property.
21541
21542         * mm-view.el (mm-w3m-mode-map): Remove.
21543         (mm-w3m-local-map-property): Remove.
21544         (mm-inline-text-html-render-with-w3m): Don't use
21545         mm-w3m-local-map-property.
21546
21547 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21548
21549         * run-at-time.el: New file.
21550
21551         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21552         under Emacs.
21553
21554         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21555         of gnus-set-text-properties.
21556
21557         * gnus-uu.el (gnus-uu-save-article): Ditto.
21558
21559         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21560
21561         * gnus-cite.el (gnus-cite-parse): Ditto.
21562
21563         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21564         of gnus-.
21565
21566         * gnus-xmas.el (run-at-time): Require run-at-time.
21567
21568         * gnus.el: Change calls to nnheader-run-at-time and
21569         password-run-at-time throughout to use run-at-time directly.
21570
21571         * password.el: Remove definition of run-at-time.
21572
21573         * nnheaderxm.el: Remove definition of run-at-time.
21574
21575 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21576
21577         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21578         in prompt.
21579
21580 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21581
21582         * messagexmas.el (message-xmas-redefine): Alias
21583         `message-make-caesar-translation-table' to
21584         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21585         version.
21586
21587         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21588         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21589         `gnus-xmas-set-text-properties'.
21590         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21591         `gnus-xmas-completing-read'.
21592         (gnus-xmas-completing-read): Removed.
21593         (gnus-xmas-open-network-stream): Removed.
21594
21595         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21596         XEmacs version.
21597
21598         * dns.el (dns-make-network-process): Use `open-network-stream'
21599         instead of `gnus-xmas-open-network-stream'.
21600
21601         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21602
21603         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21604
21605 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21606
21607         * gnus-art.el (gnus-mime-display-alternative)
21608         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21609         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21610         Don't use gnus-local-map-property.
21611
21612         * gnus-util.el (gnus-local-map-property): Remove.
21613
21614         * mm-view.el (mm-view-pkcs7-decrypt):
21615         Replace gnus-completing-read-maybe-default with completing-read.
21616
21617         * gnus-util.el (gnus-completing-read): do.
21618         (gnus-completing-read-maybe-default): Remove.
21619
21620 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21621
21622         * password.el: Only autoload `run-at-time' if not XEmacs.
21623         Only autoload the itimer functions if XEmacs.
21624
21625 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21626
21627         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21628         XEmacsen.
21629
21630         * dgnushack.el: Autoload executable-find for XEmacs.
21631
21632 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21633
21634         * gnus-art.el (gnus-read-string): Remove.
21635         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21636         read-string.
21637
21638 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21639
21640         * netrc.el: Autoload password-read.
21641         (netrc): Add configuration group.
21642         (netrc-encoding-method, netrc-openssl-path):
21643         Add variables for encoding and decoding of files with symmetric
21644         ciphers.
21645         (netrc-encode): Add assistant function to encode a file with
21646         netrc-encoding-method.
21647         (netrc-parse): Add interactive parameter, added optional
21648         decoding if netrc-encoding-method is non-nil but otherwise
21649         behavior is standard.
21650         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21651         Do s/encode/encrypt/ everywhere.
21652
21653         * spam.el: Remove executable-find autoload.
21654
21655 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21656
21657         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21658
21659         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21660
21661 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21662
21663         * gnus-art.el (gnus-treat-ansi-sequences)
21664         (article-treat-ansi-sequences): New variable and function.
21665         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21666
21667         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21668         Use it.
21669
21670 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21671
21672         * mm-util.el (mm-quote-arg): Remove.
21673
21674         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21675         shell-quote-argument.
21676
21677         * gnus-uu.el (gnus-uu-command): do.
21678
21679         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21680
21681         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21682         with make-char.
21683
21684         * mm-util.el (mm-make-char): Remove.
21685
21686         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21687         add-minor-mode.
21688
21689         * gnus-undo.el (gnus-undo-mode): do.
21690
21691         * gnus-topic.el (gnus-topic-mode): do.
21692
21693         * gnus-sum.el (gnus-dead-summary-mode): do.
21694
21695         * gnus-start.el (gnus-slave-mode): do.
21696
21697         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21698
21699         * gnus-ml.el (gnus-mailing-list-mode): do.
21700
21701         * gnus-gl.el (gnus-grouplens-mode): do.
21702
21703         * gnus-draft.el (gnus-draft-mode): do.
21704
21705         * gnus-dired.el (gnus-dired-mode): do.
21706
21707         * gnus-ems.el (gnus-add-minor-mode): Remove.
21708
21709         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21710         Replace gnus-char-width with char-width.
21711
21712         * gnus-ems.el (gnus-char-width): Remove.
21713
21714         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21715         Replace gnus-char-width with char-width.
21716
21717         * gnus-ems.el (gnus-char-width): Remove.
21718
21719         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21720         definition.
21721         Remove Emacs 20 hash table compatibility code.
21722
21723         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21724         20 compatibility code.
21725
21726         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21727
21728         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21729
21730         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21731         Replace with point-at-{eol,bol}.
21732
21733         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21734
21735         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21736
21737         * flow-fill.el (fill-flowed-point-at-bol)
21738         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21739
21740         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21741         Replace with point-at-{eol,bol} throughout all files.
21742
21743 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21744
21745         * ntlm.el (ntlm-string-as-unibyte): New macro.
21746         (ntlm-build-auth-response): Use it.
21747
21748         Remove Emacs 20 stuff:
21749         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21750         (butlast, mapc, remove): Remove the compiler macros.
21751         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21752         of delq and copy-sequence.
21753         * gnus-art.el (popup-menu): Remove the compiler macro.
21754         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21755         Emacs 20.
21756
21757 2004-01-05  Simon Josefsson  <jas@extundo.com>
21758
21759         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21760         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21761         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21762         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21763         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21764         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21765         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21766         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21767         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21768         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21769         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21770         string-xor into ntlm-string-xor.
21771         Suggested by Jesper Harder <harder@myrealbox.com>.
21772
21773         * ntlm.el: Don't include poem.
21774
21775         * md4.el (print-int32, print-string-hexa): Remove.
21776         Suggested by Jesper Harder <harder@myrealbox.com>.
21777
21778         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21779
21780         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21781         probably breaks emacs with DL patch, but do we care? Is anyone
21782         still using the DL stuff?)
21783
21784         * sieve-manage.el: Use the password package.
21785         (sieve-manage-read-passwd): Remove.
21786         (sieve-manage-interactive-login): Use password.  Re-add
21787         condition-case around loop.
21788
21789         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21790         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21791         Use the password package.
21792
21793 2003-02-19  Simon Josefsson  <jas@extundo.com>
21794
21795         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21796         token.
21797
21798 2002-08-07  Simon Josefsson  <jas@extundo.com>
21799
21800         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21801         (sieve-manage-authenticators):
21802         (sieve-manage-authenticator-alist): Add some SASL mechs.
21803         (sieve-sasl-auth): New function.
21804         (sieve-manage-cram-md5-auth):
21805         (sieve-manage-plain-auth): Rewrite using SASL library.
21806         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21807         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21808         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21809         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21810
21811 2004-01-05  Simon Josefsson  <jas@extundo.com>
21812
21813         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21814         New files.
21815
21816 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21817
21818         * gnus-group.el (gnus-no-groups-message): Update.
21819
21820         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21821
21822 2003-11-09  Simon Josefsson  <jas@extundo.com>
21823
21824         * imap.el: Support for ID IMAP extension (RFC 2971).
21825         (imap-local-variables): Add imap-id.
21826         (imap-id): New variable.
21827         (imap-id): New function.
21828         (imap-parse-response): Parse untagged ID response.
21829         * nnimap.el (nnimap-id): New variable.
21830         (nnimap-open-connection): Use it.
21831
21832 2003-12-28  Simon Josefsson  <jas@extundo.com>
21833
21834         * gnus-score.el (gnus-score-edit-all-score): New.
21835         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21836
21837 2004-01-04  Simon Josefsson  <jas@extundo.com>
21838
21839         * password.el: Add.
21840
21841 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21842
21843         * dns.el (dns-query-types): Fix typo.
21844         (dns-query-types): New function.
21845         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21846         PTR and SOA replies, see RFC 1035.
21847
21848 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21849
21850         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21851
21852         * Move to Changelog.2.
21853
21854 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21855
21856         * gnus.el (gnus-version-number): Bump version.
21857
21858 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21859
21860         * gnus.el: No Gnus v0.1 is released.
21861
21862 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21863
21864         * gnus.el: No Gnus v0.0 is released.
21865
21866 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21867
21868         * gnus.el (gnus-version-number): Bump.
21869         (gnus-version): No.
21870
21871 See ChangeLog.2 for earlier changes.
21872
21873   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21874
21875   This file is part of GNU Emacs.
21876
21877   GNU Emacs is free software: you can redistribute it and/or modify
21878   it under the terms of the GNU General Public License as published by
21879   the Free Software Foundation, either version 3 of the License, or
21880   (at your option) any later version.
21881
21882   GNU Emacs is distributed in the hope that it will be useful,
21883   but WITHOUT ANY WARRANTY; without even the implied warranty of
21884   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21885   GNU General Public License for more details.
21886
21887   You should have received a copy of the GNU General Public License
21888   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21889
21890 ;; Local Variables:
21891 ;; coding: utf-8
21892 ;; fill-column: 79
21893 ;; add-log-time-zone-rule: t
21894 ;; End: