Installed Makefile rules for NNTP testing.
[gnus] / lisp / ChangeLog
1 2011-04-20  David Engster  <dengste@eml.cc>
2
3         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4
5         * Makefile.in (test-nntp): New rule.
6         (check): Add it.
7         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
8
9 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * gnus-registry.el (gnus-registry-action)
12         (gnus-registry-fetch-header-fast):
13         Don't use mail-header that looks an internal function of mailheader.el.
14
15 2011-04-19  Glenn Morris  <rgm@gnu.org>
16
17         * time-date.el (time-to-days): Remove unused local variables.
18
19 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * gnus-registry.el: Eliminate cl functions.
22         (gnus-registry-sort-addresses): New function that replaces mapcan.
23         (gnus-registry-action, gnus-registry-spool-action)
24         (gnus-registry-split-fancy-with-parent)
25         (gnus-registry-fetch-recipients-fast): Use it.
26         (gnus-registry-import-eld): Replace delete* with dolist + delq.
27
28         * registry.el (initialize-instance, registry-lookup)
29         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
30         (registry-lookup-secondary-value, registry-search, registry-delete)
31         (registry-insert, registry-reindex, registry-size, registry-prune):
32         Use eval-and-compile.
33
34 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
35
36         * registry.el (registry-reindex): New method to recreate the secondary
37         registry indices.
38
39         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
40         tracked field changes.
41         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
42         (gnus-registry-action, gnus-registry-spool-action)
43         (gnus-registry-handle-action)
44         (gnus-registry--split-fancy-with-parent-internal)
45         (gnus-registry-split-fancy-with-parent)
46         (gnus-registry-register-message-ids): Add recipient tracking on spool,
47         move, and delete actions, and for fancy splitting with parent.
48         (gnus-registry-extract-addresses)
49         (gnus-registry-fetch-recipients-fast)
50         (gnus-registry-fetch-header-fast): Convenience functions.
51         (gnus-registry-misc-test): ERT test of
52         `gnus-registry-extract-addresses'.
53
54 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
55
56         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
57         Track by subject first, then sender.
58
59 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
60
61         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
62
63         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
64         Lisp.
65
66         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
67         (gnus-draft-send): Use it to avoid popping
68         up frames from gnus-group-send-queue.
69
70 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
71
72         * gnus-registry.el: Updated gnus-registry docs.
73
74 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
77         Fix logic bug.
78         (gnus-registry-post-process-groups): Fix logging of no results and
79         quote sender and subject.
80
81 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
84         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
85         gnutls-cli are too slow to be done opportunistically.
86
87         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
88         (gnus-read-active-for-groups): Don't try to finish getting stuff where
89         we had no early-data returned.
90         (gnus-get-unread-articles): Add a sanity check so that we don't issue
91         two async commands to the same server at the same time.
92
93 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
94
95         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
96
97 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
100         "warning" level.
101
102         * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
103         (mm-url-insert-file-contents): Don't set the package names.
104
105 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
106
107         * gnus-registry.el (gnus-registry-action): Remove properties and
108         simplify subject in `gnus-registry-handle-action'.
109         (gnus-registry-spool-action): Get subject and sender from message if
110         they are not passed in.
111         (gnus-registry-handle-action): Remove properties and simplify subject
112         consistently.
113
114 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
115
116         * registry.el: Require CL before using defmacro*.
117
118 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus-art.el (article-treat-date): Assume that
121         gnus-article-date-headers may be a group parameter.
122
123 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
124
125         * gnus-registry.el (gnus-registry-handle-action): More debugging.
126
127         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
128         interactively so the newsrc file can contain foreign groups too.
129         Useful for debugging but not much for users.
130
131 2011-04-07  David Engster  <dengste@eml.cc>
132
133         * registry.el (registry-usage-test): Only do
134         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
135         lexical binding.
136
137 2011-04-07  David Engster  <dengste@eml.cc>
138
139         * Makefile.in (check, test-registry): New rules for test-suite.
140
141 2011-04-06  David Engster  <dengste@eml.cc>
142
143         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
144         argument NOERROR for `require', since XEmacs 21.4 does not support it.
145
146 2011-04-06  David Engster  <dengste@eml.cc>
147
148         * registry.el (initialize-instance): Change :after to :AFTER to be
149         compatible with old EIEIO version in XEmacs.
150
151 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
152
153         * gnus-registry.el (gnus-registry-post-process-groups)
154         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
155         and provide better messaging.
156
157 2011-04-06  David Engster  <dengste@eml.cc>
158
159         * Makefile.in (fail-on-warning): New rule to compile with warnings as
160         errors.
161
162         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
163         dgnushack-compile with error-on-warn enabled, and to signal an error if
164         clean compilation failed.
165         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
166         with `byte-compile-error-on-warn'.  Return nil if errors occured.
167
168 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
169
170         * gnus-registry.el: Don't use ERT if it's not available.  Load it
171         unconditionally anyway, discarding errors.
172         (gnus-registry-delete-entries): New convenience function.
173         (gnus-registry-import-eld): Import from old .eld registry.
174
175         * registry.el: Don't use ERT if it's not available.  Load it
176         unconditionally anyway, discarding errors.
177
178         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
179         version from the Claudio Bley GnuTLS patch (extra optional parameters
180         and host name).
181
182 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
183
184         * gnus-registry.el (gnus-registry-fixup-registry): New function to
185         fixup the parameters that can be customized by the user between
186         save/read cycles.
187         (gnus-registry-read): Use it.
188         (gnus-registry-make-db): Use it.
189         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
190         messaging.
191         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
192         references to actual group names with sender and subject tracking.
193         (gnus-registry-post-process-groups): Use `cond' for better messaging.
194         (gnus-registry-usage-test): Add subject lookup test.
195
196         * registry.el (registry-db, initialize-instance): Set up constructor
197         instead of :initform arguments for the sake of older Emacsen.
198         (registry-lookup-breaks-before-lexbind): New method to demonstrate
199         pre-lexbind merge bug.
200         (registry-usage-test): Use it.
201         (initialize-instance, registry-db): Move the non-function initforms
202         back to the class definition.
203
204 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * registry.el: New library to manage gnus-registry-style data.
207
208         * gnus-registry.el: Use it (major rewrite).
209
210         * nnregistry.el: Use it.
211
212         * spam.el: Use it.
213
214 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
217         marks on non-selected articles.
218
219 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
220
221         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
222         parameter to open-protocol-stream.
223
224 2011-04-01  Julien Danjou  <julien@danjou.info>
225
226         * mm-view.el (mm-display-inline-fontify): Do not fontify with
227         fundamental-mode.
228
229 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
232         servers.
233
234 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
237         made marks not propagate, again.
238
239 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
240
241         * proto-stream.el (open-protocol-stream): Bring back `network' type.
242         Make this the default type.
243         (proto-stream-open-plain): Rename from proto-stream-open-default.
244         (open-protocol-stream, proto-stream-open-starttls)
245         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
246         with `plain'.
247
248         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
249         value.
250
251         * nntp.el (nntp-open-connection-function): Document the fact that some
252         values are not functions but are instead handled specially.  Recognize
253         nntp-open-plain-stream value.
254         (nntp-open-connection): Recognize that value.
255
256 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
259         where it seems to be needed.
260
261 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
264         stuff.
265
266         * gnus-score.el (gnus-score-string): Fix calling convention of
267         `gnus-simplify-buffer-fuzzy' after last patches.
268
269         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
270         server for articles we didn't get any headers for.  This is a sanity
271         check.
272
273 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
274
275         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
276         new CAPABILITY, use it.
277
278 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
281         downloading anything.
282
283         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
284
285 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
286
287         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
288         colors.
289         (gnus-splash-svg-color-symbols): New function.
290
291 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
294         instead of using the global gnus-simplify-subject-fuzzy-regexp.
295         (gnus-simplify-subject-fuzzy): Use the local
296         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
297         makes using this variable in group parameters work.
298
299 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
300
301         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
302         "archive:sent" to the unfollowed group regex (for the recent Gnus
303         archive:sent-YYYY-MM-DD groups).
304         (gnus-registry-split-fancy-with-parent): Bail out early in sender
305         tracking if there are more than `gnus-registry-max-track-groups'
306         matches.
307
308 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
309
310         * message.el (message--yank-original-internal): New function to do the
311         insertion cleanly inside eval in `message-yank-original'.
312         (message-yank-original): Use it.
313
314 2011-03-29  Julien Danjou  <julien@danjou.info>
315
316         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
317         local variables disabled rather than `normal-mode'.
318
319 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
320
321         * imap.el (imap-shell-open, imap-process-connection-type): Use
322         imap-process-connection-type for 'shell' streams as well as
323         Kerberos, SSL, other subprocesses.
324
325 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
326
327         * proto-stream.el: Changes preparatory to merging open-protocol-stream
328         with open-network-stream.
329         (proto-stream-always-use-starttls): Option removed.
330         (open-protocol-stream): Return a process object by default.  Provide a
331         new parameter :return-list specifying a list-type return value, which
332         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
333         :type `network' to `try-starttls', and `network-only' to `default'.
334         Make `default' the default, for compatibility with open-network-stream.
335         Handle the no-parameter case exactly as open-network-stream, with no
336         additional stream processing.  Search plists using plist-get.
337         Explicitly add :end-of-commend parameter if it is missing.
338         (proto-stream-open-default): Renamed from
339         proto-stream-open-network-only.  Return 'default as the type.
340         (proto-stream-open-starttls): Rename from proto-stream-open-network.
341         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
342         failed.  Always return a list with a (possibly dead) process as the
343         first element, for compatibility with open-network-stream.
344         (proto-stream-open-tls): Use plist-get.  Always return a list.
345         (proto-stream-open-shell): Return `default' as connection type.
346         (proto-stream-capability-open): Use plist-get.
347         (proto-stream-eoc): Function deleted.
348
349         * nnimap.el (nnimap-stream, nnimap-open-connection)
350         (nnimap-open-connection-1): Handle renaming of :type parameter for
351         open-protocol-stream.
352         (nnimap-open-connection-1): Pass a :return-list parameter
353         open-protocol-stream to obtain a list return value.  Parse this list
354         using plist-get.
355
356         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
357         for open-protocol-stream.  Accept open-protocol-stream return value
358         that is a subprocess object instead of a list.  Handle the case of a
359         dead returned process.
360
361 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
364
365         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
366
367 2011-03-21  Julien Danjou  <julien@danjou.info>
368
369         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
370         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
371         query.
372         (mm-inline-text): Render normal text with fontification whenever
373         possible.
374
375         * gnus-sum.el (gnus-summary-save-parts-1):
376         * gnus-art.el (gnus-article-browse-html-save-cid-content)
377         (gnus-article-browse-html-parts, gnus-mime-delete-part)
378         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
379         Use `mm-handle-filename'.
380
381         * mm-util.el (mm-handle-filename): New function, return the filename of
382         an handle.
383
384 2011-03-18  Julien Danjou  <julien@danjou.info>
385
386         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
387         (gnus-buffer-live-p): Check that buffer is not nil.
388
389 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
390
391         * gnus.el: No Gnus v0.15 is released.
392
393 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * time-date.el (format-seconds): Use assoc instead of assoc-string to
396         avoid warning on XEmacs.
397
398         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
399         on XEmacs.
400
401         * gnus-art.el: Require mouse, which the build bot seems to say is
402         needed.
403
404         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
405
406         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
407         XEmacs, since it doesn't have url-retrieve-synchronously.
408
409         * time-date.el (format-seconds): Use assoc instead of assoc-string,
410         since assoc-string doesn't exist in XEmacs.
411
412 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
413
414         * gnus-group.el (gnus-group-list-ticked): New function.
415         (gnus-group-make-menu-bar): Provide a menu entry for it.
416         (gnus-group-list-map): Provide a binding for it.
417
418 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * shr.el (shr-visit-file): New command.
421
422         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
423
424 2011-03-17  Bjørn Mork  <bjorn@mork.no>
425
426         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
427         servers.
428
429 2011-03-16  Julien Danjou  <julien@danjou.info>
430
431         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
432         inline.
433
434         * gnus-art.el (article-hide-list-identifiers): Use
435         gnus-group-get-list-identifiers.
436
437         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
438         (gnus-summary-remove-list-identifiers): Use
439         gnus-group-get-list-identifiers to get regexp.
440         (gnus-select-newsgroup, gnus-summary-insert-subject)
441         (gnus-summary-insert-articles): Call
442         gnus-summary-remove-list-identifiers unconditionally.
443
444 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445
446         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
447         we're selecting a group with unread articles.
448
449         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
450
451         * gssapi.el: New file separated out from imap.el to provide a general
452         Kerberos 5 connection facility for Emacs.
453
454         * message.el (message-elide-ellipsis): Document the format spec
455         ellipsis.
456
457 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
458
459         * message.el (message-elide-region): Allow the ellipsis to say how many
460         lines were removed.
461
462 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
465         window configurations containing buffers that are now dead.
466
467         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
468         parsing to avoid integer overflows.
469         (nnimap-parse-flags): Simplify the last change.
470         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
471         too large for 32-bit Emacsen.
472
473 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
474
475         * auth-source.el (auth-source-netrc-create):
476         * message.el (message-yank-original): Fix use of `case'.
477
478 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
479
480         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
481         XEmacs, which was one character too wide.
482
483 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
484
485         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
486         default number of articles to display.
487         (gnus-articles-to-read): Use pretty names for prompt.
488
489 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-int.el (gnus-open-server): Ditto.
492
493         * gnus-start.el (gnus-activate-group): Give a backtrace if
494         debug-on-quit is set and the user hits `C-g'.
495         (gnus-read-active-file): Ditto.
496
497         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
498
499 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
500
501         * message.el (message-yank-original): Use cond instead of CL case.
502
503 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
504
505         * auth-source.el (auth-source-netrc-create): Use usual format for the
506         default in prompts.
507
508 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * lpath.el: Fbind read-char-choice for XEmacs.
511
512 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
513
514         * auth-source.el (auth-source-netrc-create): Show the default in the
515         prompt when prompting for token creation.
516
517 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * auth-source.el (auth-source-format-prompt): Always convert the value
520         to a string to avoid evaluating non-string arguments.
521         (auth-source-netrc-create): Offer default properly, not as initial
522         content in `read-string'.
523         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
524         of line to determine if we've been run before.  If so, don't run again,
525         but print a trivial message to indicate the cache was hit instead.
526
527 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
528
529         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
530         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
531         The user will have to run `gnus-sync-read' manually and wait for Cloudy
532         Gnus.
533
534 2011-03-11  Julien Danjou  <julien@danjou.info>
535
536         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
537         modified file".
538
539 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * auth-source.el (auth-source-read-char-choice): New function to read a
542         character choice using `dropdown-list', `read-char-choice', or
543         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
544         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
545         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
546         (auth-source-netrc-saver): Use it.
547         (auth-source-pick-first-password): New convenience function.
548
549 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
552         parameter in the credentials.
553         (nnimap-open-connection-1): Use it after a successful login.
554         (nnimap-credentials): Add IMAP-specific user and password prompt.
555
556         * auth-source.el (auth-source-search): Add :require parameter, taking a
557         list.  Document it and the :save-function return token.  Pass :require
558         down.  Change the CREATED message from a warning to a debug statement.
559         (auth-source-search-backends): Pass :require down.
560         (auth-source-netrc-search): Pass :require down.
561         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
562         Change save prompt to indicate all modifications saved here are
563         deletions.
564         (auth-source-netrc-create): Take user login name as default in user
565         prompt.  Move all the save functionality to a lexically bound function
566         under the :save-function token in the returned list.  Set up clearer
567         default prompts for user, host, port, and secret.
568         (auth-source-netrc-saver): New function, intended to be wrapped for
569         :save-function.
570
571 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * shr.el (shr-table-horizontal-line): Change the defaults for the table
574         lines to be spaces instead.
575
576 2011-03-07  Julien Danjou  <julien@danjou.info>
577
578         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
579         (sieve-sasl-auth): Check that auth-source-search did return something,
580         or just return an empty string.
581
582 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
583
584         * gnus.el (gnus-interactive): Use read-directory-name.
585
586         * gnus-uu.el (gnus-uu-decode-uu-and-save)
587         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
588         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
589         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
590         Likewise.
591
592         * gnus-group.el (gnus-group-make-directory-group): Likewise.
593
594 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
597         onto the list of killed groups, too.  This makes killed nnimap groups,
598         for instance, more reliably not reappear.
599
600         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
601         the parent.
602
603         * gnus-sum.el (gnus-update-read-articles): Fix typo.
604
605         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
606         really have server-side marks.
607
608         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
609         since most backends do not usefully have server-side marks.
610         (gnus-update-read-articles): Propagate marks to all backends that
611         really have server-side marks.
612
613 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
614
615         * message.el (message-cite-reply-position, message-cite-style):
616         New variables.
617         (message-yank-original): Use the new citation styles.
618
619 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
620
621         * message.el (message-options): Revert 22da67af (workaround for XEmacs
622         buffer-local issue); don't mark it buffer-local when running under
623         XEmacs.
624
625 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
626
627         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
628         numbers too big to be `read'.
629
630 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * password-cache.el (password-in-cache-p): Add autoload.
633
634         * message.el (message-options): Make buffer-local two ways to attempt
635         to fix a XEmacs bug.
636
637 2011-03-02  Julien Danjou  <julien@danjou.info>
638
639         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
640
641 2011-03-01  Julien Danjou  <julien@danjou.info>
642
643         * gnus-art.el (list-identifier): Add list-identifier as a parameter
644         group.
645         (article-hide-list-identifiers): Use list-identifier group parameter.
646
647 2011-02-28  Julien Danjou  <julien@danjou.info>
648
649         * sieve.el (sieve-buffer-script-name): New local variable to store
650         sieve script name.
651         (sieve-edit-script): Store sieve script name.
652         (sieve-upload): Use sieve script name when uploading.
653         (sieve-upload): Use substitute-command-keys.
654         (sieve-edit-script): Use substitute-command-keys.
655         (sieve-refresh-scriptlist): Use substitute-command-keys.
656         (sieve-manage-mode-map): Define keymap properly.
657         (sieve-manage-mode): Do not set mode name manually, change mode-name to
658         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
659         Remove commented code about cvs.
660         (sieve-manage-quit): New function.
661         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
662
663 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * gnus-group.el (gnus-import-other-newsrc-file): New function.
666
667 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * auth-source.el (auth-source-search): Cache empty result sets.
670
671         * password-cache.el (password-in-cache-p): Convenience function to
672         check if a key is in the cache, even if the value is nil.
673
674         * auth-source.el (auth-source-save-behavior): New variable to replace
675         `auth-source-never-create'.
676         (auth-source-netrc-create): Use it.
677         (auth-source-never-save): Remove.
678
679 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
680
681         * nnimap.el (nnimap-stream): Doc fix.
682         (nnimap-open-connection-1): Reverse the order of the ports to that the
683         prompted-for port is first.
684
685         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
686         retrieval by the no-group selection.
687
688         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
689         numerical parameters.
690
691 2011-02-25  Julien Danjou  <julien@danjou.info>
692
693         * gnus-gravatar.el: Use gnus-with-article-buffer.
694
695         * gnus-art.el (gnus-with-article-buffer): Check that the
696         gnus-article-buffer is alive.
697
698 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
699
700         * auth-source.el (auth-source-creation-prompts): New variable to manage
701         creation-time prompts.
702         (auth-source-search): Document it.
703         (auth-source-format-prompt): Add utility function.
704         (auth-source-netrc-create): Don't default the user name to
705         user-login-name.  Use `auth-source-creation-prompts' and some default
706         prompts for user, host, port, and password (the default generic prompt
707         remains ugly).
708         (auth-source-never-save): Add customizable option to never save info.
709         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
710         mode excursion.
711
712 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
715         argument that XEmacs doesn't support.
716
717         * dgnushack.el (dgnushack-compile): Exclude color.el from being
718         compiled for Emacsen having no `libxml-parse-html-region' support.
719
720         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
721
722         * lpath.el: Bind buffer-save-without-query for XEmacs.
723
724 2011-02-23  Julien Danjou  <julien@danjou.info>
725
726         * gnus-art.el (article-make-date-line): Ignore errors if time is
727         invalid and not convertible.
728         (article-make-date-line): Only add lapsed time if time is not nil.
729
730 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
731
732         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
733         `read-char-choice' for backwards compatibility.
734         (auth-source-netrc-element-or-first): New function to DTRT for
735         parameter extraction.
736         (auth-source-netrc-create): Use it and fix multiple parameter print
737         bug.  Use the default passed from above (given-default) or the
738         built-in (user-login-name for :user).
739
740 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
741
742         * gnus-start.el (gnus-dribble-read-file):
743         Set buffer-save-without-query, since we always want to save the dribble
744         file, probably.
745
746         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
747         nnimap.
748
749         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
750         -summary- since it's a user-visible variable.
751
752         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
753         first time you use the new Gnus.
754
755 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
756
757         * auth-source.el: Don't load netrc.el.
758         (auth-sources): Search ~/.netrc as well by default.
759         (auth-source-debug): Add 'trivia option for extra output.
760         (auth-source-do-trivia): Use it.
761         (auth-source-search): Simplify logic to use
762         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
763         appropriate.  Don't keep a running count at this level.  Layer :create
764         and :delete options appropriately on the first and second passes.
765         Don't track the backend with the search results.
766         (auth-source-search-backends): New function to search a list of
767         backends for a processed spec.
768         (auth-source-netrc-parse): Cache all netrc files, making
769         auth-source-netrc-cache an alist keyed by the file name and using the
770         file mtime as the caching criterion.  Keep the obfuscated data secret
771         with a lexical bind.
772         (auth-source-netrc-search): Don't calculate the length of the results
773         unnecessarily.
774         (auth-source-search-backends): Fix bug.
775         (auth-source-netrc-create): Rework prompts.
776
777 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
778
779         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
780         Lower case names of search constraints.
781         (nnir-run-query): Cache and reuse search constraints for all imap
782         servers.
783
784 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
787         after exit.
788         (gnus-setup-message): Define missing variable from last checkin.
789
790         * gnus-sum.el (gnus-summary-show-article): When called with t as the
791         value, show the raw article.
792
793 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
794
795         * gnus.el: No Gnus v0.13 is released.
796
797 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
798
799         * nnimap.el (nnimap-open-connection-1): Revert last change, since
800         auth-source now accepts numbers.
801
802         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
803         spec, too.
804         (auth-source-ensure-strings): New function.
805
806         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
807         (gnus-article-setup-buffer): Always restart the date timer so that user
808         changes to the frequency is respected.
809
810         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
811         port numbers, so make sure it gets that if nnimap-server-port is
812         explicit.
813
814 2011-02-21  Simon Josefsson  <simon@josefsson.org>
815
816         * nnimap.el (nnimap-inbox): Doc fix.
817
818 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
819
820         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
821         Autoload.  Add optional arg FRAME, and pass it to color-values.
822         (color-complement): Caller changed.  Doc fix.
823         (color-gradient): Rewrite for better clarity and efficiency.
824
825 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
826
827         * shr-color.el (shr-color->hexadecimal): Use renamed function names
828         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
829         color-lab-to-srgb.
830
831 2011-02-20  Drew Adams  <drew.adams@oracle.com>
832
833         * color.el: First part of merge from hexrgb.el.
834         (color-rgb-to-hex): Rename from color-rgb->hex.
835         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
836         saturation to zero if the value is too small.
837         (color-rgb-to-hsl): Rename from color-rgb->hsl.
838         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
839         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
840         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
841         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
842         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
843         (color-cie-de2000): Doc fix.
844
845 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
846
847         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
848         given method as in the group name if we're using an extended method.
849         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
850         command, if we're using that, instead of waiting for the beginning.
851
852         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
853         we're sure to get unique server names, and we don't output two async
854         commands in the same buffer.  This fixes an NNTP hang for some users.
855
856 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
857
858         * gnus.el: No Gnus v0.11 is released.
859
860 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
863         summary buffer before reading going to the next buffer.  This avoids
864         putting the point in the group buffer if you `C-g' the command.
865
866         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
867         cache (for now) to make ~/.authinfo.gpg files usable.
868
869         * nnfolder.el (copyright-update): Define for the compiler.
870
871         * auth-source.el (auth-source-search): Fix unbound variable.
872
873 2011-02-19  Glenn Morris  <rgm@gnu.org>
874
875         * gnus.el (gnus-meta): Doc fix.
876
877 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
878
879         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
880         in case it's not yet loaded.
881
882 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
883
884         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
885         line we're waiting for.
886
887 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
888
889         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
890         face with line-width greater than zero will cause RET in gnus summary
891         buffer to scroll down article page-wise because auto vscroll happens,
892         it should be temporalily disabled when doing a scroll-up.
893
894 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
895
896         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
897         outputs from the server.
898
899 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
900
901         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
902         later so that bbdb can hook in easier.
903
904 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
905
906         * auth-source.el (auth-source-search): Don't try to create credentials
907         if the caller doesn't want that.
908         (auth-source-search): If we don't find a match, don't bug out on
909         non-bound variables.
910         (auth-source-search): Only ask a single backend to create the
911         credentials.
912
913         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
914         logging.
915         (nnimap-credentials): Protect against auth-source-search returning nil.
916         (nnimap-request-list): Protect against not being able to open the
917         server.
918
919 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
920
921         * auth-source.el (auth-source-search): Do a two-phase search, one with
922         no :create to get the responses from all backends.
923
924         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
925         when getting credentials.
926
927         * gnus-util.el (gnus-delete-duplicates): New function.
928
929 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
930
931         * nnimap.el (nnimap-credentials): Instead of picking the first port as
932         a creation default, pass the whole port list down.  It will be
933         completed.
934
935         * auth-source.el (auth-source-search): Updated docs to talk about
936         multiple creation choices.
937         (auth-source-netrc-create): Accept a list as a value (from the search
938         parameters) and do completion on that list.  Keep a separate netrc line
939         with the password obscured for showing the user.
940
941         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
942         first choice to `auth-source-search' so it will be used for entry
943         creation instead of the server's Gnus-specific name.
944         (nnimap-credentials): Rely on the auth-source library to select which
945         port is actually wanted in the new netrc entry, so don't override
946         `auth-source-creation-defaults'.
947
948         * auth-source.el (auth-source-netrc-parse): Use :port instead of
949         :protocol and accept a missing user, host, or port as a wildcard match.
950         (auth-source-debug): Default to off.
951
952         (auth-source-netrc-search, auth-source-netrc-create)
953         (auth-source-secrets-search, auth-source-secrets-create)
954         (auth-source-user-or-password, auth-source-backend, auth-sources)
955         (auth-source-backend-parse-parameters, auth-source-search): Use :port
956         instead of :protocol.
957
958         * nnimap.el (nnimap-credentials): Pass a port default to
959         `auth-source-search' in case an entry needs to be created.
960         (nnimap-open-connection-1): Use :port instead of :protocol.
961
962 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * auth-source.el: Bind load-path when loading EIEIO from
965         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
966         21.4 doesn't support, to `require'.
967         (auth-source-secrets-search): Use mm-delete-duplicates instead of
968         delete-dups that is not available in XEmacs 21.4.
969
970 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
971
972         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
973         as EIEIO must also be loaded when auth-source.el is being
974         byte-compiled.
975
976 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
977
978         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
979
980         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
981
982         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
983
984         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
985
986         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
987
988         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
989
990         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
991
992         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
993         necessary.
994
995 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
998         nil means that nnimap doesn't get updated.
999
1000 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1001
1002         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1003         result when the user doesn't want to write to the file.
1004         (auth-source-netrc-search): Expect a synthetic result and proceed
1005         accordingly.
1006         (auth-source-cache-expiry): New variable to override
1007         `password-cache-expiry'.
1008         (auth-source-remember): Use it.
1009
1010         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1011         parameter.  Create entry if necessary by using :create t.
1012         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1013
1014 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1015
1016         * auth-source.el (auth-source-debug): Enable by default and don't
1017         mention the obsolete `auth-source-hide-passwords'.
1018         (auth-source-do-warn): New function to debug unconditionally.
1019         (auth-source-do-debug): Use it.
1020         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1021         and for Secrets API entries when the secrets.el library is not
1022         available.
1023
1024 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1025
1026         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1027         (gnus-summary-exit): Kill the correct article buffer on exit from a
1028         `C-d' group.
1029
1030         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1031         gnus-propagate-marks.
1032
1033         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1034         before killing the buffers so that a non-full window conf gets handled
1035         correctly.
1036         (gnus-summary-exit): Ditto.
1037         (gnus-summary-read-group-1): Ditto.
1038
1039         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1040         async code again so that we can debug it properly.
1041
1042         * message.el (message-reply): Take an optional switch-buffer parameter
1043         so that Gnus window confs are respected better.
1044
1045 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1048         `plist-get' to accept non-list parameters (XEmacs issue).
1049         Fix docstring.
1050         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1051         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1052         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1053         Login collection is "Login" and not "login".
1054
1055 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1056
1057         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1058         multiple headers.
1059
1060         * nnimap.el (nnimap-inhibit-logging): New variable.
1061         (nnimap-log-command): Don't log login commands.
1062
1063         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1064         to have more parameters.
1065
1066         * nnimap.el (nnimap-send-command): Mark the command time for each
1067         command, so that we don't get NOOPs stepping on our toes.
1068
1069         * gnus-art.el (article-date-ut): Get the date from the Date header on
1070         `t'.
1071
1072 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * auth-source.el (auth-source-search): Use copy-sequence instead of
1075         the cl.el copy-list.
1076
1077 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1078
1079         * imap.el: Bring it back (revert
1080         84d800cd31de3064f0ed39617d725709a2f8f42f).
1081
1082 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1083
1084         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1085         Improve prompt.
1086
1087 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1088
1089         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1090         washing status from the default format.  It isn't very informative.
1091
1092 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1093
1094         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1095         Fix Gcc processing on imap.
1096
1097 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1098
1099         * imap.el: Remove file.  All the functionality is in nnimap.el.
1100
1101 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1102
1103         * message.el (message-bury): Don't pop up a new window when selected
1104         window is dedicated.
1105
1106 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1107
1108         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1109
1110 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1111
1112         * sieve-manage.el: Autoload `auth-source-search'.
1113         (sieve-sasl-auth): Use it.
1114
1115 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1116
1117         * nnimap.el: Autoload `auth-source-forget+'.
1118         (nnimap-open-connection-1): Use it if the connection fails.
1119
1120         * auth-source.el: Require `password-cache'.
1121         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1122         obsolete.
1123         (auth-source-magic): Marker for `password-cache' keys.
1124         (auth-source-do-cache): Update docstring.
1125         (auth-source-search): Use and check cache.
1126         (auth-source-forget-all-cached, auth-source-remember)
1127         (auth-source-recall, auth-source-forget, auth-source-forget+)
1128         (auth-source-specmatchp): Caching support functions.
1129         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1130         Remove and obsolete.
1131         (auth-source-user-or-password): Remove caching to further discourage
1132         using it.  Always hide passwords.
1133
1134         * password-cache.el (password-cache-remove): Accept secrets that are
1135         not strings.
1136
1137 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1138
1139         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1140         code for now, since it doesn't work for all users.
1141
1142 2011-02-09  Julien Danjou  <julien@danjou.info>
1143
1144         * message.el (message-options): Make message-options really buffer
1145         local.
1146
1147 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1148
1149         * mail-source.el: Autoload `auth-source-search'.
1150         (mail-source-keyword-map): Note order matters.
1151         (mail-source-set-1): Get all the mail-source source values and
1152         defaults and search auth-source on those if needed.  This can all
1153         probably be simplified.
1154
1155         * nnimap.el: Autoload `auth-source-search'.
1156         (nnimap-credentials): Use it.
1157         (nnimap-open-connection-1): Ask for the virtual server and physical
1158         address in one shot.
1159
1160         * nntp.el: Autoload `auth-source-search'.
1161         (nntp-send-authinfo): Use it.  Note TODO.
1162
1163 2011-02-08  Julien Danjou  <julien@danjou.info>
1164
1165         * shr.el (shr-tag-body): Add support for text attribute in body
1166         markups.
1167
1168         * message.el (message-options): Make message-options a local variable.
1169
1170 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * auth-source.el (auth-source-secrets-search)
1173         (auth-source-user-or-password): Use `append' instead of `nconc'.
1174         (auth-source-user-or-password): Build return list better and protect
1175         against nil :secret.
1176
1177 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1178
1179         * nnimap.el (nnimap-update-info): Refactor slightly.
1180         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1181         (nnimap-update-info): Clean up slightly.
1182         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1183         characters.
1184         (nnimap-process-quirk): Rename function to avoid collision.
1185         (nnimap-update-info): Fix macrology bug-out.
1186         (nnimap-update-info): Simplify split history test.
1187
1188 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1189
1190         * auth-source.el (top): Require 'eieio unconditionally.
1191         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1192         (auth-source-secrets-search): Limit search when `max' is greater than
1193         number of results.
1194
1195 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1196
1197         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1198         part not returning any data.
1199
1200         * proto-stream.el (open-protocol-stream): Document the return value.
1201
1202 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1203
1204         * auth-source.el (auth-source-secrets-search): Add examples.
1205
1206 2011-02-06  Julien Danjou  <julien@danjou.info>
1207
1208         * message.el (message-setup-1): Handle message-generate-headers-first
1209         set to t.
1210
1211 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1212
1213         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1214         API with a string "secrets:collection-name" and with 'default.
1215         (auth-source-backend-parse): Parse "secrets:collection-name" and
1216         'default.  Recurse on parses instead of repeating code.  Use the
1217         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1218         message when ignoring a source.
1219         (auth-source-search): List ignored search keys at the top level.
1220         (auth-source-netrc-create): Use `case' instead of `cond'.
1221         (auth-source-secrets-search): Created with TODOs.
1222         (auth-source-secrets-create): Created with TODOs.
1223         (auth-source-retrieve, auth-source-create, auth-source-delete)
1224         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1225         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1226         (auth-source-user-or-password-sftp)
1227         (auth-source-user-or-password-smtp): Remove.
1228         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1229         around `auth-source-search'.  Not tested thoroughly.
1230
1231 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * auth-source.el: Bring in assoc and eioeio libraries.
1234         (secrets-enabled): New variable to track the status of the Secrets API.
1235         (auth-source-backend): New EIOEIO class to represent a backend.
1236         (auth-source-creation-defaults): New variable to set prompt defaults
1237         during token creation (see the `auth-source-search' docstring for
1238         details).
1239         (auth-sources): Simplify to allow a simple string as a netrc backend
1240         spec.
1241         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1242         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1243         (auth-source-search): Main auth-source API entry point.
1244         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1245         (auth-source-search-collection): Helper function for searching.
1246         (auth-source-netrc-parse, auth-source-netrc-normalize)
1247         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1248         Supports search, create, and delete.
1249         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1250         backend stubs.
1251         (auth-source-user-or-password): Call `auth-source-search' but it's not
1252         ready yet.
1253
1254 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1255
1256         * message.el (message-setup-1): Remove the read-only stuff, since it
1257         doesn't work under XEmacs, for some reason.
1258
1259         * gnus-sum.el (gnus-user-date): Rename back from
1260         gnus-summary-user-date since user code refers to it.
1261
1262         * shr.el (shr-render-td): Store the actual background colour used.
1263
1264         * message.el (message-setup-1): Don't bind the constant
1265         -forbidden-properties.
1266         (message-setup-1): Revert previous change, since it needs to bind the
1267         props to insert them.
1268         (message-resend): Allow removing the read-only separator line.
1269
1270 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1271
1272         * nnimap.el (nnimap-request-accept-article): Give an error message if
1273         the APPEND wasn't successful.
1274
1275 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1276
1277         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1278         that have no groups.
1279
1280 2011-02-03  Julien Danjou  <julien@danjou.info>
1281
1282         * gnus-draft.el: Remove progn around gnus-draft-setup.
1283
1284 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1285
1286         * gnus-start.el (gnus-read-active-for-groups): This function is never
1287         called with a nil `infos', so clean that up.
1288         (gnus-get-unread-articles): Request active files from primary/secondary
1289         methods that have no groups (yet).
1290
1291 2011-02-03  Julien Danjou  <julien@danjou.info>
1292
1293         * message.el (message-setup-1): Always generate References first.
1294         (message-mail): Return the return value of message-setup, not always t.
1295         (message-setup-1): Insert mail-header-separator with read-only and
1296         intangible properties set.
1297
1298         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1299         user-date in docstring.
1300
1301         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1302
1303         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1304         docstring.
1305
1306         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1307         defcustom, with type and group. Move from gnus-util.el. Rename to
1308         gnus-summary-user-date-format-alist.
1309
1310 2011-02-03  Glenn Morris  <rgm@gnu.org>
1311
1312         * nnimap.el (gnus-fetch-headers): Declare.
1313
1314         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1315
1316 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1317
1318         * message.el (message-forward-make-body-digest-plain)
1319         (message-followup, message-reply): Clean up things noted by Stefan.
1320
1321         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1322         gnus-article-update-date-headers is nil.
1323         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1324         it didn't really work with defcustom.
1325         (article-update-date-lapsed): Make sure the window start doesn't move,
1326         either.
1327
1328 2011-02-01  Julien Danjou  <julien@danjou.info>
1329
1330         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1331         format.
1332
1333         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1334         standard in Emacs nowadays.
1335
1336         * color.el (color-gradient): Add a color-gradient function.
1337
1338 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1339
1340         * message.el (message-expand-name): Don't trust the return value of
1341         bbdb-complete-name.
1342         (message-check-news-header-syntax): Remove unused var `start'.
1343         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1344         (message-inhibit-body-encoding): Move to before first use.
1345         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1346         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1347         (Organization, Message-ID, Date, mh-previous-window-config):
1348         Defvar the vars using dynamic scoping.
1349
1350 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1351
1352         * shr.el (shr-render-td): Only do colours at the final rendering.
1353         Should be slightly faster.
1354         (shr-insert-table): Fix up TD background colours when doing the
1355         vertical padding.
1356
1357         * gnus-art.el (article-date-ut): Protect against articles with no Date
1358         header.
1359         (article-update-date-lapsed): Don't use current-column to find the
1360         horizontal position.  It's fragile in the presence of \003 characters.
1361
1362         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1363
1364 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-art.el (article-transform-date): Rewrite to still work when
1367         there are several rfc2822 parts.
1368         (article-transform-date): Fix infinite recursion.
1369         (article-date-ut): Replace infinitely many Date headers with a single
1370         one when called interactively.
1371
1372         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1373         secure manner.
1374
1375         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1376         move around by not using save-window-excursion.  It seems to work...
1377
1378 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gnus-art.el (article-make-date-line): Work for user-defined format.
1381
1382 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1383
1384         * nntp.el (nntp-retrieve-group-data-early)
1385         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1386         fetching functions.
1387
1388         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1389         thoroughly for all backends that have no known groups.  This should
1390         allow new nnml methods to retrieve mail.
1391
1392         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1393         that Gnus doesn't know exists again.
1394
1395         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1396         (gnus-treat-date-ut): Ditto.
1397         (gnus-article-update-date-header): Rename.
1398         (gnus-treat-date-local): Remove.
1399         (gnus-treat-date-english): Remove.
1400         (gnus-treat-date-lapsed): Remove.
1401         (gnus-treat-date-combined-lapsed): Remove.
1402         (gnus-treat-date-original): Remove.
1403         (gnus-treat-date-iso8601): Remove.
1404         (gnus-treat-date-user-defined): Remove.
1405         (gnus-article-date-headers): New variable to control all the date
1406         header options.
1407         (article-date-ut): Rewrite to allow using the new way to format date
1408         headers(s).
1409
1410 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1411
1412         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1413         method.
1414         (nnmail-article-group): A better test for fanciness.
1415
1416         * nnimap.el (nnimap-request-head): Protect against not finding the
1417         article by Message-ID.
1418
1419 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1422         keep point at the "same place".
1423
1424 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1425
1426         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1427         data if the group is unactivated.
1428
1429 2011-01-28  Julien Danjou  <julien@danjou.info>
1430
1431         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1432         (gnus-all-windows-visible-p): Remove old compatibility code.
1433         (gnus-window-top-edge): Add docstring.
1434
1435         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1436
1437 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1438
1439         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1440         older request-update-info.
1441
1442         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1443
1444 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1445
1446         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1447         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1448
1449 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1450
1451         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1452         groups.  This makes the nndraft:queue group pop up if it's not already
1453         there.
1454
1455         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1456         messages" logic, which was reversed.
1457
1458         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1459         the "same place" even if point is on the line being replaced.
1460         (article-update-date-lapsed): Allow updating both the combined lapsed
1461         and the lapsed headers.
1462         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1463         (article-make-date-line): Limit the number of segments dynamically to
1464         avoid too-long lines.
1465
1466 2011-01-27  Julien Danjou  <julien@danjou.info>
1467
1468         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1469         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1470
1471 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1474         Use plist-get instead of the cl function getf.
1475
1476 2011-01-27  Glenn Morris  <rgm@gnu.org>
1477
1478         * gnus-util.el (float-time): Get rid of compiler warning, again.
1479
1480 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1481
1482         * shr.el (shr-put-color): Special-case background colours: Do put them
1483         at the blank parts at the front of the lines.
1484
1485         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1486         exit hook to nix out all data on readedness on group exit.
1487
1488         * gnus-util.el (float-time): If float-time is bound, always use it on
1489         all Emacsen.  It's unclear why the subrp check was there.
1490         (time-date): Require to make some autoload issues on XEmacs go away.
1491
1492         * shr.el (shr-put-color): Don't do the box padding in tables, since
1493         they're already padded.
1494
1495 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1496
1497         * gnus-art.el (gnus-article-next-page): When the last line of the
1498         article is displayed, scroll down once more instead of going to the
1499         next article at once.
1500         (article-lapsed-string): Refactor out and allow specifying how many
1501         segments you want.
1502         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1503         (gnus-article-update-lapsed-header): New variable.
1504
1505         * shr.el: Revert change that made headings use different-sized faces.
1506         The Emacs display engine isn't advanced enough that, for instance,
1507         tables can comfortably use differently-sized faces.
1508
1509 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1510
1511         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1512         used.
1513         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1514         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1515         we're using an encrypted connection.
1516
1517         * proto-stream.el: Alter the interface functions to also return the
1518         actual stream type used: network or tls.
1519
1520 2011-01-25  Julien Danjou  <julien@danjou.info>
1521
1522         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1523         (mm-display-javascript-inline): New function.
1524
1525         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1526         viewing function.
1527
1528 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * shr.el (shr-expand-newlines): Fix variable name.
1531
1532 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1533
1534         * shr.el (shr-expand-newlines): Make nested boxes work.
1535
1536 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1537
1538         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1539         backgrounds.
1540         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1541         in a more sensible manner.
1542
1543 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1544
1545         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1546         if EPG is loaded.
1547
1548 2011-01-24  Julien Danjou  <julien@danjou.info>
1549
1550         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1551         tags.
1552
1553 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1556         commands.
1557
1558         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1559         in the article buffer.
1560         (gnus-gravatar-insert): Use blank space from the current buffer to
1561         avoid breaking text properties.  This makes X-Sent updating work again.
1562
1563         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1564
1565 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1566
1567         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1568         fix the bug in url-http.el instead.
1569
1570         * shr.el (shr-image-fetched): Ditto.
1571
1572         * shr.el (shr-image-fetched): Avoid having point move in the article
1573         buffer.
1574
1575         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1576         buffer after being called.  It's apparently being killed by url.el, and
1577         killing it made point move to end-of-buffer in a random buffer.
1578
1579         * shr.el (shr-image-fetched): Ditto.
1580
1581 2011-01-23  Julien Danjou  <julien@danjou.info>
1582
1583         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1584
1585         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1586         text/x-org.
1587
1588 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1591         (i.e., nnimap) returning nil as the article number.
1592
1593 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1594
1595         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1596         "DelSp" parameter in RFC3676.
1597
1598 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1599
1600         * message.el (message-check-recipients): Display the encoded version of
1601         the bogus address if they differ.
1602
1603         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1604         after sending.
1605
1606         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1607
1608         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1609
1610         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1611         group buffer after sending the queue.
1612
1613         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1614
1615 2011-01-22  Julien Danjou  <julien@danjou.info>
1616
1617         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1618
1619 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1620
1621         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1622         nested related parts.
1623
1624         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1625         unexpired articles.  This fixes the regression that led expiry marks to
1626         disappear from nnfolder groups.
1627
1628 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1629
1630         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1631         Don't confuse the "ret" of "retrograde" with RET.
1632
1633 2011-01-21  Julien Danjou  <julien@danjou.info>
1634
1635         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1636         than mm-insert-inline.
1637
1638 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1641         Widen article buffer.
1642
1643 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1644
1645         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1646         the temp buffer.
1647         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1648
1649 2011-01-20  Julien Danjou  <julien@danjou.info>
1650
1651         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1652
1653         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1654         than mm-insert-inline to insert inline part: this respect
1655         mm-inline-media-tests displayers.
1656
1657         * mm-view.el (mm-display-shell-script-inline): New function.
1658
1659         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1660
1661         * mm-uu.el (mm-uu-type-alist): Add org block.
1662         (mm-uu-org-src-code-block-extract): New function.
1663
1664         * mm-view.el (mm-display-org-inline): New function.
1665
1666         * mm-decode.el (mm-automatic-display): Add text/org.
1667
1668         * mailcap.el (mailcap-mime-extensions): Add .org.
1669
1670 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1673         gnus-article-add-buttons.
1674
1675 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1676
1677         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1678         From header with a date and "nobody" as the sender.
1679
1680 2011-01-19  Julien Danjou  <julien@danjou.info>
1681
1682         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1683         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1684         if you have the same regexp several times.
1685         (gnus-button-push): Fix matching when regexp is symbol.
1686
1687 2011-01-15  Glenn Morris  <rgm@gnu.org>
1688
1689         * message.el (message-mail): A compose-mail function should
1690         accept headers as strings.
1691
1692 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1693
1694         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1695         Add :vert-only tags.
1696         (message-mail): New arg RETURN-ACTION.
1697         (message-return-action): New var.
1698         (message-bury): Use it.
1699         (message-mode): Make it buffer-local.
1700         (message-send-and-exit): Always call message-bury.
1701
1702         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1703         message-mail.
1704
1705 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * nnimap.el (nnimap-convert-partial-article): Protect against
1708         zero-length body parts.
1709
1710         * mm-decode.el (mm-preferred-alternative-precedence):
1711         Discourage showing empty parts.
1712
1713         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1714         and stuff if the backend didn't return the article number.  This fixes
1715         an Exchange-related nnimap bug.
1716
1717         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1718         group window, because it does the wrong thing when a separate frame
1719         displays the group buffer.
1720
1721         * proto-stream.el (open-protocol-stream): Protect against the low-level
1722         transport functions returning nil.
1723
1724 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1725
1726         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1727         (mml2015-epg-find-usable-secret-key): New function.
1728         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1729         mml2015-epg-find-usable-key (Bug#7797).
1730         (mml2015-epg-encrypt): Ditto.
1731
1732 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * dgnushack.el (rot13-string): Fix the way to get the argument.
1735
1736 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1739
1740 2011-01-03  Glenn Morris  <rgm@gnu.org>
1741
1742         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1743
1744         * sieve.el (sieve-open-server): Give a more explicit error if
1745         sieve-manage-open returns nil.  (Bug#7720)
1746
1747 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1748
1749         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1750
1751 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1754         This avoids sending passwords in plain text over non-encrypted
1755         channels.
1756
1757         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1758
1759         * nnimap.el (nnimap-login): Refactored out into own function, and
1760         implement CRAM-MD5.
1761         (nnimap-wait-for-line): Refactored out.
1762
1763         * mm-view.el (mml-smime): Require.
1764
1765 2010-12-20  David Engster  <deng@eml.cc>
1766
1767         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1768         use EPG to decrypt S/MIME messages instead of openssl.
1769
1770 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1773
1774         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1775         status is the group clearly is unreachable.
1776
1777         * auth-source.el (auth-source-create): Add the optional second
1778         parameter to `local-variable-p' to be compatible with XEmacs.
1779
1780 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1781
1782         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1783         work when using a compressed nnml folder.
1784
1785 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1788         backends after sanitising on entry, because this never makes sense:
1789         If the articles have gone missing, then the data no longer exists on
1790         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1791         overwrite anything anyway.
1792
1793         * shr.el (shr-insert-document): Bind shr-width dynamically to
1794         window-width if it's nil.
1795
1796 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1797
1798         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1799         with the meaning of using the full emacs window width for rendering.
1800
1801 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1802
1803         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1804         case when sender is not given.
1805
1806 2010-12-23  Julien Danjou  <julien@danjou.info>
1807
1808         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1809         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1810         the addresses, otherwise we might misplaced the gravatar.
1811
1812 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1813
1814         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1815         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1816         obsolete in Emacs.
1817
1818 2010-12-20  Julien Danjou  <julien@danjou.info>
1819
1820         * gnus-util.el (gnus-rescale-image): Revert last change.
1821
1822 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1823
1824         * binhex.el: Improve commentary (Bug#7482).
1825
1826 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * gnus-group.el (gnus-group-delete-articles): New command.
1829
1830 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1833
1834 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1837         here, since it's up to the backends to do CRLF removal if their
1838         protocol has it.
1839
1840         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1841
1842 2010-12-17  Julien Danjou  <julien@danjou.info>
1843
1844         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1845         they are from file. Can also scale up.
1846
1847 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1848
1849         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1850         gnus-use-agent.
1851         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1852
1853         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1854
1855 2010-12-17  Julien Danjou  <julien@danjou.info>
1856
1857         * gravatar.el (gravatar-retrieve-synchronously): New function.
1858         (gravatar-get-data): Make more robust.
1859
1860 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1863
1864 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1867         to really consider the last line.
1868
1869 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1870
1871         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1872         list of recipient keys, or use symmetric encryption if not a list.
1873         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1874         EPA override, replacing the call to `netrc-store-data'.
1875
1876 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1877
1878         * gnus-srvr.el: Avoid passing nil regexp argument to
1879         delete-matching-lines.
1880
1881 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1884         fetching stops when Gnus exits.
1885
1886         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1887         function.
1888         (nnfolder-request-expire-articles): Save all the buffers after doing
1889         expiry.
1890
1891         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1892         the last article", since that led to serious performance regressions
1893         when expiring nnml groups.
1894
1895 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1896
1897         * nnir.el: Improve customizations.
1898
1899 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1902
1903         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1904         group has been killed.
1905         (gnus-group-yank-group): Ditto.
1906
1907         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1908
1909         * nnimap.el (nnimap-request-update-group-status): New function.
1910
1911         * gnus-int.el (gnus-request-update-group-status): New interface
1912         function.
1913
1914         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1915         copying read-ness to the backends.
1916
1917         * nnimap.el (nnimap-quirk): New function.
1918         (nnimap-retrieve-group-data-early): Use it.
1919         (nnimap-quirks): New alist.
1920
1921 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1924         don't delete it within indentation.
1925
1926 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1929         previous line.
1930
1931 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1934         QRESYNC command by deleting a superfluous space which broke Cyrus
1935         servers.  This change will break other servers that are buggy the other
1936         way around.
1937
1938 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1939
1940         * spam.el: Reindent and fix long lines.
1941         (spam-copy-or-move-routine): Exclude invalid move destinations.
1942
1943 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1944
1945         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1946         installed the registry.
1947
1948 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1951
1952 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1953
1954         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1955         groupname doesn't contain "gmane".
1956
1957 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1960         and netrc-bound-and-true-p bindings.
1961         (netrc-parse): Cache the netrc contents.
1962
1963         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1964         (gnus-1): Don't create the nndrafts group twice.
1965         (gnus-setup-news): There's no need to read the active file here, since
1966         that's done again later on a per-backend basis.
1967         (gnus-start-draft-setup): Make sure that the new group is started out
1968         empty.
1969
1970         * gnus-agent.el (gnus-agentize): Don't create the queue group
1971         automatically on startup.  It'll be created later, if needed.
1972
1973         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1974         of automatically subscribed groups.
1975         (gnus-auto-subscribed-categories): New variable.
1976         (gnus-matches-options-n): Use it.
1977         (gnus-default-subscribed-newsgroups): Remove unused variable.
1978         (gnus-start-draft-setup): Message a bit less.
1979
1980 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1981
1982         * nnir.el (nnir-run-imap): Return article list in order of increasing
1983         UID.
1984
1985 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-sum.el (gnus-summary-enter-digest-group):
1988         Mention gnus-auto-select-on-ephemeral-exit.
1989
1990         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1991         convention of the network-only option.
1992
1993 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * proto-stream.el (proto-stream-open-network-only): New function to
1996         have a way to specify non-STARTTLS upgrade connections.
1997
1998 2010-12-10  Julien Danjou  <julien@danjou.info>
1999
2000         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2001         email address is nil.
2002
2003         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2004
2005 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2006
2007         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2008         deletion.
2009         (nnir-run-imap): Only need to parse list once.
2010
2011 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * shr.el (shr-tag-script): Ignore <script>.
2014         (shr-tag-label): Add <label> support.
2015
2016 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2019
2020         * shr.el (shr-image-displayer): Work for images lined side by side.
2021
2022 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2023
2024         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2025         parameter, since XEmacs doesn't accept t as a parameter.
2026
2027 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2028
2029         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2030         ids.
2031         (nnir-run-gmane): Simplify groupspec formatting.
2032         (nnir-request-expire-articles): New function.
2033
2034 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2037         overflow, possibly.
2038
2039         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2040         (shr-render-td): Handle td style="" better.
2041         (shr-tag-table): Use the color from the style sheet.
2042         (shr-render-td): Make sure we copy over all the overlays, too.
2043
2044 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2045
2046         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2047         (nnir-request-article): Improve article retrieval.
2048
2049 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * mm-util.el (mm-extra-numeric-entities): New variable.
2052
2053         * mm-url.el (mm-url-decode-entities):
2054         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2055
2056         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2057
2058 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2059
2060         * message.el: Use completion-at-point.
2061         (message-completion-function): New fun, extracted from message-tab.
2062         (message-mode): Use it for completion-at-point-functions.
2063         (message-tab): Use it and completion-at-point.
2064
2065 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2068         character if a non-breakable character follows.
2069
2070 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2073         any stream.
2074
2075         * shr.el (shr-tag-font): Colorize the region.
2076         (shr-tag-body): Ditto.
2077         (shr-tag-font): Actually let the styles be inherited instead of
2078         overwriting them.
2079         (shr-tag-font): Get the background color right.
2080         (shr-tag-style): Ignore all <style> tags for the moment.
2081
2082         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2083         a Message-ID to avoid having nnimap depend on gnus-sum.
2084
2085         * shr.el (shr-descend): Only colorize something if we have a node that
2086         sets colors.
2087
2088 2010-12-06  Julien Danjou  <julien@danjou.info>
2089
2090         * shr.el (shr-render-td): Render td content with shr-descend, so style
2091         will be applied to <td> too.
2092         (shr-colorize-region): Colorize region even if we only have a background.
2093         (shr-tag-body): Fix color and background color inheritance.
2094         Do not recolorize after shr-generic.
2095         (shr-tag-font): Let shr-generic colorize via inheritance.
2096
2097 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2100
2101 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2102
2103         * nnir.el (nnir-request-move-article): Remove obsolete code.
2104
2105 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2108
2109 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-sum.el (gnus-summary-respool-article): The completion function
2112         expects a list instead of an alist.
2113
2114         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2115         string as the parameter.
2116
2117         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2118
2119         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2120         styles.
2121         (shr-colorize-region): New function.
2122         (shr-insert-background-overlay): Remove.
2123         (shr-render-td): Background setting should be taken care of on a higher
2124         level.
2125         (shr-tag-body): Use post-hoc colorizations.
2126         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2127         (shr-put-color-1): Don't overwrite old colors.
2128         (shr-colorize-region): When the background color isn't explicit, use
2129         a fixed background.
2130
2131         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2132         nnmail variables.
2133
2134 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2135
2136         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2137         unless necessary.
2138
2139 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2140
2141         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2142         server.
2143
2144 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2147         so that TAB works.
2148
2149         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2150         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2151
2152         * shr.el (shr-urlify): Show the URL before the title to avoid
2153         misleading URLs.
2154
2155 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2156
2157         * shr.el (shr-urlify): Display the title in <a> tags.
2158
2159 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2160
2161         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2162
2163 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2164
2165         * nnir.el: Rearrange code to allow macros to be autoloaded by
2166         gnus-sum.el.
2167         (nnir-retrieve-headers-override-function): Make this variable
2168         customizable.
2169         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2170
2171         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2172         from nnir.el.
2173
2174 2010-12-03  Julien Danjou  <julien@danjou.info>
2175
2176         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2177
2178 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2181         allow optional argument `environment'.
2182
2183 2010-12-03  Glenn Morris  <rgm@gnu.org>
2184
2185         * mm-extern.el (message-goto-body): Update declaration.
2186
2187 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * gnus-util.el (gnus-macroexpand-all): New function.
2190
2191         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2192         instead of macroexpand-all that is unavailable in XEmacs.
2193
2194 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2195
2196         * nnir.el (nnir-summary-line-format): New variable.
2197         (nnir-mode): Use it.
2198         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2199         (nnir-article-ids): Reimplement as defsubst.
2200         (nnir-retrieve-headers): Don't mangle the subject header.
2201         (nnir-run-imap): Use 100 as RSV score.
2202         (nnir-run-find-grep): Fix for full server searching.
2203         (nnir-run-gmane): Better restriction to gmane groups.
2204
2205         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2206         summary buffers.
2207
2208 2010-12-02  Julien Danjou  <julien@danjou.info>
2209
2210         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2211
2212         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2213
2214         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2215         support.
2216
2217 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2218
2219         * nnir.el: Update to handle the registry better.
2220         (autoload): Silence byte-compiler.
2221         (nnir-open-server): Add a hook for nnir groups.
2222         (nnir-request-move-article): Don't mangle the header. Better to use
2223         formating variables (which will be added in the future).
2224         (nnir-registry-action): Update the registry using the original article
2225         group name.
2226         (nnir-mode): Install nnir-specific hooks for updating the registry.
2227
2228         * gnus-sum.el
2229         (gnus-article-original-subject,gnus-newsgroup-original-name):
2230         Remove obsolete variables.
2231         (gnus-summary-move-article): Remove use of obsolete variables.
2232         (gnus-summary-local-variables): Make move and delete hooks local to
2233         summary buffers.
2234
2235 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2236
2237         * rtree.el: New file.
2238
2239 2010-12-01  Julien Danjou  <julien@danjou.info>
2240
2241         * message.el (message-user-organization): Do not use
2242         gnus-local-organization.
2243
2244         * gnus.el: Remove gnus-local-organization.
2245
2246         * gnus-msg.el: Remove nastygram thing.
2247
2248 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2249
2250         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2251         funcall.
2252
2253 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2256         names.
2257
2258         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2259         characters.
2260
2261         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2262         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2263         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2264         (gnus-gravatar-transform-address): Use mail-extract-address-components
2265         that supports non-ASCII names rather than mail-header-parse-addresses.
2266
2267 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * proto-stream.el (open-protocol-stream): All starttls connections are
2270         handled by the network handler.
2271
2272 2010-11-30  Julien Danjou  <julien@danjou.info>
2273
2274         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2275         (nnimap-open-connection-1): Fix PREAUTH.
2276
2277         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2278
2279 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2282         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2283         (shr-insert): Use them.
2284         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2285
2286 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2287
2288         * nnir.el (nnir-request-move-article): Bail out if original group
2289         doesn't support article moves.
2290         (nnir-get-active): Improve active list retrieval.
2291
2292 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2295
2296 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2297
2298         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2299         seem to accept strings-with-numbers as port numbers,
2300
2301 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2302
2303         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2304         change the registry.
2305
2306 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2309         delete-dups that is not available in XEmacs 21.4.
2310
2311         * mm-util.el (mm-delete-duplicates): Add comment.
2312
2313 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2314
2315         * nnir.el (nnir-ignored-newsgroups): New variable.
2316         (nnir-get-active): Use it.
2317
2318 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * proto-stream.el (proto-stream-open-network): Add some comments.
2321
2322         * nntp.el (nntp-open-connection): Provide a :success condition.
2323
2324         * nnimap.el (nnimap-open-connection-1): Ditto.
2325
2326         * proto-stream.el (proto-stream-open-network): See what the response to
2327         the STARTTLS command is.
2328
2329         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2330         backwards compatibility).
2331         (nnimap-open-connection-1): Really respect nnimap-server-port.
2332
2333         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2334         TLS upgrades we don't really care about the identity of the peer.
2335         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2336         that what we've checked for.
2337         (proto-stream-always-use-starttls): Only default to t if
2338         open-gnutls-stream exists.
2339         (proto-stream-open-network): If STARTTLS failed, then just open a
2340         normal connection.
2341         (proto-stream-open-network): Wait until the greeting before doing
2342         STARTTLS.
2343
2344         * nntp.el (nntp-open-connection): Report what the connection error is.
2345
2346         * proto-stream.el (open-protocol-stream): Rename from
2347         open-proto-stream.
2348
2349 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * nnimap.el (nnimap-stream): Change default to `undecided'.
2352         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2353         first, and then network.
2354         (nnimap-open-connection-1): Respect nnimap-server-port.
2355         (nnimap-open-connection): Be more backwards-compatible.
2356
2357         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2358         (proto-stream-open-starttls): De-duplicate the starttls code.
2359         (proto-stream-open-starttls): Folded back into the main function.
2360         (proto-stream-open-network): Fix typo in the gnutls path.
2361         (proto-stream-command): Refactor out.
2362
2363         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2364
2365         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2366         starttls.el STARTTLS.
2367
2368         * color.el (color-lab->srgb): Fix function call name.
2369
2370         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2371         if we're using tls.el.
2372         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2373         built in, then don't try to establish a STARTTLS connection.
2374
2375         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2376         servers.
2377
2378         * proto-stream.el (open-proto-stream): Use network, not stream.
2379         (open-proto-stream): Add a way to specify what the end of a command is.
2380
2381         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2382         connections types.
2383         (nntp-open-network-stream): Remove.
2384         (nntp-open-ssl-stream): Remove.
2385         (nntp-open-tls-stream): Remove.
2386         (nntp-ssl-program): Remove.
2387
2388         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2389
2390 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2391
2392         * nnir.el: Fix typos.
2393         (nnir-retrieve-headers-override-function): Rename variable to reflect
2394         new semantics.
2395         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2396         macros.
2397         (nnir-request-article, nnir-request-move-article): Use them.
2398         (nnir-categorize): New function.
2399         (nnir-run-query): Use it.
2400         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2401         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2402         sorted.
2403         (nnir-group-full-name): Use gnus-group-full-name instead.
2404         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2405         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2406
2407 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2410
2411         * proto-stream.el: New library to provide protocol-specific
2412         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2413         protocols.
2414         (open-proto-stream): Complete the documentation.
2415         (proto-stream-open-network): Fix some typos.
2416
2417         * nnimap.el (nnimap-open-connection): Use it.
2418
2419 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2420
2421         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2422         negotiation.
2423
2424 2010-11-26  Julien Danjou  <julien@danjou.info>
2425
2426         * color.el: Rename various rgb functions to srgb.
2427
2428 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2431         names.
2432
2433 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * shr.el (shr-insert): Revert last change.
2436         (shr-find-fill-point): Never leave point being at bol;
2437         relax the kinsoku limitation when rendering tables.
2438
2439 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2442         results from -accept-article.
2443
2444         * shr-color.el: Require cl when compiling.
2445
2446         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2447         checkin.
2448
2449         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2450
2451         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2452
2453         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2454         'add and 'delete to set backend marks.
2455
2456         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2457
2458         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2459
2460         * nntp.el (nntp-request-set-mark): Use it.
2461
2462         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2463
2464         * nnml.el (nnml-request-set-mark): Ditto.
2465
2466         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2467         introduces regressions in article selection.
2468         (nnimap-find-uid-response): New function.
2469         (nnimap-request-accept-article): Use the UID returned, if any.
2470         (nnimap-request-move-article): Use the UID returned, if any.
2471         (nnimap-get-groups): Reimplement to work with folded lines.
2472         (nnimap-find-uid-response): The UID is the last element in the list.
2473         (nnimap-request-set-mark): Extend syntax with 'set.
2474
2475         * nnml.el (nnml-request-set-mark): Ditto.
2476
2477         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2478
2479         * nntp.el (nntp-request-set-mark): Ditto.
2480
2481 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * message.el (message-called-interactively-p): A temporary macro.
2484         (message-goto-body): Use it temporarily.
2485
2486 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2489         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2490         (nnimap-last-response-string): Fix last unfolding fix.
2491
2492 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * shr.el (shr-insert): Fix the way to fold lines.
2495
2496 2010-11-25  Julien Danjou  <julien@danjou.info>
2497
2498         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2499
2500         * color.el: Rename from color-lab.el
2501         (color-rgb->hex): Add.
2502         (color-complement): Add.
2503         (color-complement-hex): Add.
2504
2505         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2506
2507 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2510         don't exist.
2511
2512 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2515         assuming that article displaying or another mml-preview may be
2516         interrupted for an error or for the like.
2517
2518         * shr.el (shr-get-background): Fix argument name.
2519
2520 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2523
2524         * gnus-sum.el (gnus-summary-include-articles): New function.
2525
2526         * message.el (message-goto-body): called-interactively-p needs a
2527         parameter, so use `any'.
2528
2529         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2530         clear marks before moving, since they're synced from the Gnus side
2531         first.
2532
2533         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2534         (gnus-summary-move-article): Copy over all marks before moving, so that
2535         IMAP doesn't think a new article has arrived.
2536
2537 2010-11-24  Julien Danjou  <julien@danjou.info>
2538
2539         * shr.el (shr-insert-background-overlay): Fix typo.
2540         (shr-render-td): Copy the background before rendering.
2541
2542         * shr-color.el (shr-color-visible): Fix docstring.
2543
2544         * shr.el (shr-tag-table): Add bgcolor support.
2545         (shr-render-td): Add bgcolor support.
2546         (shr-get-background): Add.
2547         (shr-insert-foreground-overlay): Use shr-get-background.
2548
2549         * message.el (message-goto-body): Use called-interactively-p.
2550         (message-in-body-p): message-goto-body returns point.
2551
2552 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2555         Fixes something or other in Emacs 23, and is backwards compatible.
2556
2557         * message.el (message-goto-body): Remove the <#secure special-casing,
2558         which is too special.
2559
2560         * shr.el (shr-parse-style): Drop !important from styles.
2561
2562 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2563
2564         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2565         this function to return incorrect results when calling it with an
2566         explicit article argument different from
2567         (gnus-summary-article-number).
2568
2569 2010-11-24  Julien Danjou  <julien@danjou.info>
2570
2571         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2572         (shr-tag-body): Add background support.
2573         (shr-descend): Add background support.
2574         (shr-tag-title): Add.
2575
2576         * shr-color.el (shr-color-visible): Really return original background
2577         if fixed.
2578
2579 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * shr.el (shr-color-check): Protect against non-existent colour names.
2582
2583 2010-11-24  Julien Danjou  <julien@danjou.info>
2584
2585         * color-lab.el: Require 'cl when compiling.
2586
2587         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2588
2589         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2590         matched part.
2591
2592         * color-lab.el: Fix all expt calls to use float type.
2593
2594 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2597         expression to shr-color-check as is.
2598
2599         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2600
2601         * color-lab.el: Add coding cookie.
2602         (float-pi): Use eval-and-compile.
2603
2604         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2605         compiled for Emacsen having no `libxml-parse-html-region' support.
2606
2607 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * shr.el (shr-insert-color-overlay): Split stuff like
2610         "#444444 !important" to find the real colour.
2611         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2612         parse <font color="red"> entries.
2613
2614 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2615
2616         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2617         point when parsing headers.
2618
2619         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2620         is positioned properly when parsing headers.
2621
2622 2010-11-23  Julien Danjou  <julien@danjou.info>
2623
2624         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2625
2626         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2627
2628         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2629
2630         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2631         Use shr-color-hue-to-rgb.
2632         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2633
2634 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635
2636         * shr.el (shr-color->hexadecimal): Autoload.
2637         (shr-descend): Add color to all tags.
2638
2639 2010-11-22  Julien Danjou  <julien@danjou.info>
2640
2641         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2642         shr-color->hexadecimal.
2643
2644         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2645         RGB() or HSL() color representation.
2646
2647         * shr.el (shr-tag-font): Add.
2648         (shr-tag-color-check): New function to get better colors.
2649         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2650         tag-span.
2651
2652         * shr-color.el: New file.
2653
2654         * color-lab.el: New file.
2655
2656         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2657
2658 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2659
2660         * nnir.el: Fix typo in comments.
2661         (nnir-run-imap): Simplify code. No need to reverse artlist.
2662         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2663
2664 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2667
2668         * nnimap.el (nnimap-get-capabilities): Refactor out.
2669         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2670
2671 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2672
2673         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2674         appearing when `mm-uu-hide-markers' is nil.
2675
2676 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * nnimap.el (nnimap-unselect-group): Make into its own function.
2679         (nnimap-request-rename-group): Unselect group before renaming.
2680         This had gotten lost somewhere.
2681         (nnimap-request-accept-article): Keep track of examined groups, and
2682         unselect the group before APPENDing to read-only groups.
2683         (nnimap-request-move-article): Clear flags before moving so that they
2684         can be re-set later.
2685
2686 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2689         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2690
2691 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * gnus-art.el (gnus-mime-display-single)
2694         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2695         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2696         parameter.
2697
2698 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2701         (shr-table-vertical-line): New variable.
2702         (shr-insert-table): Use it.
2703
2704 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * gnus-html.el (gnus-html-wash-images): Don't display images if
2707         gnus-inhibit-images is non-nil; register displayer for cid images.
2708         (gnus-html-display-image): Work for cid image.
2709         (gnus-html-insert-image): Allow arguments.
2710         (gnus-html-put-image): Inhibit read-only.
2711         (gnus-html-prefetch-images): Don't prefetch images if
2712         gnus-inhibit-images is non-nil.
2713
2714 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * shr.el (shr-put-image): Break lines when inserting big pictures.
2717
2718 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2719
2720         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2721         sender, thanks Katsumi Yamaoka.
2722
2723 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2724
2725         * nnir.el (nnir-run-imap): Reverse the article list for each group
2726         rather than the whole list.
2727
2728 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * shr.el (shr-image-displayer): Protect function against non-existent
2731         image source.
2732
2733         * gnus-art.el (gnus-inhibit-images): New user option.
2734         (gnus-mime-display-single): Don't display image if it is non-nil.
2735
2736         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2737         gnus-inhibit-images.
2738
2739         * shr.el (shr-image-displayer): New function.
2740         (shr-tag-img): Use it.
2741
2742 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2743
2744         * mml2015.el (mml2015-epg-sign): Use From header.
2745
2746 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2749
2750         * gnus-util.el (gnus-find-text-property-region): Return markers.
2751
2752         * shr.el (shr-tag-img): Put a displayer in the text property.
2753
2754         * gnus-util.el (gnus-find-text-property-region): New utility function.
2755
2756         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2757         (gnus-html-show-images): Remove.
2758
2759         * gnus-art.el (gnus-article-show-images): New, more general function.
2760
2761         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2762         image url text properties.
2763
2764         * shr.el: Ditto.
2765
2766         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2767         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2768
2769 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2772         work for two or more articles.
2773
2774 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2777         divide an image that's in an html article to two or more when washing
2778         non-ASCII characters in alt text of it.
2779
2780 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2783         smime-decrypt-region using function argument.
2784         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2785
2786         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2787
2788         * smime.el (smime-decrypt-region): Catch it.
2789
2790 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2791
2792         * smime.el (smime-mode-map): Move initialization into declaration.
2793         (gnus-run-mode-hooks): Don't autoload.
2794         (smime-mode): Use define-derived-mode.
2795
2796 2010-11-11  Glenn Morris  <rgm@gnu.org>
2797
2798         * smime.el (from): Restrict declaration to XEmacs.
2799
2800         * nnir.el (gnus-group-topic-name): Autoload.
2801
2802 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * shr.el (shr-insert): Don't break long line if it is because of
2805         kinsoku-bol characters in the line end.
2806
2807 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2808
2809         * nnir.el (nnir-request-move-article): Fix to provide original group
2810         and subject.
2811         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2812         been retrieved.
2813
2814         * gnus-sum.el (gnus-summary-move-article): Use original group and
2815         subject for virtual articles such as those in an nnir summary buffer.
2816
2817 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2820         least 21.5).
2821
2822         * smime.el (from): Declare it again for XEmacs.
2823
2824 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * message.el (message-resend): Don't disable encoding unless it's
2827         already encoded.
2828
2829         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2830         low-numbered articles.
2831
2832 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * rfc2047.el (rfc2047-syntax-table): Simplify.
2835
2836         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2837
2838         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2839         set-char-table-range for XEmacs.
2840
2841 2010-11-10  Glenn Morris  <rgm@gnu.org>
2842
2843         * time-date.el (time-to-seconds): Always an alias on Emacs,
2844         never a real function.
2845         (with-no-warnings): Remove compat stub, now unused.
2846         (time-less-p): Doc fix.
2847         (time-to-number-of-days): Simplify.
2848
2849         * smime.el (from): Remove unused declaration.
2850
2851         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2852         (gnus-float-time): On Emacs, always an alias.
2853
2854         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2855         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2856
2857 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * dgnushack.el: Don't use ignore-errors in the top level form since it
2860         is unavailable in XEmacs even if cl is loaded.
2861
2862         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2863
2864 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * shr.el (browse-url-mailto): Autoload.
2867
2868         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2869
2870         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2871         regexp doesn't need quoting.
2872
2873 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2874
2875         * message.el (message-subject-trailing-was-ask-regexp)
2876         (message-subject-trailing-was-regexp): Match was: in addition to was.
2877
2878 2010-11-09  Glenn Morris  <rgm@gnu.org>
2879
2880         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2881         (nnbabyl-check-mbox): Use point-at-bol.
2882
2883 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2886
2887         * message.el (message-mailto): New function.
2888         (message-mailto): Should accept other parameters.
2889         (message-mailto): Remove since it duplicates browse-url-mailto
2890         functionality.
2891
2892 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2895         methods.
2896         (gnus-read-active-file): Ditto.
2897
2898         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2899         ": " from the prompt.
2900         (gnus-group-make-group): Ditto.
2901
2902 2010-11-07  Glenn Morris  <rgm@gnu.org>
2903
2904         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2905         (gnus-bookmark-kill-line): Use point-at-eol.
2906
2907 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2910         asterisks in From header.
2911
2912 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2915         string to avoid making the From headers syntactically invalid.
2916
2917         * message.el (message-send-mail): Don't insert courtesy messages if the
2918         message already has List-Post and List-ID messages.
2919
2920 2010-11-06  Glenn Morris  <rgm@gnu.org>
2921
2922         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2923         `condition', `type', `length' a prefix.
2924         (gnus-treat-predicate): Update for above name changes.
2925
2926 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2927
2928         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2929         binding.  Handled by `gnus-summary-refer-thread' instead.
2930         (nnir-warp-to-article): New backend function.
2931
2932         * nnimap.el (nnimap-request-thread): Force dependency updating.
2933
2934         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2935         (gnus-summary-refer-thread): Rework to improve thread-referral.
2936
2937         * gnus-int.el (gnus-warp-to-article): New function.
2938
2939         * gnus-sum.el (gnus-summary-article-map): Bind it.
2940
2941 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2942
2943         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2944         gnus-summary-refer-thread.
2945
2946         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2947         headers.
2948         (gnus-summary-limit-include-thread): Prevent articles in thread from
2949         being cut in gnus-cut-threads.
2950         (gnus-summary-refer-thread): Limit retrieved headers to those in
2951         thread.
2952
2953 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * message.el (message-send-mail): Use the value of
2956         message-courtesy-message from the message buffer.
2957
2958         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2959
2960         * shr.el (shr-browse-url): Implement mailto: URLs.
2961
2962         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2963         "raw".
2964
2965         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2966         if it's already selected.
2967
2968         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2969
2970 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2973         to measure the length and truncate alt text.
2974
2975 2010-11-03  Glenn Morris  <rgm@gnu.org>
2976
2977         * nndiary.el (nndiary-generate-nov-databases-1)
2978         (nndiary-generate-active-info): Rename dynamic variable `files' to
2979         something less generic.
2980
2981 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2982
2983         * nnir.el (nnir-request-move-article): Call the underlying backend to
2984         move articles from nnir.
2985
2986 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2989
2990 2010-11-02  Julien Danjou  <julien@danjou.info>
2991
2992         * nnir.el: Remove wais support.
2993
2994 2010-11-02  Glenn Morris  <rgm@gnu.org>
2995
2996         * gnus-html.el: Reorder requirements to quieten compiler.
2997
2998 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3001         properly for XEmacs as well.
3002         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3003         (gnus-article-natural-long-line-p): Use window-width rather than
3004         frame-width.
3005
3006 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3007
3008         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3009         (nnir-read-parms): Don't modify query.
3010         (nnir-run-query): Add ability to search topic on current line.
3011         (nnir-get-active): Clean up.
3012
3013 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3016         degenerate articles.
3017
3018         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3019         (gnus-print-buffer): Just print the buffer as is, without any copying
3020         to a buffer and then re-highlighting.
3021
3022         * nnimap.el (nnimap-request-group): Store the new updated info.
3023         (nnimap-request-group): Select the group when we don't know whether it
3024         exists or not.
3025
3026         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3027         groups.
3028
3029         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3030         groups.
3031
3032         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3033         groups.
3034
3035         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3036         long-lines case by only filling the long lines.
3037
3038         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3039         (bug #7311).
3040
3041 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * shr.el: No need to declare `declare-function' since shr.el is for
3044         only Emacsen that provide `libxml-parse-html-region'.
3045
3046         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3047         effective only in a file it is referred to.
3048
3049 2010-11-01  Glenn Morris  <rgm@gnu.org>
3050
3051         * mm-util.el (gnus-completing-read): Autoload.
3052         (mm-read-coding-system): Simplify Emacs definition.
3053
3054         * nnmail.el (gnus-activate-group):
3055         * nnimap.el (gnutls-negotiate):
3056         * nntp.el (netrc-parse): Fix declarations.
3057
3058 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3061         string-match-p in Emacs >=23.
3062
3063         * gnus-msg.el (gnus-configure-posting-styles)
3064         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3065
3066 2010-11-01  Glenn Morris  <rgm@gnu.org>
3067
3068         * nnir.el (declare-function): Add compat stub.
3069         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3070         (nnir-run-gmane): Require 'mm-url.
3071
3072         * mm-util.el (mm-string-to-multibyte): Simplify.
3073
3074         * shr.el (declare-function): Add compat stub.
3075         (url-cache-create-filename): Declare.
3076         (mm-disable-multibyte, widget-convert-button): Autoload.
3077
3078         * smime.el (ldap-search): Declare.
3079         (smime-cert-by-ldap-1): Require ldap on Emacs.
3080
3081         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3082         (nnimap-keepalive): Use gnus-float-time.
3083
3084         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3085         (mail-source-delete-crash-box): Use gnus-float-time.
3086
3087         * gnus-dired.el (gnus-completing-read): Autoload.
3088
3089         * mm-view.el (gnus-rescale-image): Autoload.
3090
3091         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3092
3093         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3094
3095         * sieve-manage.el: Require 'cl when compiling.
3096
3097         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3098         (gnus-iswitchb-completing-read): Require iswitchb.
3099         (gnus-select-frame-set-input-focus): Silence compiler.
3100
3101 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * message.el (message-subject-trailing-was-query): Change default to t,
3104         since I think that's what most people want.
3105
3106         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3107         appending for easier debugging.
3108         (nnimap-wait-for-connection): Take a regexp.
3109         (nnimap-request-accept-article): Wait for the continuation line before
3110         sending anything unless we're streaming.
3111
3112         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3113         leave the header washing to take place.
3114
3115 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3116
3117         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3118         regular expression match and replace in posting styles.
3119
3120 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3121
3122         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3123         an entire server.
3124         (nnir-get-active): New function.
3125         (nnir-run-imap): Use it.
3126         (nnir-run-gmane): Who knew, gmane search returns an article score!
3127
3128         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3129         server on the current line with nnir.
3130
3131 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3134         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3135         left edge.
3136         (gnus-article-foldable-buffer): Skip past the prefix when determining
3137         raggedness.
3138
3139         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3140         the raw article, and change `C-u g' to show the article without doing
3141         treatments.
3142
3143         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3144         on to `gnus-treat-article'.
3145         (gnus-inhibit-article-treatments): New variable.
3146
3147         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3148
3149         * gnus-art.el (gnus-treatment-function-alist): Have
3150         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3151         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3152         sections.
3153
3154         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3155         parameter.
3156         (gnus-article-fill-cited-long-lines): New function.
3157         (gnus-article-fill-cited-article): Allow filling only long sections.
3158
3159         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3160         and non-punctuation (like after the apostrophe in "'We").
3161
3162         * gnus-sum.el (gnus-summary-select-article): Make sure
3163         gnus-original-article-buffer is alive.
3164
3165         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3166         reflect the order they're in in the digest.
3167
3168         * gnus.el (gnus-group-startup-message): Move point to the start of the
3169         buffer.
3170
3171         * nnimap.el (nnimap-capability): New function.
3172         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3173         is set.
3174
3175 2010-10-31  David Engster  <dengste@eml.cc>
3176
3177         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3178         conform with changes to gnus-completing-read.
3179
3180 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3183
3184 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3185
3186         * nnir.el: Move defvar, defcustom around to keep file organized
3187         and keep byte-compiler quiet.
3188         (nnir-read-parms): Accept search-engine as arg.
3189         (nnir-run-query): Pass search-engine as arg.
3190         (nnir-search-engine): Remove.
3191
3192 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193
3194         * shr.el (shr-generic): The text nodes should be text, not :text.
3195
3196         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3197         later in the file.
3198
3199 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3200
3201         * nnir.el: General clean up.  Allow searching with multiple engines.
3202         Allow separate extra-parameters for each engine.
3203         Batch queries when possible.
3204         (nnir-imap-default-search-key,nnir-method-default-engines):
3205         Add customize interface.
3206         (nnir-run-gmane): New engine.
3207         (nnir-engines): Use it.  Qualify all prompts with engine name.
3208         (nnir-search-engine): Remove global variable.
3209         (nnir-run-hyrex): Restore for now.
3210         (nnir-extra-parms,nnir-search-history): New variables.
3211         (gnus-group-make-nnir-group): Use them.
3212         (nnir-group-server): Remove in favor of gnus-group-server.
3213         (nnir-request-group): Avoid searching twice.
3214         (nnir-sort-groups-by-server): New function.
3215
3216 2010-10-30  Julien Danjou  <julien@danjou.info>
3217
3218         * gnus-group.el: Remove gnus-group-fetch-control.
3219
3220         * gnus-start.el (gnus-find-new-newsgroups):
3221         Remove gnus-check-first-time-used.
3222
3223         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3224
3225 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3226
3227         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3228         set on groups that don't have \* permanentflags.
3229
3230 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3233         control the background color.
3234         (shr-tag-img): Ignore very small web bug type images.
3235         (shr-put-image): Add help-echo alt texts to the images.
3236         (shr-tag-video): Show the video poster image.
3237
3238 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * shr.el (shr-table-depth): New variable.
3241         (shr-tag-table-1): Only insert the images after the top-level table.
3242
3243         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3244
3245         * gnus-util.el (gnus-list-memq-of-list): New function.
3246
3247         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3248         selected.
3249         (nnimap-unsplittable-articles): New slot.
3250         (nnimap-new-articles): Use it.
3251
3252 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3253
3254         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3255         move to the previous line on `M-g'.
3256
3257 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3260         *-request-group, which seems unnecessary.
3261
3262         * nnimap.el (nnimap-quote-specials): Function copied over from
3263         imap.el.
3264         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3265         they support that.  Suggested by Tom Regner.
3266
3267 2010-10-29  Julien Danjou  <julien@danjou.info>
3268
3269         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3270         defalias.
3271         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3272
3273         * gnus.el: Remove `gnus-nntp-service' variable.
3274         (gnus-secondary-servers): Make obsolete.
3275         (gnus-nntp-server): Make obsolete.
3276
3277         * gnus-start.el (gnus-1): Remove x-splash calls.
3278
3279         * gnus-ems.el (gnus-x-splash): Remove.
3280
3281         * gnus.el (gnus-group-startup-message): Simplify/update code.
3282
3283         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3284         definition.
3285
3286         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3287         capability before doing anything.
3288         (gnus-group-insert-group-line): Remove useless
3289         gnus-group-remove-excess-properties.
3290
3291 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3294
3295 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3298         config after reselecting.
3299
3300 2010-10-28  Julien Danjou  <julien@danjou.info>
3301
3302         * shr.el (shr-put-image): Use point even if only inserting text.
3303         (shr-put-image): Save excursion when inserting alt text on non-graphic
3304         display, so the behaviour is the same when we are on a graphic display.
3305
3306         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3307
3308 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3311         (gnus-mime-copy-part): Check coding system, not charset.
3312         (gnus-mime-view-part-externally): Never remove part.
3313         (gnus-mime-view-part-internally): Don't remove part here.
3314         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3315         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3316         multipart/alternative.
3317
3318         * mm-decode.el (mm-display-part): Take optional arg `force'.
3319
3320 2010-10-26  Julien Danjou  <julien@danjou.info>
3321
3322         * gnus-group.el (gnus-group-default-list-level): Add this function to
3323         compute the default list level.
3324         (gnus-group-default-list-level): Add possibility to use a function.
3325
3326 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3329
3330         * gnus-group.el (gnus-group-completing-read)
3331         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3332         gnus-replace-in-string.
3333
3334 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * shr.el (shr-tag-div): Add.
3337
3338         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3339
3340 2010-10-25  Julien Danjou  <julien@danjou.info>
3341
3342         * gnus-util.el: Remove `gnus-with-local-quit'.
3343
3344         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3345
3346 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3349         the original article buffer.
3350
3351 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * nnimap.el (nnimap-request-head): New function.
3354         (nnimap-request-move-article): Try to be slighly faster by not
3355         requesting the entire message when moving.
3356         (nnimap-transform-headers): Don't bug out on bodiless articles.
3357         (nnimap-send-command): Have no outstanding messages if the IMAP server
3358         doesn't support streaming.
3359         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3360
3361 2010-10-24  Julien Danjou  <julien@danjou.info>
3362
3363         * message.el (message-default-headers): Fix type.
3364
3365 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3368         prefetching images.
3369
3370         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3371         backend for unknown groups.  This is mainly useful for nnimap groups.
3372
3373         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3374         group isn't covered by the agent.
3375
3376 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3377
3378         * nnir.el (nnir-method-default-engines): New variable.
3379         (nnir-run-query): Use it.
3380         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3381         (gnus-summary-nnir-goto-thread): Change group if needed.
3382
3383         * gnus-group.el (gnus-group-group-map): Add key binding for
3384         gnus-group-make-nnir-group.
3385
3386 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * shr.el (shr-tag-object): Add.
3389
3390         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3391         original article buffer live.
3392         (gnus-summary-select-article-buffer):
3393         Mention gnus-widen-article-buffer.
3394
3395 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * shr.el (shr-tag-strong): Add.
3398
3399 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3402         group names.  They mess up the group buffer badly.
3403
3404         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3405
3406         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3407         instead of the summary one.
3408
3409 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * mml.el (mml-preview): Work properly when editing article.
3412
3413         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3414         gnus-have-read-active-file if it's already been in.
3415
3416 2010-10-22  Tom Tromey  <tromey@redhat.com>
3417
3418         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3419         gnus-group-completing-read.
3420
3421 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422
3423         * message.el (message-mode-map): Don't bind M-; to comment region, to
3424         allow the global comment-dwim to work.
3425
3426 2010-10-21  Julien Danjou  <julien@danjou.info>
3427
3428         * message.el (message-setup-1): Allow message-default-headers to be a
3429         function.
3430
3431 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * shr.el (shr-tag-table): Simplify.
3434
3435 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3438         to avoid trying to snarf invalid stuff.
3439
3440         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3441
3442         * gnus.el (gnus-message-archive-group): Quote value.
3443         (gnus-message-archive-group): Mark as changed.
3444
3445         * shr.el (shr-add-font): Don't put the font properties on the newline
3446         or the indentation.
3447
3448         * message.el (message-fix-before-sending): Change options when sending
3449         non-printable characters.
3450
3451         * gnus.el (gnus-message-archive-method): Change the default to
3452         monthly outgoing groups.
3453
3454         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3455         that have gotten new numbers.
3456
3457         * nnimap.el (nnimap-request-replace-article): New function.
3458
3459 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3462         (nnrss-request-article): Don't use special html washing code.
3463
3464 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * shr.el (shr-tag-table): Remove useless nconc.
3467
3468 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469
3470         * gnus-art.el (article-wash-html): Simplify and remove the charset
3471         stuff.  Use the normal html rendering code instead of the special html
3472         washing code.
3473
3474         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3475         `gnus-w3m' symbols.
3476         (mm-text-html-washer-alist): Remove.
3477
3478         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3479         (mm-inline-media-tests): Remove use.
3480         (mm-text-html-renderer): Change default to the `shr' symbol.
3481
3482         * mm-view.el (mm-inline-text-html): Remove use.
3483
3484         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3485         `gnus-blocked-images' to be a function.
3486         (gnus-article-wash-function): Remove.
3487
3488 2010-10-20  Julien Danjou  <julien@danjou.info>
3489
3490         * spam.el (spam-list-of-processors): Mark as obsolete.
3491
3492         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3493         (nnimap-insert-partial-structure): Fix boundary detection.
3494
3495 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3496
3497         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3498         run file-truename on remote files.  This can be expensive and even
3499         prevent one from editing drafts if some unrelated buffer has a stale
3500         connection.
3501
3502 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3505         kinsoku-eol regardless of shr-kinsoku-shorten.
3506         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3507         (shr-tag-table): Support caption, thead, and tfoot.
3508
3509 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3512         lines.
3513         (shr-save-contents): New command and keystroke.
3514
3515         * nndoc.el (nndoc-type-alist): Add git support.
3516         (nndoc-git-type-p): New function.
3517         (nndoc-transform-git-article): Ditto.
3518         (nndoc-transform-git-headers): Ditto.
3519         (nndoc-transform-git-headers): Generate Subject headers.
3520
3521         * shr.el (shr-parse-style): New function.
3522         (shr-tag-span): Ditto.
3523
3524         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3525         to `G G' to avoid collisions.
3526
3527 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * shr.el: Load kinsoku if necessary.
3530         (shr-kinsoku-shorten): New internal variable.
3531         (shr-find-fill-point): Make kinsoku shorten text line if
3532         shr-kinsoku-shorten is bound to non-nil.
3533         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3534         shr-indentation too when testing if table is wider than frame width.
3535         (shr-insert-table): Use `string-width' instead of `length' to measure
3536         text width.
3537         (shr-insert-table-ruler): Make sure indentation is done at bol.
3538
3539 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3540
3541         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3542         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3543         undecoded network data.
3544
3545 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3548         name in the mode line spec so that the mode line menu works
3549         (bug #2431).
3550
3551         * message.el (message-get-reply-headers): If we're fed `to-address',
3552         then always use that.
3553
3554         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3555         aren't so wide as to need to switch off the edit menu.
3556
3557         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3558         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3559
3560         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3561         `M-g'.
3562         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3563         the permanent marks.
3564
3565 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3566
3567         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3568         Splitting according to references/in-reply-to obeys the ignore-groups
3569         variable, while splitting by sender and subject do not.
3570
3571 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3574         alist, so that we can look for non-Unicode chars.
3575         (article-translate-strings): Allow both character and string maps.
3576
3577 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * shr.el (shr-insert): Don't insert space behind a wide character
3580         categorized as kinsoku-bol, or between characters both categorized as
3581         nospace.
3582
3583 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3584
3585         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3586         headers to gnus-newsgroup-headers.
3587
3588 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * shr.el (shr-tag-img): Don't align images -- since we're not
3591         rescaling, this often leads to ugly displays.
3592
3593 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3594
3595         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3596         duplicates.
3597
3598 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3599
3600         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3601         call.
3602
3603 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604
3605         * gnus.el: Autoload gnus-html-show-images.
3606
3607         * nnimap.el: Use nnheader-message throughout.
3608
3609         * shr.el (shr-tag-img): Ignore images with no data.
3610
3611 2010-10-15  Julien Danjou  <julien@danjou.info>
3612
3613         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3614         a possibility to disable format=flow encoding when using hard newlines.
3615
3616 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * shr.el (shr-insert): Remove space inserted before or after a
3619         breakable character or at the beginning or the end of a line.
3620         (shr-find-fill-point): Do kinsoku; find the second best point or give
3621         it up if there's no breakable point.
3622
3623 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * nnimap.el (nnimap-open-connection): Message when opening connection
3626         for debugging purposes.
3627
3628         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3629         on every setup buffer call to allow this to change from article to
3630         article.
3631
3632         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3633         buffers where we have a wide table.
3634
3635 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3636
3637         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3638         uses *-request-thread.
3639
3640 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3643         incantation, which is no longer valid.
3644
3645 2010-10-14  Julien Danjou  <julien@danjou.info>
3646
3647         * shr.el: Fix defcustom type (char -> character).
3648
3649 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3652         programs.
3653
3654 2010-10-14  Julien Danjou  <julien@danjou.info>
3655
3656         * shr.el (shr-tag-a): Use url-link as widget type.
3657
3658         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3659         `gnus-group-get-icon'.
3660
3661 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3664         This should make server editing work better.
3665
3666         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3667
3668         * tls.el (tls-program): Remove spurious %s from openssl.
3669
3670         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3671         (nnimap-parse-flags): Fix regexp.
3672
3673         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3674         probably work for CJVK text, too.
3675
3676         * nnimap.el (nnimap-extend-tls-programs): Remove.
3677         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3678
3679         * tls.el (tls-starttls-switches): Remove starttls hack.
3680         (open-tls-stream): Ditto.
3681         (tls-find-starttls-argument): Ditto.
3682
3683 2010-10-13  Julien Danjou  <julien@danjou.info>
3684
3685         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3686         responses.
3687
3688 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3691
3692         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3693         anything in Emacs.
3694
3695         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3696
3697 2010-10-13  Julien Danjou  <julien@danjou.info>
3698
3699         * shr.el (shr-width): Make shr-width a defcustom with default to
3700         fill-column.
3701         (shr-tag-img): Use shr-width rather than fill-column.
3702
3703 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * dgnushack.el (byte-optimize-apply)
3706         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3707
3708         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3709         position when (X-)Faces exist.
3710         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3711         avatars when called interactively.
3712
3713 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3716         gnus-article-x-face-too-ugly is bound.
3717
3718 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3721
3722         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3723         mailbox that doesn't exist.
3724
3725 2010-10-12  Julien Danjou  <julien@danjou.info>
3726
3727         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3728         (shr-get-image-data): Encode URL properly when fetching from cache.
3729         (shr-tag-img): Use aligned-to spaces to align correctly images.
3730
3731         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3732         before inserting the Gravatar.
3733
3734         * shr.el (shr-tag-img): Add align attribute support for <img>.
3735
3736 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-gravatar.el (gnus-art): Require.
3739
3740         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3741         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3742         Remove long obsoleted functions.
3743
3744 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3747
3748         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3749
3750         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3751         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3752         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3753         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3754         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3755         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3756         * sieve-manage.el, smime.el, spam.el:
3757         Fix comment for declare-function.
3758
3759 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * nnimap.el (nnimap-request-rename-group): Select group read-only
3762         before renaming it.
3763
3764         * shr.el (shr-insert): Fix up the white space only regexp.
3765
3766         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3767         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3768
3769         * shr.el (shr-current-column): New function.
3770         (shr-find-fill-point): New function.
3771
3772 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3773
3774         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3775         numbers.
3776
3777 2010-10-11  Julien Danjou  <julien@danjou.info>
3778
3779         * shr.el (shr-hr-line): Add.
3780         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3781         display hr lines.
3782         (shr-max-columns): Do not change state to nil if we just inserting
3783         spaces.
3784
3785 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3788         select the last group.
3789
3790 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3791
3792         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3793
3794 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3795
3796         * dig.el (dig-mode-map): Declare and define in one step.
3797
3798 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3801         for Gnus.
3802         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3803         (nnimap-update-qresync-info): Mark \Seen articles as read.
3804
3805         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3806         non-variable, too.
3807
3808         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3809         available.
3810         (nnimap-update-info): Rely more on the current active than the param
3811         active to avoid marking articles as read too much.
3812
3813         * auth-source.el (auth-source-create): Use (user-login-name) for the
3814         user name default.
3815
3816         * nnimap.el (nnimap-update-info): If the server doesn't return any
3817         useful info, just use the previous info.
3818         (nnimap-update-info): Prefer old info over start-article.
3819         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3820
3821 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3822
3823         * nnir.el (autoload): Clean up autoloads.
3824         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3825         Use key rather than value.
3826         (nnir-imap-search-other): New variable.
3827         (nnir-read-parm): Use it.
3828         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3829         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3830
3831 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3832
3833         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3834         the process, too.
3835
3836 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * spam.el (gnus-summary-mode-map): Bind to "$".
3839         Suggested by Russ Allbery.
3840
3841         * shr.el: Rework the way things are indented by <li> slightly.
3842
3843         * gnus.el (gnus-group-set-parameter): Fix typo.
3844
3845         * nnimap.el: Start implementing QRESYNC support.
3846
3847 2010-10-09  Julien Danjou  <julien@danjou.info>
3848
3849         * nnir.el (nnir-engines): Fix too many arguments.
3850
3851 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3854         group is the "last", so that the backends like nnfolder actually save
3855         their folders.
3856
3857         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3858         try to use that for the tls stream.
3859         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3860         UIDVALIDITY and find out which groups are read-only and not.
3861         (nnimap-get-flags): Use the same marks parsing code as the rest of
3862         nnimap.
3863
3864 2010-10-09  Julien Danjou  <julien@danjou.info>
3865
3866         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3867
3868         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3869         retrieving gravatars.
3870
3871         * shr.el (shr-table-corner): Add.
3872         (shr-table-line): Add.
3873         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3874
3875 2010-10-08  Julien Danjou  <julien@danjou.info>
3876
3877         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3878
3879 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3880
3881         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3882
3883         * gnus-sum.el (gnus-mark-article-as-unread)
3884         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3885         (gnus-summary-set-bookmark): Use it.
3886
3887         * gnus-msg.el (gnus-setup-message): Use it.
3888
3889         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3890
3891         * gnus.el (gnus-group-remove-parameter): Use it.
3892
3893         * gnus-group.el (gnus-group-make-web-group): Use it.
3894
3895         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3896
3897         * nnregistry.el: Update docs to mention manual.
3898
3899         * gnus-registry.el: Update docs to mention nnregistry.el.
3900         (gnus-registry-initialize): Don't install nnregistry refer method
3901         automatically.
3902         (gnus-registry-install-nnregistry): Remove it.
3903
3904 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * shr.el (shr-insert): Don't insert double spaces.
3907
3908 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-gravatar.el (gnus-treat-from-gravatar)
3911         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3912         called interactively.
3913
3914         * gnus-art.el (gnus-mime-view-part-externally)
3915         (gnus-mime-view-part-internally): Make predicate function passed to
3916         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3917         of a mime type.
3918
3919         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3920
3921 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * shr.el (require): Require cl when compiling.
3924         (shr-tag-hr): New function.
3925
3926         * nnimap.el (nnimap-update-info): Remove double setting of high.
3927         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3928         This makes nnimap work properly on Courier again.
3929
3930         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3931         the variable for backwards compatibility.
3932
3933         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3934         the file name before using to avoid setting mm-default-directory to
3935         nil.
3936
3937         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3938         bidning gnus-agent variables.
3939
3940         * shr.el (shr-render-td): Use a cache for the table rendering function
3941         to avoid getting an exponential rendering behaviour in nested tables.
3942         (shr-insert): Rework the line-breaking algorithm.
3943         (shr-insert): Don't leave trailing spaces.
3944         (shr-insert-table): Also insert empty TDs.
3945         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3946
3947 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3948
3949         * gnus-sum.el (gnus-number): Rename from `number'.
3950         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3951         (gnus-summary-limit-children): Update uses correspondingly.
3952
3953 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3956         (gnus-gravatar-transform-address): Don't show avatars of people of
3957         which mail addresses match gnus-gravatar-too-ugly.
3958
3959 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * shr.el (shr-table-widths): Expand TD elements to fill available
3962         space.
3963
3964 2010-10-07  Julien Danjou  <julien@danjou.info>
3965
3966         * nnimap.el (nnimap-request-rename-group): Add this method.
3967
3968 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3971         name from XEmacs' function-arglist.
3972
3973         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3974         gravatar under XEmacs.
3975
3976 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3977
3978         * auth-source.el: Update docs with TODO items.
3979
3980         * gnus-sync.el: Update docs to explain state and plans.
3981
3982         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3983         Hooks for mark updates.
3984         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3985
3986         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3987         hooks with arguments, which is needed for mark update hooks.
3988
3989 2010-10-06  Julien Danjou  <julien@danjou.info>
3990
3991         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3992         was matched.
3993
3994         * sieve-manage.el: Update example in `Commentary'.
3995
3996         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3997
3998         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3999         not 2000.
4000         (sieve-manage-authenticate): Re-add function.
4001
4002 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * shr.el (shr-insert): Get 'space transition right.
4005         (shr-render-td): Only delete space at the end of the TD.
4006
4007         * nnimap.el (nnimap-open-connection): Prepare to support
4008         open-gnutls-stream.
4009
4010         * shr.el: Rearrange function order to be more logical.
4011
4012 2010-10-06  Julien Danjou  <julien@danjou.info>
4013
4014         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4015         (nnrss-discover-feed): Remove 404 URL in docstring.
4016
4017         * nnir.el: Fix Swish-E URL.
4018         Fix Namazu URL.
4019
4020         * message.el (message-change-subject): Remove 404 URL in a comment.
4021
4022 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4025         called interactively.
4026
4027         * gnus-util.el (gnus-remove-if): Allow hash table.
4028         (gnus-remove-if-not): New function.
4029
4030         * gnus-art.el (gnus-mime-view-part-as-type)
4031         * gnus-score.el (gnus-summary-score-effect)
4032         * gnus-sum.el (gnus-read-move-group-name):
4033         Replace remove-if-not with gnus-remove-if-not.
4034
4035         * gnus-group.el (gnus-group-completing-read):
4036         Regard collection as a hash table if it is not a list.
4037
4038 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4039
4040         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4041
4042         * shr.el: Document the table-rendering algorithm.
4043
4044 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4047         for Emacsen having no `libxml-parse-html-region' support.
4048
4049 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4052         invalid URLs.
4053
4054         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4055         line-broken.
4056         (shr-tag-img): Ignore image fetching errors.
4057         (shr-overlays-in-region): Compute overlay positions correctly.
4058
4059         * mm-decode.el (mm-shr): Require shr.
4060
4061         * gnus-art.el (gnus-blocked-images): Move variable here.
4062
4063         * shr.el (shr-insert-table): Bind free variable.
4064
4065         * mm-decode.el (mm-shr): Bind shr-content-function.
4066
4067         * shr.el (shr-content-function): New variable.
4068
4069         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4070         added for symmetry.
4071
4072         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4073
4074         * gnus-group.el (gnus-group-make-group): Doc fix.
4075
4076         * nnimap.el (nnimap-request-newgroups): Return success.
4077
4078         * shr.el (shr-find-elements): New function.
4079         (shr-tag-table): Put all the images after the table.
4080         (shr-tag-table): Really inhibit images inside the table.
4081         (shr-collect-overlays): Copy over overlays from the TD elements to the
4082         main document.
4083
4084         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4085         gnus-blocked-images.
4086
4087 2010-10-05  Julien Danjou  <julien@danjou.info>
4088
4089         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4090
4091         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4092         (gnus-html-maximum-image-size): Add this function.
4093         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4094
4095         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4096         server-value of the capability is nil.
4097
4098 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * shr.el (shr-tag-em): Add <EM> tag.
4101
4102 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4103
4104         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4105         customizable.
4106
4107         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4108         handing broken links to browse-url.
4109
4110 2010-10-05  Julien Danjou  <julien@danjou.info>
4111
4112         * gnus-util.el (gnus-emacs-completing-read)
4113         (gnus-iswitchb-completing-read): Use autoload rather than require.
4114
4115 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4118         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4119         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4120         iswitchb-temp-buflist for XEmacs.
4121
4122         * gnus-util.el (gnus-completing-read-function): Exclude
4123         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4124         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4125         XEmacs.
4126
4127         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4128         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4129
4130         * gnus-html.el: Don't require help-fns under XEmacs.
4131         (gnus-html-schedule-image-fetching): Work for XEmacs.
4132
4133         * mm-decode.el (mm-shr): Decode contents by charset.
4134
4135 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4138         unknown.
4139
4140         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4141         (shr-get-image-data): Ensure against the cache file missing.
4142
4143         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4144         for data.
4145
4146         * spam-report.el (spam-report-url-ping-plain): Don't query about
4147         killing the process.
4148
4149         * shr.el (shr-render-td): Protect against too-wide text.
4150
4151 2010-10-04  Julien Danjou  <julien@danjou.info>
4152
4153         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4154         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4155
4156         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4157         retrieved.
4158
4159 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * shr.el (browse-url): Require.
4162         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4163         lines.
4164         (shr-show-alt-text, shr-browse-image): New commands.
4165         (shr-browse-url, shr-copy-url): New commands.
4166
4167         * gnus-sum.el (gnus-widen-article-window): New variable.
4168         (gnus-summary-select-article-buffer): Use it.
4169
4170         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4171         without @ signs.
4172
4173 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4174
4175         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4176
4177 2010-10-04  Julien Danjou  <julien@danjou.info>
4178
4179         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4180         for XEmacs.
4181
4182 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4185
4186         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4187         (nnimap-close-server): Implement.
4188
4189         * dgnushack.el (iswitchb): Require to shut up the compiler.
4190
4191         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4192         (shr-insert): Tweak line breaking.
4193         (shr-insert): Handle <pre> better.
4194         (shr-tag-li): Get <li> indentation right.
4195         (shr-tag-li): Get <li> indentation even righter.
4196         (shr-tag-blockquote): Ensure paragraph start.
4197         (shr-make-table): Tweak table generation.
4198         (shr-make-table): Fix typo.
4199
4200         * shr.el: Implement table rendering.
4201
4202 2010-10-04  Julien Danjou  <julien@danjou.info>
4203
4204         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4205
4206 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4207
4208         * shr.el (shr-insert): Use string anchors instead of line anchors.
4209
4210 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * shr.el: Add headings.
4213         (shr-ensure-paragraph): Actually work.
4214         (shr-tag-li): Make <ul> prettier.
4215         (shr-insert): Get white space at the beginning/end of elements right.
4216         (shr-tag-p): Collapse subsequent <p>s.
4217         (shr-ensure-paragraph): Don't insert double line feeds after blank
4218         lines.
4219         (shr-insert): \t is also space.
4220         (shr-tag-s): Fix "s" tag name function.
4221         (shr-tag-s): Fix face prop name.
4222
4223 2010-10-03  Julien Danjou  <julien@danjou.info>
4224
4225         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4226
4227         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4228         gnus-window-inside-pixel-edges.
4229
4230         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4231         gnus-ems.
4232
4233         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4234
4235         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4236         function.
4237
4238         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4239         resize choice.
4240
4241 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4244         beginning of the buffer.
4245
4246         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4247         article buffer again.
4248
4249         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4250
4251         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4252         when it's at the start of the buffer.
4253
4254         * shr.el (shr-tag-blockquote): Convert name.
4255         (shr-rescale-image): Use the right image-size variant.
4256
4257         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4258         buffer isn't shown, then select the current article first instead of
4259         bugging out.
4260         (gnus-summary-select-article-buffer): Show both the article and summary
4261         buffers again.
4262
4263         * shr.el (shr-fontize-cont): Protect against regions with no text.
4264         Rename tag functions to shr-tag-* for enhanced security.
4265         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4266
4267 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4268
4269         * shr.el (shr-insert):
4270         * pop3.el (pop3-movemail):
4271         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4272         loaded.
4273
4274 2010-10-03  Glenn Morris  <rgm@gnu.org>
4275
4276         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4277
4278         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4279
4280         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4281
4282         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4283
4284         * gnus-util.el (gnus-make-local-hook): Simplify.
4285
4286 2010-10-02  Julien Danjou  <julien@danjou.info>
4287
4288         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4289         (gnus-ido-completing-read): New function.
4290         (gnus-emacs-completing-read): New function.
4291         (gnus-completing-read): Use gnus-completing-read-function.
4292         Add gnus-completing-read-function.
4293
4294 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295
4296         * shr.el (shr-insert-document): Autoload.
4297         (shr-img): Be silent.
4298         (shr-insert): Add a newline after every picture before text.
4299         (shr-add-font): Use overlays for combining faces.
4300         (shr-insert): Pass upwards the text start point.
4301
4302         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4303         possible.
4304         (mm-shr): New function.
4305
4306 2010-10-02  Julien Danjou  <julien@danjou.info>
4307
4308         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4309         should go backward.
4310
4311 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4312
4313         * shr.el (shr): Fix typo in provide call.
4314
4315 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * shr.el: New file.
4318
4319         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4320
4321         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4322         completing read.
4323
4324 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4327         we're being queried about.  Suggested by Dan Jacobson.
4328
4329         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4330         Suggested by Jason Eisner.
4331
4332         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4333         table, too.  Suggested by Stefan Wiens.
4334         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4335         the table unnecessary.  Suggested by Stefan Wiens.
4336
4337         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4338         longer needed, and probably doesn't work either, as pointed out by
4339         Stefan Wiens.
4340         (gnus-summary-exit): Remove call to the clearing function.
4341         (gnus-summary-exit-no-update): Ditto.
4342
4343         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4344         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4345         Reported by Stefan Monnier.
4346         (gnus-summary-save-in-rmail): Ditto.
4347
4348         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4349         article buffer, instead of both the article buffer and the summary
4350         buffer.  Sort of suggested by Dan Jacobson.
4351
4352         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4353
4354         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4355         Suggested by Dan Jacobson.
4356
4357         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4358         documentation clearer.
4359
4360         * message.el (message-shorten-references): Comment on the number "21".
4361         Suggested by Stefan Monnier.
4362
4363         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4364         Suggested by Dan Jacobson.
4365
4366         * gnus.el (gnus-large-newsgroup):
4367         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4368
4369         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4370         externalize attachments.  Bug reported by Steve Wen.
4371
4372         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4373         really message anything to the user.
4374
4375         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4376         directly.
4377
4378         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4379         messages in empty groups.
4380
4381 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4382
4383         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4384         non-UIDNEXT group.
4385
4386 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4389         not the value from the collection.
4390
4391         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4392         values.  This sometimes happens on some groups that have no info.
4393         (nnimap-request-newgroups): New function.
4394
4395 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4398         check into `gnus-registry-initialize'.
4399         (gnus-registry-initialize): Ditto.
4400         Fix and extend header docs.
4401
4402 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4405         regexp backtrace overflows.
4406
4407         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4408         for starttls that tls.el implements; i.e. openssl.
4409
4410         * tls.el (tls-starttls-switches): Give up on using starttls with
4411         gnutls-cli.
4412         (tls-program): Add --insecure to be consistent with the defaults from
4413         openssl s_client.  Now all three commands are insecure.
4414
4415 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * lpath.el: Bind completion-styles-alist for XEmacs.
4418
4419         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4420         (gravatar-create-image): New function that's an alias to
4421         gnus-xmas-create-image, gnus-create-image, or create-image.
4422         (gravatar-data->image): Use it.
4423
4424 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4427         install the nnregistry refer method.
4428         (gnus-registry-install-hooks): Use it.
4429         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4430         unfollowed groups.
4431
4432 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4433
4434         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4435         expanding threads.
4436
4437 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * nnir.el: Use the server names without suffixes (bug #7009).
4440
4441         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4442         unencrypted to STARTTLS, if possible.
4443
4444 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4445
4446         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4447         headers before superseding.
4448
4449 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * nnrss.el (nnrss-use-local): Add documentation.
4452
4453         * nnimap.el (nnimap-extend-tls-programs): New function.
4454         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4455         (nnimap-wait-for-connection): Accept the greeting from the stupid
4456         output from openssl s_client -starttls, too.
4457
4458         * tls.el (tls-starttls-switches): New variable.
4459         (tls-find-starttls-argument): Use it.
4460         (open-tls-stream): Ditto.
4461
4462         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4463         (netrc-machine): Ditto.
4464
4465         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4466         article number.
4467         (nnimap-split-fancy): New variable.
4468         (nnimap-split-incoming-mail): Use it.
4469
4470         * nntp.el (nntp-server-list-active-group): Document.
4471
4472         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4473         SELECT to get the message-id.
4474
4475         * mail-source.el (mail-sources): Remove webmail support.
4476         (defvar): Ditto.
4477         (mail-source-fetcher-alist): Ditto.
4478         (mail-source-fetch-webmail): Remove.
4479
4480         * webmail.el: Remove -- doesn't seem relevant any more.
4481
4482         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4483
4484         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4485         the \r.
4486
4487 2010-09-30  Julien Danjou  <julien@danjou.info>
4488
4489         * gnus-agent.el (gnus-agent-add-group): Fix call to
4490         gnus-completing-read.
4491
4492 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * nndoc.el (nndoc-retrieve-groups): New function.
4495
4496         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4497         `default', use nnmail-split-methods.
4498         (nnimap-request-article): Downcase the NILs so that they are nil.
4499
4500         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4501         symbol.
4502
4503         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4504         code, since if the user has requested network, that's what they ought
4505         to get.
4506         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4507         (nnimap-split-rule): Mark as obsolete.
4508
4509         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4510         New variable.
4511
4512         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4513         correct slot, too.
4514
4515 2010-09-29  Julien Danjou  <julien@danjou.info>
4516
4517         * gnus.el (gnus-local-domain): Declare variable obsolete.
4518
4519         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4520         Fix history computing.
4521         (gnus-ido-completing-read): Require ido.
4522
4523 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4526         build Gnus.
4527
4528         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4529         when interpreting the structures.
4530         (nnimap-request-accept-article): Add \r\n to the lines to make this
4531         work with Cyrus.
4532
4533         * nndraft.el (nndraft-request-expire-articles): Use the group name
4534         instead if "nndraft".  Fix found by Nils Ackermann.
4535
4536 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4537
4538         * nnregistry.el: Add.
4539
4540 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4541
4542         * nnmail.el (group, group-art-list, group-art):
4543         Remove unneeded directives.
4544
4545 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4548         (mm-mime-charset)
4549         * rfc2047.el (rfc2047-syntax-table)
4550         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4551
4552         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4553         rather than `insert-file-contents' and `eval-region'.
4554
4555         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4556         construction.
4557
4558         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4559
4560         * time-date.el: No need to require cl for Emacs 21.
4561
4562 2010-09-29  Julien Danjou  <julien@danjou.info>
4563
4564         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4565         replacement of `gnus-gravatar-relief' to mimic
4566         `gnus-faces-properties-alist'.
4567         Add :version property.
4568
4569 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * mail-source.el (mail-source-report-new-mail)
4572         * message.el (message-default-mail-headers)
4573         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4574
4575         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4576
4577 2010-09-28  Julien Danjou  <julien@danjou.info>
4578
4579         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4580         mail-address contains the same string as real-name.
4581
4582         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4583         non-blank in header, otherwise it'll get stripped.
4584
4585         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4586         real-name, and then for mail address rather than doing : or , search.
4587
4588 2010-09-27  Julien Danjou  <julien@danjou.info>
4589
4590         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4591         right completing-read function.
4592         (gnus-use-ido): New variable
4593         (gnus-completing-read-with-default): Remove.
4594         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4595         (gnus-agent-add-group):
4596         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4597         * mm-view.el (mm-view-pkcs7-decrypt):
4598         * mm-util.el (mm-codepage-setup):
4599         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4600         * mml-smime.el (mml-smime-openssl-sign-query):
4601         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4602         (mml-insert-multipart):
4603         * gnus-msg.el (gnus-summary-yank-message):
4604         * gnus-int.el (gnus-start-news-server):
4605         * mm-decode.el (mm-interactively-view-part):
4606         * gnus-dired.el (gnus-dired-attach):
4607         * gnus.el (gnus-read-method):
4608         * gnus-bookmark.el (gnus-bookmark-jump):
4609         * gnus-art.el (gnus-mime-view-part-as-type)
4610         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4611         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4612         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4613         * nnmairix.el (nnmairix-create-server-and-default-group)
4614         (nnmairix-update-groups, nnmairix-get-server)
4615         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4616         (nnmairix-get-group-from-file-path):
4617         * nnrss.el (nnrss-find-rss-via-syndic8):
4618         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4619         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4620         (gnus-group-browse-foreign-server):
4621         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4622         (gnus-summary-execute-command, gnus-summary-respool-article)
4623         (gnus-read-move-group-name):
4624         * gnus-score.el (gnus-summary-increase-score)
4625         (gnus-summary-score-effect):
4626         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4627
4628 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4631         x-focus-frame.
4632
4633         * nnimap.el (auth-source-forget-user-or-password)
4634         (auth-source-user-or-password): Autoload.
4635
4636         * message.el (message-from-style, message-interactive)
4637         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4638         (message-yank-prefix, message-indentation-spaces, message-signature)
4639         (message-signature-file): Add comment.
4640
4641 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4644         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4645         new articles.
4646
4647         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4648         parts.
4649         (nnimap-request-article): Work with the t setting, too.
4650
4651         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4652         that you don't get flashes of other buffers.
4653         (gnus-summary-show-complete-article): Intern before setting.
4654
4655 2010-09-27  David Engster  <dengste@eml.cc>
4656
4657         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4658         well as HEADERS.
4659         (nnmairix-retrieve-headers): Provide new argument for the above.
4660
4661 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * gnus-sum.el (gnus-summary-move-article): Don't alter
4664         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4665         group.
4666
4667         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4668
4669         * message.el (message-cite-prefix-regexp): Revert my last edit.
4670
4671         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4672         variable instead of the Gnus variable.
4673
4674         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4675
4676         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4677
4678         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4679         since some servers don't like it.
4680         (nnimap-open-connection): Forget credentials if the server says the
4681         password was wrong.
4682         (nnimap-parse-line): Protect against invalid data.
4683
4684         * gnus-sum.el (gnus-summary-move-article): Add comment.
4685         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4686         nothing alters it while scanning for new messages.
4687
4688         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4689         which may or may not help.
4690         (nnimap-open-connection): If we're doing a stream connection, and then
4691         discover we're on a STARTTLS-capable server, then open a STARTTLS
4692         connection instead.
4693
4694 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * nnimap.el (utf7): Require.
4697
4698         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4699         prefix.
4700
4701 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4702
4703         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4704
4705 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * nnimap.el (nnimap-request-accept-article): Message the error on
4708         error.
4709
4710 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4713
4714 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * nndoc.el (nndoc-request-list): Return success always.
4717
4718         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4719         `fetch-old' -- we only want to fetch the articles we've requested.
4720         The rest are in the agent, probably.
4721         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4722         disappeared server" to something low.  It's not important.
4723
4724         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4725         arrived before the FETCH data.
4726
4727         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4728         target here, because we don't know the Gnus name of the group.
4729
4730         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4731         for the correct group.
4732
4733         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4734
4735         * gnus.el (gnus): Give a final warning after startup.
4736
4737         * gnus-util.el (gnus-action-message-log): New variable.
4738         (gnus-message): Use it.
4739         (gnus-final-warning): New function.
4740
4741         * nnimap.el (nnimap-open-connection): Record the greeting.
4742         (nnimap): Add greeting.
4743
4744 2010-09-26  Julien Danjou  <julien@danjou.info>
4745
4746         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4747         arguments.
4748         (gnus-html-wash-images): Fix spec computing to include start/end.
4749
4750         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4751
4752 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4755         deletion.
4756         (nnimap-retrieve-headers): Don't select the group, because that's
4757         already done by nnimap-possibly-change-group.
4758
4759         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4760         (gnus-picon-transform-address): Use it.
4761
4762         * mail-source.el (mail-source-value): Revert previous patch.
4763
4764         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4765         on failure.
4766         (nnimap-open-connection): Look up both virtual and physical server name
4767         credentials.
4768
4769         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4770
4771 2009-02-07  Dave Love  <fx@gnu.org>
4772
4773         * tls.el (open-tls-stream): Don't query killing process.
4774
4775 2009-02-08  Dave Love  <fx@gnu.org>
4776
4777         * gnus-win.el (gnus-window-to-buffer-helper)
4778         (gnus-all-windows-visible-p): Function needn't be a symbol.
4779
4780         * mail-source.el (mail-source-value): Function needn't be a symbol.
4781
4782 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * message.el (message-cite-prefix-regexp): Remove } from the cite
4785         prefix.
4786
4787         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4788         highlight again, so that the highlight is correct.
4789
4790         * gnus-picon.el (gnus-picon): Remove again.
4791         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4792
4793         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4794         doing the header highlightling, so that the background colour of the
4795         picon is correct.
4796
4797         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4798         (gnus-picon): Ditto.
4799         (gnus-picon): Reinstate.  The background colour for picons is white.
4800         (gnus-picon-insert-glyph): Make the background white.
4801
4802         * nnml.el (nnml-open-nov): Don't return dead buffers.
4803
4804         * auth-source.el (auth-source-create): Query the user for whether to
4805         store the credentials.
4806
4807         * netrc.el (netrc-store-data): New function.
4808
4809         * auth-source.el (auth-source-user-or-password): Use the existing auth
4810         sources, if any, for creation.
4811
4812         * gnus.el (gnus-group-fast-parameter): Return the last matching
4813         parameter instead of the first matching parameter.
4814
4815 2010-09-26  Julien Danjou  <julien@danjou.info>
4816
4817         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4818
4819 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * mml2015.el (mml2015-use): Remove gpg support.
4822
4823         * mml1991.el (mml1991-function-alist): Remove gpg function.
4824         (mml1991-gpg-sign): Remove.
4825
4826 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4827
4828         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4829         (gnus-browse-unsubscribe-current-group): Document it.
4830         (gnus-browse-unsubscribe-group): Use it.
4831
4832 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4835         address to the To list for easier response.
4836
4837         * gnus.el (gnus-play-startup-jingle): Remove.
4838         (gnus-splash): Don't play jingle.
4839         (gnus): Silence gnus-load message.
4840
4841         * gnus-art.el (gnus-treat-play-sounds): Remove.
4842
4843         * gnus.el (gnus-play-jingle): Remove audio support.
4844
4845         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4846
4847         * earcon.el: Remove -- no users.
4848
4849         * gnus-audio.el: Remove -- no users of this package.
4850
4851         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4852
4853         * gnus-start.el (gnus-setup-news): Remove nocem support.
4854
4855         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4856
4857         * gnus.el (gnus-use-nocem): Remove.
4858
4859         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4860         Remove.
4861
4862         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4863         uses NoCeM any more.
4864
4865         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4866         (gnus-button-ctan-handler): Ditto.
4867         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4868         (gnus-button-ctan-directory-regexp): Ditto.
4869         (gnus-button-handle-ctan): Ditto.
4870         (gnus-button-tex-level): Ditto.
4871         (gnus-button-alist): Remove CTAN stuff.
4872
4873 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4876         nnimap-streaming test.
4877
4878         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4879         servers twice.
4880
4881         * nnimap.el (nnimap-open-connection): Add more error reporting when
4882         nnimap fails early.
4883
4884         * nnheader.el (nnheader-get-report-string): New function.
4885         (nnheader-get-report): Use it.
4886
4887         * gnus-int.el (gnus-check-server): Say what the error was when opening
4888         failed.
4889
4890         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4891         using streaming.
4892
4893 2010-09-25  Julien Danjou  <julien@danjou.info>
4894
4895         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4896         gnus-window-inside-pixel-edges.
4897
4898 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4901
4902         * mm-decode.el (mm-save-part): Allow saving to other directories the
4903         normal Emacs way.
4904
4905         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4906         Suggested by Jay Berkenbilt.
4907
4908         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4909         there isn't a single byte.
4910
4911         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4912         just do it.  It doesn't really seem to matter what the user responds
4913         here, I think, so it's just a confusing question.
4914
4915         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4916         non-streaming case.
4917
4918         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4919         (gnus-article-encrypt-body): Use it.
4920
4921         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4922         keystroke.
4923
4924         * nnimap.el (nnimap-find-wanted-parts-1):
4925         Use gnus-fetch-partial-articles.
4926
4927         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4928
4929         * nnimap.el (nnimap-insert-partial-structure): New function.
4930         (nnimap-get-partial-article): New function.
4931         (nnimap-request-article): Use it.
4932         (nnimap-wait-for-response): Return whether the wait was successful.
4933         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4934         retrieval wasn't successful.
4935         (nnimap-retrieve-group-data-early): Allow throttling servers.
4936         (nnimap-streaming): New variable.
4937         (nnimap-fetch-partial-articles): Remove.
4938
4939         * mm-decode.el (mm-with-part): Protect against killed buffers.
4940
4941         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4942         for prettier summary display.
4943
4944 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4945
4946         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4947
4948 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4951         apparently third-party libraries depend on it.
4952
4953         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4954         before starting negotiation.
4955
4956         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4957         privacy reasons.
4958         (gnus-treat-mail-gravatar): Ditto.
4959
4960         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4961         buffer when inserting images.  Inserting text into the headers, for
4962         instance, can make them invalid.
4963
4964 2010-09-25  Julien Danjou  <julien@danjou.info>
4965
4966         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4967         variables.
4968
4969         * nnheader.el: Remove useless variables news-reply-yank-from and
4970         news-reply-yank-message-id.
4971
4972         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4973         variables.
4974
4975         * mml1991.el: Remove useless mml1991-verbose.
4976
4977         * gnus.el: Remove useless variable gnus-use-generic-from.
4978         Remove obsolete variable gnus-topic-indentation.
4979
4980         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4981
4982         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4983
4984         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4985
4986         * gnus-group.el: Remove useless gnus-group-icon-cache.
4987         Remove useless gnus-ephemeral-group-server.
4988
4989         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4990
4991         * mml2015.el: Remove useless mml2015-verbose.
4992
4993         * mml-smime.el: Remove useless mml-smime-verbose.
4994
4995         * gnus.el: Remove useless gnus-local-domain.
4996
4997         * gnus-gravatar.el (gnus-gravatar-transform-address):
4998         Use gnus-gravatar-size.
4999
5000         * gnus-art.el: Remove useless gnus-treat-translate.
5001
5002 2010-09-24  Julien Danjou  <julien@danjou.info>
5003
5004         * gnus-sum.el: Add support for Gravatars.
5005
5006         * gnus-art.el: Add support for Gravatars.
5007
5008         * gnus-gravatar.el: Add this file.
5009
5010         * gravatar.el: Add this file.
5011
5012 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5015
5016         * gnus-group.el (gnus-group-fetch-faq): Remove.
5017
5018         * gnus.el (gnus-group-faq-directory): Remove.
5019
5020         * gnus-group.el (gnus-group-fetch-charter): Remove.
5021
5022         * gnus.el (gnus-group-charter-alist): Remove.
5023
5024         * gnus-group.el (gnus-group-archive-directory): Remove.
5025         (gnus-group-recent-archive-directory): Ditto.
5026         (gnus-group-make-archive-group): Remove.
5027
5028         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5029
5030         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5031         use the same article number for all the cached articles.
5032
5033         * nnimap.el (nnimap-command): Register the last command time so
5034         that we can use it for idling NOOPs.
5035         (nnimap-open-connection): Start the keeplive timer.
5036         (nnimap-make-process-buffer): Store all the process buffers.
5037         (nnimap-keepalive): New function.
5038
5039         * starttls.el (starttls-open-stream): Add autoload cookie.
5040
5041 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5042
5043         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5044         handling.
5045
5046 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5049         its data structures.
5050
5051         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5052         instead of the cl.el copy-list.
5053         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5054         equalp.
5055
5056 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5059         and tool-bar-local-item-from-menu.
5060
5061         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5062         mode-line-highlight face for Emacs.
5063
5064         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5065         loading gnus-sum.elc; fix comment for canlock-verify.
5066         (gnus-article-jump-to-part): Use read-number.
5067         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5068         Remove Emacs pre-21 compatible code for help-echo.
5069         (gnus-article-next-page-1): No need to adjust the number of lines.
5070         (gnus-article-describe-bindings): Always use help-buffer.
5071
5072         * gnus-audio.el (gnus-audio-inline-sound)
5073         * gnus-cus.el (gnus-custom-mode)
5074         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5075
5076         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5077
5078         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5079         compatible code.
5080
5081 2010-09-24  Glenn Morris  <rgm@gnu.org>
5082
5083         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5084         visiting the fcc file in rmail-mode.
5085
5086         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5087
5088 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * nnir.el: Silence the byte compiler.
5091
5092         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5093         alias to browse-url-url-encode-chars if any.
5094         (gnus-html-encode-url): Use it.
5095
5096 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * gnus-start.el (gnus-use-backend-marks): New variable.
5099         (gnus-get-unread-articles-in-group): Use it.
5100
5101         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5102         makeover.
5103
5104 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5105
5106         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5107
5108 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5111         Remove.
5112         (gnus-setup-news-hook):
5113         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5114
5115         * gnus-int.el (gnus-request-update-info): Protect against backends not
5116         having the function.
5117
5118         * nnimap.el (nnimap-stream): Mention starttls.
5119         (nnimap-open-connection): Add starttls support.
5120
5121 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5122
5123         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5124
5125 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5128         BODYSTRUCTUREs.
5129         (nnimap-transform-headers): Unfold quoted {42} headers.
5130
5131         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5132         the info.
5133         (gnus-get-unread-articles): Only call updatep on backends that support
5134         it.
5135
5136         * nnweb.el (nnweb-request-update-info): NOOP.
5137
5138         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5139
5140         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5141         since it only deals with marks.
5142
5143         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5144         gnus-request-marks, and make a new gnus-request-update-info.
5145
5146         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5147         the active instead of the high number, which is usually too low.
5148
5149 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5152         * encrypt.el: Remove.
5153
5154 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155
5156         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5157         server in symbolic form.
5158
5159         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5160
5161 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5164         (nnimap-update-info): Fix up code slightly.
5165
5166         * gnus-int.el (gnus-open-server): Add tracing for performance
5167         debugging.
5168
5169         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5170         (gnus-group-insert-group-line): Pass the real group name so that it
5171         gets the right data.
5172
5173         * gnus-start.el (gnus-get-unread-articles): Don't have
5174         `gnus-get-unread-articles-in-group' update info, since that can be
5175         really slow and doesn't seem to be needed?
5176
5177 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5178
5179         * time-date.el (date-to-time): Try using parse-time-string first before
5180         using the slower timezone-make-date-arpa-standard.
5181
5182 2010-09-22  Julien Danjou  <julien@danjou.info>
5183
5184         * gnus-group.el (gnus-group-insert-group-line):
5185         Call gnus-group-highlight-line.
5186         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5187         default hook list.
5188         (gnus-group-update-eval-form): Add new function.
5189         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5190         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5191
5192 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193
5194         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5195         immediate, then expire all articles.
5196         (nnimap-update-info): Fix off-by-one errors.
5197         (nnimap-flags-to-marks): Would return no marks lists for group with no
5198         flags.  Instead return the other data.
5199
5200 2010-09-22  Julien Danjou  <julien@danjou.info>
5201
5202         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5203         Only return an icon.
5204         (gnus-group-insert-group-line): Compute icon to return.
5205
5206         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5207         (gnus-html-image-fetched): Only cache if
5208         gnus-html-image-automatic-caching is set.
5209         (gnus-html-image-fetched): Check for errors.
5210
5211 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5214         once per method on `g'.  This ensures that backends like nnfolder don't
5215         open all their folders.
5216
5217         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5218         (nnimap-request-list): Nix out group in the correct buffer.
5219         (nnimap-parse-flags): Implement by using `read' instead of
5220         hand-parsing.
5221         (nnimap-flags-to-marks): Pass on permanent-flags.
5222         (nnimap-make-process-buffer): Record the server name.
5223         (nnimap-parse-flags): Fix typo.
5224         (nnimap-request-scan): Run split on the server in general, not just a
5225         single group.
5226
5227         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5228         parameter, and propagate this downwards.
5229
5230         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5231         since EXAMINE changes it on the server.
5232
5233         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5234         this command might take a while.
5235
5236 2010-09-22  Julien Danjou  <julien@danjou.info>
5237
5238         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5239         harmful if you have 2 images side-by-side, they can't be properly
5240         update on text deletion.  Using text-property is safer here.
5241         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5242         data.
5243
5244 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * nnimap.el (nnimap-expunge-inbox): Remove.
5247         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5248         (nnimap-expunge): Flip default to t.
5249
5250         * gnus.el (gnus-method-to-server): Don't push things to the cache
5251         unless it's unique.
5252         (gnus-server-to-method): Ditto.
5253
5254 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5255
5256         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5257
5258 2010-09-22  Julien Danjou  <julien@danjou.info>
5259
5260         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5261         get the start of data.
5262         (gnus-html-encode-url): Add this function to encode special chars in
5263         URL.
5264         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5265         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5266
5267         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5268         default.
5269         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5270
5271         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5272         images alt-text.
5273         (gnus-html-put-image): Put alt-text as help-echo.
5274
5275 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5278         * mm-util.el (mm-decompress-buffer)
5279         * nnir.el (nnir-run-find-grep)
5280         * pop3.el (pop3-list): Use 3rd arg of split-string.
5281
5282         * time-date.el (format-seconds): Comment fix.
5283
5284         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5285         and byte-optimize-form-code-walker.
5286         (dgnushack-make-auto-load): Don't advise make-autoload.
5287
5288         * lpath.el: Remove Emacs 21 stuff.
5289
5290 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5293         outside the active range.  Suggested by Dan Christensen.
5294
5295         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5296         slightly later to avoid double-getting it.
5297
5298         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5299         previous patch.
5300
5301         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5302
5303 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5304
5305         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5306
5307 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * gnus-int.el (gnus-open-server): Give a better error message in the
5310         "go offline" case.
5311
5312         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5313         marks for nnimap, which is seldom the right thing to do.
5314
5315         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5316         (gnus-same-method-different-name): New function.
5317
5318         * nnimap.el (parse-time): Require.
5319
5320         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5321         method in the presence of many similar methods.
5322
5323         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5324
5325         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5326         nnml-inhibit-expiry.
5327
5328         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5329         find out whether methods are equal.
5330
5331         * nnimap.el (nnimap-find-expired-articles): New function.
5332         (nnimap-process-expiry-targets): New function.
5333         (nnimap-request-move-article): Request the article before looking at
5334         what the Message-ID is.  Fix found by Andrew Cohen.
5335         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5336
5337         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5338         for oldness in addition to being a predicate.
5339
5340         * nnimap.el (nnimap-request-group): When we have zero articles, return
5341         the right data to Gnus.
5342         (nnimap-request-expire-articles): Only delete articles immediately if
5343         the target is 'delete.
5344
5345         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5346         method, this would bug out.
5347
5348         * gnus-group.el (gnus-group-expunge-group): Rename from
5349         gnus-group-nnimap-expunge, and implemented as a normal interface
5350         function.
5351
5352         * gnus-int.el (gnus-request-expunge-group): New function.
5353
5354         * nnimap.el (nnimap-request-create-group): Implement.
5355         (nnimap-request-expunge-group): New function.
5356
5357 2010-09-21  Julien Danjou  <julien@danjou.info>
5358
5359         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5360         (gnus-html-cache-expired): Add new function.
5361         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5362         wethever we should display image for fetch it.
5363         Compute alt-text earlier to pass it to the fetching function too.
5364         (gnus-html-schedule-image-fetching): Change function argument to only
5365         get one image at a time, not a list.
5366         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5367         cache.
5368         (gnus-html-get-image-data): New function to retrieve image data from
5369         cache.
5370         (gnus-html-put-image): Change buffer argument to use image data rather
5371         than file, and place image above region rather than inserting a new
5372         one.  Do not take alt-text as argument, since it's useless now: we place
5373         the image above alt-text.
5374         (gnus-html-prune-cache): Remove.
5375         (gnus-html-show-images): Start to fetch image when we find one, do not
5376         push into a temporary list.
5377         (gnus-html-prefetch-images): Only fetch image if they have expired.
5378         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5379         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5380
5381 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5384
5385 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5388         spec inser "*" if the group isn't active instead of 0.
5389
5390         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5391         opening the server.
5392         (nnimap-request-delete-group): Implement group deletion.
5393         (nnimap-transform-headers): Return the size of the entire message in
5394         the Bytes header, not just the size of the first part.
5395         (nnimap-request-move-article): When moving an article from nnimap,
5396         request the article first so the accepting form has an article to
5397         accept.  Reported by Dan Christensen.
5398         (nnimap-command): Make sure that the error message doesn't error out.
5399
5400 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5401
5402         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5403         we haven't requested anything.
5404
5405 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5408         "".  Fix found by Andrew Cohen.
5409
5410         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5411         instead of -encode-string.
5412
5413 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5416
5417         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5418         by mm-subst-char-in-string.
5419
5420 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5423         waiting for the connection string.
5424
5425         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5426         arriving.
5427
5428         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5429         bogus characters.  This allows selecting certain Gmail groups.
5430
5431         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5432         (nnimap-fetch-partial-articles): New variable.
5433         (nnimap-open-connection): When looking for credentials, also use the
5434         nnimap-server-port.
5435         (nnimap-request-article): Return the group/article number, so that Gnus
5436         `^' works as expected.
5437         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5438
5439         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5440         comments.
5441         (gnus-methods-sloppily-equal): New function.
5442         (gnus): When using the development version of Gnus, load the gnus-load
5443         file.
5444
5445         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5446         `gnus-open-server' on each method before trying to scan them etc.
5447         This ensures that all the backend parameters are set correctly.
5448
5449         * nnimap.el (nnimap-authenticator): New variable.
5450         (nnimap-open-connection): Allow anonymous login.
5451         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5452         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5453
5454         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5455         patch, found by Knut Anders Hatlen.
5456
5457 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5458
5459         * gnus-agent.el (gnus-agent-batch-confirmation)
5460         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5461         to gnus-message.
5462         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5463         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5464         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5465         * gnus-int.el (gnus-open-server): Likewise.
5466         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5467         (gnus-score-check-syntax): Likewise.
5468         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5469         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5470         Likewise.
5471         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5472
5473 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5476         calling conventions so that prefetch doesn't bug out.
5477
5478 2010-09-19  Julien Danjou  <julien@danjou.info>
5479
5480         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5481         rather than `subst-char-in-region' in order to be able to replace ASCII
5482         char by UTF-8 ones.
5483
5484         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5485         than curl.
5486         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5487         the right URL and ALT text on images.
5488         (gnus-html-wash-tags): Fix tag case.
5489         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5490         (gnus-article-html): Add -o display_ins_del=2 option.
5491         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5492
5493 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5496         the extra mail headers, which sometimes seem to happen for unknown
5497         reasons.
5498
5499         * mail-parse.el (mail-header-encode-parameter): Define as
5500         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5501         (or most, perhaps?) mail readers don't understand the latter, but do
5502         understand the former.
5503
5504         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5505         to nil, so that no methods are automatically agentized.  I think this
5506         is probably what most users want.
5507
5508         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5509         from url-retrieve, for instance about invalid URLs.
5510
5511         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5512         groups that have no articles.
5513         (nnimap-request-article): Check that we really got an article when we
5514         requested one.
5515
5516         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5517         doesn't exist.
5518
5519         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5520         nntp buffer so the agent can save it.
5521         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5522         that CRLF doesn't get translated to \n.
5523         (nnimap-open-connection): Don't make 'shell commands only send \n.
5524
5525 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5526
5527         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5528         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5529         Update var name.
5530         (nnml-generate-nov-file): Use dolist.
5531         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5532         Use with-current-buffer.
5533
5534 2010-09-18  Julien Danjou  <julien@danjou.info>
5535
5536         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5537         parallel.
5538
5539 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5540
5541         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5542         the range update right.
5543         (nnimap-request-group): Don't make `M-g' bug out on group with no
5544         marks.
5545         (nnoo): Require, so that other packages can require nnimap.
5546         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5547         command we're looking for.  This helps when the server sends more
5548         responses after we've gotten everything we expected.
5549         (nnimap): Add a `newlinep' field to keep track of end-of-line
5550         conventions.
5551         Don't send CRLF to things that don't want it.
5552         (nnimap-request-accept-article): Ditto.
5553
5554 2010-09-18  Julien Danjou  <julien@danjou.info>
5555
5556         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5557         than curl to retrieve images.
5558
5559 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5562         the marks.
5563         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5564         (nnimap-wait-for-connection): New function.
5565         (nnimap-open-connection): If we have PREAUTH, don't query for login
5566         credentials.
5567         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5568         when doing a partial update.
5569
5570 2010-09-18  Julien Danjou  <julien@danjou.info>
5571
5572         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5573         tags.
5574
5575 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * nnimap.el (nnimap-credentials): New function.
5578         (nnimap-open-connection): Use the new function to look for credentials
5579         also on the numeric equivalents of "imap" and "imaps".
5580
5581         * gnus-start.el (gnus-activate-group): Send the info to
5582         gnus-request-group.
5583
5584         * nnimap.el (nnimap-request-group): Have the "check" version of the
5585         function parse flags and update the info, so that a `M-g' get a total
5586         resync of all flags from the group.
5587
5588         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5589         to allow backends to alter the info on group selection.  Also alter all
5590         the backend -request-group functions to take the parameter.
5591
5592         * nnimap.el (nnimap-store-info): New function.
5593         (nnimap-update-info): Store the info for later usage.
5594         (nnimap-request-group): Use the stored info for the dont-check case, so
5595         that we don't retrieve all marks when we enter a group.
5596
5597         * nnimap.el: Use deffoo instead of defun for interface functions.
5598
5599         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5600         update the group info.  This makes the nndraft groups, for instance, go
5601         back to their old behaviour.
5602
5603         * gnus-sum.el (gnus-select-newsgroup): Indent.
5604
5605         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5606         in.
5607         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5608         nothing.
5609
5610         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5611         from methods that are denied.
5612
5613         * gnus-int.el (gnus-method-denied-p): New function.
5614
5615         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5616         store the password instead of netrc.
5617         (nnimap-open-connection): Don't error out when we can't make a
5618         connections.
5619
5620         * auth-source.el (auth-source-create): In the password prompt, say what
5621         we're querying for.  Also prompt for user name if that hasn't been
5622         given.
5623
5624         * nnimap.el (nnimap-with-process-buffer): Remove.
5625
5626 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5629         method when we're reading from the agent.
5630
5631         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5632
5633         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5634         that's probably most useful for users.
5635
5636         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5637         "failed" all the time.
5638
5639         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5640         ...)) with (with-current-buffer ... ).
5641
5642         * nntp.el (nntp-open-server): Return whether the open was successful or
5643         not.
5644
5645         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5646         select an unread unseen article first.
5647
5648         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5649         /etc/services, supply some sensible port defaults.
5650
5651         * dgnushack.el: Define netrc-credentials.
5652
5653 2010-09-17  Julien Danjou  <julien@danjou.info>
5654
5655         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5656
5657 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5658
5659         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5660         doesn't have any parameters.
5661
5662 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5665         only upcased checks.
5666
5667         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5668
5669         * nnimap.el (nnimap-open-shell-stream): New function.
5670         (nnimap-open-connection): Use it.
5671         (nnimap-transform-headers): Get the number of lines in each message.
5672         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5673         number of lines.
5674         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5675         problem.
5676
5677         * utf7.el (utf7-encode): Autoload.
5678
5679         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5680         to allow the mail splitting to not return a default group.  This is
5681         useful for nnimap, which will leave unmatched mail in the inbox.
5682
5683         * nnimap.el: Rewritten.
5684
5685         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5686         nnimap usage.
5687
5688         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5689         if the move is internal, so that nnimap can do fast internal moves.
5690
5691         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5692         data.
5693         (gnus-read-active-for-groups): Support finishing the early retrieval of
5694         data.
5695
5696         * gnus-range.el (gnus-range-nconcat): New function.
5697
5698         * gnus-int.el (gnus-finish-retrieve-group-infos)
5699         (gnus-retrieve-group-data-early): New functions.
5700
5701 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5702
5703         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5704         (nnrss-retrieve-groups):
5705         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5706         (pop3-quit): Use with-current-buffer.
5707
5708 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5711         instead of nnheader-accept-process-output.
5712
5713         * dgnushack.el (dgnushack-compile): Add comment.
5714
5715         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5716
5717         * gnus-html.el (gnus-html-schedule-image-fetching)
5718         (gnus-html-prefetch-images): Replace process-kill-without-query by
5719         gnus-set-process-query-on-exit-flag.
5720
5721 2010-09-16  Romain Francoise  <romain@orebokech.com>
5722
5723         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5724
5725 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5728         parameter to unintern is mandatory-ish in Emacs 24.
5729
5730         * gnus-html.el (gnus-html-schedule-image-fetching)
5731         (gnus-html-prefetch-images): Check for curl before using it.
5732
5733         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5734         depend on curl, which isn't essential.
5735
5736         * imap.el: Revert back to version
5737         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5738         seem problematic.
5739
5740 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5741
5742         * gnus-registry.el (gnus-registry-install-shortcuts):
5743         Explicitly pass `obarray' to `unintern' to avoid a warning.
5744
5745 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5748         change.
5749
5750         * nnrss.el (nnrss-request-list): Remove this function and related
5751         functions, including the moreover stuff.
5752
5753 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5754
5755         * nnrss.el (nnrss-retrieve-groups): New function.
5756
5757 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5758
5759         * .dir-locals.el: Add no-byte-compile cookie.
5760
5761 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * time-date.el (format-seconds): Comment fix.
5764
5765         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5766         for back end that doesn't support request-scan.
5767
5768 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5769
5770         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5771         then do request scans from the backends.
5772
5773         * netrc.el (netrc-credentials): New conveniency function.
5774
5775         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5776         avoid running a hook per line, since this takes a lot of time,
5777         profiling shows.
5778         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5779         directly if gnus-visual-p is true.
5780
5781 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5784         groups; replace mapcar with dolist which is a bit faster; pass groups
5785         info to gnus-read-active-file-1.
5786         (gnus-read-active-file-1): Scan only specified groups if the new
5787         optional arg `infos' is given.
5788
5789 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790
5791         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5792
5793         * pop3.el (pop3-movemail): Remove.
5794         (pop3-streaming-movemail): Rename to pop3-movemail.
5795
5796         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5797         don't restrict end-tag searches to the end of the line.
5798
5799 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5802         articles of every unchecked group to t, which means unknown since the
5803         server has never been opened.
5804
5805 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806
5807         * gnus-html.el (gnus-html-show-alt-text): New command.
5808         (gnus-html-browse-image): Ditto.
5809         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5810         to browse the image directly.
5811         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5812         better.
5813
5814         * gnus-async.el (gnus-async-article-callback):
5815         Call `gnus-html-prefetch-images' unconditionally.
5816
5817         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5818         before feeding URLs to curl.
5819
5820 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5823         internal images as deletable by `W D D'.
5824
5825         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5826         (gnus-async-article-callback): Fix typo.
5827
5828 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5831         current line to work around bugs in the output from w3m.
5832
5833         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5834         for groups that want that.
5835
5836         * nntp.el (nntp-wait-for-string): Supply a timeout for
5837         accept-process-output to ensure progress.
5838
5839         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5840         level to get unread articles from, then use that for foreign groups,
5841         too.
5842
5843         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5844         confuses the rest of the function.
5845
5846         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5847         for the methods that support -retrieve-groups, too.
5848
5849         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5850
5851 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5854         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5855
5856         * pop3.el: Require cl when compiling.
5857         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5858
5859 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860
5861         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5862         that aren't going to be activated.
5863         (gnus-get-unread-articles): Fix up the last commit.
5864
5865         * gnus-html.el (gnus-article-html): Allow calling without specifying
5866         the handle.  In that case, dissect the buffer first.
5867
5868         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5869
5870         * nnimap.el (nnimap-open-connection): Revert the change that would look
5871         into authinfo for imaps instead of imap.
5872
5873         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5874         say that you don't want to call gnus-request-group with don-check, but
5875         do check the reponse.  This is for virtual groups only.
5876         (gnus-get-unread-articles): Count the archive groups as secondary, so
5877         that they're activated the same way as before.
5878
5879         * imap.el (imap-message-map): Removed optional buffer parameter, since
5880         no callers use it.
5881         (imap-message-get): Ditto.
5882         (imap-message-put): Ditto.
5883         (imap-mailbox-map): Ditto.
5884         (imap-mailbox-put): Ditto.
5885         (imap-mailbox-get): Ditto.
5886         (imap-mailbox-get): Revert last change for this function.
5887
5888         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5889         case-insensitively.
5890         (nnimap-debug): Remove.
5891
5892         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5893         to use `imap-fetch' instead.  According to the comments, this should be
5894         safe, since all other IMAP clients use the 1:* syntax.
5895         (imap-enable-exchange-bug-workaround): Removed.
5896         (imap-debug): Removed -- doesn't seem very useful.
5897
5898         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5899         mail from a file, and the file doesn't exist.
5900
5901         * imap.el (imap-log): New convenience function used throughout instead
5902         of repeating the same code all over the place.
5903
5904         * pop3.el (pop3-streaming-movemail): Return t for success.
5905
5906         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5907         .authinfo if we're using ssl connection.
5908
5909         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5910         already have if we're in a main Gnus `g' run.
5911
5912         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5913
5914 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5917
5918         * nnmh.el (nnmh-request-list-1): Bind `file'.
5919
5920         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5921         alias to set-process-query-on-exit-flag or process-kill-without-query.
5922         (pop3-open-server): Use it.
5923
5924 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925
5926         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5927         box to the Incoming file.  Fixes mistake in previous checkin.
5928
5929         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5930         request loop (for debugging purposes) removed.
5931
5932         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5933         culprit is more visible.
5934         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5935         (nnml-add-incremental-nov): New functions to do "incremental" nov
5936         updates, where we just append to the end of the existing nov files
5937         without reading/writing them in full.
5938
5939         * mail-source.el (mail-source-delete-crash-box): Really only check the
5940         incoming files once in a while.
5941
5942         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5943
5944         * mail-source.el (mail-source-delete-crash-box): Only check the
5945         incoming files for deletion once per day to save a lot of file
5946         accesses.
5947
5948         * pop3.el (pop3-logon): Fix up unbound variable typo.
5949
5950         * mail-source.el (pop3-streaming-movemail): Autoload.
5951
5952         * pop3.el (pop3-streaming-movemail):
5953         Respect pop3-leave-mail-on-server.
5954
5955         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5956         retrieval.
5957
5958         * pop3.el (pop3-process-filter): Remove unused function.
5959         (pop3-streaming-movemail, pop3-send-streaming-command)
5960         (pop3-wait-for-messages, pop3-write-to-file)
5961         (pop3-number-of-responses): New functions for streaming pop3
5962         retrieval.
5963
5964         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5965         come from no known methods.
5966         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5967         list.
5968
5969         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5970         message sizes.
5971         (pop3-movemail): Use erase-buffer instead of looping and deleting
5972         regions, which seems rather odd.
5973
5974         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5975         file once per `g' run.
5976
5977         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5978         directories.  This makes the draft queue directory work.
5979
5980         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5981         data from the backends, so that we only request the list of groups from
5982         each method once.  This should speed things up considerably.
5983
5984         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5985         detect that it's not implemented.
5986
5987         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5988         we actually do recurse down into the tree, but don't stat all leaf
5989         nodes.
5990
5991         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5992         then say so instead of bugging out.
5993
5994         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5995         files exist before trying to read them.
5996
5997         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5998         around <pre_int>.
5999
6000         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6001
6002         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6003
6004 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6005
6006         * mm-util.el (mm-image-load-path): Just return the image directories,
6007         not all directories in the path in addition to the image directories.
6008         (mm-image-load-path): Maintain a cache of the image directories so that
6009         the `g' command in Gnus doesn't have to stat dozens of directories each
6010         time.
6011
6012         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6013         (gnus-html-wash-tags): Add a new `i' command to insert images.
6014         (gnus-html-insert-image): New command and keystroke.
6015         (gnus-html-redisplay-with-images): New command and keystroke.
6016         (gnus-html-show-images): Rename command.
6017         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6018         spacers.
6019         (gnus-html-wash-tags): Decode entities at the end, so that entities
6020         inside the tags don't mess up the rest of the "parsing".
6021
6022         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6023         so that nnimap methods aren't agentized by default.  There's apparently
6024         many problems related to agent/imap behaviour.
6025
6026         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6027
6028         * gnus-html.el: Doc fix.
6029
6030 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6033         specifier-spec-list for Emacs 21.
6034
6035         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6036         glyph-width and glyph-height instead of display-graphic-p and
6037         image-size; make avoidance of displaying small images work for XEmacs.
6038
6039         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6040         for XEmacs.
6041
6042         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6043         of symbol that holds plist data.
6044         (gnus-process-plist): Remove plist of process after getting it.
6045
6046 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * message.el (message-generate-hashcash): Change default to
6049         'opportunistic if hashcash is installed.
6050
6051         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6052         (gnus-html-put-image): Only call image-size once, since it's somewhat
6053         time-consuming on remote X servers.
6054
6055 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6058         type on data, not a file name.
6059
6060         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6061         window-pixel-edges for Emacs 21.
6062
6063         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6064         decoded contents.
6065         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6066
6067 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6070         group line format, since it isn't very interesting.
6071
6072         * gnus-agent.el (gnus-agent-short-article),
6073         (gnus-agent-long-article): Increase values for these two variables,
6074         since most people are likely to have more network connection and
6075         storage than before.
6076
6077         * gnus.el (gnus-refer-article-method): Change default to 'current.
6078         When referring an article, the common behaviour is to refer it from the
6079         current select method, not the native select method.  The chances of
6080         the native select method having the message in question is rather slim
6081         these days.
6082
6083         * gnus-sum.el (gnus-auto-select-subject): Change default to
6084         `unseen-or-unread'.  I think it's likely that most people want to
6085         select an unseen article over a previously seen, but unread one.
6086
6087         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6088         means that in the article buffer none of the minor mode elements will
6089         be shown, usually, and this is not desirable in most cases.
6090
6091         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6092         that commands like `d' (and the like) go to the next line in the
6093         buffer, instead of the next unread article.  I think this is the
6094         behaviour that is most natural for most users.
6095         (gnus-single-article-buffer): Change default to nil, so that people can
6096         have as many article buffers open as they have summary buffer.  I think
6097         this is the most natural way for the groups to behave.
6098
6099         * message.el (message-generate-new-buffers): Change default to
6100         `unsent', so that all new message buffers start their names with the
6101         string "*unsent", and it's easier to find the buffers if you move from
6102         them.
6103
6104 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6107         small.  They're probably tracking images.
6108         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6109         (gnus-html-rescale-image): Yet another try at getting the image sizing
6110         right.
6111
6112         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6113         nntp-marks-file-name is nil.
6114
6115 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * gnus-html.el (gnus-html-wash-tags)
6118         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6119         Better logging.
6120
6121 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122
6123         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6124
6125         * gnus-html.el (gnus-html-wash-tags): Check the value of
6126         gnus-blocked-images in the summary buffer.
6127
6128 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6131
6132 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6133
6134         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6135         like "a", it seems like.
6136         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6137         since it needs to be picked from the correct buffer.
6138
6139         * nnwfm.el: Remove.
6140
6141         * nnlistserv.el: Remove.
6142
6143 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6146         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6147
6148 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6149
6150         * nnkiboze.el: Remove.
6151
6152         * nndb.el: Remove.
6153
6154         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6155         alt text.
6156         (gnus-html-rescale-image): Try to get the rescaling logic right for
6157         images that are just wide and not tall.
6158
6159         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6160         overshadow variable bindings.
6161
6162 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6163
6164         * gnus-html.el (gnus-html-wash-tags)
6165         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6166         Add extra logging.
6167
6168 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6169
6170         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6171         (gnus-max-image-proportion): New variable.
6172         (gnus-html-rescale-image): New function.
6173         (gnus-html-put-image): Rescale images.
6174
6175 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6176
6177         Fix up some byte-compiler warnings.
6178         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6179         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6180         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6181         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6182         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6183         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6184         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6185
6186 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-html.el (gnus-article-html): Decode contents by charset.
6189
6190 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6193         (gnus-html-frame-width, gnus-blocked-images)
6194         * message.el (message-prune-recipient-rules): Add custom version.
6195         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6196
6197         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6198         functions.
6199
6200         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6201         gnus-process-get.
6202
6203 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6204
6205         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6206         instead of lsub directly.
6207
6208 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * nnwarchive.el: Remove.
6211
6212         * gnus-soup.el: Remove.
6213
6214         * nnsoup.el: Remove.
6215
6216         * nnultimate.el: Remove.
6217
6218         * gnus-html.el (gnus-blocked-images): New variable.
6219
6220         * message.el (message-prune-recipients): New function.
6221         (message-prune-recipient-rules): New variable.
6222
6223         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6224         guess whether a long line is natural text or not.
6225
6226         * gnus-html.el (gnus-html-schedule-image-fetching):
6227         Use gnus-process-plist and friends for compatibility.
6228
6229 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6230
6231         * gnus-html.el: Require packages that define macros used in this file.
6232         (gnus-article-mouse-face): Declare to silence byte-compiler.
6233         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6234         process-get.
6235         (gnus-html-put-image): Use plist-get to avoid getf.
6236         (gnus-html-prefetch-images): Use with-current-buffer.
6237
6238 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-ems.el: Provide compatibility functions for
6241         gnus-set-process-plist.
6242
6243         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6244         header-line-format for XEmacs 21.4.
6245
6246         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6247         * gnus.el (gnus-valid-select-methods)
6248         * message.el (message-send-mail-partially-limit)
6249         * mm-decode.el (mm-text-html-renderer)
6250         * mml.el (mml-insert-mime-headers-always)
6251         * smiley.el (smiley-regexp-alist): Bump custom version.
6252
6253 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * gnus-html.el: require mm-url.
6256         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6257         with the url to `url'.
6258         (gnus-html-wash-tags): Support cid: URLs/images.
6259
6260 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6263         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6264         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6265
6266         * gnus-move.el: Remove file, since it doesn't really work.
6267
6268         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6269         UTF-8.  This seems to fix problems with some German web feeds.
6270
6271         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6272         at the top so that the proper colours are applied.
6273
6274         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6275         don't have dots in their names.
6276
6277         * gnus-art.el (gnus-article-view-part): Doc fix.
6278
6279         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6280         XEmacs-compatible.
6281         (gnus-html-put-image): Don't do images on non-graphic displays.
6282
6283         * nnslashdot.el: Remove this unused backend.
6284
6285         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6286         actions.
6287         (gnus-undo-register-1): Revert last change.
6288
6289         * gnus-group.el (gnus-group-completing-read): Protect against not
6290         having completion-styles bound.
6291
6292         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6293         make broken recipients happier.
6294
6295         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6296
6297         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6298         point parameter.
6299
6300         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6301
6302         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6303         completion-styles for group selection.
6304
6305 2009-02-04  Andreas Schwab  <schwab@suse.de>
6306
6307         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6308         headers and regexp-quote the match if necessary.
6309
6310 2009-03-24  Miles Bader  <miles@gnu.org>
6311
6312         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6313         the blinking smiley.
6314
6315 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6316
6317         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6318         blink smiley.
6319
6320 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321
6322         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6323         where the dribbel file lives exists.
6324
6325         * message.el (message-send-mail-partially-limit): Change the default to
6326         nil, since most people don't want this.
6327
6328         * mm-url.el (mm-url-decode-entities): Also decode entities like
6329         &#x3212.
6330
6331 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6332
6333         * gnus-sum.el (gnus-summary-idna-message):
6334         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6335         Hyperlink urls in docstrings with URL `...'.
6336
6337 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6338
6339         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6340         functions.
6341
6342 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6345         say what the mouseover text should be.
6346
6347         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6348         version of the mm-w3m-safe-url-regexp variable to only download images
6349         in the groups where we want that to happen.
6350
6351         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6352
6353         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6354         easier debugging.
6355         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6356         big pictures in the article buffer.
6357
6358         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6359         gnus-article-html.
6360         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6361         w3m.
6362
6363         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6364
6365 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6368         which doesn't exist.
6369
6370         * message.el (message-inhibit-ecomplete): New variable to allow some
6371         function to inhibit ecomplete address storage.
6372         (message-resend): Disable ecomplete message storage when resending
6373         messages.
6374
6375         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6376
6377 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6380         Save excursion while copying, moving, and deleting articles in order to
6381         prevent the cursor from jumping to unforeseen place.
6382
6383 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * lpath.el: No need to bind bookmark-current-buffer,
6386         bookmark-yank-point and bookmark-make-record-function.
6387
6388 2010-08-17  Glenn Morris  <rgm@gnu.org>
6389
6390         * gnus-sync.el: Require gnus components whose functions are used.
6391
6392         * gnus-art.el (bookmark-make-record-function):
6393         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6394         Declare for compiler.
6395
6396         * mm-url.el (mml-compute-boundary): Autoload.
6397
6398 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6401
6402 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6403
6404         Typo fix "hoo4a" -> "hook".
6405
6406         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6407
6408 2010-08-14  Glenn Morris  <rgm@gnu.org>
6409
6410         * gnus-sync.el (gnus-sync): Fix defgroup version.
6411
6412 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6413
6414         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6415
6416         * gnus-sync.el: Fix docs.
6417         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6418         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6419
6420 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         Optimizations for gnus-sync.el.
6423
6424         * gnus-sync.el: Add docs about gnus-sync-backend
6425         possibilities.
6426         (gnus-sync-save): Remove unnecessary message.
6427         (gnus-sync-read): Optimize and show what groups were skipped.
6428
6429 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6430
6431         Minor bug fixes for gnus-sync.el.
6432
6433         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6434         Don't read the sync on get-new-news.
6435
6436         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6437         quiet.
6438
6439         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6440         (fix typo).
6441
6442 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6443
6444         Make saving and restoring of hidden threads work with overlays.
6445         Patch applied by Ted Zlatanov.
6446
6447         * gnus-sum.el (gnus-hidden-threads-configuration)
6448         (gnus-restore-hidden-threads-configuration): Update to deal with text
6449         properties, rather than searching for a magic character.
6450
6451 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6452
6453         New gnus-sync.el library for synchronization of marks.
6454
6455         * gnus-sync.el: New library for synchronization of marks.
6456
6457         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6458         renamed from `gnus-registry-grep-in-list'.
6459
6460         * gnus-registry.el (gnus-registry-follow-group-p):
6461         Use `gnus-grep-in-list'.
6462
6463         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6464
6465 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6468         determining charset of text fails.
6469
6470 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * nnmail.el (nnmail-get-new-mail-1): Revert.
6473
6474         * nnml.el (nnml-active-number): Make sure names of newly created groups
6475         in nnml-group-alist are encoded.
6476
6477 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6480         containing non-ASCII characters in active file for nnml back end.
6481
6482 2010-07-24  David Engster  <dengste@eml.cc>
6483
6484         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6485         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6486
6487 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6488
6489         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6490         tag (Bug#6654).
6491
6492 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6495         the article buffer, not the summary buffer.
6496
6497 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6500         Emacs 23 as well.
6501
6502 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6505         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6506
6507 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6508
6509         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6510         Patch applied by Karl Fogel.
6511
6512         * gnus-sum.el (gnus-summary-bookmark-make-record):
6513         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6514
6515 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6516
6517         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6518         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6519         C-w still not working correctly from Article buffers; Thierry's
6520         patch to fix that will be applied after this.
6521
6522         * gnus-art.el (bookmark-make-record-function): New local variable.
6523
6524         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6525         article buffer.
6526         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6527
6528 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6529
6530         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6531         on changes in bookmark.el.
6532
6533 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6536         `no-log' instead of message not to log prompt string.
6537
6538 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6539
6540         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6541         the *other* type of HTML form submission.
6542
6543 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6544
6545         * auth-source.el (auth-source-pick): If choice does not contain a
6546         questioned keyword, set the check to t.
6547
6548 2010-06-12  Romain Francoise  <romain@orebokech.com>
6549
6550         * gnus-util.el (gnus-date-get-time): Move up before first use.
6551
6552 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6555         (gnus-article-edit-part): Bind it to make last part that is substituted
6556         or deleted visible.
6557         (gnus-mime-display-single): Buttonize part of which id equals to
6558         gnus-mime-buttonized-part-id.
6559
6560 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6561
6562         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6563         (gnus-dd-mmm): Use gnus-date-get-time.
6564         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6565         simplify logic.
6566         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6567         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6568
6569 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6570
6571         * auth-source.el (top): Autoload `secrets-list-collections',
6572         `secrets-create-item', `secrets-delete-item'.
6573         (auth-sources): Fix tag string.
6574         (auth-get-source, auth-source-retrieve, auth-source-create)
6575         (auth-source-delete): New defuns.
6576         (auth-source-pick): Rewrite in order to avoid 2 passes.
6577         (auth-source-forget-user-or-password): New parameter USERNAME.
6578         (auth-source-user-or-password): New parameters CREATE-MISSING and
6579         DELETE-EXISTING.  Retrieve password interactively, if needed.
6580
6581 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6582
6583         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6584         deleting unused directories when gnus-expert-user is t.
6585
6586 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6589         for each temp file when gnus-article-browse-delete-temp is ask.
6590
6591 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6592
6593         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6594         Lisp calls to delete-backward-char by calls to delete-char.
6595
6596 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6597
6598         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6599
6600 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6601
6602         * password-cache.el (password-cache-remove): Fix docstring.
6603
6604 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6607         article unless decoding article to be saved.
6608
6609 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6612         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6613         generated within the mm-with-unibyte-current-buffer macro.
6614
6615 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6618         to nil when we're in a mml-preview buffer and no group is selected.
6619
6620 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6621
6622         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6623         when catching the `C-g'.  Reported by "Leo".
6624
6625 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * message.el (message-forward-make-body-plain)
6628         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6629         multibyte-string-p.
6630
6631         * lpath.el: Revert.
6632
6633 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * message.el (message-forward-make-body-mml): Assume original message
6636         is multibyte string; error on unibyte.
6637         (message-forward-make-body-plain): Ditto; don't add excessive newline
6638         in body end.
6639
6640         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6641
6642 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6643
6644         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6645         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6646
6647 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * mm-extern.el (mm-extern-url): Don't use
6650         mm-with-unibyte-current-buffer.
6651         (mm-extern-cache-contents): Use with-current-buffer instead of
6652         save-excursion + set-buffer.
6653
6654 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * mm-util.el (mm-emacs-mule): Remove.
6657
6658 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6659
6660         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6661         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6662         change.
6663
6664 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6667         bind the default value of enable-multibyte-characters to nil.
6668
6669 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * message.el (message-forward-make-body-plain)
6672         (message-forward-make-body-mml):
6673         Don't use mm-with-unibyte-current-buffer.
6674
6675 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6676
6677         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6678
6679 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6680
6681         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6682         (Bug#5592).
6683
6684 2010-05-07  Julien Danjou  <julien@danjou.info>
6685
6686         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6687         it to mm-pipe-part.
6688
6689         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6690         it is given.
6691
6692 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * binhex.el (binhex-decode-region-internal)
6695         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6696         (dns-query)
6697         * nnweb.el (nnweb-gmane-search)
6698         * pgg-parse.el (pgg-parse-armor)
6699         * pgg.el (pgg-verify-region)
6700         * sha1.el (sha1-string-external)
6701         * uudecode.el (uudecode-decode-region-internal)
6702         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6703         XEmacs.
6704
6705         * gnus-art.el (gnus-article-browse-html-parts)
6706         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6707         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6708         make-temp-file.
6709
6710         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6711         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6712         compiling.
6713
6714         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6715         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6716         XEmacs when compiling.
6717
6718         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6719         gnus-pick-mode-off-hook for XEmacs when compiling.
6720         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6721         gnus-binary-mode-off-hook for XEmacs when compiling.
6722
6723         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6724         Return nil if char-charset is not available.
6725
6726         * imap.el (imap-disable-multibyte)
6727         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6728         macros.
6729
6730         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6731         instead of encode-coding-string.
6732
6733         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6734         'xemacs) instead of mm-emacs-mule to switch function definitions.
6735         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6736
6737         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6738         bind temporary-file-directory for XEmacs;
6739         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6740         timer-set-function for XEmacs 21.4 and SXEmacs;
6741         bind timer-list for XEmacs 21.4 and SXEmacs;
6742         fbind char-charset and find-charset-region for non-Mule XEmacs;
6743         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6744         encode-coding-region and encode-coding-string for XEmacs having no
6745         file-coding feature.
6746
6747 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6748
6749         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6750
6751 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6754         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6755
6756 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6757
6758         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6759         alias `jka-compr-delete-temp-file' no longer exists.
6760
6761 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6762
6763         Use define-minor-mode in Gnus where applicable.
6764         * mml.el (mml-mode): Use define-minor-mode.
6765         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6766         (gnus-undo-mode): Use define-minor-mode.
6767         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6768         (gnus-dead-summary-mode): Use define-minor-mode.
6769         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6770         Initialize in declaration.
6771         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6772         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6773         (gnus-mailing-list-mode): Use define-minor-mode.
6774         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6775         (gnus-draft-mode): Use define-minor-mode.
6776         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6777         (gnus-dired-mode): Use define-minor-mode.
6778
6779 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6780
6781         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6782         handles on recursive mml-to-mime translation and check them for
6783         boundary delimiter collisions.  Reported by Greg Troxel.
6784
6785 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6788
6789 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6790
6791         * mm-util.el (mm-find-buffer-file-coding-system):
6792         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6793
6794 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6795
6796         * message.el (message-generate-headers): Record insertion of optional
6797         headers as well.  Otherwise the check to prevent repeated insertion of
6798         optional headers is a no-op.
6799
6800 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * smime.el: Don't mention CVS.
6803
6804         * nnrss.el (nnrss-fetch): Don't mention CVS.
6805
6806         * nnir.el: Don't mention CVS.
6807
6808 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6809
6810         * gnus-sum.el (gnus-summary-bookmark-make-record):
6811         Add `location' field.
6812
6813 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * lpath.el: Fbind bookmark-default-handler,
6816         bookmark-get-bookmark-record, bookmark-make-record-default,
6817         bookmark-prop-get for Emacs <23 and XEmacs.
6818
6819 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6820
6821         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6822         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6823         Use with-current-buffer to silence the byte-compiler.
6824         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6825         bother to require `gnus'.
6826         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6827
6828 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6829
6830         * gnus-sum.el (gnus-summary-bookmark-make-record)
6831         (gnus-summary-bookmark-jump): New functions.
6832         (gnus-summary-mode): Setup bookmark support.
6833
6834 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6835
6836         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6837         if set.
6838
6839 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6842         gnus-article-browse-html-save-cid-image; make it work recursively for
6843         forwarded messages as well.
6844         (gnus-article-browse-html-parts): Work when prefix arg is given.
6845         (gnus-article-browse-html-article): Doc fix.
6846
6847 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6848
6849         * message.el (message-default-mail-headers):
6850         (message-default-headers): Carry the value mail-default-headers over
6851         into message-default-mail-headers, rather than message-default-headers.
6852
6853 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6854
6855         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6856         charset.
6857
6858         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6859         charset into the <meta> tag when the article is encoded to utf-8.
6860
6861 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-art.el (gnus-article-browse-delete-temp-files):
6864         Delete directories as well.
6865         (gnus-article-browse-html-parts): Work for images that do not specify
6866         file names; delete temp directory when quitting; insert header at the
6867         right place; use file: scheme for image files.
6868
6869 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6870
6871         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6872         (gnus-article-browse-html-parts): Use it to make temporary cid image
6873         files in addition to html file so that browser may display them.
6874
6875 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6878
6879 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6880
6881         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6882
6883 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6884
6885         * auth-source.el (auth-sources): Change default to be simpler.
6886         Explain about Secret Service API sources.  Improve Customize options.
6887         (auth-source-pick): Change to accept any number of search parameters.
6888         Implement fallbacks iteratively, not recursively.  Add scoring on the
6889         second pass and sort by score.  Call Secret Service API when needed.
6890         (auth-source-user-or-password): Use it.  Call Secret Service API
6891         directly when needed to get the user name and the password.
6892
6893 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6894
6895         * message.el (message-interactive): Doc fix.
6896         (message-qmail-inject-args): Reflow.
6897         (message-kill-to-signature): Fix typo in docstring.
6898
6899         * smiley.el (smiley-buffer): Fix typo in docstring.
6900
6901 2010-03-24  Glenn Morris  <rgm@gnu.org>
6902
6903         * mail-source.el (gnus-message): Declare.
6904         (mail-source-delete-old-incoming): Require gnus-util.
6905
6906 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6909
6910         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6911
6912         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6913         password-cache's default if it is not bound.
6914         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6915         password-cache-expiry's default if it is not bound.
6916
6917         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6918         available in Emacs 21.
6919
6920         * lpath.el: Suppress compiler warnings for:
6921         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6922         XEmacs;
6923         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6924         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6925         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6926
6927 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6928
6929         * auth-source.el (auth-sources): Fix up definition so extra parameters
6930         are always inline.
6931
6932 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6933
6934         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6935         wasn't updated after mismatch.  Clear cached mailbox info correctly
6936         when uidvalidity changes.
6937         (nnimap-group-prefixed-name): New function to avoid some code
6938         duplication.
6939         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6940         (nnimap-request-group): Use it.
6941         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6942         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6943         with many imap folders.  This is done by caching the group status from
6944         the imap server persistently in a group parameter `imap-status'.  (This
6945         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6946         but not persistently, so every Gnus startup was still very slow.)
6947
6948 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6949
6950         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6951         delete the extra newline.  Otherwise editing of :string and :number
6952         types don't work.
6953
6954 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6955
6956         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6957         secrets.el dependency.
6958         (auth-sources): Add optional user name.  Add secrets.el configuration
6959         choice (unused right now).
6960
6961 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6962
6963         * gnus-sum.el (gnus-summary-make-menu-bar):
6964         Let `gnus-registry-install-shortcuts' fill in the functions.
6965
6966         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6967         warnings.
6968         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6969         (gnus-registry-install-shortcuts): Populate and use it in a
6970         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6971
6972 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6973
6974         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6975         In-place substitutions for the group name encoding/decoding.
6976         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6977         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6978         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6979         (nnimap-update-unseen, nnimap-request-list)
6980         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6981         (nnimap-request-set-mark, nnimap-split-to-groups)
6982         (nnimap-split-articles, nnimap-request-newgroups)
6983         (nnimap-request-create-group, nnimap-request-accept-article)
6984         (nnimap-request-delete-group, nnimap-request-rename-group)
6985         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6986         `encoded-mbx' for consistency.
6987         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6988         variable `imap-current-mailbox'.
6989
6990         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6991         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6992
6993 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6994
6995         * pop3.el (pop3-display-message-size-flag): Display message size byte
6996         counts during POP3 download.
6997         (pop3-movemail): Use it.
6998         (pop3-list): Implement listing of available messages.
6999
7000 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7001
7002         * nnir.el (nnir-get-article-nov-override-function): New function to
7003         override the normal NOV retrieval.
7004         (nnir-retrieve-headers): Use it.
7005
7006 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7007
7008         * auth-source.el (netrc-machine-user-or-password): Autoload.
7009
7010 2010-03-19  Glenn Morris  <rgm@gnu.org>
7011
7012         Stop message.el from loading about 40 libraries it doesn't always need.
7013         The general approach is to autoload rather than require, and to
7014         require in the specific functions rather than the file.  (Bug#5642)
7015
7016         * gmm-utils.el: Don't require wid-edit.
7017         (widget-create-child-value, widget-convert, widget-default-get):
7018         Autoload.
7019
7020         * gnus-util.el: Don't require time-date, netrc.
7021         (message-fetch-field, gnus-group-name-decode): Declare rather than
7022         autoloading.
7023         (gnus-fetch-field): Require message.
7024         (gnus-decode-newsgroups): Require gnus-group.
7025
7026         * ietf-drums.el: Don't require time-date.
7027
7028         * message.el: Don't require hashcash, canlock, ecomplete.
7029         Do require mail-utils.  Require nnheader only when compiling.
7030         (smtpmail-default-smtp-server): Remove declaration.
7031         (message-send-mail-function): Check smtpmail-default-smtp-server
7032         is bound rather than requiring smtpmail.
7033         (message-auto-save-directory, message-insert-signature):
7034         Use expand-file-name rather than nnheader-concat.
7035         (nnheader-insert-file-contents): Autoload.
7036         (hashcash-wait-async): Declare.
7037         (message-send-mail): Only call gnus-setup-posting-charset if
7038         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7039         (message-send-mail-with-sendmail): Require sendmail.
7040         (canlock-password, canlock-password-for-verify): Declare.
7041         (message-canlock-password): Require canlock.
7042         (nnheader-get-report): Autoload.
7043         (gnus-setup-posting-charset): Declare.
7044         (message-send-news): Require gnus-msg.
7045         (message-make-references, message-make-in-reply-to): Use mail-header-id
7046         rather than the alias mail-header-message-id.
7047         (ecomplete-add-item, ecomplete-save): Declare.
7048         (message-put-addresses-in-ecomplete): Require ecomplete.
7049         (ecomplete-display-matches): Autoload.
7050
7051         * mm-decode.el: Don't require mailcap, gnus-util.
7052         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7053         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7054         Autoload.
7055         (mailcap-mime-extensions): Declare.
7056
7057         * mm-encode.el: Don't require mailcap.
7058         (mailcap-extension-to-mime): Autoload.
7059
7060         * mml-sec.el: Don't require password-cache.
7061
7062         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7063         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7064         (mml-minibuffer-read-type): Require mailcap.
7065         (mml-preview): Require gnus-msg.
7066
7067         * mml1991.el: Require password-cache.
7068         (password-cache-expiry): Remove declaration.
7069
7070         * mml2015.el: Require password-cache.
7071         (password-cache-expiry): Remove declaration.
7072
7073         * nneething.el (mailcap): Require mailcap.
7074
7075         * nnheader.el (declare-function): Add compatibility stub.
7076         (message-remove-header): Declare rather than autoload.
7077         (nnheader-replace-header): Require message.
7078
7079         * nnimap.el (declare-function): Add compatibility stub.
7080         (netrc-parse, netrc-machine-user-or-password): Declare.
7081         (nnimap-open-connection): Require netrc.
7082
7083         * nntp.el (declare-function): Add compatibility stub.
7084         (netrc-parse, netrc-machine, netrc-get): Declare.
7085         (nntp-send-authinfo): Require netrc.
7086
7087         * rfc2047.el: Don't require qp.
7088         (quoted-printable-encode-region, quoted-printable-decode-string):
7089         Autoload.
7090
7091         * sieve-mode.el: Don't require easymenu.
7092         (easy-menu-add-item): Autoload it.
7093
7094         * spam-stat.el (time-to-number-of-days): Autoload it.
7095
7096 2010-03-19  Glenn Morris  <rgm@gnu.org>
7097
7098         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7099
7100 2010-03-18  Glenn Morris  <rgm@gnu.org>
7101
7102         * hashcash.el (declare-function): Remove duplicate definition.
7103
7104 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7105
7106         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7107         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7108         value if any backslash escapes).
7109
7110 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7113         if it is available.  (bug#5647)
7114
7115         * lpath.el: Suppress compiler warning for coding-system-from-name for
7116         Emacs 21 and XEmacs.
7117
7118 2010-03-14  Juri Linkov  <juri@jurta.org>
7119
7120         * hmac-def.el:
7121         * hmac-md5.el:
7122         * netrc.el: Fix keywords.
7123
7124 2010-02-26  Glenn Morris  <rgm@gnu.org>
7125
7126         * message.el (message-send-mail-function): Change the default, so that
7127         it inherits from a customized send-mail-function.  (Bug#5643)
7128
7129 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7130
7131         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7132         shell-command-to-string signals an error (bug#5299).
7133
7134 2010-02-24  Glenn Morris  <rgm@gnu.org>
7135
7136         * message.el (message-smtpmail-send-it)
7137         (message-send-mail-with-mailclient): Doc fixes.
7138
7139 2010-02-16  Glenn Morris  <rgm@gnu.org>
7140
7141         * message.el (message-default-mail-headers): Change the default value
7142         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7143
7144 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7147         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7148
7149 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7150
7151         * time-date.el (date-to-time): Doc fix (Bug#5408).
7152
7153 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7154
7155         * message.el (message-mail): Just pass yank-action on to message-setup.
7156         (message-setup): Handle (FUN . ARGS) form of yank-action.
7157         (message-with-reply-buffer, message-widen-reply)
7158         (message-yank-original): Handle non-buffer values of
7159         message-reply-buffer (Bug#4080).
7160         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7161
7162 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7163
7164         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7165         Fix typo in docstring.
7166
7167 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7168
7169         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7170         response.
7171
7172 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7175
7176         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7177
7178         * message.el (message-check-news-header-syntax): Protect against a
7179         string that `rfc822-addresses' returns when parsing fails.
7180
7181 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7184         (gnus-previous-char-property-change): New functions.
7185
7186         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7187
7188 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7189
7190         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7191         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7192
7193 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7194
7195         * message.el (message-exchange-point-and-mark): Rework last change to
7196         avoid using optional arg of exchange-point-and-mark, for backward
7197         compatibility.
7198
7199 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7200
7201         * message.el (message-exchange-point-and-mark):
7202         Call exchange-point-and-mark with an argument rather than setting
7203         mark-active by hand (Bug#5175).
7204
7205 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * nntp.el (nntp-service-to-port): Work for service expressed with
7208         numeric string; replace [:digit:] with [0-9] for XEmacs.
7209
7210 2009-12-17  Glenn Morris  <rgm@gnu.org>
7211
7212         * gnus-group.el (gnus-bug-group-download-format-alist):
7213         Change emacs entry to debbugs.gnu.org.  Bump :version.
7214
7215 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7218
7219 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * message.el (message-info): Explain why we use `Info-goto-node'.
7222
7223 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7226
7227 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7228
7229         * message.el (message-completion-in-region): New compatibility function.
7230         (message-expand-group): Use it.
7231
7232 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7235         with no unread article should be listed if the 2nd arg `predicate' is
7236         given.
7237
7238 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7241
7242 2009-11-29  Juri Linkov  <juri@jurta.org>
7243
7244         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7245         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7246         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7247
7248 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7249
7250         * sha1.el (sha1-string-external): default-directory "/" in case
7251         otherwise non-existent.  process-connection-type pipe for touch of
7252         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7253
7254 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7255
7256         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7257         it's comms related and sgml-mode.el has "comm" on that basis too.
7258
7259 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7262         containing tspecial characters if they have been already quoted.
7263
7264 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7265
7266         * dns-mode.el (auto-mode-alist): Purecopy string.
7267
7268 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7269
7270         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7271
7272 2009-10-24  Glenn Morris  <rgm@gnu.org>
7273
7274         * gnus-art.el (help-xref-stack-item): Define for compiler.
7275
7276 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7277
7278         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7279
7280 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7283
7284 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7287         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7288
7289 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7292         (gnus-overlays-in): New alias to overlays-in.
7293
7294         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7295         gnus-overlay-get, and gnus-delete-overlay.
7296         (gnus-summary-show-thread): Make it work as well for systems in which
7297         next-single-char-property-change is not available.
7298         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7299
7300         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7301         (gnus-overlay-get): New alias to extent-property.
7302         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7303
7304         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7305         SXEmacs.
7306
7307         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7308         SXEmacs.
7309
7310 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7313
7314 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7315
7316         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7317         and XEmacs that don't have `remove-overlays'.
7318
7319 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7320
7321         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7322         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7323         selective display.  Use overlays instead.
7324
7325 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7326
7327         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7328
7329 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7330
7331         * spam-stat.el (spam-stat-load): Fix typo in message.
7332
7333 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7334
7335         * dig.el (dig-invoke): Fix typo in docstring.
7336         (query-dig): Reflow docstring.
7337
7338 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7339
7340         * gnus-art.el (gnus-article-encrypt-body):
7341         * message.el (message-check-recipients):
7342         * mm-util.el (mm-codepage-setup):
7343         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7344         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7345
7346 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7347
7348         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7349         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7350         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7351         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7352         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7353
7354 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7355
7356         * dig.el: Add "Keywords: comm", as per net-utils.el.
7357
7358 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7359
7360         * dig.el (dig-mode): Use define-derived-mode.
7361
7362 2009-09-19  Glenn Morris  <rgm@gnu.org>
7363
7364         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7365
7366 2009-09-18  Glenn Morris  <rgm@gnu.org>
7367
7368         * gnus-diary.el (gnus-diary-check-message):
7369         * message.el (message-insert-formatted-citation-line):
7370         * nnbabyl.el (top-level):
7371         * nndiary.el (nndiary-schedule):
7372         Fix typos in condition-case handlers.
7373
7374 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7377         configuration that provides the sole article window in a frame;
7378         position point correctly after deleting a part.
7379
7380 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7381
7382         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7383         (spam-resolve-registrations-routine): Use it to unregister articles
7384         that change status.
7385
7386 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7389         with XEmacs.
7390         (parse-time-string-chars): Use it.
7391
7392 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7393
7394         * imap.el (imap-interactive-login): Better messages.
7395         (imap-open): Fix bug with renamed buffer on reconnect.
7396         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7397         for easier debugging and cleaner code.  On successful (guessed based on
7398         server capabilities) secondary authentication, set imap-state
7399         correctly.
7400         (imap-last-authenticator): Define imap-last-authenticator as a variable
7401         to avoid warnings.
7402
7403 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * nnrss.el (nnrss-request-article): Remove binding of
7406         default-enable-multibyte-characters that has gotten needless by
7407         the 2007-07-13 change in rfc2047-encode-message-header.
7408
7409         * mml.el (mml-insert-multipart): Error on the message header.
7410         (mml-insert-part): Error on the message header; position point at
7411         the end of a MIME tag.
7412
7413 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * time-date.el (autoload): Expand define-obsolete-function-alias into
7416         defalias and make-obsolete for old Emacsen that Gnus supports.
7417         (with-no-warnings): Define it for old Emacsen.
7418         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7419         is available.
7420         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7421         float-time is available; suppress compile warning for time-to-seconds.
7422
7423         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7424         (gnus-float-time): Alias to float-time if it exists.
7425
7426         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7427         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7428         float-time is available; suppress compile warning for time-to-seconds.
7429
7430         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7431         XEmacs.
7432
7433 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7434
7435         * imap.el (imap-message-map): Docstring fix.
7436
7437 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7440         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7441         Add the optional argument `encoding' that overrides the default.
7442
7443         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7444         mm-encode-buffer.
7445
7446 2009-09-04  Glenn Morris  <rgm@gnu.org>
7447
7448         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7449         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7450         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7451         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7452         * mm-util.el (mm-with-unibyte-current-buffer)
7453         (mm-find-buffer-file-coding-system):
7454         * yenc.el (yenc-decode-region): Use default-value rather than
7455         default-enable-multibyte-characters.
7456
7457 2009-09-03  Glenn Morris  <rgm@gnu.org>
7458
7459         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7460         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7461         than default-enable-multibyte-characters.
7462
7463 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7464
7465         * gnus-art.el (gnus-article-read-summary-keys):
7466         Fix gnus-buffer-configuration's value temporarily used.
7467
7468 2009-09-02  Glenn Morris  <rgm@gnu.org>
7469
7470         * gnus-util.el (gnus-float-time): New function.
7471         * gnus-delay.el (gnus-delay-article):
7472         * gnus-sum.el (gnus-thread-latest-date):
7473         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7474         * nnspool.el (nnspool-request-newgroups):
7475         Use gnus-float-time rather than time-to-seconds.
7476         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7477
7478         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7479         (gnus-header-subject-face, gnus-header-newsgroups-face)
7480         (gnus-header-name-face, gnus-header-content-face):
7481         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7482         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7483         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7484         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7485         (gnus-cite-face-11):
7486         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7487         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7488         (gnus-server-closed-face, gnus-server-denied-face)
7489         (gnus-server-offline-face):
7490         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7491         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7492         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7493         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7494         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7495         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7496         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7497         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7498         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7499         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7500         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7501         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7502         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7503         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7504         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7505         (gnus-summary-high-undownloaded-face)
7506         (gnus-summary-low-undownloaded-face)
7507         (gnus-summary-normal-undownloaded-face)
7508         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7509         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7510         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7511         (gnus-splash-face):
7512         * message.el (message-header-to-face, message-header-cc-face)
7513         (message-header-subject-face, message-header-newsgroups-face)
7514         (message-header-other-face, message-header-name-face)
7515         (message-header-xheader-face, message-separator-face)
7516         (message-cited-text-face, message-mml-face):
7517         * sieve-mode.el (sieve-control-commands-face)
7518         (sieve-action-commands-face, sieve-test-commands-face)
7519         (sieve-tagged-arguments-face):
7520         * spam.el (spam-face):
7521         Mark face aliases with "-face" in the name as obsolete.
7522
7523 2009-09-01  Glenn Morris  <rgm@gnu.org>
7524
7525         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7526         than goto-line.
7527
7528 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7531         Don't move point if the command is invoked inside the message header.
7532
7533 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7534
7535         * imap.el (imap-send-command): Simplify.
7536         (imap-wait-for-tag): point-max -> buffer-size.
7537
7538 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7539
7540         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7541         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7542         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7543         * nnir.el (nnir-swish-e-index-file):
7544         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7545         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7546         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7547         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7548         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7549         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7550
7551 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7554         Don't save excursion.
7555
7556 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7557
7558         * nnheader.el (nnheader-find-file-noselect):
7559         * mm-util.el (mm-insert-file-contents):
7560         Use (default-value 'major-mode) instead of default-major-mode.
7561
7562 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7563
7564         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7565
7566 2009-08-26  Glenn Morris  <rgm@gnu.org>
7567
7568         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7569         than placing in files.el.
7570
7571 2009-08-25  Glenn Morris  <rgm@gnu.org>
7572
7573         * nnir.el (top-level): Don't require cl at run-time.
7574         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7575         Replace cl-function substitute with gnus-replace-in-string.
7576         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7577         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7578         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7579         simplified expansions.
7580
7581 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7582
7583         * dig.el (dig): Add autoload cookie.
7584
7585 2009-08-22  Glenn Morris  <rgm@gnu.org>
7586
7587         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7588         goto-line.
7589
7590 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7591
7592         * parse-time.el (parse-time-string-chars): Save match data.
7593
7594 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7595
7596         * parse-time.el (parse-time-string-chars): Compute using character
7597         classes, to handle non-ascii characters (Bug#3190).
7598
7599 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7602
7603         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7604         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7605         (gnus-mm-display-part, gnus-mime-display-single)
7606         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7607         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7608
7609         * gnus-sum.el
7610         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7611         (gnus-summary-move-article): Add expirable mark to articles copied or
7612         moved to group that has auto-expire turned on if the option is non-nil.
7613
7614 2009-07-24  Glenn Morris  <rgm@gnu.org>
7615
7616         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7617         Fix typo.  (Bug#3903)
7618
7619 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7622         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7623         that should not be used for draft articles.
7624         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7625         that has no concern in minor mode keys.
7626         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7627         Abolish.
7628
7629 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7632         article without making inquiry to a user for unknown encoding.
7633
7634         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7635         (nnmaildir--scan): Assume i-node and device number that file-attributes
7636         returns might be cons-cell.
7637
7638         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7639
7640         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7641
7642 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7643
7644         * auth-source.el: Remove docs now in auth.texi.  Don't use
7645         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7646         `auth-source-hide-passwords' and use them.
7647
7648 2009-07-15  Glenn Morris  <rgm@gnu.org>
7649
7650         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7651
7652 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7655         excessive whitespace from the default values of title and description.
7656
7657 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7660         mail-fetch-field to fetch Content-Description header in order to
7661         exclude newlines.
7662
7663 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7664
7665         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7666         format used by GnuPG 2.0.11.
7667
7668 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7671         to deleted part.
7672
7673 2009-05-30  David Engster  <dengste@eml.cc>
7674
7675         * nnmairix.el: Remove old documentation in the commentary block.
7676         (nnmairix-request-group): Do not update active file for nnml back ends.
7677         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7678         end so that overview files are ignored.
7679         (nnmairix-update-groups): Make updating the groups more robust by using
7680         marks.
7681         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7682         with dollar characters in message-id.
7683
7684 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7687         2008-12-25 in dns.el.
7688
7689 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7690
7691         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7692         could happen if the text is only composed of spaces and/or tabs.
7693
7694 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7695
7696         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7697         when sending a queued message to avoid extra mml tags.
7698
7699 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7702
7703 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7706         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7707         rmail-toggle-header for XEmacs;
7708         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7709
7710 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * gnus-dired.el: Remove autoload for gnus-setup-message.
7713         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7714         displaying Gnus logo; always use compose-mail.
7715
7716 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7719
7720 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7723         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7724         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7725         available.
7726         (gnus-nocem-epg-verify): New function.
7727
7728 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7731
7732 2009-02-15  Glenn Morris  <rgm@gnu.org>
7733
7734         * gnus-util.el (rmail-insert-rmail-file-header)
7735         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7736         autoloads.
7737         (rmail-default-rmail-file): Remove unnecessary declaration.
7738         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7739
7740 2009-02-14  Glenn Morris  <rgm@gnu.org>
7741
7742         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7743         variable (only used in gnus-util, which declares it anyway).
7744         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7745         which was only needed by gnus-art (changed to not use it any more).
7746         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7747         only used in gnus-util, which autoloads it itself.
7748         (rmail-update-summary): Fix autoload.
7749
7750         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7751         rather than rmail-output-to-rmail-file.
7752
7753 2009-02-07  Glenn Morris  <rgm@gnu.org>
7754
7755         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7756         autoload of function that no longer exists.
7757         (rmail-toggle-header): Declare.
7758         (message-forward-rmail-make-body): Handle mbox Rmail.
7759
7760 2009-01-31  Glenn Morris  <rgm@gnu.org>
7761
7762         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7763         2009-01-09 change.
7764
7765 2009-01-31  Dave Love  <fx@gnu.org>
7766
7767         * imap.el (imap-fetch-safe): Bind debug-on-error.
7768         (imap-debug): Add imap-fetch-safe.
7769
7770 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7771
7772         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7773         (auth-source-forget-all-cached): New convenience function.
7774         (auth-source-user-or-password): Accept list of modes or a single mode.
7775
7776         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7777         auth-source modes.
7778
7779         * netrc.el (netrc-machine-user-or-password): Use list of
7780         auth-source modes.
7781
7782         * nnimap.el (nnimap-open-connection): Use list of
7783         auth-source modes.
7784
7785         * nntp.el (nntp-send-authinfo): Use list of
7786         auth-source modes.
7787
7788 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7789
7790         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7791         now.
7792
7793 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7796         coding system in XEmacs; add a workaround for XEmacs.
7797
7798         * lpath.el: Fbind coding-system-aliasee.
7799
7800 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7803         of current-language-environment.
7804
7805 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7806
7807         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7808         available at runtime.
7809
7810 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7813
7814 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7815
7816         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7817         the greatest positive fixnum value doesn't work under an XEmacs with
7818         bignum support; use the most-positive-fixnum constant instead,
7819         available since Emacs 21.1 with cl and XEmacs 21.1.
7820
7821 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7824         XEmacs gets not to work.
7825
7826 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * mm-util.el (mm-coding-system-priorities): Allow the value like
7829         "Japanese (UTF-8)" of current-language-environment.
7830
7831 2009-01-09  Glenn Morris  <rgm@gnu.org>
7832
7833         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7834         with last-command-event.
7835
7836 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7839         in the doc string.
7840
7841         * message.el (message-fix-before-sending): Amend comment.
7842
7843 2009-01-08  Dave Love  <fx@gnu.org>
7844
7845         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7846
7847 2009-01-07  David Engster  <dengste@eml.cc>
7848
7849         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7850         simplified server definitions by converting it via
7851         gnus-server-to-method.
7852
7853 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7856         parameter's operands.
7857
7858 2009-01-06  David Engster  <dengste@eml.cc>
7859
7860         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7861         primary select method (for gnus-group-mark-article-as-read).
7862
7863 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7864
7865         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7866         `(gnus)Face', not `(gnus)X-Face'.
7867
7868 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * mm-util.el (mm-ucs-to-char): New function.
7871
7872         * mm-url.el (mm-url-decode-entities): Use it.
7873
7874         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7875         unicode-to-char.
7876
7877 2009-01-05  Dave Love  <fx@gnu.org>
7878
7879         * time-date.el: Require cl for `declare'.
7880
7881 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7884         Dave Love.
7885
7886 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * message.el (message-fix-before-sending): Add `eight-bit' to
7889         illegible-text check.
7890
7891 2009-01-03  Michael Olson  <mwolson@gnu.org>
7892
7893         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7894         `headers' is nil.  This can occur if the IMAP server does not have
7895         permissions to read messages from a folder, but can write new messages
7896         to the folder.
7897         (nnimap-request-article-part): Do not insert `data' if it is nil.
7898
7899         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7900         characters which will confuse `read', so skip past them.
7901
7902 2009-01-01  Dave Love  <fx@gnu.org>
7903
7904         * imap.el (imap-string-to-integer): Fix typo.
7905         (imap-fetch-safe): New function.
7906         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7907
7908         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7909
7910         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7911         (imap-parse-greeting): Fix doc strings.
7912         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7913         (imap-parse-flag-list): Make messages unique.
7914         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7915
7916         * nnimap.el: Fix author email.
7917         (nnimap-split-rule): Add FIXME comment.
7918         (nnimap-debug): Fix doc string.
7919
7920 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7923
7924 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7927         nslookup if resolv.conf isn't available.
7928         (dns-query): Rename from query-dns.
7929         (dns-query-cached): Rename from query-dns-cached.
7930
7931 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7934         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7935         to check if those variables exist (first appeared in Emacs 18.50).
7936
7937 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * mm-util.el (mm-line-number-at-pos): New function.
7940
7941         * spam-report.el (spam-report-process-queue): Use it.
7942
7943 2008-12-24  David Engster  <dengste@eml.cc>
7944
7945         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7946         parameters that haven't existed as variables as buffer-local variables.
7947
7948 2008-12-23  Dave Love  <fx@gnu.org>
7949
7950         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7951         cadar.
7952
7953         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7954         imap-starttls-p.
7955         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7956
7957 2008-12-22  Dave Love  <fx@gnu.org>
7958
7959         * imap.el: Fix author email.  Doc fixes.
7960         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7961         reply.
7962
7963 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * spam-report.el (spam-report-gmane-max-requests): New constant.
7966         (spam-report-gmane-wait): New variable.
7967         (spam-report-gmane-ham, spam-report-gmane-spam)
7968         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7969         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7970         the server.
7971
7972         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7973         Add explanations.
7974
7975         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7976         nnheader-accept-process-output and nnheader-read-timeout if available.
7977         (pop3-movemail): Use it.
7978
7979         * message.el (message-check-news-body-syntax): Fix signature check if
7980         there's an attachment.
7981
7982 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * mm-util.el: Add comments to the mm- emulating functions.
7985
7986 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7989         Reported by Stephen Berman <stephen.berman@gmx.net>.
7990
7991 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * mm-util.el (mm-substring-no-properties): New function.
7994         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7995         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7996         (mm-string-to-multibyte): Doc fix.
7997
7998         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7999
8000 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * mml.el (mml-attach-file): Strip text properties from file name.
8003         (Bug#1574)
8004
8005 2008-12-16  Glenn Morris  <rgm@gnu.org>
8006
8007         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8008
8009 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8012         knows since the charset specified might be a bogus alias that
8013         mm-charset-synonym-alist provides.
8014
8015 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8018         "ISO_8859-1".
8019
8020         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8021
8022 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * mm-util.el (mm-charset-eval-alist):
8025         Define it before mm-charset-to-coding-system.
8026         (mm-charset-to-coding-system): Add optional argument `silent';
8027         define it before mm-charset-override-alist.
8028         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8029         default value if it can be used in Emacs currently running;
8030         silence mm-charset-to-coding-system.
8031
8032 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8035         `allow-override' which says whether to use `mm-charset-override-alist'.
8036         (rfc2047-decode-encoded-words): Use it.
8037
8038         * mm-util.el (mm-charset-override-alist): Fix custom type;
8039         add `(gb2312 . gbk)' to choices.
8040
8041 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8044         fast.
8045
8046         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8047
8048         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8049
8050 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8051
8052         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8053         on links.
8054
8055         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8056
8057 2008-12-03  Lute Kamstra  <lute@gnu.org>
8058
8059         * sha1.el: Remove leading * from docstrings of defcustoms,
8060         deffaces, defconsts and defuns.
8061
8062 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8065         users' addresses that don't have domain parts.
8066         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8067         rather than message-narrow-to-head since there will be the message
8068         header separator.
8069
8070 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8071
8072         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8073         since the result is inserted in a unibyte buffer anyway.
8074         (nnimap-demule-use-string-to-multibyte): Remove.
8075         (nnimap-demule): Alias it to mm-string-to-multibyte.
8076
8077 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8078
8079         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8080         variable for debugging bug#464 and bug#1174.
8081         (nnimap-demule): Use it.
8082
8083 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8084
8085         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8086         score calculation correctly.
8087
8088 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8089
8090         * message.el (message-send-mail): Just set the buffer to unibyte
8091         rather than use mm-with-unibyte-current-buffer which does a lot more.
8092         (message-send-mail-partially): Don't bother with
8093         mm-with-unibyte-current-buffer since it's already been made unibyte by
8094         message-send-mail.
8095
8096 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8097
8098         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8099
8100 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8101
8102         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8103
8104 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8107         require itself and to remove `with-no-warnings'.
8108
8109 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * starttls.el (starttls-any-program-available): Get the name of the
8112         available TLS layer program.
8113         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8114         well as the host name in the "opening" message.
8115
8116         * auth-source.el (auth-source-cache, auth-source-do-cache)
8117         (auth-source-user-or-password): Cache passwords and logins by default,
8118         allow override with `auth-source-do-cache'.
8119         (auth-source-forget-user-or-password): Allow users to remove cache
8120         entries if needed.
8121
8122 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8123
8124         * md4.el (md4-buffer): Fix typo in docstring.
8125         (md4, md4-64): Doc fixes.
8126         (md4-pack-int32): Reflow docstring.
8127
8128 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8129
8130         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8131         condition-case to only the forward-sexp call.
8132
8133 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8134
8135         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8136         quotes contained.  Make it more robust regardless by an extra
8137         condition-case wrapper.
8138
8139 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8142
8143 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * nnml.el (nnml-request-expire-articles): Check if the function set to
8146         `nnmail-expiry-target' returns the symbol `delete'.
8147
8148         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8149
8150         * nnmail.el (nnmail-expiry-target): Fix custom type.
8151
8152 2008-10-02  Glenn Morris  <rgm@gnu.org>
8153
8154         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8155         Silence compiler warning.
8156
8157 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8158
8159         * tls.el (open-tls-stream): Show the actual command being
8160         executed, instead of the format string.
8161
8162 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * lpath.el: Fbind codepage-setup for Emacs 23.
8165
8166 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8167
8168         * mml.el (mml-menu): Don't assume mml2015 is bound.
8169
8170 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8173         exists.
8174
8175 2008-09-27  Glenn Morris  <rgm@gnu.org>
8176
8177         * gnus-util.el (mail-header-remove-comments): Autoload it.
8178
8179 2008-09-27  Andreas Schwab  <schwab@suse.de>
8180
8181         * gnus-util.el (gnus-split-references): Strip comments.
8182         (gnus-parent-id): Likewise.
8183
8184 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * message.el (message-confirm-send): Fix version.
8187
8188 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * message.el (message-idna-to-ascii-rhs-1): Use
8191         mail-extract-address-components rather than mail-header-parse-addresses
8192         that is an alias by default to ietf-drums-parse-addresses that does not
8193         support non-ASCII names in headers' contents.
8194
8195 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8196
8197         * message.el (message-confirm-send): Fix variable documentation to
8198         avoid the "y/n" wording.
8199
8200 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8201
8202         * message.el (message-set-auto-save-file-name): Save to a different
8203         filename so multiple messages (especially drafts) can be recovered.
8204
8205 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8206
8207         * message.el (message-confirm-send): Add appropriate version.
8208
8209 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8210
8211         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8212         defvar.
8213
8214 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8215
8216         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8217         (mm-pkcs7-enveloped-magic): Ditto.
8218
8219 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8220
8221         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8222         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8223
8224 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8225
8226         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8227         default, it's better.
8228
8229 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8230
8231         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8232         summary line gnus-number property and ignore them (with a warning
8233         message).
8234
8235 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8238         macro caddr in the interactive form since it won't be expanded.
8239
8240 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8243         `charset'; fix name of function called recursively.
8244         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8245
8246 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8249         (gnus-mime-set-charset-parameters): New function.
8250         (gnus-mime-view-part-as-charset): Use it to correctly display part
8251         specifying wrong charset.
8252
8253 2008-09-08  David Engster  <dengste@eml.cc>
8254
8255         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8256         in completing-read for back end server.
8257
8258 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8259
8260         * message.el (message-confirm-send): New variable to confirm sending a
8261         message.
8262         (message-send): Use it.
8263
8264 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8267
8268 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8271
8272 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8273
8274         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8275         prevent tracking too many groups.
8276         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8277         Use it.
8278
8279 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8280
8281         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8282         moving point to the bottom of the window in order to avoid recentering.
8283
8284 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8287
8288         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8289         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8290         (gnus-article-beginning-of-window): Fix calculation.
8291
8292 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-msg.el (gnus-summary-supersede-article)
8295         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8296         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8297         message header.
8298
8299 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8300
8301         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8302         pending output coming after the status change.
8303
8304 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8305
8306         * message.el:
8307         * gnus-start.el:
8308         * gnus-registry.el: Remove VMS support.
8309
8310 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8313         macro.
8314         (rfc2104-hash): Use it.
8315
8316 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8319         (gnus-summary-sort-by-most-recent-date): New commands.
8320         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8321         and menu entries.
8322
8323 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8326         don't redisplay article for raw contents; remove plural articles stuff.
8327
8328         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8329         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8330         on gnus-summary-save-article; display results properly.
8331
8332 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * lpath.el: No need to fbind ns-focus-frame.
8335
8336 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8339
8340 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus-art.el (gnus-summary-save-in-pipe):
8343         Consider gnus-save-all-headers.
8344
8345 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8346
8347         * gnus-util.el (ns-focus-frame): Remove declaration.
8348         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8349         like x.
8350
8351 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8352
8353         * rfc2104.el (rfc2104-zero): Delete defconst.
8354         (rfc2104-hex-alist): Likewise.
8355         (rfc2104-hex-to-int): Delete func.
8356         (rfc2104-hexstring-to-bitstring): Likewise.
8357         (rfc2104-nybbles): New defconst.
8358         (rfc2104-hash): Rewrite for speed.
8359
8360 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * tls.el (open-tls-stream): Make it work with the 2nd argument
8363         BUFFER that is a string but does not exist as a buffer object, as
8364         mentioned in the doc-string.
8365
8366 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8369         SXEmacs.
8370
8371 2008-07-16  Glenn Morris  <rgm@gnu.org>
8372
8373         * gnus-util.el (ns-focus-frame): Declare for compiler.
8374
8375 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8378         set as a group parameter.
8379         (gnus-summary-save-in-pipe): Work when it is called independently.
8380         (gnus-summary-pipe-to-muttprint): Don't modify
8381         gnus-summary-pipe-output-default-command.
8382
8383 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8384
8385         * message.el (message-send-mail-with-sendmail):
8386         Display the error message.
8387
8388 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-art.el (gnus-default-article-saver):
8391         Add gnus-summary-save-in-pipe to choices.
8392         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8393         gnus-summary-pipe-output-default-command as the default command.
8394         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8395         instead of gnus-last-shell-command.
8396
8397         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8398         New user option.
8399         (gnus-summary-muttprint-program): Mention the value will be changed.
8400         (gnus-summary-save-article): Force showing of all headers.
8401         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8402
8403 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8404
8405         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8406
8407 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8408
8409         * nnimap.el (nnimap-id):
8410         * sieve-manage.el (sieve-manage-open): Doc fixes.
8411
8412 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8413
8414         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8415         if available.
8416
8417 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8418
8419         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8420
8421         * nnkiboze.el (nnkiboze-generate-group):
8422         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8423
8424         * nnmairix.el: Require CL.
8425
8426 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * dgnushack.el: Autoload get-display-table and put-display-table for
8429         XEmacs 21.5.
8430
8431         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8432         21.4 and SXEmacs.
8433
8434 2008-06-15  David Engster  <dengste@eml.cc>
8435
8436         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8437
8438 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8439
8440         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8441         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8442         runtime choice under XEmacs.
8443
8444         * gnus-sum.el (gnus-summary-set-display-table):
8445         Use `gnus-put-display-table', `gnus-get-display-table',
8446         `gnus-set-display-table' for the display table, instead of `aset'.
8447
8448         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8449         Use `gnus-put-display-table', `gnus-get-display-table',
8450         `gnus-set-display-table' for the display table.
8451
8452 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * nnmairix.el: Add autoloads.
8455
8456 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * nnmairix.el (nnmairix-delete-recreate-group)
8459         (nnmairix-update-and-clear-marks): Fix error messages.
8460
8461 2008-06-14  David Engster  <dengste@eml.cc>
8462
8463         * nnmairix.el: Upgrade to version 0.6.
8464         (nnmairix-group-toggle-propmarks-this-group)
8465         (nnmairix-group-toggle-readmarks-this-group)
8466         (nnmairix-group-delete-recreate-this-group)
8467         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8468         (nnmairix-remove-tick-mark-original-article): New commands.
8469         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8470         (nnmairix-propagate-marks-to-nnmairix-groups)
8471         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8472         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8473         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8474         functions needed for marks propagation and manipulation of read marks.
8475         (nnmairix-update-groups): New function.
8476         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8477         (nnmairix-determine-original-group-from-registry)
8478         (nnmairix-determine-original-group-from-path)
8479         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8480         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8481         New helper functions.
8482         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8483         keystrokes for new commands.
8484         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8485         (nnmairix-request-group): Check allow-fast group parameter.
8486         (nnmairix-request-create-group): Set allow-fast group parameter if
8487         nnmairix-allowfast-default is set.
8488         (nnmairix-close-group): Propagate marks upon closing if needed.
8489         (nnmairix-group-toggle-threads-this-group): Use new.
8490         nnmairix-group-toggle-parameter helper function.
8491         (nnmairix-search): Better check for empty search result.
8492         (nnmairix-goto-original-article): Use new helper functions for
8493         determining original article.
8494         (nnmairix-show-original-article): Make sure message-id is in brackets.
8495         (nnmairix-call-mairix-binary): Change variable name.
8496         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8497         helper function.
8498         (nnmairix-widget-toggle-activate): Fix doc string.
8499
8500 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * nnir.el: Require edmacro when compiling with XEmacs.
8503         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8504         available in Emacs 21.
8505
8506 2008-06-11  Glenn Morris  <rgm@gnu.org>
8507
8508         * gnus-util.el (x-focus-frame):
8509         * gnus.el (image-size):
8510         * mm-decode.el (image-size): Declare.
8511
8512         * gnus-picon.el (declare-function): Add compat definition.
8513         (image-size): Declare.
8514
8515         * gnus-group.el (tool-bar-map):
8516         * gnus-sum.el (tool-bar-map): Define for compiler.
8517
8518         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8519
8520         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8521
8522         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8523         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8524         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8525         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8526         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8527         * sieve-manage.el, spam-report.el, spam.el:
8528         Remove unnecessary eval-and-compile of autoloads.
8529
8530 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8531
8532         * auth-source.el: Precise Tramp doc.
8533
8534 2008-06-07  Glenn Morris  <rgm@gnu.org>
8535
8536         * nnmairix.el: Remove unnecessary eval-when-compile.
8537
8538 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * lpath.el: Fbind propertize for XEmacs 21.4.
8541
8542 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * nnir.el: Move here from ../contrib.
8545
8546 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8547
8548         * gnus-util.el (gnus-read-shell-command): New function.
8549         * mm-decode.el (mm-pipe-part):
8550         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8551
8552 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8555
8556 2008-06-03  Glenn Morris  <rgm@gnu.org>
8557
8558         * pop3.el (nnheader-accept-process-output): Autoload it.
8559
8560 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8563         are not 2-digit hexadecimal characters that follow `%'s.
8564
8565 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * message.el (message-bogus-recipient-p): Fix type in doc string.
8568         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8569         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8570         Improve custom options.
8571         (message-bogus-recipient-p): Adjust accordingly.
8572
8573 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8574
8575         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8576         long-form month and day names.
8577
8578 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * dgnushack.el: Autoload debug, eudc-expand-inline and
8581         pgg-snarf-keys-region for XEmacs.
8582
8583         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8584
8585         * nnmairix.el: Require edmacro when compiling with XEmacs.
8586
8587 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8590         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8591
8592 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8593
8594         * auth-source.el: Add more docs.
8595
8596         * netrc.el (netrc-machine): Always match if the port is not given.
8597
8598 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599
8600         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8601         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8602         retrieval faster in some cases, but might make CPU usage larger.
8603         If this has any bad side effects, we might revert this change.
8604
8605         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8606         seems to make mail retrieval much, much faster.
8607         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8608         unconditionally.
8609
8610         * gnus-draft.el (gnus-group-send-queue):
8611         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8612
8613 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8616
8617         * message.el (message-bogus-address-regexp): Fix and improve custom
8618         type.
8619         (message-setup-hook): Add message-check-recipients as custom option.
8620
8621 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * message.el (message-cite-function): Remove bogus autoload which crept
8624         in during merge from v5-10.
8625
8626 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8629
8630         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8631
8632         * auth-source.el: Preliminary Tramp docs.
8633         (auth-sources): Change the default auth-sources to use
8634         EPA .gpg files.
8635
8636 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8637
8638         * nntp.el: Autoload `auth-source-user-or-password'.
8639         (nntp-send-authinfo): Use it.
8640
8641         * nnimap.el: Autoload `auth-source-user-or-password'.
8642         (nnimap-open-connection): Use it.
8643
8644         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8645         for the gnus-message function.
8646         (auth-source-user-or-password): Use it.
8647
8648 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8649
8650         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8651         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8652         (rfc2104-hash): Use it.
8653
8654 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8655
8656         * gnus-art.el (gnus-article-toggle-truncate-lines):
8657         Don't use `iff' in docstring.
8658
8659 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8660
8661         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8662
8663         * gnus-util.el (gnus-extract-address-component-name)
8664         (gnus-extract-address-component-email): Convenience functions around
8665         `gnus-extract-address-components'.
8666
8667         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8668         Use `gnus-extract-address-component-email' to fix bug of comparing full
8669         sender name to `user-mail-address'.
8670
8671 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8672
8673         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8674         catch/throw to optimize.
8675         (gnus-registry-find-keywords): Just use member to find a keyword.
8676
8677 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8678
8679         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8680         is current before calling gnus-server-prepare.
8681         (gnus-server-setup-buffer, gnus-server-update-server)
8682         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8683
8684 2008-05-04  Juri Linkov  <juri@jurta.org>
8685
8686         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8687         (mailcap-file-default-commands): Use mailcap-replace-in-string
8688         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8689         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8690
8691 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8692
8693         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8694
8695 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8696
8697         * gnus.el: Bump version to 0.11.
8698
8699 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8700
8701         * gnus.el: No Gnus v0.10 is released.
8702
8703 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8704
8705         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8706         hooks.
8707         (gnus-update-read-articles): Speed up non-marks-using users.
8708         (gnus-use-marks): Define gnus-use-marks.
8709         (gnus-propagate-marks): Rename variable to something more sensible.
8710
8711 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8712
8713         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8714         (gmm-image-load-path-for-library): Fix typos in docstrings.
8715         (gmm-message): Reflow docstring.
8716
8717 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8718
8719         * mail-source.el (mail-source-set-1, mail-source-bind):
8720         Move auth-source code out of the macro to clean it up and fix bugs.
8721
8722 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8723
8724         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8725         by sender if it's equal to user-mail-address, it's likely to be
8726         useless.
8727
8728         * mail-source.el (mail-source-bind): Don't use user or password if they
8729         are not bound.  Unintern them if they are nil.  Don't use server unless
8730         it's bound, and default it to empty string otherwise.
8731
8732 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8733
8734         * mail-source.el: Load auth-source.el.
8735         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8736         get user name or password, if auth-sources is set up.
8737
8738         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8739         strategy of splitting with parent.
8740         (gnus-registry-split-fancy-with-parent)
8741         (gnus-registry-post-process-groups): Use it and fix prior
8742         bug (returning a list as the split result).
8743
8744         * auth-source.el (auth-sources): Remove server parameter.
8745         (auth-source-pick, auth-source-user-or-password)
8746         (auth-source-user-or-password-imap)
8747         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8748         (auth-source-user-or-password-sftp)
8749         (auth-source-user-or-password-smtp): Remove server parameter.
8750
8751 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8752
8753         * smime.el (smime-sign-region, smime-encrypt-region)
8754         (smime-decrypt-region):
8755         Remove redundant calls to `generate-new-buffer-name'.
8756
8757 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8758
8759         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8760         Don't use QP for message/rfc822.
8761         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8762
8763 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8764
8765         * sieve-manage.el (sieve-string-bytes): Remove.
8766         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8767         correct byte-length only if the process's coding-system is the same as
8768         the one used internally by Emacs to represent strings.
8769
8770 2008-04-22  Juri Linkov  <juri@jurta.org>
8771
8772         * mailcap.el (mailcap-file-default-commands): New function.
8773
8774 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * message.el (message-signature-separator, message-cite-function):
8777         Change custom version.
8778
8779 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8780
8781         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8782         commands.
8783         (tls-checktrust): Ditto.
8784
8785 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * mm-decode.el (mm-display-external): Make temp file read-only.
8788
8789 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8790
8791         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8792         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8793         `C-c C-f d'.
8794
8795 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8796
8797         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8798
8799 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * gnus.el: Bump version to 0.9.
8802
8803 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * gnus.el: No Gnus v0.8 is released.
8806
8807 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8808
8809         * mail-source.el (mail-source-value):
8810         Prefer fboundp to functionp so it works with macros as well.
8811
8812 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8813
8814         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8815         Fix last change in case the element is not even a symbol.
8816
8817 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8818
8819         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8820         Prefer fboundp to functionp so it works with macros as well.
8821
8822 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8823
8824         * auth-source.el: Add docs.
8825         (auth-sources): Modify format to support server.
8826         (auth-source-pick, auth-source-user-or-password)
8827         (auth-source-user-or-password-imap)
8828         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8829         (auth-source-user-or-password-sftp)
8830         (auth-source-user-or-password-smtp): Add server parameter.
8831
8832 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8833
8834         * gnus-registry.el: Initialize the registry when gnus-registry-install
8835         is t.
8836
8837 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * compface.el (uncompface): Make buffer unibyte.
8840
8841 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8842
8843         * mail-source.el (mail-source-value):
8844         Prefer fboundp to functionp so it works with macros as well.
8845
8846 2008-04-05  Glenn Morris  <rgm@gnu.org>
8847
8848         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8849
8850 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8851
8852         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8853         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8854
8855         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8856         multibyteness after rather than before erasing it.
8857
8858         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8859         mm-with-multibyte.
8860         (gnus-request-article-this-buffer): Make sure the proper decoding is
8861         used if gnus-original-article-buffer happens to be unibyte.
8862
8863         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8864         default-enable-multibyte-characters.
8865
8866         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8867         default-enable-multibyte-characters.
8868
8869         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8870
8871         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8872
8873 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8874
8875         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8876         Fix last change in case the element is not even a symbol.
8877
8878 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8879
8880         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8881         (imap-message-copyuid-1): Use it.
8882         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8883         J. Williams in
8884         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8885
8886         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8887         imap-enable-exchange-bug-workaround.
8888         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8889
8890 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8891
8892         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8893         a 100 byte status-checks into a 2-3MB transfer for each group.
8894         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8895         to enable bug workaround or not.
8896         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8897
8898 2008-03-31  Glenn Morris  <rgm@gnu.org>
8899
8900         * message.el (mml2015-use): Declare for compiler.
8901         (message-info): Require mml2015 when appropriate.
8902
8903 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8906         whitespace.
8907
8908 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8909
8910         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8911         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8912         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8913         (nntp-service-to-port): New function.
8914         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8915         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8916         (nntp-open-netcat-stream): New function.
8917         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8918
8919 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8920
8921         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8922
8923 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8924
8925         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8926
8927 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8928
8929         * dns.el (dns-write): Use set-buffer-multibyte.
8930
8931 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8932
8933         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8934
8935 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * message.el (message-signature-separator): Change default.
8938         Improve custom type.
8939         (message-cite-function): Change default to
8940         message-cite-original-without-signature.
8941
8942         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8943         toggle.
8944
8945         * message.el (message-check-news-body-syntax): Fix signature check.
8946         (message-setup-1): Mark buffer as unmodified _after_ running
8947         message-setup-hook and handling message-alternative-emails.
8948         (message-shorten-references): Be more strict when building list of
8949         valid references to comply with GNKSA.
8950
8951         * gnus-group.el (gnus-read-ephemeral-bug-group)
8952         (gnus-read-ephemeral-debian-bug-group)
8953         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8954
8955         * message.el (message-info): Don't use booleanp which isn't supported
8956         in Emacs 21 and XEmacs.
8957
8958 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8961         gnus-group-gmane-group-download-format.
8962         (gnus-group-read-ephemeral-gmane-group): Rename from
8963         gnus-group-read-ephemeral-gmane-group.
8964         (gnus-read-ephemeral-gmane-group-url): Rename from
8965         gnus-group-read-ephemeral-gmane-group-url.
8966         (gnus-bug-group-download-format-alist): New variable.
8967         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8968         (gnus-read-ephemeral-emacs-bug-group): New commands.
8969
8970 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8973         (gnus-visible-headers): Improve custom type.
8974
8975 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * mml.el (mml-menu): Add workarounds for XEmacs.
8978
8979         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8980         X-Boundary header.
8981
8982         * message.el (message-simplify-recipients): Fix previous commit.
8983
8984 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8985
8986         * mm-util.el (mm-set-buffer-multibyte): New function.
8987         * mm-decode.el (mm-copy-to-buffer): Use it.
8988
8989         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8990         Prefer fboundp to functionp so it works with macros as well.
8991
8992 2008-03-19  Glenn Morris  <rgm@gnu.org>
8993
8994         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8995         Accidentally removed in the sync process with Emacs.
8996
8997 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * message.el (message-alter-recipients-discard-bogus-full-name):
9000         New function.
9001         (message-alter-recipients-function): New variable.
9002         (message-get-reply-headers): Use it.
9003         (message-replace-header): New helper function.
9004         (message-recipients-without-full-name): New variable.
9005         (message-simplify-recipients): New command.
9006
9007         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9008
9009         * message.el (message-info): Handle EasyPG manual.
9010
9011         * mml.el (mml-menu): Add entry for EasyPG.
9012
9013 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9014
9015         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9016         parameter.
9017
9018         * message.el (message-disassociate-draft): Specify drafts group name
9019         fully.
9020
9021 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9022
9023         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9024         Eliminate unnecessary duplicates from the match list.
9025
9026 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9029
9030         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9031
9032         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9033         args of `how-many' of which the XEmacs version doesn't take; declare
9034         Info-index-next as function.
9035
9036 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus-score.el (gnus-score-headers): Fix handling of
9039         gnus-inhibit-slow-scoring.
9040
9041         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9042         string.
9043         (gnus-button-url-regexp): Improve handling of parenthesis.
9044         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9045         (gnus-button-handle-info-keystrokes): Handle index entries.
9046
9047 2008-03-15  Glenn Morris  <rgm@gnu.org>
9048
9049         * parse-time.el (parse-time-string): Simplify.
9050
9051 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9054         Incoming* files.
9055
9056 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9057
9058         * auth-source.el (auth-sources): Rename from auth-source-choices.
9059         (auth-source-pick): Use it.
9060
9061 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9062
9063         * binhex.el (binhex-decode-region-internal):
9064         * uudecode.el (uudecode-decode-region-internal):
9065         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9066         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9067         setting default-enable-multibyte-characters.
9068
9069 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9070
9071         * auth-source.el (auth-source-protocols)
9072         (auth-source-protocols-customize, auth-source-choices): Add and
9073         modified variable customizations and defaults.
9074         (auth-source-pick, auth-source-user-or-password)
9075         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9076         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9077         (auth-source-user-or-password-sftp)
9078         (auth-source-user-or-password-smtp): Use new variables and provide an
9079         interface to netrc.el.
9080
9081 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9084         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9085         Make sure the nntp port to specify is a string.
9086
9087 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9088
9089         * nntp.el: Use with-current-buffer.
9090         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9091         dubious mm-with-unibyte-current-buffer.
9092         (nntp-with-open-group-function): New function extracted from
9093         nntp-with-open-group macro.
9094         (nntp-with-open-group): Use the function, so it's easier to debug.
9095         Add indentation and debugging info.
9096         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9097         Recommend the use of the netcat alternatives.
9098
9099         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9100         Avoid mm-string-as-multibyte as well.
9101
9102         * nnweb.el (nnweb-insert-html):
9103         Remove use of nnheader-string-as-multibyte.
9104
9105         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9106         (nnheader-string-as-multibyte): Remove.
9107
9108         * mm-view.el: Use inhibit-read-only.
9109         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9110         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9111         or unibyte-string.
9112
9113         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9114         (mm-uu-yenc-extract): Use with-current-buffer.
9115
9116         * gnus-soup.el (gnus-soup-send-packet): Don't use
9117         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9118
9119         * nnmh.el: Use with-current-buffer.
9120         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9121         mm-string-as-multibyte on the output of mm-encode-coding-string.
9122
9123         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9124         (nnimap-request-move-article): Use with-current-buffer.
9125
9126         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9127         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9128         conversion uses string-make-unibyte rather than string-as-unibyte.
9129
9130         * gnus-msg.el: Use with-current-buffer.
9131
9132         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9133
9134 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9135
9136         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9137         string for caching if it is 'PIN.
9138
9139 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * lpath.el: Consider the case without Emacs/W3.
9142
9143 2008-03-08  Glenn Morris  <rgm@gnu.org>
9144
9145         * time-date.el (date-to-time, time-subtract, time-add)
9146         (safe-date-to-time): Doc fixes.
9147
9148 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * mail-source.el (mail-source-delete-old-incoming-confirm):
9151         Change default to nil.
9152         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9153
9154 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * lpath.el: Rearrange.
9157
9158         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9159         (gnus-article-goto-prev-page): Work for articles having ^L's.
9160
9161         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9162
9163         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9164
9165 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9166
9167         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9168         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9169         (gnus-bookmark-jump): Adjust some variable names.
9170
9171 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9172
9173         * auth-source.el: New package.
9174         (auth-source-choices): Add customization entry point variable.
9175
9176         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9177         bug.
9178
9179 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9180
9181         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9182         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9183         (gnus-registry-install-shortcuts): Rename from
9184         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9185         the `gnus-registry-mark-map' keymap dynamically from
9186         `gnus-registry-marks'.  The generated functions update the summary line
9187         when a registry mark is added or deleted, and will call
9188         `gnus-registry-install-p' (see the comments in the code).
9189         (gnus-registry-user-format-function-M): Use concat intelligently.
9190
9191         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9192         the registry mark functions.
9193
9194 2008-03-05  Glenn Morris  <rgm@gnu.org>
9195
9196         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9197         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9198         gnus-art.
9199         (top-level): No need to load own source when compiling.
9200
9201 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9204         Suggested by <chris.anderton@zetnet.co.uk>.
9205
9206 2008-03-04  Glenn Morris  <rgm@gnu.org>
9207
9208         * gnus-sum.el (top-level): No need to require gnus when compiling,
9209         since unconditionally required near start of file.
9210         (gnus-summary-display-while-building): Move definition before use.
9211
9212 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9213
9214         * gnus-registry.el (gnus-registry-user-format-function-M):
9215         Add formatting function.
9216
9217 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9218
9219         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9220         with plists.
9221         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9222         Use new format.
9223
9224 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9227         `where-is-internal' that returns a range of key sequences.
9228
9229 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9230
9231         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9232
9233         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9234         (gnus-summary-jump-to-group): Consider windows on other displayed
9235         frames as well.  Similar changes might be needed elsewhere, but that's
9236         the one I've bumped into during my use.
9237
9238         * nndoc.el (nndoc-oe-dbx-type-p):
9239         * gnus-msg.el (gnus-debug):
9240         * gnus-group.el (gnus-update-group-mark-positions):
9241         Use mm-string-to-multibyte.
9242
9243 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9246         doesn't handle NotDashEscaped.
9247
9248         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9249         (mml-dnd-attach-options): Fix typo in custom choice.
9250
9251         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9252         Change nndoc-article-type to mbox.
9253         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9254
9255         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9256         to nil, instead of html2text.
9257
9258         * imap.el (imap-debug): Add `imap-ping-server'.
9259
9260         * gnus-bookmark.el: Add FIXMEs.
9261
9262         * message.el (message-form-letter-separator)
9263         (message-send-form-letter-delay): New variables.
9264         (message-send-form-letter): Use them.  New command to send form
9265         letters.  Requested by Uwe Siart.
9266         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9267
9268 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * Update copyright years.
9271
9272 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         Sync from EMACS_22_BASE.
9275
9276         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9277
9278 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9279
9280         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9281         empty author.
9282
9283 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9284
9285         * gnus-registry.el (gnus-registry-marks): Add variable for
9286         customization of marks and their appearance.
9287         (gnus-registry-read-mark): Use it.
9288         (gnus-registry-do-marks): Add utility function to loop through
9289         `gnus-registry-marks'.
9290         (gnus-registry-install-shortcuts-and-menus): Add function to install
9291         shortcuts and menus.
9292         (gnus-registry-initialize): Use it.
9293         (gnus-registry-default-mark): Clarify documentation.
9294
9295 2008-02-29  Glenn Morris  <rgm@gnu.org>
9296
9297         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9298         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9299         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9300         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9301         Change defcustom :version from 23.0 to 23.1.
9302
9303 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9304
9305         * gnus-registry.el (gnus-registry-follow-group-p)
9306         (gnus-registry-post-process-groups): Add functions to aid registry
9307         splitting and improve logging.  Clarify behavior in function
9308         documentation.
9309         (gnus-registry-split-fancy-with-parent): Use them.
9310
9311 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9312
9313         * gnus-art.el: Use with-current-buffer.
9314
9315 2008-02-27  David Engster  <dengste@eml.cc>
9316
9317         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9318         Express real group name in the response.
9319
9320 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9323         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9324         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9325         autoload gnus-registry-fetch-group when compiling.
9326         (nnmairix-request-group-with-article-number-correction):
9327         Remove unreferenced argument passed to nnmairix-call-backend.
9328
9329 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9332         (mm-uu-extract): Improve face for low color ttys.
9333         Reported by Sascha Wilde.
9334
9335 2008-02-27  Glenn Morris  <rgm@gnu.org>
9336
9337         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9338         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9339         variables to defconsts.  Convert comments to doc-strings.
9340         (nnmairix-last-server, nnmairix-current-server): Convert from free
9341         variables to defvars.  Convert comments to doc-strings.
9342         (gnus-registry-fetch-group): Autoload.
9343         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9344         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9345         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9346         caddr.
9347         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9348         nnmairix-request-group-with-article-number-correction call.
9349         (nnmairix-fast, nnmairix-group): New, less general names, for free
9350         variables passed from nnmairix-request-group to
9351         nnmairix-request-group-with-article-number-correction.  Declare.
9352         (nnmairix-request-group-with-article-number-correction):
9353         Use nnmairix-fast, nnmairix-group rather than fast, group.
9354
9355 2008-02-26  David Engster  <dengste@eml.cc>
9356
9357         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9358         version 0.5.
9359
9360 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9361
9362         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9363         instead of making an extra function call.  Don't add the current group
9364         to articles only when they have the group.  Use
9365         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9366         Reported by David <de_bb@arcor.de>.
9367
9368 2008-02-24  Miles Bader  <miles@gnu.org>
9369
9370         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9371         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9372         (mm-find-mime-charset-region):
9373         * mm-bodies.el (mm-encode-body):
9374         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9375
9376 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9379         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9380
9381 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * mail-source.el (mail-source-delete-incoming): Change default.
9384         Supplement doc string.
9385
9386         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9387
9388 2008-02-14  Glenn Morris  <rgm@gnu.org>
9389
9390         * time-date.el (format-seconds): New function.
9391
9392 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * nnmail.el (nnmail-message-id-cache-file): Derive from
9395         `gnus-home-directory'.
9396
9397 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9400         Document negative prefix.
9401
9402         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9403
9404 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405
9406         * message.el (message-unsent-separator): Add the Exim bounce
9407         separator.
9408
9409 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9410
9411         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9412         list.
9413         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9414         recipient/signer list.
9415
9416 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * Makefile.in (datarootdir): Define.
9419         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9420         name that might contain whitespace.
9421
9422 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9425         fbound (Emacs 23 unicode), signal an error.
9426
9427 2008-02-08  Glenn Morris  <rgm@gnu.org>
9428
9429         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9430
9431 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9432
9433         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9434         ports to the calls to `netrc-machine-user-or-password' in addition to
9435         "imap" and "imaps".
9436
9437 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9438
9439         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9440
9441         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9442
9443 2008-02-01  Kenichi Handa  <handa@m17n.org>
9444
9445         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9446         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9447         (rfc2104-hash): Convert the result of concat to unibyte string.
9448
9449 2008-02-01  Dave Love  <fx@gnu.org>
9450
9451         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9452         coding-system-for-read.
9453         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9454
9455 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9458         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9459         <hanche@math.ntnu.no>.
9460
9461 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9464
9465         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9466
9467 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9468
9469         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9470         * message.el (message-beginning-of-line): Use featurep instead of bound
9471         tests in order to resolve conditionals at compile time.
9472
9473 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9474
9475         * mail-source.el (mail-sources): Add `group' choice.
9476
9477         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9478         parameter `in-group' to control into which group the articles go.
9479         Add treatment of `group' mail-source.
9480
9481 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9484
9485         * mm-decode.el (mm-dissect-buffer): Decode description.
9486
9487         * mml.el (mml-to-mime): Encode message header first.
9488
9489 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9492         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9493
9494         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9495         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9496
9497 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9498
9499         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9500
9501 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9504         prefix keys.
9505         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9506         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9507         gnus-xmas.el.
9508
9509         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9510         (gnus-xmas-article-describe-bindings): New function.
9511         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9512         gnus-xmas-article-describe-bindings.
9513
9514         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9515
9516 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9517
9518         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9519         Add new variables for article mark management.
9520         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9521         list of extra data entries which, when present, will indicate that the
9522         article ID should not be trimmed from the registry.
9523         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9524         functions.
9525         (gnus-registry-read-mark): New function to read a mark name from the
9526         user.
9527         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9528         (gnus-registry-set-article-mark-internal): New functions to add and
9529         remove marks.
9530         (gnus-registry-get-article-marks): New function to show the marks for
9531         an article, or retrieve them for further use.
9532
9533 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9536         keys when no argument is given.
9537
9538 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * imap.el (imap-ping-server): New variable.
9541         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9542         (imap-ping-server): Minor doc string fixes.
9543
9544 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9545
9546         * imap.el (imap-ping-server): New function.
9547         (imap-opened): Call imap-ping-server.
9548
9549 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * gnus-sum.el (gnus-article-sort-by-random)
9552         (gnus-thread-sort-by-random): Fix doc strings.
9553         Reported by jidanni@jidanni.org.
9554
9555 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * gnus-art.el (gnus-article-describe-bindings): New function.
9558         (gnus-article-read-summary-keys): Use it.
9559         (gnus-article-mode-map): Bind `C-h b' to it.
9560
9561 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9564         XEmacs.
9565         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9566         Protect against non-character events.
9567
9568         * lpath.el: Fbind map-keymap for Emacs 21.
9569
9570 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9573         New command.
9574         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9575         instead of END.  Change name of the temp file.
9576         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9577         customizable.
9578
9579 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9582         bind `S W' to gnus-article-wide-reply-with-original; set default
9583         binding to gnus-article-read-summary-send-keys.
9584         (gnus-article-read-summary-keys): Fix the order of keys; display
9585         continuation keys correctly in the echo area; describe bindings
9586         correctly when keys end with `C-h'.
9587         (gnus-article-read-summary-send-keys): New function.
9588         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9589         Work for gnus-article-read-summary-send-keys; display continuation keys
9590         correctly in the echo area.
9591         (gnus-article-reply-with-original): Ignore prefix argument.
9592         (gnus-article-wide-reply-with-original): New function.
9593
9594         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9595         Emacs 21.
9596
9597 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9600         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9601
9602 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9605         (gnus-group-read-ephemeral-gmane-group): New command.
9606
9607 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9608
9609         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9610
9611 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * message.el (message-send-mail-function): Increase custom version.
9614
9615         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9616         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9617
9618 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9619
9620         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9621         for the cases where imap-authenticate is called with a nil buffer
9622         parameter.
9623
9624 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9627         html parts correctly; support forwarded messages.
9628         (gnus-article-browse-html-article): Remove work buffers.
9629
9630         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9631         compiling.
9632         (netrc-bound-and-true-p): New macro.
9633         (netrc-parse): Use it instead of bound-and-true-p that is not available
9634         in XEmacs 21.4.
9635
9636 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9637
9638         * gnus-registry.el (gnus-registry-mark-article)
9639         (gnus-registry-article-marks): Add functionality to mark articles
9640         through the Gnus registry.
9641
9642         * encrypt.el: Clarify documentation for the new pgg method.
9643         (encrypt-file-alist): Add PGG option.
9644         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9645         functionality.  Abstract password key and messaging to external
9646         functions.
9647         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9648         (encrypt-message-method-and-cipher): Add new convenience external
9649         functions.
9650         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9651         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9652
9653         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9654         (netrc-parse): Use encrypt-file-alist to determine if
9655         encrypt-find-model or encrypt-insert-file-contents should be used.
9656
9657         * encrypt.el: Clarify documentation.  Load password-cache or
9658         password, whichever one is found first, instead of autoloading.
9659
9660 2007-12-19  Glenn Morris  <rgm@gnu.org>
9661
9662         * mml.el (message-options-set, message-narrow-to-head)
9663         (message-in-body-p, message-mail-p, message-encode-message-body):
9664         Autoload.
9665         (message-remove-header, message-narrow-to-headers-or-head)
9666         (message-subscribed-p, message-make-mail-followup-to)
9667         (message-position-on-field, message-news-p)
9668         (message-options-set-recipient, message-generate-headers)
9669         (message-sort-headers): Declare as functions.
9670
9671 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9674         convention in doc string.
9675
9676 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9679         title to html parts.
9680         (gnus-article-browse-html-article): Pass message header to it.
9681
9682         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9683
9684 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9687         or password compatible with XEmacs.
9688
9689 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9692         format document.
9693         (gnus-mime-delete-part): Don't write description line if empty.
9694         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9695
9696 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9697
9698         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9699         (gnus-summary-mark-read-and-unread-as-read)
9700         (gnus-summary-mark-current-read-and-unread-as-read)
9701         (gnus-summary-mark-unread-as-ticked): Doc fix.
9702         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9703
9704 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9707         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9708
9709 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9712         yes-or-no-p.
9713
9714 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * mm-decode.el (mm-add-meta-html-tag): New function.
9717         (mm-save-part-to-file, mm-pipe-part): Use it.
9718
9719         * gnus-art.el (gnus-article-browse-delete-temp-files):
9720         Use gnus-y-or-n-p instead of y-or-n-p.
9721         (gnus-article-browse-html-parts): Work with message/external-body; use
9722         mm-add-meta-html-tag.
9723
9724 2007-12-11  Glenn Morris  <rgm@gnu.org>
9725
9726         * gnus-cache.el: Require gnus-sum not just when compiling.
9727
9728         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9729
9730         * gnus-int.el (gnus-server-opened, gnus-status-message):
9731         Move definitions before use.
9732
9733         * mm-decode.el: Require gnus-util.
9734         (mm-remove-part): Only call delete-annotation on XEmacs.
9735
9736         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9737
9738         * nnmail.el: Require gnus-int.
9739
9740         * spam.el: Move `require's before `eval-when-compile's.
9741
9742         * gnus-ems.el (gnus-alive-p):
9743         * gnus-fun.el (message-goto-eoh):
9744         * gnus-util.el (gnus-group-name-decode):
9745         * mail-source.el (gnus-compress-sequence):
9746         * message.el (Info-goto-node, format-spec):
9747         * mm-bodies.el (message-options-get):
9748         * mm-decode.el (mm-view-pkcs7):
9749         * mm-util.el (gmm-write-region):
9750         * mml-smime.el (mml-compute-boundary)
9751         (gnus-completing-read-with-default):
9752         * mml.el (widget-button-press, gnus-make-hashtable):
9753         * mml1991.el (mm-decode-content-transfer-encoding)
9754         (mm-encode-content-transfer-encoding)
9755         (message-options-get, message-options-set):
9756         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9757         * nnfolder.el (gnus-request-group):
9758         * nnheader.el (ietf-drums-unfold-fws):
9759         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9760         * smime.el (gnus-run-mode-hooks):
9761         * spam-stat.el (gnus-message): Autoload.
9762
9763         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9764         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9765         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9766         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9767         Add declare-function compatibility definition.
9768
9769         * gnus-cache.el (nnvirtual-find-group-art):
9770         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9771         (gnus-add-image, gnus-add-wash-type):
9772         * gnus-group.el (nnkiboze-score-file):
9773         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9774         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9775         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9776         (message-tokenize-header, gnus-get-buffer-create)
9777         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9778         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9779         * gnus.el (gnus-group-decoded-name):
9780         * mail-source.el (imap-capability):
9781         * mm-bodies.el (message-options-set):
9782         * mm-decode.el (gnus-configure-windows):
9783         * mm-extern.el (message-goto-body):
9784         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9785         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9786         (epg-sub-key-validity, message-options-set):
9787         * mml.el (widget-event-point, gnus-configure-windows):
9788         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9789         * mml2015.el (epg-check-configuration, epg-configuration)
9790         (message-options-set):
9791         * nndb.el (nndb-request-article):
9792         * nnfolder.el (gnus-request-create-group):
9793         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9794         * nnmaildir.el (gnus-group-mark-article-read):
9795         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9796         * rfc1843.el (message-fetch-field):
9797         * spam.el (gnus-extract-address-components):
9798         Declare as functions.
9799
9800 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9803
9804         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9805
9806         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9807         bind show-trailing-whitespace for XEmacs.
9808
9809 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9812         new no-op macro for backward compatibility.
9813
9814         * imap.el (imap-string-to-integer): New function.
9815
9816 2007-12-09  Glenn Morris  <rgm@gnu.org>
9817
9818         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9819
9820         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9821         * message.el, mm-view.el, sieve-manage.el, smime.el:
9822         Add declare-function compatibility definition.
9823
9824         * gnus-art.el (w3-region, w3m-region, Info-menu):
9825         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9826         * gnus-sum.el (gnus-get-predicate):
9827         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9828         * message.el (mail-abbrev-in-expansion-header-p):
9829         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9830         (w3m-detect-meta-charset, w3m-region):
9831         * sieve-manage.el (password-read, password-cache-add)
9832         (password-cache-remove):
9833         * smime.el (password-read-and-add): Declare as functions.
9834
9835 2007-12-08  David Kastrup  <dak@gnu.org>
9836
9837         * gnus-sum.el (gnus-summary-simplify-subject-query):
9838         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9839         `message'.
9840
9841 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9844         it to bind idna-program, installation-directory, defined-colors, and
9845         face-attribute for XEmacs of the version that compiles defcustom forms.
9846
9847 2007-12-07  Glenn Morris  <rgm@gnu.org>
9848
9849         * gnus-art.el (article-make-date-line): Revert previous change.
9850
9851 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9854
9855 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9856
9857         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9858         Call gnus-add-to-range ranges only once with a prepared article-list.
9859
9860 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9861
9862         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9863         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9864         group names with backslashes.
9865         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9866
9867 2007-12-06  Deepak Goel  <deego3@gmail.com>
9868
9869         * gnus-art.el (article-make-date-line):
9870         * gnus-start.el (gnus-load):
9871         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9872
9873 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-art.el (gnus-use-idna)
9876         * gnus-start.el (gnus-site-init-file)
9877         * message.el (message-use-idna)
9878         * mm-uu.el (mm-uu-hide-markers)
9879         * smiley.el (smiley-style): Revert changes that suppress warnings.
9880
9881 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9884         specify charset to html source.
9885         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9886
9887 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9890         idna-program in order to suppress byte compile warning issued by XEmacs
9891         that came to byte compile the default value section of defcustom forms
9892         recently.
9893
9894         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9895         value of installation-directory.
9896
9897         * message.el (message-use-idna): Don't directly refer to the value of
9898         idna-program.
9899
9900         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9901
9902         * smiley.el (smiley-style): Don't directly call face-attribute.
9903
9904 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9907
9908         * gnus-dired.el: Reduce Gnus dependencies.
9909         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9910         Don't require.  Use autoloads instead.
9911         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9912         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9913         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9914         (gnus-dired-mode): Adjust doc string.
9915         (gnus-dired-mail-mode): New variable.
9916         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9917         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9918         (gnus-dired-mail-buffers): New function.  Return mail or message
9919         composition buffers.
9920         (gnus-dired-attach): Use it.
9921         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9922         NO-DECODE.
9923         (gnus-dired-print): Use `gnus-print-buffer' depending on
9924         `gnus-dired-mail-mode'.
9925
9926 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * rfc2047.el (rfc2047-encoded-word-regexp)
9929         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9930         explaining what regexp patterns are for.
9931
9932 2007-12-04  Glenn Morris  <rgm@gnu.org>
9933
9934         * password.el: Move to password-cache.el.
9935
9936         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9937         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9938         * mml-smime.el (password-read, password-cache-add)
9939         (password-cache-remove):
9940         No need to autoload, since mml-sec requires password.
9941
9942         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9943         * message.el (gnus-extract-address-components):
9944         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9945
9946         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9947         password.
9948
9949 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * mailcap.el: Reduce dependencies.
9952         (mail-header-parse-content-type): Autoload.
9953         (mailcap-delete-duplicates): New alias.
9954         (mailcap-mime-info): Add optional argument NO-DECODE.
9955         (mailcap-mime-types): Use mailcap-delete-duplicates.
9956
9957         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9958
9959 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9960
9961         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9962         (imap-parse-status): Upcase status-att for servers that sends them
9963         lower-case (e.g., MS Exchange 2007).
9964
9965 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9966
9967         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9968         function.
9969
9970         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9971         (gnus-uu-yenc-article): New function.
9972
9973         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9974
9975         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9976
9977 2007-12-02  Glenn Morris  <rgm@gnu.org>
9978
9979         * binhex.el (binhex): New custom group.
9980         (binhex-decoder-program, binhex-decoder-switches)
9981         (binhex-use-external): Move to the binhex custom group.
9982
9983         * uudecode.el (uudecode): New custom group.
9984         (uudecode-decoder-program, uudecode-decoder-switches)
9985         (uudecode-use-external): Move to the uudecode custom group.
9986
9987         * netrc.el (top-level): Don't load `encrypt' features.
9988         (netrc-parse): Don't use encrypt.
9989         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9990
9991         * encrypt.el: Remove file.
9992
9993 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9996         matches on patches.
9997
9998         * gnus-art.el (gnus-article-browse-html-article):
9999         Mention `mm-text-html-renderer' in the doc string.
10000
10001         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10002         string.  Add comments.
10003
10004         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10005         if rhs is ASCII.
10006
10007 2007-12-01  Glenn Morris  <rgm@gnu.org>
10008
10009         * mail-source.el (top-level): Require format-spec before
10010         eval-when-compile.
10011
10012 2007-11-30  Glenn Morris  <rgm@gnu.org>
10013
10014         * encrypt.el: Require password, rather than autoloading password-read.
10015
10016 2007-11-29  Glenn Morris  <rgm@gnu.org>
10017
10018         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10019         (sasl-make-client, sasl-next-step, sasl-step-data)
10020         (sasl-step-set-data): Declare as functions.
10021
10022 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10025
10026 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10027
10028         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10029         certs should be verified and what is to be done in the event of a
10030         verification failure.
10031
10032         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10033         caller can indicate whether the cache should be disregarded for this
10034         call.  This way the result of the call is reproducible at all times and
10035         can be considered a canonical server name for the supplied method.
10036         (gnus-agent-method-p): Canonicalize server names by pushing their
10037         method through `gnus-method-to-server' using the no-cache argument.
10038
10039         * gnus-srvr.el (gnus-server-insert-server-line):
10040         Call `gnus-method-to-server' with `no-cache' argument.
10041
10042         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10043         gnus-agent-possibly-synchronize-flags as this should be called when the
10044         server is actually being opened.
10045         (gnus-agent-possibly-synchronize-flags)
10046         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10047         flags file of an agentized server to the latter function.
10048
10049         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10050         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10051         after a connection has been established successfully.
10052
10053 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus-art.el (article-display-face): Force to display face if called
10056         interactively; check if gnus-article-x-face-too-ugly matches author.
10057         (article-display-x-face): Display face even if From header is missing
10058         as article-display-face does.
10059
10060 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10061
10062         * hashcash.el (message-narrow-to-headers-or-head)
10063         (message-fetch-field, message-goto-eoh)
10064         (message-narrow-to-headers): Declare as functions.
10065
10066 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * mail-source.el (mail-sources): Default to fetch from file for
10069         compatibility with default of nnmail-spool-file.
10070
10071 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10074         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10075         to look for encoded word that should be encoded again.
10076         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10077         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10078         encoding pattern.
10079         (rfc2047-decode-region): Switch strict regexp and loose one according
10080         to rfc2047-allow-irregular-q-encoded-words.
10081
10082 2007-11-25  Romain Francoise  <romain@orebokech.com>
10083
10084         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10085
10086 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * tls.el (tls-program): Provide more custom choices from
10089         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10090         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10091
10092 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10095         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10096
10097         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10098         `nnmail-spool-file'.
10099
10100         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10101         `nnmail-spool-file'.
10102
10103         * gnus-move.el (gnus-change-server): Ditto.
10104
10105         * gnus-kill.el (gnus-batch-score): Ditto.
10106
10107         * gnus-cache.el (gnus-jog-cache): Ditto.
10108
10109         * gnus-msg.el (gnus-summary-reply):
10110         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10111
10112 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10113
10114         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10115         version.  Minor improvement to doc strings.
10116         (tls-program): Add comment.
10117
10118 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10119
10120         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10121         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10122         mismatch between the hostname provided in the certificate and the name
10123         of the host connnecting to.
10124         (open-tls-stream): Use them.  Check certificates against trusted root
10125         certificates.
10126
10127 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * gnus-cache.el (gnus-cache-generate-nov-databases):
10130         Use nnml-generate-nov-databases-directory instead of
10131         nnml-generate-nov-databases-1.
10132
10133 2007-11-24  Glenn Morris  <rgm@gnu.org>
10134
10135         * message.el (message-tool-bar-retro): Update for rename
10136         mail_send.xpm->mail-send.xpm.
10137
10138 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10141         `smime-ldap-search' for Emacs 22 and up.
10142
10143 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10144
10145         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10146
10147         * message.el (message-send-mail-function): Fix error convention.
10148         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10149         (message-widen-reply, message-send-mail, message-talkative-question)
10150         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10151         (message-clone-locals, message-send-news): Use with-current-buffer.
10152         (message-insert-or-toggle-importance): Remove unused var `valid'.
10153         (message-make-references): Remove unused var `new-references'.
10154         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10155
10156 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10157
10158         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10159         (spam-split-symbolic-return-positive): Reflow docstring.
10160         (spam-backends, spam-summary-exit-behavior)
10161         (spam-mark-ham-unread-before-move-from-spam-group)
10162         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10163         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10164         (spam-clear-cache, spam-backend-check, spam-install-backend)
10165         (spam-install-statistical-backend, spam-list-of-processors)
10166         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10167         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10168         (spam-check-crm114, spam-initialize, spam-unload-hook):
10169         Fix typos in docstrings.
10170
10171 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10174         been checked if they have never been read and those group levels are
10175         higher than the one that a user specified.
10176
10177 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10180         foreign groups unless a group level is specified by a user.
10181         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10182
10183 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10184
10185         * message.el (message-send-mail-function): Require sendmail.
10186
10187 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * message.el (message-send-mail-function): Check for smtpmail too.
10190
10191         * utf7.el (utf7-encode, utf7-decode): Use coding system
10192         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10193
10194         * message.el (message-send-mail-function): New function.
10195         (message-send-mail-function): Set default using
10196         message-send-mail-function.  Adjust doc string.
10197         (message-send-mail-with-mailclient): New function.
10198
10199 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10200
10201         * smime.el (from):
10202         * rfc2047.el (message-posting-charset):
10203         * qp.el (mm-use-ultra-safe-encoding):
10204         * pop3.el (parse-time-months):
10205         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10206         * nnml.el (files):
10207         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10208         (jka-compr-compression-info-list, ange-ftp-path-format)
10209         (efs-path-regexp):
10210         * nndiary.el (files):
10211         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10212         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10213         (epg-digest-algorithm-alist, inhibit-redisplay)
10214         (password-cache-expiry):
10215         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10216         (pgg-output-buffer, password-cache-expiry):
10217         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10218         (efs-path-regexp):
10219         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10220         (inhibit-redisplay):
10221         * mm-uu.el (file-name, start-point, end-point, entry)
10222         (gnus-newsgroup-name, gnus-newsgroup-charset):
10223         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10224         (latin-unity-ucs-list):
10225         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10226         (mm-uu-binhex-decode-function):
10227         * message.el (gnus-message-group-art, gnus-list-identifiers)
10228         (rmail-enable-mime-composing, gnus-local-organization)
10229         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10230         (gnus-read-active-file, facemenu-add-face-function)
10231         (facemenu-remove-face-function, gnus-article-decoded-p)
10232         (tool-bar-mode):
10233         * mail-source.el (display-time-mail-function):
10234         * gnus-util.el (nnmail-pathname-coding-system)
10235         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10236         (gnus-original-article-buffer, gnus-user-agent)
10237         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10238         (xemacs-codename, sxemacs-codename, emacs-program-version):
10239         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10240         * gnus-start.el (gnus-agent-covered-methods)
10241         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10242         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10243         (gnus-newsgroup-headers, gnus-group-list-mode)
10244         (gnus-group-mark-positions, gnus-newsgroup-data)
10245         (gnus-newsgroup-unreads, nnoo-state-alist)
10246         (gnus-current-select-method, mail-sources)
10247         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10248         (nnmail-spool-file, gnus-cache-active-hashtb):
10249         * gnus-mh.el (mh-lib-progs):
10250         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10251         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10252         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10253         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10254         (gnus-group-buffer):
10255         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10256         (font-lock-set-defaults):
10257         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10258         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10259         (gnus-summary-post-menu, total-parts, type, condition, length):
10260         * gnus-agent.el (gnus-agent-read-agentview):
10261         * flow-fill.el (show-trailing-whitespace):
10262         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10263         eval-and-compile wrappers for byte compiler pacifiers.
10264
10265         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10266         (mm-display-inline-fontify): Check for featurep 'xemacs not
10267         extent-list.
10268
10269         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10270         itimer-list.
10271         (mm-create-image-xemacs): Only do something for XEmacs.
10272         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10273
10274         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10275
10276         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10277         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10278
10279 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10280
10281         * nnimap.el (nnimap-split-download-body):
10282         * gnus-demon.el (gnus-demon):
10283         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10284
10285 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10286
10287         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10288         New macros.
10289         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10290         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10291         copy data from unibyte buffer to multibyte current buffer.
10292         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10293         to copy data from unibyte current buffer to multibyte buffer.
10294         (nntp-make-process-buffer): Make process buffer unibyte.
10295
10296         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10297
10298 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10299
10300         * pop3.el (pop3-open-server): Accept and process data more robustly at
10301         connexion start to avoid spurious "POP SSL connexion failed" errors.
10302
10303 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10306         read group names.
10307
10308 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10311
10312 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10315         (nnmail-save-active): Use a unibyte buffer when saving active file,
10316         which may contain non-ASCII group names.
10317
10318         * nnml.el (nnml-request-group): Decode group names in messages.
10319
10320 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10321
10322         * message.el (message-citation-line-function)
10323         (message-insert-formatted-citation-line): Fix spelling of
10324         `message-insert-formated-citation-line'.
10325
10326 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10329
10330 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10333         nnmail-pathname-coding-system.
10334
10335         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10336         that a user enters; decode group names in messages.
10337
10338         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10339
10340 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10343
10344         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10345
10346         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10347         risky local variable.
10348
10349         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10350
10351 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10352
10353         * encrypt.el: Improve documentation to fix function name typo.
10354         Reported by Daiki Ueno <ueno@unixuser.org>.
10355
10356 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10359         even if the point is not in the last page of an article.
10360         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10361         back to the previous page.
10362
10363 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10364
10365         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10366
10367 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10370
10371 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10372
10373         * message.el (message-check-news-body-syntax):
10374         Avoid mm-string-as-multibyte.
10375         (message-hide-headers): Don't assume (point-min)==1.
10376
10377 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * message.el (message-remove-blank-cited-lines): Fix if remove is
10380         given.
10381         (message-bogus-address-regexp): New variable.
10382         (message-bogus-recipient-p): New function.
10383         (message-check-recipients): New command.
10384         (message-syntax-checks): Add `bogus-recipient'.
10385         (message-fix-before-sending): Add `bogus-recipient'.
10386
10387         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10388         (gnus-treat-body-boundary): Don't test window-system.
10389
10390 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10391
10392         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10393
10394 2007-10-28  Miles Bader  <miles@gnu.org>
10395
10396         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10397         at compile-time too.
10398
10399 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * gnus-msg.el (gnus-message-setup-hook):
10402         Add `message-remove-blank-cited-lines' to options.
10403
10404 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * message.el (message-remove-blank-cited-lines): New function.
10407         Suggested by Karl Plästerer.
10408
10409 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10412         mapc.
10413
10414         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10415         (top-level): Use mapc to set functions to be traced for debugging.
10416
10417         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10418         called for effect with while loop.
10419
10420         * message.el (message-talkative-question): Replace mapcar called for
10421         effect with mapc.
10422
10423         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10424         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10425         called for effect with dolist.
10426
10427         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10428
10429         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10430         gnus-extra-headers and nnmail-extra-headers.
10431
10432         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10433         called for effect with dolist.
10434         (top-level): Use mapc to set functions to be traced for debugging.
10435
10436         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10437         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10438         dolist.
10439
10440         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10441         Replace mapcar called for effect with mapc.
10442         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10443         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10444         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10445         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10446
10447         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10448         remove-if that's a cl function.
10449
10450         * webmail.el (webmail-debug): Replace mapcar called for effect with
10451         dolist.
10452
10453         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10454         with mapc.
10455
10456 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10459         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10460         with while loop.
10461
10462         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10463         functions from article-* functions.
10464         (gnus-multi-decode-header): Replace mapcar called for effect with
10465         dolist.
10466
10467         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10468         (gnus-bookmark-show-details): Replace mapcar called for effect with
10469         while loop.
10470
10471         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10472         called for effect with while loop.
10473
10474         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10475         with dolist.
10476
10477         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10478         Replace mapcar called for effect with dolist.
10479
10480         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10481
10482         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10483         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10484         Replace mapcar called for effect with dolist.
10485         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10486         mapc.
10487
10488         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10489         Replace mapcar called for effect with dolist.
10490         (gnus-topic-list): Replace mapcar called for effect with mapc.
10491
10492         * gnus.el: Use mapc instead of mapcar to add autoloads.
10493
10494 2007-10-23  Richard Stallman  <rms@gnu.org>
10495
10496         * gnus-group.el (gnus-group-highlight): Mark as risky.
10497
10498 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus.el (gnus-server-to-method): Return method found first in
10501         gnus-newsrc-alist.
10502
10503         * gnus-art.el (gnus-article-highlight-signature)
10504         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10505         button overlay without the front stickiness.
10506
10507 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10508
10509         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10510         overview buffer needed a catch to receive its throw.
10511         (gnus-agent-flush-cache): Declare as interactive to make this function
10512         easier to use.
10513
10514 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10517         `next-line'.
10518
10519 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10522         exclude address matching message-dont-reply-to-names.
10523
10524 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * gnus-util.el (gnus-string<): New function.
10527
10528         * gnus-sum.el (gnus-article-sort-by-author)
10529         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10530
10531 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10534         the frame-focus tag is set in gnus-buffer-configuration.
10535
10536 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10539         the front stickiness.
10540
10541 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10544         url pattern; remove duplicate one.
10545         (gnus-article-extend-url-button): New function.
10546         (gnus-article-add-buttons): Use it.
10547         (gnus-button-push): Use concatenated url that it makes.
10548
10549 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10550
10551         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10552
10553 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10554
10555         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10556         Don't hardcode point-min==1.
10557
10558 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10561         Fix comment about "iso8859-1".
10562
10563 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10564
10565         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10566         ones returned from the verify-function.
10567
10568         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10569         Call mml2015-extract-cleartext-signature if extraction failed.
10570
10571 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10572
10573         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10574         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10575         failed.
10576
10577 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10580
10581 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10584         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10585         recommends to use EasyPG instead of PGG.
10586
10587         * pgg.el: Revert to revision 6.23.2.16.
10588
10589         * pgg-def.el: Revert to revision 6.6.2.14.
10590
10591         * pgg-gpg.el: Revert to revision 6.23.2.34.
10592
10593 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10594
10595         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10596         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10597         thread for both the null and zero (kill/expire thread) universal prefix
10598         cases.
10599         (gnus-summary-expire-thread): Add new function to expire a thread,
10600         using gnus-summary-kill-thread.
10601         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10602         shortcuts for gnus-summary-expire-thread.
10603         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10604         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10605
10606 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10607
10608         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10609         extras value, so an extras entry can be deleted.
10610         (gnus-registry-delete-extra-entry): Use it.
10611         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10612         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10613         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10614         storage through the gnus-registry, and provide an appropriate API for
10615         it.
10616
10617 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10620         Suggested by Leo <sdl.web@gmail.com>.
10621
10622         * gnus.el: Do.
10623
10624 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10627         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10628
10629         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10630
10631         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10632         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10633
10634 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10637         newline.
10638         (nnmbox-request-accept-article): Don't change article in source buffer;
10639         narrow to header to use message-fetch-field rather than
10640         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10641         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10642         as delimiters; make sure article ends with newline.
10643         (nnmbox-delete-mail): Correct last position of article to be deleted;
10644         ignore X-Gnus-Newsgroup header in article body.
10645         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10646         positions; make sure article ends with newline.
10647
10648         * message.el (message-display-abbrev): Don't infloop when a user
10649         inserts SPC in the beginning of header.
10650
10651         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10652         coding-system-for-read and coding-system-for-write for XEmacs having no
10653         file-coding feature.
10654
10655         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10656
10657 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10658
10659         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10660         list of groups not followed by default.  Fix type to be regexp.
10661         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10662
10663 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10664
10665         * hmac-def.el (define-hmac-function): Switch from old-style to
10666         new-style backquotes.
10667
10668         * md4.el (md4-make-step): Likewise.
10669
10670 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10673         raw-text coding system when saving .newsrc file, which may contain
10674         non-ASCII group names.
10675
10676 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * gnus-cus.el (gnus-score-extra): New widget.
10679         (gnus-score-extra-convert): New function.
10680         (gnus-score-customize): Use it for Extra.
10681
10682 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10683
10684         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10685         (mml2015-mailcrypt-clear-verify): Use it.
10686         (mml2015-gpg-clear-verify): Use it.
10687         (mml2015-pgg-clear-verify): Use it.
10688         (mml2015-epg-clear-verify): Replace the current part with the output
10689         from GnuPG; don't extract the plaintext by itself.
10690
10691         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10692         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10693         mml2015-clear-verify-function; don't touch the armor headers or
10694         dash-escaped text here.
10695
10696 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10699         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10700         parts, or application/octet-stream as a last resort.
10701         (gnus-mime-view-part-as-type): Don't toggle display.
10702         (gnus-mime-view-part-as-charset): Don't turn off display before
10703         querying charset.
10704
10705         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10706         stuff to undisplayer function in Emacs.
10707         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10708
10709         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10710         text/calendar parts.
10711
10712 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10715         decoding text/calendar parts.
10716
10717         * message.el (message-forward-make-body-mime): Always mark body as
10718         having no illegible text; remove signed-or-encrypted argument.
10719         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10720
10721         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10722         (mml-generate-mime-1): Don't encode body if it is specified to be in
10723         raw form; don't make buffer be unibyte when inserting multibyte string.
10724
10725 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10726
10727         * sha1.el: Fix up comment style.
10728         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10729         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10730
10731         * hex-util.el: Fix up comment style.
10732         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10733
10734         * gnus-salt.el: Use with-current-buffer.
10735         (gnus-pick-setup-message): Fix long-standing typo.
10736
10737 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * imap.el (imap-logout-timeout): New variable.
10740         (imap-logout, imap-logout-wait): New functions.
10741         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10742
10743         * nnimap.el (nnimap-logout-timeout): New server variable.
10744         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10745         nnimap-logout-timeout.
10746
10747         * gnus-art.el (gnus-article-summary-command-nosave)
10748         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10749
10750 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus.el (gnus-maximum-newsgroup): New variable.
10753
10754         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10755         according to gnus-maximum-newsgroup.
10756
10757         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10758         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10759         Limit the range of articles according to gnus-maximum-newsgroup.
10760
10761 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10762
10763         * gnus-art.el (gnus-sticky-article): Fix problems described in
10764         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10765         Don't perform gnus-configure-windows here; reuse existing sticky
10766         article buffer.
10767
10768         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10769         it doesn't exist in gnus-article-mode.
10770
10771 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10774         (gnus-agent-decoded-group-name): New function.
10775         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10776         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10777
10778 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10779
10780         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10781         Add binding for gnus-sticky-article.
10782         (gnus-summary-exit): Don't kill sticky article buffers.
10783
10784         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10785         article buffer.
10786         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10787         (gnus-kill-sticky-article-buffers): New commands.
10788
10789 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * nntp.el (nntp-xref-number-is-evil): New server variable.
10792         (nntp-find-group-and-number): If it is non-nil, don't trust article
10793         numbers in the Xref header.
10794
10795 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-agent.el (gnus-agent-read-group): New function.
10798         (gnus-agent-flush-group, gnus-agent-expire-group)
10799         (gnus-agent-regenerate-group): Use it.
10800         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10801         nnmail-pathname-coding-system.
10802
10803 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10806
10807         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10808         that are unread as unread, and also as selected so that information of
10809         marks having been changed by a user may be updated when exiting group.
10810
10811 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10812
10813         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10814
10815 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10818         calculated ignoring signature parts to gnus-treat-article.
10819
10820 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10823         a point here in order to keep the window start.
10824         (gnus-insert-mime-security-button): Make a button overlay without the
10825         front stickiness.
10826         (gnus-mime-display-security): Goto the end of a button.
10827
10828         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10829
10830 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10833         group-name-at-point.
10834         (gnus-group-completing-read): New function that offers decoded
10835         non-ASCII group names for completion.
10836         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10837         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10838         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10839         (gnus-group-fetch-control): Use it.
10840         (gnus-fetch-group): Use group-name-at-point for the initial value
10841         rather than the default value; use gnus-alive-p.
10842
10843         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10844         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10845         (gnus-summary-post-news): Use gnus-group-completing-read.
10846
10847         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10848         (gnus-read-move-group-name): Decode group name for completion.
10849
10850 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10851
10852         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10853         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10854         Yamaoka slightly modified the code).
10855
10856 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10859         (nnmail-split-incoming): Bind it.
10860
10861         * nnml.el (nnml-group-name-charset): New function.
10862         (nnml-decoded-group-name): Use it; don't decode group name if
10863         nnmail-group-names-not-encoded-p is non-nil.
10864         (nnml-encoded-group-name): New function.
10865         (nnml-group-pathname): Inline nnml-decoded-group-name.
10866         (nnml-request-expire-articles): Decode group name in message.
10867         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10868         nnmail-pathname-coding-system.
10869         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10870         not decoded ones according to nnmail-group-names-not-encoded-p.
10871         (nnml-generate-active-info): Use nnml-encoded-group-name.
10872
10873 2007-08-08  Glenn Morris  <rgm@gnu.org>
10874
10875         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10876         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10877         doc-strings and comments.
10878
10879 2007-07-25  Glenn Morris  <rgm@gnu.org>
10880
10881         * Relicense all FSF files to GPLv3 or later.
10882
10883 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-sum.el (gnus-summary-move-article):
10886         Make gnus-summary-respool-article work.
10887
10888 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10891         string.
10892
10893 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10894
10895         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10896         that should be ignored when comparing distant RSS articles with local
10897         ones.
10898         (nnrss-make-hash-index): New function.  Create a hash index according
10899         to the ignored fields.
10900         (nnrss-check-group): Use it.
10901
10902 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10905
10906         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10907
10908         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10909         the new optional argument ENCODED is non-nil.
10910         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10911         coding system for encoding group name.
10912         (gnus-group-make-rss-group): Pass un-encoded group name to
10913         gnus-group-make-group.
10914         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10915         encoded.
10916
10917         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10918         Encode group name to which articles are moved or copied.
10919         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10920         coding system for encoding Newsgroup, Followup-To and Xref headers.
10921
10922         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10923         marks; use nnheader-file-coding-system to write a file.
10924         (nnagent-retrieve-headers): Bind file-name-coding-system to
10925         nnmail-pathname-coding-system.
10926
10927         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10928
10929         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10930         (nnml-request-article, nnml-request-create-group)
10931         (nnml-request-rename-group, nnml-find-id)
10932         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10933         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10934         (nnml-save-marks): Use nnml-group-pathname instead of
10935         nnmail-group-pathname.
10936
10937         (nnml-request-create-group, nnml-request-expire-articles)
10938         (nnml-request-move-article, nnml-request-delete-group)
10939         (nnml-deletable-article-p, nnml-possibly-create-directory)
10940         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10941         (nnml-open-marks): Bind file-name-coding-system to
10942         nnmail-pathname-coding-system.
10943
10944         (nnml-request-article): Pass server argument to nnml-find-group-number.
10945         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10946         Pass server argument to nnml-possibly-create-directory.
10947         (nnml-request-accept-article): Pass server argument to
10948         nnml-active-number and nnml-save-mail.
10949         (nnml-find-group-number): Pass server argument to nnml-find-id.
10950         (nnml-request-update-info): Pass server argument to
10951         nnml-marks-changed-p.
10952
10953         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10954         (nnml-save-mail, nnml-active-number): Add server argument.
10955
10956         (nnml-request-delete-group): Warn if group is missing.
10957         (nnml-get-nov-buffer): Decode group name.
10958         (nnml-generate-active-info): Encode group name.
10959         (nnml-open-marks): Decode group name in messages.
10960
10961 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10964         if it is not specified.
10965         (gnus-article-pipe-part, gnus-article-save-part)
10966         (gnus-article-interactively-view-part, gnus-article-copy-part)
10967         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10968         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10969         (gnus-article-replace-part, gnus-article-delete-part)
10970         (gnus-article-view-part-as-type): Pass raw prefix argument to
10971         gnus-article-part-wrapper.
10972
10973 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * gnus-agent.el (gnus-agent-save-active):
10976         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10977
10978         * gnus-cache.el (gnus-cache-save-buffers)
10979         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10980         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10981         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10982         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10983         (gnus-cache-generate-active, gnus-cache-rename-group)
10984         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10985         (gnus-cache-update-overview-total-fetched-for):
10986         Bind file-name-coding-system to nnmail-pathname-coding-system.
10987         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10988         New variables.
10989         (gnus-cache-decoded-group-name): New function.
10990         (gnus-cache-file-name): Use it.
10991         (gnus-cache-generate-active): Use non-decoded group name for active.
10992
10993         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10994         right place.
10995         (gnus-write-active-file): Don't break non-ASCII group names.
10996
10997         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10998         nnmail-pathname-coding-system.
10999
11000         * lpath.el: Bind default-file-name-coding-system,
11001         file-name-coding-system and language-info-alist for XEmacs.
11002
11003         * gnus-uu.el (gnus-uu-decode-save): Typo.
11004
11005 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11008
11009 2007-07-14  David Kastrup  <dak@gnu.org>
11010
11011         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11012         finishing actions if we did not edit the article.
11013
11014 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11017         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11018         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11019         (gnus-agent-flush-group, gnus-agent-flush-cache)
11020         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11021         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11022         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11023         (gnus-agent-regenerate-group)
11024         (gnus-agent-update-files-total-fetched-for)
11025         (gnus-agent-update-view-total-fetched-for):
11026         Bind file-name-coding-system to nnmail-pathname-coding-system.
11027         (gnus-agent-group-pathname): Don't encode file names by
11028         nnmail-pathname-coding-system.
11029         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11030         coding-system-for-write instead of buffer-file-coding-system to
11031         gnus-agent-file-coding-system.
11032
11033         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11034         Decode group name.
11035
11036         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11037
11038         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11039         (gnus-read-newsrc-el-file): Make group names unibyte.
11040
11041         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11042         nnmail-pathname-coding-system.
11043
11044         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11045         (nnrss-request-delete-group): Bind file-name-coding-system to
11046         nnmail-pathname-coding-system.
11047         (nnrss-read-server-data, nnrss-read-group-data):
11048         Bind file-name-coding-system correctly.
11049         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11050
11051         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11052         (nntp-server-to-method-cache): New variable.
11053         (nntp-group-pathname): New function that decodes non-ASCII group names.
11054         (nntp-possibly-create-directory, nntp-marks-changed-p)
11055         (nntp-save-marks, nntp-open-marks): Use it.
11056         (nntp-possibly-create-directory, nntp-open-marks):
11057         Bind file-name-coding-system to nnmail-pathname-coding-system.
11058         (nntp-open-marks): Decode group names when bootstrapping marks.
11059
11060         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11061         Newsgroups and Folowup-To headers.
11062
11063 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11066         (gnus-server-closed-face, gnus-server-denied-face)
11067         (gnus-server-offline-face): Remove variable.
11068         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11069
11070         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11071         of modifying message-stack directly for XEmacs.
11072
11073         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11074         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11075         if the coding-system argument is nil for XEmacs.
11076
11077         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11078         mm-charset-override-alist.
11079
11080         * rfc2047.el: Don't require base64; require rfc2045 for the function
11081         rfc2045-encode-string.
11082         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11083         to quote the parameter value.
11084
11085 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11088         form in gnus-group-name-charset-method-alist.
11089
11090         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11091         overrides the default layout edit-form.
11092
11093         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11094
11095         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11096
11097 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11100         as unfetched articles.
11101
11102 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11105
11106 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11109         original back end that keeps marks in the local system.
11110
11111 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11114         arg of pop-to-buffer for XEmacs.
11115         (gnus-article-read-summary-keys): Ditto; don't restore window
11116         configuration if summary command ends up with neither article buffer
11117         nor summary buffer; describe bindings if summary keys end with C-h.
11118
11119 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * message.el (message-fix-before-sending): Skip raw message part to be
11122         forwarded while checking illegible text.
11123         (message-forward-make-body-mime, message-forward-make-body):
11124         Mark signed or encrypted raw message as having no illegible text.
11125
11126 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11129         (gnus-message-with-timestamp-1): New macro.
11130         (gnus-message-with-timestamp): New function.
11131         (gnus-message): Use them.
11132
11133         * nnheader.el (nnheader-message): Use them.
11134
11135 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11138         .newsrc.eld file.
11139
11140 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * gnus-agent.el (gnus-agent-fetch-headers)
11143         (gnus-agent-retrieve-headers):
11144         Bind gnus-decode-encoded-address-function to identity.
11145
11146         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11147         available also when the server returns simply a dot.
11148
11149         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11150
11151 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11154
11155 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-ems.el (gnus-x-splash): Make it work.
11158
11159         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11160         from being used.
11161
11162         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11163
11164 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11167         4th and the 5th arguments.
11168
11169         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11170         the front stickiness.
11171         (gnus-article-summary-command-nosave): Correct the order of the
11172         arguments passed to pop-to-buffer.
11173         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11174         summary command ends up with the article buffer.
11175
11176         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11177         the same faces.
11178
11179 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11180
11181         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11182
11183 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11184
11185         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11186         * gnus-sum.el (gnus-summary-highlight):
11187         * pgg.el (pgg-sign-region, pgg-sign):
11188         * mail-source.el (mail-source-delete-old-incoming-confirm):
11189         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11190
11191 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * gnus-art.el (gnus-mime-view-part-externally)
11194         (gnus-mime-view-part-internally): Fix predicate function passed to
11195         completing-read.
11196
11197         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11198
11199         * gnus.el (gnus-update-message-archive-method): Add :version.
11200
11201 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus.el (gnus-update-message-archive-method): New variable.
11204
11205         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11206         according to gnus-message-archive-method if
11207         gnus-update-message-archive-method is non-nil.
11208
11209 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11212         Suggested by Loic Dachary <loic@dachary.org>.
11213         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11214
11215 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * message.el (message-pop-to-buffer): Add switch-function argument.
11218         (message-mail): Pass switch-function argument to it.
11219
11220 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11223         Improve doc string.
11224
11225 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11228         (gnus-header-content)
11229         * gnus-cite.el (gnus-cite-10)
11230         * gnus-srvr.el (gnus-server-closed)
11231         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11232         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11233         (gnus-group-mail-3-empty, gnus-group-mail-low)
11234         (gnus-group-mail-low-empty, gnus-splash)
11235         * message.el (message-header-to, message-header-cc)
11236         (message-header-subject, message-header-other, message-header-name)
11237         (message-header-xheader, message-separator, message-cited-text)
11238         (message-mml): Lighten colors of faces used for dark background.
11239
11240 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11241
11242         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11243         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11244
11245 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * message.el (message-narrow-to-headers-or-head):
11248         Ignore mail-header-separator in the body.
11249
11250 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11253         same as window size.
11254
11255 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11256
11257         * message.el (message-font-lock-keywords): Use message-header-xheader
11258         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11259         ahead of the anything pattern, to get it recognised.
11260
11261 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11264         spam.el loads uses it in the compiled defadvice form.
11265
11266 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11267
11268         * gnus-sum.el (gnus-articles-to-read)
11269         (gnus-summary-insert-old-articles): Don't truncate group name for
11270         `read-string'.
11271
11272         * gnus-util.el (gnus-limit-string): Delete this function.
11273
11274         * gnus-sum.el (gnus-simplify-subject-fully):
11275         Use `truncate-string-to-width' instead.
11276
11277 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11278
11279         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11280         Tell if, on summary exit, the next group has to be selected.
11281         (gnus-summary-exit): Use it.
11282
11283 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11286         non-break space.
11287
11288 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11291         Check if group is not a directory.
11292         (nnfolder-request-expire-articles): Don't delete articles if the target
11293         group is not available.
11294
11295         * nnml.el (nnml-request-create-group): Properly check if group is not a
11296         file.
11297         (nnml-request-expire-articles): Don't delete articles if the target
11298         group is not available.
11299
11300         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11301         Don't quote characters that are within parentheses.
11302
11303 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11306         (gnus-handle-ephemeral-exit): Select article according to it.
11307
11308 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * message.el (message-insert-formated-citation-line): Remove newline.
11311         (message-citation-line-format): Add final \n here so that the user can
11312         avoid a blank line.
11313
11314 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11315
11316         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11317         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11318         Update lanl/arXiv support.
11319
11320 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * gnus.el: Bump version number.
11323
11324 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * gnus.el (gnus-version-number): Bump version.
11327
11328 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11329
11330         * gnus.el: No Gnus v0.6 is released.
11331
11332 2007-04-27  Didier Verna  <didier@xemacs.org>
11333
11334         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11335         * gmm-utils.el (gmm-regexp-concat): ... here.
11336         * message.el: Don't require 'gnus-util.
11337         (message-dont-reply-to-names): Handle name change above.
11338         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11339
11340 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11343         since the initial value varies according to the system.
11344
11345 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11348
11349 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11350
11351         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11352
11353 2007-04-24  Didier Verna  <didier@xemacs.org>
11354
11355         Improve the type of gnus-ignored-from-addresses.
11356         * gnus-util.el (gnus-orify-regexp): New function.
11357         * message.el (gnus-util): Require it.
11358         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11359         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11361
11362 2007-04-24  Didier Verna  <didier@xemacs.org>
11363
11364         * gnus-sum.el:
11365         * gnus-utils.el: Fix some trailing whitespaces.
11366
11367 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11370         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11371         article's Message-ID; refer parent article in summary buffer.
11372
11373         * message.el (message-bounce): Call mime-to-mml.
11374
11375         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11376         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11377         optimize and/or forms properly.
11378
11379 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11382         URL.
11383
11384 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11387
11388 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11391         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11392         displayed of multipart/alternative part if it is invoked from summary
11393         buffer.
11394
11395         * mm-view.el (mm-inline-text-html-render-with-w3m)
11396         (mm-inline-text-html-render-with-w3m-standalone)
11397         (mm-inline-render-with-function): Use mail-parse-charset by default.
11398
11399 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11400
11401         * parse-time.el (parse-time-string-chars): Check if CHAR
11402         is less than the length of parse-time-syntax.
11403
11404 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11407         from gnus-newsgroup-processable.
11408
11409 2007-04-16  Didier Verna  <didier@xemacs.org>
11410
11411         * gnus-msg.el (gnus-configure-posting-styles):
11412         Handle message-signature-directory properly with :file syntax.
11413         Reported by "Leo".
11414
11415 2007-04-11  Didier Verna  <didier@xemacs.org>
11416
11417         New user option: message-signature-directory.
11418         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11419         * message.el (message-insert-signature): Ditto.
11420         * message.el (message-signature-file): Doc update.
11421         * message.el (message-signature-directory): New.
11422
11423 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * gnus-msg.el (gnus-inews-yank-articles):
11426         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11427
11428 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * message.el (message-yank-original): Make sure cited text ends with
11431         newline; don't exchange point and mark.
11432
11433 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11434
11435         * tls.el (open-tls-stream): Properly handle case where there
11436         is no associated buffer.
11437
11438 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11439
11440         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11441         message-yank-original, make sure (< mark TEXT point).
11442
11443 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11444
11445         * message.el (message-fill-column): New variable.
11446         (message-mode): Use it.  Add comment on a possible new hook.
11447
11448         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11449         (nnmail-get-new-mail): Reformat.
11450
11451         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11452
11453         * gmm-utils.el: Fix Commentary.
11454         (gmm-tool-bar-from-list): Fix typo in doc string.
11455
11456 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11457
11458         * message.el (message-yank-original): Don't switch point and mark
11459         unnecessarily to put point and mark as documented.
11460
11461 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11464         from the message heads.
11465
11466 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11467
11468         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11469         article buffer does not have a window.  This may not be the best
11470         solution but is certainly better than setting the start of the null,
11471         that is the current, window.
11472
11473 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11476         (gnus-draft-setup): Run it.
11477
11478         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11479         gnus-score-fast-scoring.  Allow regexp.
11480         (gnus-score-headers): Use it.
11481
11482         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11483         XEmacs.
11484
11485         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11486         string.
11487         (gnus-button-alist): Also catch `<f1> k ...'.
11488         (gnus-treat-display-x-face): Fix doc string.
11489
11490 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11491
11492         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11493         evaluation of gnus-extended-version to ensure correct generation of the
11494         User-Agent header when message-generate-headers-first is used.
11495
11496 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11497
11498         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11499         hashcash-path is nil.  Don't call callback with incorrect number of
11500         parameters if val is 0.
11501
11502 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11503
11504         * message.el (message-required-news-headers):
11505         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11506
11507 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11508
11509         * tls.el (open-tls-stream): In handshake-waiting loop,
11510         don't wait more if there is output available to process.
11511
11512 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11513
11514         * tls.el (tls-program): Doc fix.
11515
11516 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * message.el (message-generate-new-buffers): Change the meaning of the
11519         nil value; add `standard' to the choices; treat t as `unique'; improve
11520         doc string.
11521         (gnus-select-frame-set-input-focus): Autoload.
11522         (message-buffer-name): Search for the existing message buffer if
11523         message-generate-new-buffers is nil or `standard'; treat the value t of
11524         message-generate-new-buffers as `unique'.
11525         (message-pop-to-buffer): Raise the frame already displaying the message
11526         buffer; clear the echo area after querying.
11527         (message-setup): Pass the `continue' argument to compose-mail.
11528         (message-mail): Prefer `switch-function' if it is given; search for the
11529         existing message buffer if the `continue' argument is non-nil; pass
11530         continue and switch-function arguments to compose-mail by way of
11531         message-setup.
11532         (message-mail-other-window): Adjust argument of message-setup.
11533         (message-mail-other-frame): Ditto.
11534
11535 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11538         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11539         to turn font-lock on when turning gnus-message-citation-mode on.
11540
11541 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11542
11543         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11544         (mml-smime-function-alist): New variable; add epg as the backend.
11545         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11546         mml-smime- functions instead.
11547         * mm-view.el: Require smime.
11548
11549 2007-03-05  Didier Verna  <didier@xemacs.org>
11550
11551         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11552         instead of just inheritance for posting styles.
11553         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11554
11555 2007-02-24  Chris Moore  <dooglus@gmail.com>
11556
11557         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11558         * pgg-pgp.el (pgg-pgp-encrypt-region):
11559         * pgg-gpg.el (pgg-gpg-encrypt-region):
11560         Check pgg-encrypt-for-me if no other recipients.
11561
11562 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11563
11564         * tls.el (tls-certtool-program): Fix custom type.
11565
11566 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11569         and point-at-eol instead of line-(beginning|end)-position.
11570
11571         * assistant.el (assistant-parse-buffer): Ditto.
11572
11573         * netrc.el (netrc-parse-services): Ditto.
11574
11575 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11576
11577         * mml2015.el (mml2015-epg-find-usable-key): New function.
11578         (mml2015-epg-sign): Use it.
11579         (mml2015-epg-encrypt): Use it.
11580
11581 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * message.el (message-make-in-reply-to): Quote name containing
11584         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11585         if there are special characters.  Reported by NAKAJI Hiroyuki
11586         <nakaji@jp.freebsd.org>.
11587
11588 2007-02-27  Didier Verna  <didier@xemacs.org>
11589
11590         Include the group parameters as well as the topic ones in the
11591         inheritance filter process.
11592         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11593         argument GROUP-PARAMS-LIST.
11594         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11595
11596 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * nntp.el (nntp-never-echoes-commands)
11599         (nntp-open-connection-functions-never-echo-commands): New variables.
11600         (nntp-send-command): Use them.
11601
11602 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11603
11604         * mml2015.el (mml2015-epg-verify): Simplify.
11605
11606 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * mml.el (mml-content-disposition-alist): New user option.
11609         (mml-content-disposition): New function.
11610         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11611         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11612
11613 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11614
11615         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11616         verification.
11617
11618 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11619
11620         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11621         articles posted in the last 24 hours.
11622
11623 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11624
11625         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11626
11627 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11628
11629         * nntp.el (nntp-send-command): Don't wait for echoes when
11630         nntp-open-ssl-stream is used.
11631
11632 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11635         (gnus-message-add-citation-keywords)
11636         (gnus-message-remove-citation-keywords): Remove.
11637         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11638         directly, make the variables in font-lock-defaults buffer-local, add
11639         gnus-message-citation-keywords to them and then update the value of
11640         font-lock-keywords.
11641
11642 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * message.el (message-cite-original-1): Don't call
11645         gnus-article-highlight-citation.
11646
11647         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11648         citations; fix line count.
11649
11650 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11653         (gnus-message-add-citation-keywords)
11654         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11655         versions of font-lock-add-keywords and font-lock-remove-keywords to
11656         work with XEmacs correctly.
11657
11658 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-cite.el (gnus-cite-face-list): Set the values of
11661         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11662         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11663         (gnus-message-cite-prefix-regexp): New variable.
11664         (gnus-message-search-citation-line): Use it; protect against long
11665         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11666         the 0th match data for Emacs.
11667         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11668         (gnus-message-add-citation-keywords): Append keywords rather than
11669         prepending; emulate font-lock-add-keywords if it is not available.
11670         (gnus-message-remove-citation-keywords):
11671         Emulate font-lock-remove-keywords if it is not available.
11672
11673         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11674
11675         * message.el (message-cite-prefix-regexp): Set the value of
11676         gnus-message-cite-prefix-regexp.
11677
11678 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11679
11680         * nnweb.el (nnweb-google-parse-1): Update parser.
11681
11682 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11683
11684         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11685
11686 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11687
11688         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11689         regexp.
11690
11691 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11694         string-to-multibyte.
11695         (uudecode-decode-region-internal): Use it.
11696
11697         * lpath.el: Fbind string-as-multibyte for XEmacs.
11698
11699 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11702         Fix custom choice.
11703
11704         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11705
11706 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11707
11708         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11709
11710         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11711         `write-region' to respect `mm-inhibit-file-name-handlers'.
11712
11713 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11716         Use gnus-home-directory instead of "~/" or "$HOME".
11717
11718 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11719
11720         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11721         to mention filename.
11722         Add comments at beginning regarding usage.
11723         (encrypt-write-file-contents): Change interactive so a string is
11724         acceptable.  If the file has no associated model, show an error instead
11725         of a nonsense prompt.
11726
11727 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11728
11729         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11730         Thanks to Yoshihiko Yamada for kind notification of this typo.
11731
11732 2007-01-12  Kenichi Handa  <handa@m17n.org>
11733
11734         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11735         multibyte buffer.
11736
11737 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * gnus-score.el (gnus-score-fast-scoring): New variable.
11740         (gnus-score-headers): Use it.
11741
11742         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11743
11744         * message.el (message-cite-original-1):
11745         Call gnus-article-highlight-citation if requested.
11746         (message-make-from): Allow name and address as optional arguments.
11747
11748         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11749
11750         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11751         bugs to doc string.
11752         (gnus-button-alist): Add mid\\|message-id.
11753         (gnus-button-fetch-group): Extend for use in
11754         `browse-url-browser-function'.
11755         (gnus-button-url-regexp): Try to catch paired parentheses like in
11756         Wikipedia URLs.
11757
11758         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11759         Suggested by Simon Krahnke <overlord@gmx.li>.
11760
11761 2007-01-13  Romain Francoise  <romain@orebokech.com>
11762
11763         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11764         Update copyright.
11765
11766 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11767
11768         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11769
11770 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11771
11772         * gnus-registry.el (gnus-registry-unfollowed-groups)
11773         (gnus-registry-split-fancy-with-parent): Fix documentation.
11774
11775 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11776
11777         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11778         from nnweb groups.
11779
11780 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11783         Xref urls.  Erase buffer before requesting head.
11784
11785         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11786
11787 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11790         customizable.
11791
11792 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11793
11794         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11795         no signing key is found.
11796         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11797         no encrypting and/or signing key is found.
11798
11799 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11802
11803 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11804
11805         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11806         headers read from disk with the ones newly found in the current search.
11807         This should no longer cause problems, because the article numbers in
11808         Gmane's `nov.php' output are ignored since the previous change.
11809
11810 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11811
11812         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11813
11814 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11817         replace-regexp-in-string; bind url-version; fbind display-images-p and
11818         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11819         find-face and set-itimer-function for Emacs; bind itimer-list for
11820         Emacs.
11821
11822         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11823
11824 2007-01-01  Romain Francoise  <romain@orebokech.com>
11825
11826         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11827
11828 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11829
11830         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11831         `define-minor-mode' macro definition expanded properly.
11832         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11833         exclude it there.
11834
11835         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11836         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11837         `fboundp' test.
11838         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11839         This is OK to autoload in (S)XEmacs now.
11840
11841 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11842
11843         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11844         keystroke.
11845         (gnus-summary-limit-to-singletons): Fix typo.
11846
11847         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11848         else fails.
11849
11850 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11851
11852         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11853         docstring.
11854
11855         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11856         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11857         (gnus-summary-insert-dormant-articles): Fix typo in message.
11858
11859 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11862         nil for XEmacs.
11863         (gnus-message-citation-mode): Don't autoload in XEmacs.
11864
11865         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11866
11867 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11868
11869         * nnimap.el (nnimap-expunge-search-string):
11870         Mention nnimap-search-uids-not-since-is-evil in docstring.
11871
11872 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * spam.el: Revert to make-obsolete-variable because
11875         define-obsolete-variable-alias is not supported in Emacs 21.
11876
11877         * spam.el (spam-ifile-path, spam-ifile-database-path)
11878         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11879         make-obsolete-variable.
11880         (spam-bsfilter-path, spam-bsfilter-program)
11881         (spam-spamassassin-path, spam-spamassassin-program)
11882         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11883         Don't use "path" inappropriately.
11884         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11885         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11886         variable names.
11887
11888 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11889
11890         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11891         summary buffer.
11892
11893         * password.el (password-cache-remove): Use clear-string to burn
11894         password, if available.
11895
11896 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11897
11898         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11899
11900         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11901
11902         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11903         (gnus-message-highlight-citation): Move defcustom here from
11904         gnus-cite.el.
11905         (gnus-message-citation-mode): Autoload.
11906
11907         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11908         checks to make it compile with XEmacs.
11909         (gnus-message-citation-mode): New minor mode.
11910         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11911         (gnus-message-highlight-citation): New variables.
11912         (gnus-message-search-citation-line)
11913         (gnus-message-add-citation-keywords)
11914         (gnus-message-remove-citation-keywords)
11915         (turn-on-gnus-message-citation-mode)
11916         (turn-off-gnus-message-citation-mode): New functions.
11917
11918 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11919
11920         * gnus-cite.el: Enable highlighting of different citation levels in
11921         message-mode.
11922
11923 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * message.el (message-make-fqdn): Fix comment.
11926         (message-bogus-system-names): Add ".local".
11927
11928         * spam.el (spam-ifile-path, spam-ifile-program)
11929         (spam-ifile-database-path, spam-ifile-database)
11930         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11931         Don't use "path" inappropriately.
11932         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11933         strings.
11934         (spam-check-ifile, spam-ifile-register-with-ifile)
11935         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11936         Use new variable names.
11937
11938         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11939         (gnus-treat-display-smileys): Simplify using
11940         gnus-image-type-available-p.
11941
11942         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11943         available.
11944
11945         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11946         Use `display-images-p' if available.
11947
11948 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11951         one after turning on the buffer's multibyteness instead of decoding
11952         them directly in the unibyte buffer that causes unexpected conversion
11953         in Emacs 23 (unicode).
11954
11955 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11956
11957         * message.el (message-generate-hashcash): Fix custom type.
11958
11959 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11962
11963 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11966         disconnect icons.  Add help text.
11967
11968 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11969
11970         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11971         negated to be consistent with the others we handle.
11972
11973 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11976         version of gnus-summary-buffer to something, so that we can use two
11977         article buffers at the same time.
11978
11979 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11980
11981         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11982         trigger all the extra headers.
11983         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11984         sorting.
11985
11986 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11987
11988         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11989         solid groups.
11990
11991 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11992
11993         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11994
11995 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * legacy-gnus-agent.el: Add Copyright notice.
11998
11999 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12000
12001         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12002
12003 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12006
12007         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12008         to make it work reliably in CVS Emacs.
12009         (gnus-summary-limit-strange-charsets-predicate)
12010         (gnus-summary-limit-to-predicate): New functions.
12011
12012 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12013
12014         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12015         specifying array size.
12016         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12017         array if it is too small.
12018         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12019         (gnus-sort-threads-loop): New function.
12020
12021 2006-12-06  Chris Moore  <dooglus@gmail.com>
12022
12023         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12024         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12025
12026 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12027
12028         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12029         options.
12030
12031 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12032
12033         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12034         DOS-ing the recipient.
12035
12036         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12037         the headers when creating the mapping to avoid mismappings.
12038         (nnweb-gmane-create-mapping): Always nix out old mapping.
12039
12040 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12043         and mm-verify-option to never.
12044
12045 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * message.el (message-signed-or-encrypted-p): New function.
12048         (message-forward-make-body): Use it.
12049
12050         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12051         Replace encode-coding-string with mm-encode-coding-string.
12052
12053 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * nneething.el (nneething-decode-file-name):
12056         Replace decode-coding-string with mm-decode-coding-string.
12057
12058         * gnus-int.el (gnus-open-server): Say failed server's name.
12059
12060 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12061
12062         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12063         strings to a single string.  Quote `errors-file-name'.
12064         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12065         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12066         Adjust calls.  Use `shell-quote-argument'.
12067
12068 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12069
12070         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12071         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12072
12073         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12074         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12075         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12076         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12077         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12078         (gnus-subscribe-newsgroup, gnus-1):
12079         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12080         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12081         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12082         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12083
12084 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12085
12086         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12087         keystroke.
12088         (gnus-summary-limit-to-bodies): Implement headersp.
12089
12090 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12091
12092         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12093
12094 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12097
12098 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12099
12100         * message.el (message-generate-hashcash): Expand range of values to
12101         include `opportunistic'.
12102         (message-send-mail): Use it.
12103
12104 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12105
12106         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12107         and comment it.
12108
12109         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12110
12111 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * gnus-util.el (gnus-extract-address-components): Improve comment.
12114
12115 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * gnus-util.el (gnus-extract-address-components): Work with address in
12118         which the name portion contains @.
12119
12120         * lpath.el: Fbind custom-autoload.
12121
12122 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * gnus.el (gnus-start): Move custom group up.
12125         (gnus-select-method): Don't autoload, but make it available for
12126         `customize-variable'.
12127         (gnus-getenv-nntpserver): Don't autoload.
12128
12129 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12130
12131         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12132
12133 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * message.el (message-sendmail-extra-arguments): New variable.
12136         (message-send-mail-with-sendmail): Use it.
12137
12138 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12141         mm-with-unibyte-current-buffer to make string unibyte.
12142
12143         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12144         mm-string-as-multibyte.
12145
12146 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12147
12148         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12149         Reported by Werner Koch <wk@gnupg.org>.
12150
12151 2006-11-14  Daiki Ueno  <ueno@p360>
12152
12153         * mml2015.el: Autoload epa-select-keys when compiling.
12154
12155 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12156
12157         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12158         message-options.
12159         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12160
12161 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12162
12163         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12164         EasyPG (< 0.0.6).
12165         (mml2015-always-trust): New user option.
12166         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12167         prompt.
12168
12169 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * nntp.el (nntp-authinfo-force): New variable.
12172         (nntp-send-authinfo): Use it.
12173
12174 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12177         decode encoded words.  Improve prompt.  Add comment about forwarding.
12178         (message-replacement-char): Move up.
12179
12180 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12181
12182         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12183         instead of gnus-intersection because arguments of gnus-sorted-nunion
12184         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12185
12186 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12189         (message-simplify-subject-functions):
12190         Enable message-strip-subject-encoded-words by default.
12191
12192 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * message.el (message-strip-subject-encoded-words): New function.
12195         (message-simplify-subject-functions): New variable.
12196         (message-simplify-subject): Use it.  Fix typo in doc string.
12197         Support message-strip-subject-encoded-words.
12198
12199 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12200
12201         * gnus-diary.el (gnus-diary-delay-format-function):
12202         * nndiary.el (nndiary-reminders):
12203         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12204
12205 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12206
12207         * gnus-art.el (article-hide-boring-headers): Fetch date from
12208         gnus-original-article-buffer to avoid problems with localized date
12209         strings.
12210
12211 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12214
12215 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12218         New variables.
12219         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12220         (mm-charset-synonym-alist): Move some entries to
12221         mm-codepage-iso-8859-list.
12222         (mm-charset-synonym-alist, mm-charset-override-alist):
12223         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12224
12225 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12228
12229 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12232         with Emacs 21 and XEmacs.
12233
12234 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12235
12236         * spam.el (spam-parse-address): New function for better parsing,
12237         catching errors, etc.
12238         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12239
12240 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * mm-view.el: Add interactive arg to html2text autoload.
12243
12244 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12247
12248 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12251         New variables.
12252         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12253         (mm-charset-synonym-alist): Move some entries to
12254         mm-codepage-iso-8859-list.
12255
12256         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12257
12258 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * message.el (message-citation-line-format)
12261         (message-insert-formated-citation-line): Fix implementation of %E, %N
12262         and %n according to the doc string.
12263
12264 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12265
12266         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12267         Use car-safe to avoid bad parses.
12268
12269 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12272         names.
12273
12274         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12275
12276 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12279         header.
12280
12281         * message.el (message-draft-headers): Add Date.
12282         (message-headers-to-generate): Fix typo in docstring.
12283
12284         * nndraft.el (nndraft-required-headers): New variable.
12285         (nndraft-generate-headers): Use it.
12286
12287         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12288
12289 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12290
12291         * gnus-registry.el (gnus-registry-wash-for-keywords)
12292         (gnus-registry-find-keywords): New functions to allow easy searching of
12293         articles that are in the registry.
12294
12295 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12296
12297         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12298         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12299         Reported by Damien Elmes <damien@repose.cx>.
12300
12301 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * gnus.el (gnus-mime): Remove unused custom group.
12304
12305 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12306
12307         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12308         "blank line" when searching for end of armor headers.
12309
12310 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * gmm-utils.el (gmm-write-region): Fix variable name.
12313
12314 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * gmm-utils.el (gmm-write-region): New function based on compatibility
12317         code from `mm-make-temp-file'.
12318
12319         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12320
12321         * nnmaildir.el (nnmaildir--update-nov)
12322         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12323         Use `gmm-write-region'.
12324
12325 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12328         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12329
12330         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12331
12332         * message.el (message-replacement-char): New variable.
12333         (message-fix-before-sending): Use it.
12334         (message-simplify-subject): New function to remove duplicate code.
12335         (message-reply, message-followup): Use it.
12336
12337         * gnus-sum.el (gnus-summary-make-menu-bar):
12338         Clarify gnus-summary-limit-to-articles.
12339
12340 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-util.el (gnus-with-local-quit): New macro.
12343
12344         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12345
12346 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12347
12348         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12349         ignore non-string data.
12350
12351 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12352
12353         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12354         non-string data (needs to be done in the registry too).
12355
12356 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12357
12358         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12359         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12360         (gnus-registry-split-fancy-with-parent)
12361         (gnus-registry-fetch-simplified-message-subject-fast)
12362         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12363         Remove text properties on ingress into the registry and when it's saved.
12364         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12365         registry from entries with no groups.
12366
12367 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12368
12369         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12370         function to remove string properties.
12371
12372 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * gmm-utils.el (gmm): Adjust custom version.
12375
12376         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12377         Adjust custom version.
12378
12379         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12380
12381 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * gnus-art.el (gnus-insert-prev-page-button)
12384         (gnus-insert-next-page-button): Simplify.  Reformat.
12385
12386 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12387
12388         * gnus-art.el (gnus-insert-prev-page-button)
12389         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12390
12391 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12392
12393         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12394
12395 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12396
12397         * gnus-art.el (gnus-insert-mime-button)
12398         (gnus-insert-mime-security-button):
12399         Apply gnus-article-button-face to MIME and security buttons.
12400
12401 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12404         readable.
12405
12406 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12409
12410 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12411
12412         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12413         `browse-url-of-file' instead of `browse-url'.
12414
12415 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12416
12417         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12418         regexp.  Articles containing quotation were cut prematurely.
12419
12420 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * message.el (message-cite-original-1): Use nobody by default for the
12423         value of From header.
12424         (message-reply): Ditto.
12425
12426 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12427
12428         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12429         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12430         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12431
12432 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12433
12434         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12435         mails in the doc string.  Add some URLs in comment.
12436         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12437
12438 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12441         backslashes handling and the way to find boundaries of quoted strings.
12442
12443 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12444
12445         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12446         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12447         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12448         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12449
12450 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12453         doc string.
12454         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12455
12456 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * lpath.el: Fbind epg-check-configuration.
12459
12460 2006-09-06  Simon Josefsson  <jas@extundo.com>
12461
12462         * mml2015.el (mml2015-use): Doc fix, mention epg.
12463
12464 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12465
12466         * mml2015.el (mml2015-use): Default to epg, if available.
12467
12468 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12469
12470         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12471         message-sender.
12472         (mml1991-epg-encrypt): Ditto.
12473         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12474         message-sender.
12475         (mml2015-epg-encrypt): Ditto.
12476
12477 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12478
12479         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12480         several common directories.
12481
12482 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12483
12484         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12485         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12486
12487 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * gnus-art.el (article-decode-encoded-words): Make it fast.
12490
12491 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12494
12495         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12496         in quoted string into `\'.
12497
12498 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12501         Use standard-syntax-table.
12502
12503 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-art.el (gnus-decode-address-function): New variable.
12506         (article-decode-encoded-words): Use it to decode headers which are
12507         assumed to contain addresses.
12508         (gnus-mime-delete-part): Remove useless `or'.
12509
12510         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12511         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12512         (gnus-nov-parse-line): Use it to decode From header.
12513         (gnus-get-newsgroup-headers): Ditto.
12514         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12515
12516         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12517         (mail-decode-encoded-address-string): New alias.
12518
12519         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12520         New function.
12521         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12522         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12523         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12524         (rfc2047-decode-string): Ditto.
12525         (rfc2047-decode-address-region): New function.
12526         (rfc2047-decode-address-string): New function.
12527
12528 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * message.el (message-caesar-buffer-body): Allow rotating headers.
12531
12532         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12533
12534         * message.el (message-insert-formated-citation-line): Fix %f.
12535         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12536
12537 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12540         (gnus-bookmark-mouse-available-p): New macro.
12541         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12542         (gnus-bookmark-bmenu-show-infos): Use it.
12543         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12544         (gnus-bookmark-bmenu-hide-infos): Ditto.
12545         (gnus-bookmark-remove-properties): New function.
12546         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12547         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12548         (gnus-bookmark-write-file): Bind coding-system-for-write.
12549         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12550         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12551         group before selecting it.
12552         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12553         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12554         quit-window if it is not available; use gnus-mouse-2 and bind it to
12555         gnus-bookmark-bmenu-select-by-mouse.
12556         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12557         (gnus-bookmark-bmenu-select-by-mouse): New function.
12558
12559 2006-08-13  Romain Francoise  <romain@orebokech.com>
12560
12561         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12562         space.
12563
12564 2006-08-10  Romain Francoise  <romain@orebokech.com>
12565
12566         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12567         (dns-mode-soa-auto-increment-serial): New user option.
12568         (dns-mode-soa-maybe-increment-serial): New function.
12569         (dns-mode): Add the latter to `write-contents-functions'.
12570
12571 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * compface.el (uncompface): Use binary rather than raw-text-unix.
12574
12575 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * compface.el (uncompface): Make sure the eol conversion doesn't take
12578         place when communicating with the external programs.
12579         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12580
12581 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12584
12585 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12586
12587         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12588         Make it more robust by parsing author and date independently.
12589
12590 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12593
12594 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12595
12596         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12597         first matching secret key.
12598         (mml2015-epg-encrypt): Ditto.
12599
12600         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12601         first matching secret key.
12602         (mml1991-epg-encrypt): Ditto.
12603
12604         * mml2015.el (mml2015-encrypt-to-self): New user option.
12605         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12606         mml2015-epg-encrypt-to-self is set.
12607
12608         * mml1991.el (mml1991-encrypt-to-self): New variable.
12609         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12610         mml1991-epg-encrypt-to-self is set.
12611
12612         * mml2015.el (mml2015-signers): New user option.
12613         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12614         (mml2015-epg-encrypt): Allow to select signing keys.
12615
12616         * mml1991.el (mml1991-signers): New variable.
12617         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12618         (mml1991-epg-encrypt): Allow to select signing keys.
12619
12620 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * nnheader.el (nnheader-insert-head): Make it work even if the file
12623         uses CRLF for the line-break code.
12624
12625 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12626
12627         * mml2015.el: Require mml-sec instead of password.
12628         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12629         (mml2015-cache-passphrase): Inherit the default value from
12630         mml-secure-cache-passphrase.
12631         (mml2015-passphrase-cache-expiry): Inherit the default value from
12632         mml-secure-passphrase-cache-expiry.
12633
12634         * mml1991.el: Require mml-sec instead of password.
12635         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12636         (mml1991-cache-passphrase): Inherit the default value from
12637         mml-secure-cache-passphrase.
12638         (mml1991-passphrase-cache-expiry): Inherit the default value from
12639         mml-secure-passphrase-cache-expiry.
12640
12641         * mml-sec.el: Require password.
12642         (mml-secure-verbose): New user option.
12643         (mml-secure-cache-passphrase): New user option.
12644         (mml-secure-passphrase-cache-expiry): New user option.
12645
12646 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12647
12648         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12649         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12650         andreas@altroot.de (Andreas Vögele).
12651
12652         FIXME: Use `tiny change'?
12653
12654 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12655
12656         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12657         workaround for the url package included with Emacs.
12658
12659         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12660
12661 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12664         correctly.  This fixes a bug caused by the 2006-05-12 change.
12665
12666 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12667
12668         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12669         some information about the error when saying that the `bogus' mail
12670         group will be used.
12671
12672 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12673
12674         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12675         string.
12676
12677 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12678
12679         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12680
12681 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12682
12683         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12684
12685 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12686
12687         * mml1991.el (mml1991-function-alist): Add epg.
12688         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12689         (mml1991-epg-encrypt): New functions.
12690
12691 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12692
12693         * mml2015.el (mml2015-verbose): New variable.
12694         (mml2015-cache-passphrase): Ditto.
12695         (mml2015-passphrase-cache-expiry): Ditto.
12696         (mml2015-function-alist): Add epg.
12697         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12698         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12699         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12700         New functions.
12701
12702 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12703
12704         * message.el (message-cite-original-1): Preserve region when removing
12705         quoted text due to X-No-Archive in order to avoid bogus attribution
12706         when citing multiple messages.
12707
12708 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12709
12710         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12711         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12712
12713 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * gnus-diary.el (gnus-user-format-function-d)
12716         (gnus-user-format-function-D): Autoload.
12717
12718         * imap.el (Commentary): Fix typo.
12719
12720         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12721         2006-04-22 contribution.
12722
12723 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12724
12725         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12726         It didn't really fix the bogosity I'm seeing with solid web groups.
12727
12728 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12729
12730         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12731         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12732         created using server names.  If we use the feature without declaring
12733         it, Gnus does not properly manage server and group state.
12734
12735         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12736         bound.
12737
12738 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12739
12740         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12741         looking up the method using GROUP's prefix before inventing a new one.
12742         It is used on killed/unknown groups in various places where returning
12743         an all-new method isn't expected by the caller.
12744
12745         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12746         and match semantics of gnus-group-real-prefix.
12747
12748 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * nnmail.el (nnmail-broken-references-mailers): New variable.
12751         (nnmail-ignore-broken-references): New function generalizing
12752         nnmail-fix-eudora-headers.
12753         (nnmail-fix-eudora-headers): Now obsolete.
12754
12755         * gnus-art.el (gnus-button-handle-custom):
12756         Support `customize-apropos*'.
12757
12758 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12759
12760         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12761
12762         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12763         articles.
12764
12765 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12766
12767         * message.el (message-cite-reply-above): New variable.
12768         (message-yank-original): Use it.
12769
12770 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12773
12774 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12777         as read.
12778
12779         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12780
12781 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12784         (gnus-bookmark-default-file): Use gnus-directory.
12785         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12786         Remove "*" in doc string.
12787         (gnus-bookmark-write-file): Simplify.
12788         (gnus-bookmark-maybe-sort-alist): Use `when'.
12789         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12790         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12791         Add FIXME about Emacs 21 and XEmacs compatibility.
12792         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12793         compatibility.
12794         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12795         compatibility.
12796         (gnus-bookmark-menu-heading): Fix version.
12797
12798 2006-06-19  Bastien Guerry  <bzg@altern.org>
12799
12800         * gnus-bookmark.el: New file.
12801
12802 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * message.el (message-syntax-checks): Doc fix.
12805
12806 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12807
12808         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12809         unsubscribed groups as if they were killed ones.  It causes duplicate
12810         entries in gnus-newsrc-alist.
12811
12812 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * message.el (message-syntax-checks): Doc fix.
12815         (message-send-mail): Add check for continuation headers.
12816         (message-check-news-header-syntax): Fix regexp used to check for
12817         continuation headers.
12818
12819 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12822
12823 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12826
12827 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12830         default-truncate-lines.
12831
12832 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12835         to fill the utf-8 entry.
12836
12837         * lpath.el: Fbind unicode-precedence-list.
12838
12839 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12840
12841         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12842
12843 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12844
12845         * gnus-agent.el (directory-files-and-attributes): Move all the way
12846         forward (the third and final move).
12847         (gnus-agent-read-agentview): Trap reconstruction errors due to
12848         nonexistent directory.  Handle by returning nil.
12849
12850 2006-05-30  Didier Verna  <didier@xemacs.org>
12851
12852         * message.el (message-dont-reply-to-names): Update the custom type.
12853         * message.el (message-dont-reply-to-names): New defsubst: potentially
12854         convert a list of regexps into a single one.
12855         * message.el (message-get-reply-headers): Use it.
12856         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12857
12858 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus-agent.el (directory-files-and-attributes): Move forward.
12861
12862 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * gnus-ml.el (gnus-mailing-list-subscribe)
12865         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12866         (gnus-mailing-list-message): Fix doc strings.
12867
12868 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12869
12870         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12871         of doing it manually.
12872
12873 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12876         comment.
12877
12878 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12879
12880         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12881         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12882         (gnus-agent-read-local): All symbols allocated in my-obarray.
12883         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12884         (gnus-agent-regenerate-group): Check numeric names to see if they are
12885         messages or groups.
12886         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12887         better way of do this...)
12888
12889         * gnus-cache.el (gnus-agent-total-fetched-for):
12890         Ignore 'dummy.group' (there should be a better way of do this...)
12891
12892 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12895         (gnus-saved-headers): Ditto.
12896         (gnus-default-article-saver): Mention functions may have properties.
12897         (gnus-article-save): Override gnus-save-all-headers and
12898         gnus-saved-headers by :headers property which saver function may have.
12899         (gnus-summary-save-in-file): Add :headers property.
12900         (gnus-summary-write-to-file): Ditto.
12901
12902         * gnus-sum.el (gnus-summary-save-article): Bind
12903         gnus-prompt-before-saving to t when saving many articles in a file;
12904         always show all headers.
12905
12906         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12907
12908 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12911         marks.
12912
12913         * message.el (message-indent-citation): Add optional arguments to allow
12914         using it outside of message buffers.
12915
12916         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12917         (gnus-article-treat-unfold-headers): Use it.
12918         (gnus-article-truncate-lines): New variable.
12919         (gnus-article-mode): Use it.
12920         (gnus-article-toggle-truncate-lines): New function.
12921
12922         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12923         Add gnus-article-toggle-truncate-lines.
12924
12925         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12926         coding system in XEmacs, use binary.
12927
12928 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12931         after-load-alist.
12932
12933         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12934         this function should save decoded articles.
12935         (gnus-summary-write-to-file): Use property to specify this function
12936         should save decoded articles and specify gnus-summary-save-in-file
12937         should be used to save articles other than the first one when saving
12938         many articles.
12939         (gnus-summary-save-body-in-file): Use property to specify this
12940         function should save decoded articles.
12941         (gnus-summary-write-body-to-file): Use property to specify this
12942         function should save decoded articles and specify
12943         gnus-summary-save-body-in-file should be used to save articles other
12944         than the first one when saving many articles.
12945
12946         * gnus-sum.el (gnus-summary-save-article): Simplify.
12947
12948 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-art.el (gnus-default-article-saver):
12951         Add gnus-summary-write-body-to-file.
12952         (gnus-article-save-coding-system): Don't use coding system object
12953         in XEmacs.
12954         (gnus-read-save-file-name): Add optional `dir-var' argument which
12955         specifies directory in which files are saved; work even if optional
12956         `variable' argument is not specified.
12957         (gnus-summary-write-to-file): Read file name.
12958         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12959         (gnus-summary-write-body-to-file): New function.
12960
12961         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12962         (gnus-summary-local-variables): Add it.
12963         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12964         (gnus-summary-save-article): Remove optional `decode' argument;
12965         determine whether to decode articles by the value of
12966         gnus-default-article-saver; when saving many files using
12967         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12968         it first and use gnus-summary-save-in-file or
12969         gnus-summary-save-body-in-file thereafter unless
12970         gnus-prompt-before-saving is always; move point to article which
12971         will be saved.
12972         (gnus-summary-save-article-file): Revert.
12973         (gnus-summary-write-article-file): Revert.
12974         (gnus-summary-save-article-body-file): Revert.
12975         (gnus-summary-write-article-body-file): New function.
12976
12977 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * gnus-art.el (gnus-default-article-saver): Doc fix.
12980         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12981         from gnus-summary-save-article-coding-system, and default to a
12982         certain coding system.
12983         (gnus-output-to-file): Add coding cookie and encode text according
12984         to gnus-article-save-coding-system; don't use mm-append-to-file.
12985
12986         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12987         gnus-art.el and rename to gnus-article-save-coding-system.
12988         (gnus-summary-save-article): Require gnus-art; don't show all
12989         headers if it decodes articles; don't add coding cookie here;
12990         don't bind mm-text-coding-system-for-write.
12991         (gnus-summary-save-article-file): Save decoded articles.
12992         (gnus-summary-write-article-file): When saving many files, use
12993         gnus-summary-write-to-file first and gnus-summary-save-in-file
12994         thereafter unless gnus-prompt-before-saving is always.
12995         (gnus-summary-save-article-body-file): Save decoded articles.
12996
12997         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12998
12999 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * nnrss.el (nnrss-check-group): Bind hash-index.
13002
13003 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13004
13005         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13006         its hash index.  Store this hash in `nnrss-group-data'.
13007         (nnrss-read-group-data): Update accordingly.
13008
13009 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13012         entry.
13013
13014         * gnus-sum.el (gnus-summary-make-menu-bar):
13015         Add gnus-article-browse-html-article.
13016
13017 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13018
13019         * gnus-sum.el (gnus-summary-mime-map):
13020         Add gnus-article-browse-html-article.
13021
13022         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13023
13024 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13027         suitable coding systems in customize.
13028
13029 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13030
13031         * mail-source.el (mail-sources): Fix custom type.
13032
13033 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13036         (gnus-summary-expire-articles-now): Shorten prompt.
13037
13038         * gmm-utils.el (wid-edit): Require.
13039         (defun-gmm): Rename from `gmm-defun-compat'.
13040         (gmm-image-search-load-path): Use it.
13041         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13042
13043 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * gnus-sum.el (gnus-summary-save-article-coding-system):
13046         New variable.
13047         (gnus-summary-save-article): Add optional `decode' argument.
13048         If it is set and gnus-summary-save-article-coding-system is non-nil,
13049         save decoded article.
13050         (gnus-summary-write-article-file): Save decoded article if
13051         gnus-summary-save-article-coding-system is non-nil.
13052
13053         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13054         type.
13055
13056 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13059
13060 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13063         first to test gnus-single-article-buffer which may be buffer-local.
13064
13065         * gnus-sum.el (gnus-summary-setup-buffer):
13066         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13067         group; make gnus-article-buffer, gnus-article-current, and
13068         gnus-original-article-buffer always buffer-local.
13069         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13070         group.
13071         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13072
13073 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * nnml.el (nnml-request-compact-group): Compressed files might not
13076         have .gz extension.
13077
13078 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13079
13080         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13081         (mm-copy-to-buffer): Use with-current-buffer.
13082         (mm-display-part): Simplify.
13083         (mm-inlinable-p): Add optional arg `type'.
13084
13085 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13086
13087         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13088         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13089         Try harder to show the attachment internally or externally using
13090         gnus-mime-view-part-as-type.
13091
13092 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * message.el (message-from-style, message-signature-separator)
13095         (message-user-organization-file, message-send-mail-function)
13096         (message-citation-line-function, message-yank-prefix)
13097         (message-indent-citation-function, message-signature)
13098         (message-signature-file, message-signature-insert-empty-line):
13099         Remove autoloads.
13100
13101         * gnus-art.el (gnus-buttonized-mime-types):
13102         Remove "multipart/signed".  Revert 2006-04-26 change.
13103
13104 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13105
13106         * gnus.el (gnus-version-number): Bump version.
13107
13108 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13109
13110         * gnus.el: No Gnus v0.5 is released.
13111
13112 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13113
13114         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13115         fetching articles by message-id.
13116
13117 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13118
13119         * message.el (hashcash): Require hashcash as normal.
13120
13121         * ecomplete.el (ecomplete-highlight-match-line):
13122         Use point-at-eol.
13123         (ecomplete-highlight-match-line): Use `highlight', because that
13124         face exists in both Emacs and XEmacs.
13125
13126         * message.el (message-display-abbrev): Use point-at-bol.
13127
13128         * mail-source.el: Don't require timer/timer-funcs.
13129
13130         * gnus-async.el: Ditto.
13131
13132         * password.el: Ditto.
13133
13134         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13135
13136         * mm-url.el: Ditto.
13137
13138         * gnus-xmas.el: Don't require timer-funcs.
13139
13140         * mm-util.el: Require timer/timer-funcs.
13141
13142 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13143
13144         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13145         Close.
13146
13147 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13150         unibyte after clear-decrypt function runs.
13151
13152         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13153         returns as a unibyte string.
13154
13155 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * lpath.el: Revert.
13158
13159         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13160         (pgg-gpg-process-sentinel): Revert.
13161
13162         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13163         (pgg-pgp-lookup-key): Revert.
13164
13165         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13166         (pgg-pgp5-lookup-key): Revert.
13167
13168         * pgg.el (pgg-fetch-key): Revert.
13169
13170 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * lpath.el: Fbind string-as-multibyte for XEmacs.
13173
13174         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13175         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13176         (mml1991-pgg-encrypt): Ditto.
13177
13178         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13179         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13180         a multibyte buffer.
13181
13182         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13183         (pgg-pgp-lookup-key): Ditto.
13184
13185         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13186         (pgg-pgp5-lookup-key): Ditto.
13187
13188         * pgg.el (pgg-fetch-key): Ditto.
13189
13190 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * message.el (message-user-organization-file): Check several
13193         locations of the organization file.
13194
13195         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13196         Add gnus-article-view-part-as-type.
13197
13198         * gnus-art.el (gnus-article-view-part-as-type): New function.
13199
13200         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13201         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13202
13203         * mml.el: Simplify autoload.
13204         (mml-mode): defvar dnd-protocol-alist instead of using
13205         symbol-value.
13206         (mml-default-directory): New variable.
13207         (mml-minibuffer-read-file): Use it.
13208         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13209
13210         * message.el (message-citation-line-format): New variable.
13211         (message-insert-formated-citation-line): New function.
13212         (message-citation-line-function):
13213         Add `message-insert-formated-citation-line' to custom type.
13214
13215         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13216         to doc string.
13217
13218         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13219         depending on mm-verify-option.
13220
13221 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13224         binding pgg-* variables; reimplement the section which prevents
13225         MIME header from being signed.
13226         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13227         pgg-text-mode; remove a blank line at the top of body.
13228
13229         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13230         lines at the top of body; use gnus-newsgroup-charset if there's no
13231         Charset header.
13232
13233 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * message.el (message-self-insert-commands): Doc fix.
13236
13237         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13238         (mm-uu-pgp-encrypted-test): Ditto.
13239         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13240         between header and body; return application/pgp-encrypted handle
13241         if decryption failed; decode decrypted body by charset.
13242
13243         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13244         element match to application/pgp-*.
13245
13246 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13247
13248         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13249         HTML.
13250
13251 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13252
13253         * mail-source.el (mail-source-call-script): Message the error
13254         string.
13255
13256 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13257
13258         * gnus-util.el (gnus-byte-compile): Use it.
13259
13260 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13261
13262         * gnus-util.el (kill-empty-logs): New function.
13263
13264 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13265
13266         * message.el (message-mail-alias-type): Doc fix.
13267         (message-mail-alias-type-p): New function.
13268         (message-send): Use it.
13269         (message-mode): Ditto.
13270         (message-strip-forbidden-properties): Ditto.
13271
13272         * ecomplete.el (ecomplete-database-file-coding-system):
13273         New variable.
13274         (ecomplete-save): Use it.
13275         (ecomplete-setup): Use it.
13276
13277 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * message.el (message-self-insert-commands): New variable.
13280         (message-strip-forbidden-properties): Use it.
13281
13282 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13283
13284         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13285         that doesn't make XEmacs choke.
13286
13287 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * gnus-util.el (gnus-replace-in-string):
13290         Prefer replace-regexp-in-string over of replace-in-string.
13291
13292 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-util.el (gnus-select-frame-set-input-focus):
13295         Use select-frame-set-input-focus if it is available in XEmacs; use
13296         definition defined in Emacs 22 for old Emacsen.
13297
13298         * dgnushack.el: Autoload unmorse-region for XEmacs.
13299
13300         * lpath.el: Bind cursor-in-non-selected-windows and
13301         select-frame-set-input-focus for XEmacs.
13302
13303 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13306
13307 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13308
13309         * gnus-registry.el (gnus-registry-cache-save): Remove text
13310         properties when saving via the temp buffer.
13311
13312 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * message.el (message-generate-hashcash): Honor custom type.
13315
13316 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13317
13318         * message.el (message-generate-hashcash): Default to non-nil when
13319         hashcash is found.
13320
13321         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13322         (gnus-refer-thread-limit): Increase default to 500.
13323
13324         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13325
13326         * flow-fill.el (fill-flowed): Allow delete-space.
13327
13328 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13331         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13332         Remove autoloads.
13333
13334 2006-04-18  Simon Josefsson  <jas@extundo.com>
13335
13336         * message.el (message-generate-hashcash): Default to.
13337
13338 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13341         concatenating segments rather than before concatenating them.
13342
13343 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13346
13347 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13348
13349         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13350
13351         * message.el (message-forward-make-body-plain):
13352         Allow message-forward-ignored-headers to be a list.
13353         (message-remove-ignored-headers): Factor out into function.
13354         (message-forward-make-body-mml): Use it.
13355
13356         * imap.el (imap-quote-specials): New function.
13357         (imap-login-auth): Quote specials.
13358
13359         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13360         (rfc2231-parse-string): Allow concatanation of parameters that
13361         aren't contiguous.  The test case is
13362           (mail-header-parse-content-type "message/external-body;
13363             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13364             access-type=LOCAL-FILE;
13365             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13366
13367 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13368
13369         * nntp.el (nntp-accept-process-output): Return the value of
13370         `nnheader-accept-process-output'.
13371
13372 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13373
13374         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13375         (gnus-button-alist): Recognize more diff formats.
13376         (gnus-button-patch): Strip directory.
13377
13378 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13381         Emacs 22 when setting focus.
13382
13383 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13384
13385         * gnus-art.el (gnus-article-treat-types): Do treatment of
13386         text/x-verbatim parts.
13387         (gnus-button-patch): New command.
13388
13389         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13390         addresses that contain invalid characters.
13391
13392 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13393
13394         * message.el (message-put-addresses-in-ecomplete):
13395         Use gnus-replace-in-string.
13396         (message-is-yours-p): Use the more correct
13397         mail-header-parse-address instead of
13398         mail-extract-address-components.
13399         (message-put-addresses-in-ecomplete): Fix typo.
13400
13401         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13402         keystroke.
13403
13404         * gnus-art.el (gnus-treatment-function-alist): Change order of
13405         newsgroups/generic header folding to avoid double-folding.
13406
13407         * message.el (message-hidden-headers): Add X-Draft-From.
13408
13409         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13410         New command.
13411         (gnus-summary-repeat-search-article-backward): New command.
13412
13413         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13414         groups in the parent topic.
13415
13416 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13417
13418         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13419         (spam-extra-header-to-number): Return the CRM114 number as a
13420         number instead of a string.
13421
13422 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13423
13424         * gnus-art.el (gnus-face-properties-alist): Move here from
13425         gnus-fun.
13426
13427         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13428
13429 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13430
13431         * message.el (message-strip-forbidden-properties): Only display on
13432         self-insert-command.
13433
13434         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13435         reindent.
13436         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13437
13438 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13439
13440         * smiley.el (smiley-style): Fix typo.
13441
13442 2006-03-23  Kenichi Handa  <handa@m17n.org>
13443
13444         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13445         instead of set-buffer-multibyte.
13446
13447 2006-03-23  Kenichi Handa  <handa@m17n.org>
13448
13449         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13450         buffer and then decode the buffer text if necessary.
13451         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13452         first, and after mm-encode-body, change the buffer to unibyte.
13453
13454 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13455
13456         * hashcash.el (hashcash-insert-payment-async-2):
13457         Use message-goto-eoh instead of doing it manually.
13458         (mail-add-payment): Use message-narrow-to-header instead of trying
13459         to do the same itself.
13460
13461         * message.el (message-hidden-headers): Add Face.
13462
13463         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13464         reparenting code.
13465         (gnus-summary-reparent-children): Refactored out code.
13466         (gnus-summary-thread-map): New keystroke.
13467         (gnus-summary-reparent-children): Make into command.
13468
13469         * smiley.el (smiley-style): Default to `medium' if using a large
13470         font.
13471
13472         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13473         does it itself.
13474
13475         * message.el (message-point-in-header-p): Simplify definition.
13476
13477 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13478
13479         * nnagent.el (nnagent-request-set-mark): Silence log file
13480         writing.
13481         (nnagent-request-set-mark): Use write-region instead of
13482         append-to-file.
13483
13484         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13485         strange select method.
13486
13487         * ecomplete.el (ecomplete-display-matches): Get highlightling
13488         right.
13489         (ecomplete-display-matches): Use literals.
13490         (ecomplete-display-matches): Disable message logging.
13491
13492         * message.el (message-display-abbrev): Small optimization.
13493
13494         * ecomplete.el (ecomplete-display-matches): Allow automatic
13495         display.
13496
13497         * message.el (message-strip-forbidden-properties):
13498         Display abbrevs.
13499         (message-display-abbrev): Get automatic display right.
13500
13501         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13502         keystrokes.
13503
13504 2006-04-13  Romain Francoise  <romain@orebokech.com>
13505
13506         TODO: Backport to v5-10!
13507
13508         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13509         Move here (and rename) from gnus-registry.el.
13510
13511         * gnus-registry.el: Require gnus-util.
13512         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13513
13514 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13515
13516         * gnus-group.el (gnus-group-catchup-current):
13517         Change if-then-else-if-then-else into cond.
13518         (gnus-group-catchup): Indent.
13519         (group-name-at-point): New function.
13520         (gnus-fetch-group): Provide default from thing at point.
13521
13522 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13523
13524         * message.el (message-display-abbrev): Fix regexp.
13525
13526         * ecomplete.el (ecomplete-highlight-match-line):
13527         Reimplement choosing.
13528         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13529         dead variables.
13530
13531         * message.el (message-newline-and-indent): Remove debugging.
13532         (message-display-abbrev): Use new implementation.
13533
13534 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * gnus-art.el (gnus-article-mode):
13537         Set cursor-in-non-selected-windows to nil.
13538
13539         * smiley.el: Revert previous change.
13540         (smiley-data-directory): defvar it before using it in the
13541         defcustom of `smiley-style'.
13542
13543 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13544
13545         * message.el (message-newline-and-indent): New function.
13546
13547         * ecomplete.el: Implement more bits.
13548
13549         * message.el (message-put-addresses-in-ecomplete): Clean up the
13550         string.
13551
13552         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13553
13554         * gnus-sum.el (gnus-summary-save-parts):
13555         Bind gnus-summary-save-parts-counter and use it to make unique file
13556         names.
13557
13558         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13559
13560         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13561         parameter to say whether to actually parse the individual
13562         addresses.
13563
13564         * message.el (message-put-addresses-in-ecomplete): New function.
13565         (ecomplete): Require.
13566         (message-mail-alias-type): Add ecomplete as an option.
13567
13568 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13569
13570         * flow-fill.el (fill-flowed): Remove trailing space from blank
13571         quoted lines.
13572
13573 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13574
13575         * smiley.el (smiley-style): Move definition later to avoid a
13576         compilation warning.
13577
13578 2006-04-12  Kenichi Handa  <handa@m17n.org>
13579
13580         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13581         buffer and then decode the buffer text if necessary.
13582         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13583         first, and after mm-encode-body, change the buffer to unibyte.
13584         Use mm-disable-multibyte instead of set-buffer-multibyte.
13585
13586 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13589         Content-Type header instead of Content-Disposition header.
13590         (gnus-mime-inline-part): Ditto.
13591         (gnus-mime-view-part-as-charset): Ignore charset that the part
13592         specifies.
13593
13594         * mm-decode.el (mm-display-part): Work with external parts and
13595         usual parts similarly.
13596
13597         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13598         instead of gnus-display-mime.
13599
13600         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13601         instead of with-temp-buffer.
13602
13603         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13604         tag to summarized topics part in order to encode non-ASCII text.
13605
13606 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * smiley.el (smiley-style): New variable.
13609         (smiley-directory): New function.
13610         (smiley-data-directory): Derive from `smiley-style' using
13611         `smiley-directory'.
13612         (smiley-regexp-alist): Add new entries.
13613
13614         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13615         (gnus-article-browse-delete-temp): Add :version.
13616
13617 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13618
13619         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13620         the sieve region.
13621
13622 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13623
13624         * gnus.el (gnus-version-number): Bump version.
13625
13626 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * gnus.el: No Gnus v0.4 is released.
13629
13630 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13631
13632         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13633         layout.
13634
13635         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13636         unknown charset.
13637
13638         * message.el (message-header-synonyms): Add Original-To to the
13639         default.
13640
13641         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13642         optional parameter.
13643
13644 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * gnus-fun.el (gnus): Require it for gnus-directory.
13647
13648 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13651
13652 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13653
13654         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13655
13656 2006-04-05  Simon Josefsson  <jas@extundo.com>
13657
13658         * password.el (password-reset): New function.
13659
13660 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13661
13662         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13663         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13664
13665 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13666
13667         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13668         Some whitespace was matched into the url, which broke browsing hits
13669         > 100 when mm-url-use-external was nil.
13670
13671 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13674         Check gnus-extra-headers for 'Newsgroups.
13675
13676         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13677         bound.
13678
13679 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13680
13681         * pgg-gpg.el: Clean up process buffers every time gpg processes
13682         complete.
13683
13684 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13685
13686         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13687         doc string.
13688
13689 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13690
13691         * pgg-gpg.el (pgg-gpg-process-filter)
13692         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13693
13694         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13695         lines, temporary fix.
13696
13697 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13700
13701 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13702
13703         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13704         default-enable-multibyte-characters.  This reverts the change from
13705         revision 6.17 which is no longer necessary because the passphrase
13706         is sent separately now.  GnuPG messages are unreadable under
13707         multibyte locales with default-enable-multibyte-characters set to
13708         nil.
13709
13710 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * message.el (message-tool-bar-gnome): Move "spell".
13713
13714 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13717         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13718         instead.
13719
13720 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13721
13722         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13723         Improve newsgroups handling for NNTP overviews which don't include
13724         Newsgroups.
13725
13726 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13727
13728         * message.el (message-resend): Bind message-generate-hashcash to nil.
13729
13730 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13731
13732         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13733         when searching for already-paid recipients.
13734
13735 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13736
13737         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13738         passphrases when it is not needed.
13739         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13740         passphrase stuff from gpg, should only be necessary when you use
13741         gpg with a smartcard.
13742
13743 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * mml.el (mml-insert-mime): Ignore cached contents of
13746         message/external-body part.
13747
13748         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13749         (mm-insert-part): Ditto.
13750
13751 2006-03-23  Simon Josefsson  <jas@extundo.com>
13752
13753         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13754         Reiner.
13755         (pgg-gpg-use-agent-p): Use it again.
13756
13757 2006-03-23  Simon Josefsson  <jas@extundo.com>
13758
13759         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13760         older emacsen.
13761         (pgg-gpg-use-agent-p): Don't use it.
13762
13763 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13766         if we can.
13767
13768 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13769
13770         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13771         (pgg-gpg-update-agent): New function.
13772         (pgg-gpg-use-agent-p): New function.
13773         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13774         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13775         (pgg-gpg-sign-region): Use it.
13776
13777 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13780         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13781
13782 2006-03-21  Simon Josefsson  <jas@extundo.com>
13783
13784         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13785         <wilde@sha-bang.de>.
13786         (pgg-gpg-use-agent): New variable.
13787         (pgg-gpg-process-region): Use it.
13788         (pgg-gpg-encrypt-region): Likewise.
13789         (pgg-gpg-encrypt-symmetric-region): Likewise.
13790         (pgg-gpg-decrypt-region): Likewise.
13791         (pgg-gpg-sign-region): Likewise.
13792         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13793
13794 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13797
13798         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13799         Add comment on version.
13800
13801 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13802
13803         * smiley.el: Add missing test smiley.
13804
13805 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * mm-decode.el (mm-with-part): New macro.
13808         (mm-get-part): Use it; work with message/external-body as well.
13809         (mm-save-part): Treat name and filename equally.
13810
13811         * mm-extern.el (mm-extern-cache-contents): New function.
13812         (mm-inline-external-body): Use it; force the part to be displayed;
13813         move undisplayer added to the cached handle to the parent.
13814
13815         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13816         (gnus-mime-view-part-as-type): Work with message/external-body.
13817
13818         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13819
13820 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13821
13822         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13823         images in image-load-path.  [Sync with image.el, revision 1.60, in
13824         Emacs.]
13825
13826 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13829         path rather than symbol.  Always return list of directories.
13830         Guarantee that image directory comes first.  [Sync with image.el,
13831         revision 1.59, in Emacs.]
13832
13833         * message.el (message-make-tool-bar): Adjust to new API of
13834         `gmm-image-load-path-for-library'.
13835
13836         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13837
13838         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13839
13840 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13841
13842         * gnus-art.el (gnus-article-only-boring-p):
13843         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13844         intangible text.
13845         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13846
13847 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13850         Use `defun' instead of `gmm-defun-compat'.
13851
13852 2006-03-14  Simon Josefsson  <jas@extundo.com>
13853
13854         * message.el (message-unique-id): Don't use message-number-base36
13855         if (user-uid) is a float.
13856         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13857
13858 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13861
13862         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13863         empty line between a part and a message part.
13864
13865 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * smiley.el: Add more test smileys.
13868         (smiley-data-directory, smiley-regexp-alist)
13869         (gnus-smiley-file-types): Fix doc strings.
13870         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13871         adding new elements.
13872         (smiley-mouse-map): Unused code.  Make it a comment.
13873
13874 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13877         scan latest NoCeM messages instead of old ones.
13878         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13879         delimiters that are recently used.
13880         (gnus-nocem-load-cache): Add autoload cookie.
13881
13882         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13883
13884         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13885         level which is larger than gnus-use-nocem is specified.
13886
13887         * gnus-group.el (gnus-group-get-new-news): Ditto.
13888
13889 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13890
13891         * gnus-util.el (gnus-tool-bar-update): New function.
13892
13893         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13894         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13895
13896         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13897
13898         * gnus-group.el (gnus-group-redraw-when-idle)
13899         (gnus-group-redraw-check): Remove.
13900         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13901
13902 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13905         if optional last element is specified in splits (FIELD VALUE...).
13906
13907 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13910         to gmm-image-load-path-for-library.  Call with no-error argument.
13911         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13912
13913         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13914
13915         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13916
13917         * gmm-utils.el (gmm-image-load-path): Remove alias.
13918
13919 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13920
13921         * gmm-utils.el (gmm-image-load-path): Add alias.
13922
13923         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13924         nnml-generate-nov-databases-1.
13925         (nnml-generate-nov-databases): Use it.
13926         (nnml-generate-nov-databases-directory): Document no-active
13927         argument.
13928
13929         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13930         directory if path is t.  Add no-error.
13931
13932         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13933         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13934
13935         * gnus-art.el (gnus-article-browse-delete-temp-files):
13936         Simplify resetting gnus-article-browse-html-temp-list.
13937
13938         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13939         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13940         Add example to docstring.  Rename local variables.  Move error
13941         checks to default case in cond and simplify.
13942
13943 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13946         handle is multipart when calling it recursively.
13947         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13948
13949 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13950
13951         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13952         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13953
13954 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13957         is loaded.
13958
13959         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13960         loaded.
13961
13962 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13963
13964         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13965         to "Emacs 23 (unicode)" in doc string.
13966
13967         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13968         "Emacs 23 (unicode)" in comment.
13969
13970 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13973
13974         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13975         characters 160 through 255 in Emacs 23.
13976
13977 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13980         gnus-article-browse-html-temp.
13981         (gnus-article-browse-delete-temp): Make it customizable.
13982         Add `file'.  Adjust doc string.
13983         (gnus-article-browse-delete-temp-files): Add argument.
13984         Allow query for each file.  Adjust doc string.
13985         (gnus-article-browse-html-parts):
13986         Add `gnus-article-browse-delete-temp-files' to
13987         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13988
13989 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13990
13991         * gnus-art.el (gnus-article-browse-html-temp)
13992         (gnus-article-browse-delete-temp): New variables.
13993         (gnus-article-browse-delete-temp-files): New function.
13994         (gnus-article-browse-html-parts): Use it.
13995
13996 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13999
14000         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14001         string.
14002
14003         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14004         gnus-summary-insert-new-articles when unplugged.
14005         Remove gnus-summary-search-article-forward.
14006
14007         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14008         display-visual-class instead of display-color-cells.
14009
14010 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * dgnushack.el: Autoload customize-group for XEmacs.
14013
14014         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14015         message/* containing non-ASCII text properly.
14016
14017 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14018
14019         * message.el: Require gmm-utils, remove autoloads.
14020         (message-tool-bar): Set default based on
14021         gmm-tool-bar-style.
14022         (message-tool-bar-gnome): Add gmm-customize-mode.
14023
14024         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14025         gmm-tool-bar-style.
14026         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14027
14028         * gnus-group.el (gnus-group-tool-bar): Set default based on
14029         gmm-tool-bar-style.
14030         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14031
14032         * gmm-utils.el (gmm-image-directory): Rename variable from
14033         gmm-image-load-path.
14034         (gmm-image-load-path): Use gmm-image-directory.
14035         (gmm-customize-mode): New function.
14036         (gmm-tool-bar-style): New variable.
14037
14038         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14039         gnus-group-redraw-line-number.
14040         (gnus-group-redraw-check): Simplify.
14041         (gnus-group-tool-bar-update): Remove redraw check.
14042         (gnus-group-make-tool-bar): Add redraw check.
14043
14044 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14045
14046         * gnus-art.el (gnus-button): Add missing parentheses.
14047
14048 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * lpath.el: Fbind line-number-at-pos.
14051
14052 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14055
14056 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * gnus-art.el (gnus-button): New face.
14059         (gnus-article-button-face): Use it.
14060
14061         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14062         Add gnus-summary-next-page.  Re-order.
14063
14064         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14065         next-node are now included.
14066         (gnus-group-redraw-line-number): New internal variable.
14067         (gnus-group-redraw-check): Helper function for updating the tool
14068         bar.
14069         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14070
14071         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14072
14073         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14074         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14075         Use it to match format of Spamassassin 3.0 and later.
14076         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14077         (spam-check-bogofilter)
14078         (spam-bogofilter-register-with-bogofilter): Fix args of
14079         `gnus-error' calls.
14080
14081 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14084         unnecessary interaction when sending queued mails.
14085         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14086
14087 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14088
14089         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14090         first or last are nil.
14091
14092 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14093
14094         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14095
14096 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14097
14098         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14099
14100 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14101
14102         * dns.el (query-dns): Protect more against buggy tcp output.
14103
14104 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14107         nov.php.
14108
14109 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14110
14111         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14112         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14113         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14114         output on the server side.
14115         (nnweb-google-create-mapping): Update regexps and add some
14116         progress indication.
14117
14118 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * gnus-group.el (gnus-group-tool-bar-gnome):
14121         Fix gnus-agent-toggle-plugged.  Re-order icons.
14122         (gnus-group-tool-bar-gnome):
14123         Add gnus-group-{prev,next}-unread-group.
14124         (gnus-group-tool-bar-gnome): Re-order icons.
14125
14126         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14127         Move gnus-summary-insert-new-articles.
14128
14129         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14130         Fix comments.
14131
14132         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14133         also available in Emacs 21.3.
14134
14135         * message.el (message-fix-before-sending): Change "Emacs 22" to
14136         "Emacs 23 (unicode)" in comment.
14137
14138         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14139         "Emacs 23 (unicode)" in comment.
14140
14141         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14142         comment.
14143         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14144
14145         * mm-view.el (mm-fill-flowed): Add :version.
14146
14147 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14150         and load-path.
14151
14152 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * message.el: Autoload gmm-image-load-path.
14155         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14156         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14157         consitency.
14158
14159         * gmm-utils.el (gmm-image-load-path): Also search in
14160         "../etc/images".  Don't set gmm-image-load-path if we don't find
14161         the image.
14162
14163 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gmm-utils.el (gmm-image-load-path): Don't make
14166         `gmm-image-load-path' include subdirectories which the second arg
14167         `image' might specify.
14168
14169         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14170         subdirectory to icon file names.
14171
14172         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14173
14174 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14177         gmm-image-load-path calls.
14178
14179         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14180
14181         * message.el (message-make-tool-bar): Ditto.
14182
14183         * mml.el (mml-preview): Add comment concerning tool bar icons.
14184
14185         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14186         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14187
14188         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14189         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14190
14191         * message.el (message-tool-bar-gnome): Use new icon names.
14192         (message-make-tool-bar): Use `gmm-image-load-path'.
14193
14194         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14195         New functions from MH-E.
14196         (gmm-image-load-path): New variable from MH-E.
14197         (gmm-image-load-path): New function from MH-E.  Add arguments
14198         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14199         *-image-load-path-called-flag.
14200
14201 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14202
14203         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14204
14205 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14206
14207         * nnimap.el (nnimap-request-move-article): Change folder back to
14208         source group before deleting.
14209
14210 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14213
14214         * gnus-art.el (mm-url-insert-file-contents-external):
14215         Autoload mm-url.
14216
14217         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14218
14219 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14222         coding system which mm-charset-to-coding-system returns for a
14223         given charset is valid.
14224
14225 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14226
14227         * html2text.el (html2text-remove-tag-list):
14228         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14229
14230 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14231
14232         * gnus-cus.el: Revert 2005-10-17 change.
14233
14234 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-art.el (article-strip-banner):
14237         Call article-really-strip-banner only when the regexp match is made.
14238
14239 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * gnus-art.el (article-strip-banner):
14242         Use gnus-extract-address-components instead of
14243         mail-header-parse-addresses to make it work with non-ASCII text;
14244         remove mail-encode-encoded-word-string.
14245
14246         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14247         values which are surrounded with \"...\"; make it never cause a
14248         Lisp error; give up parsing of parameters if it failed in
14249         extracting type.
14250
14251 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14252
14253         * smime.el (smime-cert-by-ldap-1): Fix bug where
14254         `smime-ldap-search' returns results without userCertificates.
14255
14256 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14259
14260 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * spam.el (spam-check-spamassassin-headers): Adapt format for
14263         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14264         <ari@mbf.ocn.ne.jp>.
14265         (spam-list-of-processors): Add spam-use-gmane.
14266
14267 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14270         make-temp-file; make it work with XEmacs as well.
14271
14272         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14273         mm-make-temp-file.
14274
14275         * mm-decode.el (mm-display-external): Use the 3rd arg of
14276         mm-make-temp-file.
14277         (mm-create-image-xemacs): Ditto.
14278
14279 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14282         with message-narrow-to-headers.
14283         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14284         (gnus-draft-check-draft-articles): New function.
14285         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14286
14287 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * gnus-art.el (gnus-article-browse-html-parts):
14290         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14291         Don't use suffix argument for mm-make-temp-file for Emacs 21
14292         compatibility.  Remove useless `format'.
14293
14294 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14295
14296         * nnweb.el (nnweb-google-wash-article): Update regexps.
14297         (nnweb-group-alist): Use defvoo instead of defvar.
14298
14299 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14302         re-loading nn* modules.
14303
14304 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14307         for `tool-bar-mode' and don't check it's default-value.
14308
14309         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14310
14311         * message.el (message-make-tool-bar): Ditto.
14312
14313         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14314         `substring'.  Shorten tmp-file name.
14315
14316         * gnus.el: Remove bogus comment.
14317
14318 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14319
14320         * gnus-art.el (gnus-article-browse-html-parts): New function.
14321         (gnus-article-browse-html-article): New function for viewing html
14322         articles with a browser.
14323
14324 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14325
14326         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14327         in elisp.
14328         (pgg-gpg-encrypt-symmetric-region): Ditto.
14329         (pgg-gpg-sign-region): Ditto.
14330
14331         * pgg-def.el (pgg-text-mode): New variable.
14332
14333         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14334         (mml2015-pgg-encrypt): Ditto.
14335
14336         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14337         (mml1991-pgg-encrypt): Ditto.
14338
14339 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * nnfolder.el (nnfolder-insert-newsgroup-line):
14342         Use message-make-date instead of current-time-string.
14343
14344         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14345         to gnus-decoded which mm-uu might set.
14346
14347 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14350         don't decode quoted parameters; remove misimported Emacs code.
14351         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14352         (rfc2231-decode-encoded-string): Don't use split-string which
14353         behaves differently according to Emacs version; use
14354         mm-decode-coding-region to convert charset to coding-system.
14355         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14356         (rfc2231-encode-string): Remove misimported Emacs code.
14357
14358 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14361         when calling mail-header-parse-content-type.
14362         (article-de-quoted-unreadable): Ditto.
14363         (article-de-base64-unreadable): Ditto.
14364         (article-wash-html): Ditto.
14365
14366         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14367         calling mail-header-parse-content-type and
14368         mail-header-parse-content-disposition.
14369         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14370         mail-header-parse-content-type.
14371
14372         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14373         insert charset and format parameters; encode description after
14374         inserting it to buffer.
14375         (mml-insert-parameter): Fold lines properly even if a parameter is
14376         segmented into two or more lines; change the max column to 76.
14377
14378         * rfc1843.el (rfc1843-decode-article-body): Don't use
14379         ignore-errors when calling mail-header-parse-content-type.
14380
14381         * rfc2231.el (rfc2231-parse-string): Return at least type if
14382         possible; don't cause an error even if it fails in parsing of
14383         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14384         (rfc2231-encode-string): Don't break lines at the beginning, leave
14385         it to mml-insert-parameter.
14386
14387         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14388         calling mail-header-parse-content-type.
14389
14390 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14391
14392         * spam-report.el (spam-report-gmane-use-article-number):
14393         Improve doc string.
14394         (spam-report-gmane-internal): Check if a suitable header was found
14395         in the article.
14396
14397 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14400         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14401
14402 2006-02-05  Romain Francoise  <romain@orebokech.com>
14403
14404         Update copyright notices of all files in the gnus directory.
14405
14406 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14407
14408         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14409
14410 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14413         segmented lines of parameter value to cope with Thunderbird 1.5
14414         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14415         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14416         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14417
14418 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14419
14420         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14421         parts.
14422
14423 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14424
14425         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14426         there's only one active file for all servers.
14427         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14428         solid groups.  Gnus might have used a FAST request to select the group.
14429         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14430         and nnweb-search redundantly in the active file.
14431         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14432         (nnweb-request-create-group): Don't use ARGS.
14433         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14434         initialisations.  Let nnoo do the work.
14435
14436 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14439         Say the part has been decoded.
14440
14441         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14442
14443 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14444
14445         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14446         mailcap-viewer-test-cache when there's no 'test clause, since that
14447         will invert the meaning of a "nil" test previously determined by
14448         mailcap-mailcap-entry-passes-test.
14449
14450 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14453         compiling.
14454
14455         * gnus-sum.el: Ditto.
14456
14457         * message.el: Don't bind tool-bar-map when compiling.
14458
14459 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14462
14463 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14464
14465         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14466         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14467         current Google Groups.
14468
14469 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14472         and tool-bar-mode.
14473
14474         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14475         and tool-bar-mode.
14476
14477         * message.el (message-tool-bar-update): Simplify.
14478         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14479
14480         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14481         gnus-summary-buffer.
14482         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14483         gnus-summary-reply.
14484
14485         * gmm-utils.el (gmm): Add :version.
14486
14487 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * Makefile.in (clean): New rule.
14490         (distclean): Use it.
14491
14492 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14493
14494         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14495         Don't autoload.
14496
14497 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gmm-utils.el (gmm-verbose): Add :group.
14500
14501 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * message.el: Change some comments WRT tool-bars.
14504
14505         * gnus-sum.el (gnus-summary-tool-bar)
14506         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14507         (gnus-summary-tool-bar-zap-list): New variables.
14508         (gnus-summary-make-tool-bar): Complete rewrite using
14509         `gmm-tool-bar-from-list'.
14510
14511         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14512         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14513         New variables.
14514         (gnus-group-make-tool-bar): Complete rewrite using
14515         `gmm-tool-bar-from-list'.
14516         (gnus-group-tool-bar-update): New function.
14517
14518         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14519
14520 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14523         is dissected into a single part of which the type is the same as
14524         the given one; decode charset.
14525
14526 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14527
14528         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14529         into alists as symbol not string, since that's what
14530         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14531         look for.
14532
14533 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14536         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14537
14538         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14539
14540 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14543         (gnus-xmas-mime-security-button-menu): New function.
14544
14545         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14546         (gnus-mime-security-button-menu): New definition.
14547         (gnus-mime-security-button-map): Use them.
14548         (gnus-mime-security-button-menu): New function.
14549         (gnus-insert-mime-security-button): Addition to help echo.
14550         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14551         (gnus-mime-security-pipe-part): New functions.
14552
14553         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14554         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14555
14556         * mm-decode.el (mm-handle-set-disposition): Remove.
14557         (mm-handle-set-description): Remove.
14558
14559 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14562         (mm-w3m-standalone-supports-m17n-p): New function.
14563         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14564         w3m usage.
14565
14566         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14567         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14568
14569 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * message.el (message-tool-bar-zap-list):
14572         Use gmm-tool-bar-zap-list as custom type.
14573         (message-tool-bar-update): New function.
14574         (message-tool-bar, message-tool-bar-gnome)
14575         (message-tool-bar-retro): Add message-tool-bar-update.
14576         (message-tool-bar-gnome): Add flyspell-buffer.
14577
14578         * gnus-util.el (gnus-error): Describe `args'.
14579
14580         * gmm-utils.el (gmm-error): Describe `args'.
14581         (gmm-tool-bar-zap-list): New widget.
14582         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14583
14584 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14587         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14588         the number of recursive calls.
14589
14590         * mm-decode.el (mm-handle-set-disposition): New macro.
14591         (mm-handle-set-description): New macro.
14592
14593 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14596         encoding.
14597
14598 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * message.el (message-tool-bar-zap-list, message-tool-bar)
14601         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14602         (message-tool-bar-local-item-from-menu): Remove.
14603         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14604         (message-make-tool-bar): New function.
14605         (message-mode): Use `message-make-tool-bar'.
14606
14607         * gmm-utils.el: New file.
14608         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14609         (gmm-lazy): New widget copied from `nnmail.el'.
14610         (gmm-tool-bar-from-list): New function for creating customizable
14611         tool bars.
14612         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14613         output.
14614         (gmm): Add :prefix to defgroup.
14615
14616 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14617
14618         * gmm-utils.el (gmm-widget-p): New function.
14619
14620 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * mml.el (mml-attach-file): Describe `description' in doc string.
14623         (mml-menu): Add Emacs MIME manual and PGG manual.
14624
14625 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14626
14627         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14628
14629 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14630
14631         * nntp.el (nntp-end-of-line): Doc fix.
14632
14633 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14634
14635         * imap.el (imap-open): Handle case where buffer is a buffer
14636         object.
14637
14638 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14639
14640         * gnus-delay.el (gnus-delay): Don't autoload.
14641         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14642         to be re-loaded when customizing the `gnus-delay' group.
14643
14644 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14645
14646         * message.el (message-insert-citation-line): Use newlines.
14647
14648 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14649
14650         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14651         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14652         these routines, so the passphrase can be managed externally and
14653         passed in to the system.
14654         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14655         pgg-add-passphrase-to-cache function.
14656
14657         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14658         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14659         these routines, so the passphrase can be managed externally and
14660         passed in to the system.
14661         (pgg-pgp5-sign-region): Use new name of
14662         pgg-add-passphrase-to-cache function.
14663
14664 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14665
14666         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14667         part of the decoded armor to find the key-identifier.
14668         (pgg-gpg-lookup-key-owner): New function to return the
14669         human-readable identifier of a key owner.
14670         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14671         itself.
14672         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14673         the key value) if we have a key and can match it against a secret
14674         key.  Also, added a note pointing out fact that the prompt only
14675         indicates the first matching key.
14676
14677         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14678         pgg-decrypt-region.
14679         (pgg-add-passphrase-to-cache): Rename from
14680         `pgg-add-passphrase-cache' to reduce confusion (all callers
14681         changed).
14682         (pgg-remove-passphrase-from-cache): Rename from
14683         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14684         changed).
14685         (pgg-read-passphrase, pgg-add-passphrase-cache)
14686         (pgg-remove-passphrase-cache): Add informative docstrings.
14687         (pgg-decrypt): Convey provided passphrase in subordinate call to
14688         pgg-decrypt-region.
14689
14690 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14691
14692         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14693         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14694         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14695         'passphrase' argument, so the passphrase can be managed externally
14696         and then passed in to the system.
14697
14698         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14699         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14700         so the passphrase cache can be used reliably with identifiers
14701         besides a pgp packet's key id.
14702
14703         * pgg-gpg.el (pgg-gpg-encrypt-region)
14704         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14705         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14706         these routines, so the passphrase can be managed externally and
14707         passed in to the system.
14708
14709         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14710         'notruncate' argument, so the passphrase cache can be used
14711         reliably with identifiers besides a pgp packet's key id.
14712
14713 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14714
14715         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14716         symmetric encryption.
14717         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14718         encrypted session key.
14719         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14720         message ask for the passphrase in a proper way.
14721
14722         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14723         New user commands for symmetric encryption.
14724
14725 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14728
14729         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14730
14731 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14732
14733         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14734
14735 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * mm-decode.el (mm-inlined-types): Add application/pgp.
14738         (mm-automatic-display): Ditto.
14739
14740         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14741         part as text.
14742
14743 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * nnrss.el: Update copyright.
14746         (nnrss-opml-import): Query whether to subscribe to each entry.
14747
14748         * gnus-art.el:
14749         * gnus-sum.el:
14750         * gnus-xmas.el:
14751         * messagexmas.el:
14752         * mm-uu.el:
14753         * mm-view.el: Update copyright.
14754
14755 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14756
14757         * message.el (message-info): New function.
14758         (message-mode-menu): Add it.
14759         Update copyright.
14760
14761         * ChangeLog: Fix and update copyright.
14762
14763 2006-01-13  Romain Francoise  <romain@orebokech.com>
14764
14765         * message.el (message-forward-subject-name-subject): Prefer the
14766         address to 'nowhere' if the sender has no name.
14767         Fix typo.  Update copyright year.
14768
14769 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-art.el (article-wash-html):
14772         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14773         (gnus-article-wash-html-with-w3m-standalone): New function.
14774
14775         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14776         mm-inline-text-html-render-with-w3m-standalone.
14777         (mm-text-html-washer-alist): Map w3m-standalone to
14778         gnus-article-wash-html-with-w3m-standalone.
14779         (mm-inline-text-html-render-with-w3m-standalone): New function.
14780
14781 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14784         Improve LaTeX.
14785
14786 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14789         (nnrss-request-article): Render text/plain parts as HTML.
14790
14791         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14792         the buffer.
14793
14794 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14795
14796         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14797         custom definition of `gnus-posting-styles'.
14798
14799         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14800         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14801
14802 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14805         Use nntp for bug archive.
14806
14807 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14810         parts.
14811         (nnrss-normalize-date): New function converts ISO 8601 date into
14812         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14813         (nnrss-check-group): Use it.
14814
14815 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14818
14819         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14820         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14821         (nnrss-insert-w3): Ditto.
14822
14823 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14826         the articles to be forwarded including the case where neither a
14827         number of articles nor a region is specified.
14828
14829 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * nnrss.el (nnrss-request-article): Fix last change; fill
14832         text/plain parts.
14833
14834 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14837         in text/plain part.
14838         (nnrss-check-group): Don't add excessive newline to dc:subject.
14839
14840 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14841
14842         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14843         article.
14844
14845 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14848         (nnml-use-compressed-files, nnml-save-mail): Support other
14849         comression programs such as bzip2.
14850
14851 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14852
14853         * dns.el (query-dns): Make sure we check the buffer size before
14854         removing tcp headers.
14855
14856 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14859         remove MIME buttons associated with multipart/alternative parts.
14860         (gnus-mime-display-alternative): Tag buttons using `article-type'
14861         text property.
14862
14863         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14864         associated with multipart/alternative parts.
14865
14866         * gnus-art.el (gnus-signature-separator): Fix custom type.
14867
14868         * mm-decode.el (mm-inlined-types): Fix custom type.
14869         (mm-keep-viewer-alive-types): Ditto.
14870         (mm-automatic-display): Ditto.
14871         (mm-attachment-override-types): Ditto.
14872         (mm-inline-override-types): Ditto.
14873         (mm-automatic-external-display): Ditto.
14874
14875 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * spam-report.el (spam-report-user-mail-address)
14878         (spam-report-user-agent): New variables.
14879         (spam-report-url-ping-plain): Use spam-report-user-agent.
14880
14881 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14882
14883         * gnus-art.el (gnus-button-handle-custom): Do not just use
14884         `customize-apropos' for any "M-x customize-*" button but the
14885         function called for.  Accept both the function name and its
14886         argument in order to achieve this.
14887         (gnus-button-alist): Remove support for "custom:" URL's.
14888         Pass function name to `gnus-button-handle-custom' in case of "M-x
14889         customize-*" buttons.
14890
14891 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14894         multipart/alternative and add xref to mm-discouraged-alternatives
14895         in doc string.
14896
14897         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14898         gnus-buttonized-mime-types in doc string.
14899
14900 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14903         Suggest image/.* in the doc string.
14904
14905 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14908         message-marks (Debian bug #342521).
14909
14910 2005-12-12  Simon Josefsson  <jas@extundo.com>
14911
14912         * password.el (password-read-from-cache): Add.
14913         (password-read): Use it.
14914
14915 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * rfc2047.el (rfc2047-charset-to-coding-system):
14918         Recognize us-ascii as a MIME charset.
14919
14920         * mm-bodies.el (mm-decode-content-transfer-encoding):
14921         Protect against the case where the 2nd arg TYPE is nil.
14922
14923 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * pop3.el (pop3-stream-type): Fix custom version.
14926
14927         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14928
14929 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14930
14931         * mm-decode.el (mm-display-external): Add missing cdr.
14932
14933 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14936         RFC1524) if it is in mailcap or add a suffix according to
14937         mailcap-mime-extensions when generating a temp filename; postpone
14938         deleting a temp file for 2 seconds for some wrappers, shell
14939         scripts, and so on, which might exit right after having started a
14940         viewer command as a background job.
14941
14942 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * nntp.el (nntp-marks-directory): Fix custom group.
14945
14946         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14947         steps when < 10.
14948
14949         * gnus-start.el (gnus-no-server-1):
14950         Mention `gnus-level-default-subscribed' in doc string.
14951
14952 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14953
14954         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14955         parens.
14956
14957 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-xmas.el (gnus-use-toolbar): Revert.
14960         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14961         gnus-use-toolbar is default.
14962
14963         * messagexmas.el (message-use-toolbar): Revert.
14964         (message-setup-toolbar): Use global default-toolbar if
14965         message-use-toolbar is default.
14966
14967 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14970         according to default-toolbar-visible-p.
14971
14972         * messagexmas.el (message-use-toolbar): Ditto.
14973
14974 2005-11-26  Dave Love  <fx@gnu.org>
14975
14976         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14977         (tls-program, tls-success): Provide openssl alternative.
14978
14979         * starttls.el: Doc fixes.
14980         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14981         SERVICE to PORT.
14982
14983         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14984         port null or service name.
14985         (starttls-negotiate): Autoload.
14986
14987 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * message.el (message-kill-to-signature): Fix interactive spec.
14990
14991 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * pop3.el (pop3-open-server): Recognize a string as a service name.
14994
14995 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14996
14997         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14998
14999 2005-11-23  Dave Love  <fx@gnu.org>
15000
15001         Add pop3s, pop3/starttls.
15002
15003         * pop3.el (pop3-authentication-scheme): Clarify doc.
15004         (open-tls-stream, starttls-open-stream): Autoload.
15005         (pop3-stream-type): New.
15006         (pop3-open-server): Use it.
15007
15008         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15009         for POP.
15010         (mail-source-keyword-map): Add :stream for POP.
15011         (mail-source-fetch-pop): Use pop3-stream-type.
15012
15013 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15016         of current-time-string.
15017
15018 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15019
15020         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15021         date header.
15022
15023 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15024
15025         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15026         it can seriously impact performance as it bypasses the agent's
15027         local caches.
15028
15029 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15030
15031         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15032         must be explicitly online rather than "not explicitly offline" for
15033         its flags to be synchronized.
15034
15035         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15036         that gnus-uu-unmark-thread will function correctly.
15037
15038         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15039         1024K is instead displayed as 1M.
15040
15041 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15042
15043         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15044
15045 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15046
15047         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15048
15049 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15050
15051         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15052         error message to display actual error condition.
15053         (gnus-agent-save-local): Avoid saving symbols that are bound to
15054         nil as they simply result in a warning message in
15055         gnus-agent-read-local.
15056
15057 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15060         rather than make-variable-buffer-local for file-precious-flag.
15061
15062 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15063
15064         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15065         for duplicates which are removed.  The invalid sort check then
15066         triggers a rescan after the sort as sorting may have moved
15067         duplicate entries such that they can be cheaply detected.
15068
15069 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15072
15073 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15074
15075         * gnus-agent.el (gnus-agent-article-alist-save-format):
15076         Change internal variable to a custom variable.  Change default value
15077         from compressed(2) to uncompressed(1).
15078         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15079         support for uncompressed agentview files.  Taken together, reading
15080         the agentview file should now be 6-7 times faster.
15081
15082 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15083
15084         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15085         as a buffer-local variable.  This avoids creating truncated
15086         dribble files as a result of a hang up, eg.
15087
15088 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15089
15090         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15091         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15092         XEmacs.
15093
15094 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * gnus-start.el (gnus-start-draft-setup):
15097         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15098
15099         * gnus.el (gnus-splash): Change custom group.
15100         (gnus-group-get-parameter, gnus-group-parameter-value):
15101         Describe allow-list argument.
15102
15103         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15104         string.
15105
15106 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15107
15108         * gnus-art.el (gnus-default-article-saver): Add user-defined
15109         `function' to custom type.
15110
15111 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15112
15113         * imap.el (imap-open): Handle case where buffer is a buffer
15114         object.
15115
15116 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15119         long lines.
15120         (gnus-cache-delete-group): Wrap doc strings.
15121
15122         * gnus-agent.el (gnus-agent-rename-group)
15123         (gnus-agent-delete-group): Wrap doc strings.
15124
15125 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * messagexmas.el (message-use-toolbar): Change the valid values
15128         into default, top, bottom, left, and right.
15129         (message-toolbar-thickness): New variable.
15130         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15131         well.
15132         (message-setup-toolbar): Make it work.
15133
15134         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15135         (gnus-use-toolbar): Change the valid values into default, top,
15136         bottom, left, and right.
15137         (gnus-toolbar-thickness): New variable.
15138         (gnus-xmas-setup-toolbar): New function.
15139         (gnus-xmas-setup-group-toolbar): Use it.
15140         (gnus-xmas-setup-summary-toolbar): Use it.
15141
15142 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15143
15144         * gnus-start.el (gnus-1): Add "native" to
15145         gnus-predefined-server-alist.
15146
15147         * gnus.el (gnus-method-to-server): Don't add "native" to the
15148         lists here, because that leads to problems when
15149         gnus-select-method is bound.
15150
15151 2005-11-09  Simon Josefsson  <jas@extundo.com>
15152
15153         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15154         use (not sort-by-date) instead.
15155
15156 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15157
15158         * gnus-delay.el (gnus-delay-group): Don't autoload.
15159         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15160         to be re-loaded when customizing the `gnus-delay' group.
15161
15162 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15163
15164         * message.el: Revert last changes.
15165         (message-insert-citation-line): Use newlines.
15166
15167 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15168
15169         * message.el (message-courtesy-message)
15170         (message-mark-insert-begin, message-mark-insert-end)
15171         (message-elide-ellipsis, message-cancel-message)
15172         (message-add-header, message-change-subject)
15173         (message-cross-post-followup-to-header)
15174         (message-cross-post-insert-note, message-reduce-to-to-cc)
15175         (message-widen-reply, message-delete-not-region)
15176         (message-kill-to-signature, message-insert-signature)
15177         (message-insert-importance-high, message-insert-importance-low)
15178         (message-insert-or-toggle-importance)
15179         (message-insert-disposition-notification-to)
15180         (message-indent-citation, message-yank-original)
15181         (message-cite-original-without-signature, message-cite-original)
15182         (message-insert-citation-line, message-position-on-field)
15183         (message-fix-before-sending, message-send-mail-partially)
15184         (message-send-mail, message-send-mail-with-sendmail)
15185         (message-send-mail-with-qmail, message-send-news)
15186         (message-check-news-header-syntax, message-generate-headers)
15187         (message-insert-courtesy-copy, message-fill-address)
15188         (message-fill-header, message-shorten-references)
15189         (message-setup-1, message-cancel-news)
15190         (message-forward-make-body-plain, message-forward-make-body-mime)
15191         (message-forward-make-body-mml, message-encode-message-body)
15192         (message-forward-make-body-digest-plain)
15193         (message-forward-make-body-digest-mime)
15194         (message-use-alternative-email-as-from): Insert `hard-newline'
15195         instead of ordinary newlines.
15196
15197 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * message.el (message-generate-headers): Downcase the argument
15200         given to message-check-element.
15201
15202 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15203
15204         * nntp.el (nntp-authinfo-rejected): New error condition.
15205         (nntp-wait-for): Use new error condition to signal authentication
15206         error.
15207         (nntp-retrieve-data): Rethrow new error condition to break out of
15208         recursive call to nntp-send-authinfo.
15209
15210 2005-11-08  Romain Francoise  <romain@orebokech.com>
15211
15212         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15213         (gnus-summary-exit-map): Bind to `Z p'.
15214         (gnus-summary-make-menu-bar): Add menu item.
15215
15216 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15219         (gnus-treat-*): Add `first' in all doc strings.
15220
15221         * gnus-group.el (gnus-group-compact-group): Fix typo.
15222
15223 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus.el (gnus-parameters-case-fold-search): New variable.
15226         (gnus-parameters-get-parameter): Use it.
15227
15228         * gnus-score.el (gnus-home-score-file): Doc fix.
15229
15230 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15231
15232         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15233
15234 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * mm-util.el (mm-special-display-p): New function.
15237
15238         * mml.el (mml-preview): Use it; doc fix.
15239
15240 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15241
15242         * imap.el (imap-open): Handle case where buffer is a buffer object.
15243
15244 2005-10-29  Romain Francoise  <romain@orebokech.com>
15245
15246         * message.el (message-fix-before-sending): Fix comment.
15247
15248 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15249
15250         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15251
15252 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15253
15254         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15255         Used in gnus-score.el.
15256
15257 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15258
15259         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15260
15261 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15264         whitespace removed in revision 7.8.  Use concatenated string to
15265         protect trailing whitespace.
15266
15267 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15268
15269         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15270         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15271         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15272         Courier IMAP ("some version from 2004").  Mostly based on similar
15273         code in the same function.
15274
15275 2005-10-26  Didier Verna  <didier@xemacs.org>
15276
15277         * gnus-group.el (gnus-group-compact-group): Invalidate original
15278         article buffer.
15279         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15280         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15281         NOV database and in article itself.
15282         Invalidate article backlog.
15283
15284 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15287
15288 2005-10-26  Simon Josefsson  <jas@extundo.com>
15289
15290         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15291         part of 2004-07-25 change.
15292
15293 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * message.el (message-display-completion-list): New function.
15296         (message-expand-group): Use it; make sure the Completions buffer
15297         is modifiable.
15298 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15299
15300         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15301         user-mail-name is an empty string.
15302
15303 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15306         depending on gnus-score-decay-constant.
15307
15308         * encrypt.el (encrypt-insert-file-contents)
15309         (encrypt-write-file-contents): Don't use `gnus-message'.
15310
15311         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15312         arguments.
15313         (mm-uu-type-alist): Add message-marks and insert-marks.
15314         Pass arguments to mm-uu-verbatim-marks-extract.
15315         (mm-uu-hide-markers): New variable.
15316         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15317
15318         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15319         (gnus-convert-image-to-face-command): Use "convert" by default to
15320         allow other input image formats.
15321         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15322         accordingly.
15323
15324 2005-10-23  Simon Josefsson  <jas@extundo.com>
15325
15326         * imap.el (imap-gssapi-program): Align command line parameters
15327         with latest GNU SASL.
15328         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15329
15330 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15331
15332         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15333         HTML.
15334         (nnslashdot-request-article): Ditto.
15335
15336         * lpath.el (featurep): Add nobreak-char-display.
15337
15338 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15339
15340         * mail-source.el (mail-source-fetch-pop): Require pop3.
15341         (mail-source-check-pop): Ditto.
15342
15343 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15346         errors.
15347
15348 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15351         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15352
15353         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15354
15355         * mm-bodies.el (mm-decode-string):
15356         Call `mm-charset-to-coding-system' with allow-override argument.
15357
15358 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15361         (rfc2047-charset-to-coding-system): New function.
15362         (rfc2047-decode-encoded-words): New function.
15363         (rfc2047-decode-region): Use them.
15364         (rfc2047-decode-cte): Remove.
15365         (rfc2047-parse-and-decode): Remove.
15366         (rfc2047-decode): Remove.
15367
15368 2005-10-15  Kenichi Handa  <handa@m17n.org>
15369
15370         * rfc2047.el (rfc2047-decode-cte): New function.
15371         (rfc2047-decode-region): Change the way to decode successive
15372         encoded-words: decode B- or Q-encoding in each encoded-word,
15373         concatenate them, and decode it as charset.
15374
15375 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * lpath.el: Fbind codepage-setup for XEmacs.
15378
15379 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15380
15381         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15382         widget-move-and-invoke.
15383         (gnus-custom-mode): Use gnus-custom-map.
15384
15385 2005-10-15  Bill Wohler  <wohler@newt.com>
15386
15387         * message.el (message-tool-bar-map): Rename image file from
15388         mail_send to mail/send.
15389
15390 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15391
15392         * message.el (message-expand-group): Pass the common
15393         prefix substring of completion to `display-completion-list'.
15394
15395 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * mml-sec.el (mml-secure-method): New internal variable.
15398         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15399         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15400         New functions using mml-secure-method.
15401
15402         * mml.el (mml-mode-map): Add key bindings for those functions.
15403         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15404         Harder <harder@myrealbox.com>.
15405         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15406         Goto end of message if point is the headers of the message.
15407
15408         * message.el (message-in-body-p): New function.
15409
15410         * assistant.el: Autoload gnus-util and netrc.
15411
15412         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15413         Use `mm-charset-override-alist' only when decoding.
15414
15415         * mm-bodies.el (mm-decode-body):
15416         Call `mm-charset-to-coding-system' with allow-override argument.
15417
15418         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15419         `filename' from Content-Disposition if Content-Type doesn't
15420         provide `name'.
15421         (gnus-mime-view-part-as-type): Set default instead of
15422         initial-input.
15423
15424 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15425
15426         * format-spec.el (format-spec): Propagate text properties of % spec.
15427
15428 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15429
15430         * gnus-art.el (gnus-treat-predicate): Add `first'.
15431
15432 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15435         (mm-charset-override-alist): New variable.
15436         (mm-charset-to-coding-system): Use it.
15437         (mm-codepage-setup): New helper function.
15438         (mm-charset-eval-alist): New variable.
15439         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15440         Warn about unknown charsets.
15441
15442         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15443
15444 2005-10-04  David Hansen  <david.hansen@gmx.net>
15445
15446         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15447         (nnrss-check-group): Ditto.
15448
15449 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15452         Rename x-gnus-verbatim to x-verbatim.
15453         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15454
15455         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15456         x-verbatim.
15457
15458         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15459
15460         * gnus-util.el (gnus-remove-duplicates): Remove.
15461
15462         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15463         instead of gnus-remove-duplicates.
15464
15465         * message.el (message-remove-duplicates): Remove.
15466         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15467         message-remove-duplicates.
15468
15469         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15470         available, else use implementation from `delete-dups'.
15471
15472         * message.el (message-insert-expires): New function.
15473         (message-mode-map): Add key binding.
15474         (message-mode-field-menu): Add menu entry.
15475         (message-mode): Document it.
15476         (message-make-expires-date): Use `message-make-date'.
15477
15478 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15479
15480         * message.el (message-make-expires-date): New function.
15481
15482 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * Makefile.in (list-installed-shadows): New entry.
15485         (install): Use it.
15486         (remove-installed-shadows): New entry.
15487
15488         * dgnushack.el (dgnushack-default-load-path): New variable.
15489         (dgnushack-find-lisp-shadows): New function.
15490         (dgnushack-remove-lisp-shadows): New function.
15491
15492 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * Makefile.in (install-el-elc): New entry.
15495         (install): Use it so that .el files are necessarily installed.
15496
15497 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15500
15501 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15502
15503         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15504         function rather than the diff-mode.el package.
15505         (mm-display-external): Use with-current-buffer.
15506         (mm-viewer-completion-map, mm-viewer-completion-map):
15507         Move initialization inside declaration.
15508
15509 2005-09-29  Simon Josefsson  <jas@extundo.com>
15510
15511         * spam.el: Load hashcash when compiling, to avoid warnings.
15512         Don't autoload mail-check-payment.
15513         (spam-check-hashcash): Define unconditionally, since hashcash.el
15514         is part of Gnus now.  Ignore errors from payment checking.
15515
15516 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * message.el (message-bold-region, message-unbold-region):
15519         Rename from `bold-region' and `unbold-region'.
15520
15521         * message.el: Remove useless autoloads.
15522
15523 2005-09-28  Simon Josefsson  <jas@extundo.com>
15524
15525         * message.el (message-use-idna): Default to t.
15526         (message-use-idna): Test whether encoding works too.  Doc fix.
15527
15528 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * nntp.el (nntp-warn-about-losing-connection): Remove.
15531
15532 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15533
15534         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15535         customizable.  Change default value.
15536         (mm-uu-diff-groups-regexp): Change default value.
15537         (mm-uu-type-alist): Add doc string.
15538         (mm-uu-configure): Add doc string.  Make it interactive.
15539         (mm-uu-tex-groups-regexp): New variable.
15540         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15541         (mm-uu-type-alist): Add LaTeX documents.
15542         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15543         of "text/verbatim".
15544         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15545
15546         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15547         instead of "text/verbatim".
15548
15549         * message.el (message-mark-inserted-region)
15550         (message-mark-insert-file): Use slrn style marks when called with
15551         prefix argument.
15552
15553 2005-09-27  Simon Josefsson  <jas@extundo.com>
15554
15555         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15556
15557 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15558
15559         * message.el (message-remove-duplicates): New function.
15560         Implementation borrowed from `gnus-remove-duplicates'.
15561         (message-idna-to-ascii-rhs): Also encode idna addresses in
15562         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15563         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15564         only ask about the same idna domain once per header and also tell
15565         in what header to replace the idna domain.
15566
15567         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15568         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15569         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15570         a header is decoded and not just the last one.
15571
15572 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15575         has been decoded.
15576
15577         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15578         (mm-insert-part): Don't modify text if it has been decoded.
15579
15580         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15581         decoded.
15582
15583         * mm-view.el (mm-inline-text): Don't strip text props unless
15584         decoding enriched or richtext parts.
15585
15586 2005-09-25  Romain Francoise  <romain@orebokech.com>
15587
15588         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15589         * gnus-start.el (gnus-subscribe-interactively):
15590         * gnus-uu.el (gnus-uu-grab-articles):
15591         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15592         space.
15593
15594 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15595
15596         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15597         * mm-view.el (mm-view-pkcs7-decrypt):
15598         * gnus-sum.el (gnus-summary-limit-to-extra)
15599         (gnus-summary-respool-article, gnus-read-move-group-name):
15600         * gnus-score.el (gnus-summary-increase-score):
15601         * gnus-util.el (gnus-completing-read-with-default):
15602         * gnus-art.el (gnus-read-save-file-name)
15603         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15604         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15605         * message.el (message-check-news-header-syntax):
15606         Follow convention for reading with the minibuffer.
15607
15608 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15609
15610         * spam-report.el (spam-report-url-ping-plain):
15611         Use gnus-extended-version as User-Agent.
15612
15613         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15614         default value is nil.
15615
15616         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15617         (mm-uu-verbatim-marks-extract): New function.
15618         (mm-uu-extract): New face.
15619         (mm-uu-copy-to-buffer): Use it.
15620
15621         * spam-report.el (spam-report-gmane-ham): Rename from
15622         `spam-report-gmane-unspam'.
15623         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15624         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15625
15626         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15627         Autoload.
15628         (spam-report-gmane-unregister-routine):
15629         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15630
15631 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15634         (spam-report-gmane-unregister-routine): Add support for gmane
15635         unregistration.
15636
15637         * spam-report.el (spam-report-gmane-unspam)
15638         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15639         (spam-report-gmane): Change to take a single article and do unspam
15640         registration.
15641
15642 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * mm-url.el (mm-url-decode-entities): Fix regexp.
15645
15646 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15647
15648         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15649         default to nil, to be able to use Gnus at all.  If the default
15650         switches to something else, then the function should be fixed not
15651         be exceedingly slow.
15652
15653 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15656         fail hard.
15657
15658         * spam-report.el: Add better Keywords line.
15659
15660         * spam.el: Add Maintainer and better Keywords line.
15661
15662 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * gnus-art.el (gnus-article-replace-part)
15665         (gnus-mime-replace-part): New functions.
15666         (gnus-mime-action-alist, gnus-mime-button-commands)
15667         (gnus-mime-save-part-and-strip): Add file argument.
15668         (gnus-article-part-wrapper): Add interactive argument.
15669
15670         * gnus-sum.el (gnus-summary-mime-map):
15671         Add `gnus-article-replace-part'.
15672
15673 2005-09-19  Didier Verna  <didier@xemacs.org>
15674
15675         The nnml compaction feature:
15676         * nnml.el (nnml-request-compact-group): New function.
15677         * nnml.el (nnml-request-compact): New function.
15678         * gnus-int.el (gnus-request-compact-group): New function.
15679         * gnus-int.el (gnus-request-compact): New function.
15680         * gnus-group.el (gnus-group-compact-group): New function.
15681         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15682         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15683         * gnus-srvr.el (gnus-server-compact-server): New function.
15684         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15685         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15686
15687 2005-09-18  Deepak Goel  <deego@gnufans.org>
15688
15689         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15690         format spec.
15691
15692 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15695
15696 2005-09-15  Romain Francoise  <romain@orebokech.com>
15697
15698         * message.el (message-fill-paragraph): Clarify docstring.
15699
15700 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-art.el (gnus-mime-display-part): Protect against broken
15703         MIME messages.
15704
15705 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15708         before parsing header.
15709
15710 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15711
15712         * html2text.el (html2text-replace-list): Add new entities.
15713
15714 2005-09-11  Romain Francoise  <romain@orebokech.com>
15715
15716         * message.el (message-alternative-emails): Improve docstring.
15717         (message-setup-1): Call `message-use-alternative-email-as-from'
15718         after `message-setup-hook' to give it precedence over posting
15719         styles, etc.
15720         (message-use-alternative-email-as-from): Add docstring.
15721         Remove the original From header if present.
15722
15723         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15724         (nnml-save-mail): Use it.
15725
15726         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15727         articles.  Add new argument `silent'.
15728         (gnus-uu-mark-all): Report the total number of marked articles.
15729
15730 2005-09-10  Romain Francoise  <romain@orebokech.com>
15731
15732         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15733         (gnus-uu-mark-series): Likewise.
15734
15735 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * spam-report.el (spam-report-gmane): Fix generation of spam
15738         report URL.
15739
15740 2005-09-10  Simon Josefsson  <jas@extundo.com>
15741
15742         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15743         t, based on discussion on the ding list with Robert Epprecht
15744         <epprecht@solnet.ch>.
15745
15746 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * spam-report.el (spam-report-gmane): Make it work without
15749         X-Report-Spam header.  Gmane now only provides Archived-At.
15750         This is only used if `spam-report-gmane-use-article-number' is nil.
15751         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15752
15753         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15754         make `gnus-summary-sort-by-recipient' work with threading.
15755
15756         * nnweb.el (nnweb-google-wash-article): Print a message if article
15757         is not available.
15758
15759 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15760
15761         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15762         change.  Decode text/* parts content before displaying.
15763
15764 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15765
15766         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15767
15768 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15771
15772         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15773         url-package-name, url-package-version,
15774         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15775         w3m-display-inline-images, and w3m-minor-mode-map.
15776
15777 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15778
15779         * message.el (message-tab-body-function): Fix mismatched custom type.
15780
15781         * gnus.el (gnus-group-change-level-function): Ditto.
15782
15783         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15784
15785         * gnus-art.el (gnus-signature-limit)
15786         (gnus-article-mime-part-function): Ditto.
15787
15788 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * mml.el (mml-mode): Silence the byte compiler.
15791
15792         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15793         using `(sit-for 0)' before moving the point to the specified part;
15794         skip unbuttonized parts.
15795         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15796         return to the summary window if gnus-auto-select-part is non-nil.
15797
15798 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15801         New variables.
15802         (mml-dnd-attach-file, mml-mode): Use them.
15803
15804         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15805         Make fetching article by MID work again for Google Groups.
15806         Add FIXME concerning gnus-group-make-web-group.
15807
15808         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15809         Don't depend on Gnus by using mail-extract-address-components if
15810         gnus-extract-address-components is not bound.
15811
15812 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15813
15814         * gnus-art.el (gnus-mime-display-security): Don't display the
15815         signature, but only the signed part.
15816
15817 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15820
15821         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15822         list, not listp.
15823
15824 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15825
15826         * mm-encode.el (mm-encode-content-transfer-encoding):
15827         Likewise when encoding.
15828
15829         * mm-bodies.el (mm-decode-content-transfer-encoding):
15830         De-canonicalize CRLF for all text content types, not just
15831         text/plain.
15832
15833 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15836         valid article; point arrow and cursor at the MIME button.
15837
15838 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15841         Suggested by Dan Christensen <jdc@uwo.ca>.
15842
15843         * mm-decode.el (mm-save-part): Enable change of prompt.
15844
15845 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15846
15847         * gnus-msg.el (gnus-inews-add-send-actions):
15848         Make `message-post-method' lambda parameter ARG `&optional'.
15849
15850 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15851
15852         * gnus-sum.el (gnus-summary-mime-map):
15853         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15854         gnus-article-jump-to-part.
15855
15856         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15857         (gnus-article-edit-part): Use it.
15858         (gnus-article-part-wrapper): Add no-handle argument.
15859         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15860         New functions.
15861
15862 2005-08-29  Romain Francoise  <romain@orebokech.com>
15863
15864         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15865         docstring.
15866         (gnus-face-from-file): Likewise.
15867
15868 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15869
15870         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15871         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15872         non-nil.
15873         (gnus-auto-select-part): New variable.
15874         (gnus-article-jump-to-part): New function.
15875         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15876         (gnus-mime-delete-part): Allow selecting specified part after
15877         deleting or stripping parts.
15878         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15879         part if argument is bogus.
15880
15881 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15882
15883         * gnus-art.el (w3m-minor-mode-map):
15884         * gnus-spec.el (gnus-newsrc-file-version):
15885         * gnus-util.el (nnmail-active-file-coding-system)
15886         (gnus-original-article-buffer, gnus-user-agent):
15887         * gnus.el (gnus-ham-process-destinations)
15888         (gnus-parameter-ham-marks-alist)
15889         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15890         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15891         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15892         * mm-decode.el (gnus-current-window-configuration):
15893         * mm-extern.el (gnus-article-mime-handles):
15894         * mm-url.el (url-current-object, url-package-name)
15895         (url-package-version):
15896         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15897         (smime-keys, w3m-cid-retrieve-function-alist)
15898         (w3m-current-buffer, w3m-display-inline-images)
15899         (w3m-minor-mode-map):
15900         * mml-smime.el (gnus-extract-address-components):
15901         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15902         (gnus-newsrc-hashtb, message-default-charset)
15903         (message-deletable-headers, message-options)
15904         (message-posting-charset, message-required-mail-headers)
15905         (message-required-news-headers):
15906         * mml1991.el (mc-pgp-always-sign):
15907         * mml2015.el (mc-pgp-always-sign):
15908         * nnheader.el (nnmail-extra-headers):
15909         * rfc1843.el (gnus-decode-encoded-word-function)
15910         (gnus-decode-header-function, gnus-newsgroup-name):
15911         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15912
15913 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15914
15915         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15916         the end of the date treatments.
15917
15918 2005-08-15  Simon Josefsson  <jas@extundo.com>
15919
15920         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15921         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15922         Capello and Romain Francoise.
15923         (pgg-fetch-key-function): Remove, not used?
15924         (pgg-insert-url-with-w3): Require url, to get
15925         url-insert-file-contents regardless of where it is defined.
15926
15927 2005-08-13  Romain Francoise  <romain@orebokech.com>
15928
15929         * message.el (message-cite-original-1): New function.
15930         (message-cite-original): Use it.
15931         (message-cite-original-without-signature): Ditto.
15932
15933 2005-08-08  Romain Francoise  <romain@orebokech.com>
15934
15935         * message.el (message-yank-empty-prefix): New variable.
15936         (message-indent-citation): Use it.
15937         (message-cite-original-without-signature): Respect X-No-Archive.
15938
15939 2005-08-08  Simon Josefsson  <jas@extundo.com>
15940
15941         * pgg.el: Autoload url-insert-file-contents instead of loading
15942         w3/url.
15943         (pgg-insert-url-with-w3): Don't load url here.
15944
15945 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15946
15947         * message.el (message-kill-to-signature): Don't insert newline at
15948         bol.
15949         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15950
15951 2005-08-06  Romain Francoise  <romain@orebokech.com>
15952
15953         * message.el (message-user-fqdn): Fix typo in docstring.
15954
15955 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15956
15957         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15958
15959         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15960
15961 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * mm-bodies.el (mm-encode-body): Use coding system rather than
15964         charset to encode text.
15965
15966         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15967         number of charsets if utf-8 is available (XEmacs).
15968
15969 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15972         taken from `gnus-button-mid-or-mail-regexp'.
15973         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15974         (gnus-button-alist): Improve regexp for domain part of the MIDs
15975         for news:localpart@domain buttons.
15976         (gnus-button-ctan-directory-regexp): Update.
15977
15978 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * sieve-manage.el (sieve-manage-interactive-login):
15981         Use make-local-variable rather than make-variable-buffer-local.
15982         (sieve-manage-open): Ditto.
15983         (sieve-manage-authenticate): Ditto.
15984
15985         * mml.el (mml-generate-mime-1): Make the content type default to
15986         text/plain if the filename is not specified.
15987
15988 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15991         instead of insert-buffer.
15992
15993         * message.el (message-yank-original): Ditto; set the mark at the
15994         end of the yanked message.
15995
15996 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15999         lines to scroll rather than to stop it.
16000
16001         * mml.el (mml-generate-default-type): Add doc string.
16002         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16003         default to application/octet-stream when determining the content
16004         type if it is not specified for the part or the mml contents; add
16005         a comment about mml-generate-default-type.
16006
16007 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16008
16009         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16010         make it default to application/octet-stream when determining the
16011         content type if it is not specified for the external contents.
16012
16013 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16016         segmented parameter but also other parameters might be there.
16017
16018 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * mm-decode.el (mm-display-external): Delete temp file, directory
16021         and buffer immediately if the external process is exited.
16022
16023 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16026         fewer lines than that of scroll-margin.
16027         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16028
16029 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * gnus-art.el (gnus-article-next-page): Revert.
16032         (gnus-article-beginning-of-window): New macro.
16033         (gnus-article-next-page-1): Use it.
16034         (gnus-article-prev-page): Ditto.
16035         (gnus-article-edit-part): Use insert-buffer-substring instead of
16036         insert-buffer.
16037         (gnus-article-edit-exit): Ditto.
16038
16039         * gnus-util.el (gnus-beginning-of-window): Remove.
16040         (gnus-end-of-window): Remove.
16041
16042         * lpath.el: Don't bind header-line-format and scroll-margin.
16043
16044 2005-07-25  Simon Josefsson  <jas@extundo.com>
16045
16046         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16047         to have the url package without w3.  Reported by Daiki Ueno
16048         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16049
16050 2005-07-20  Didier Verna  <didier@xemacs.org>
16051
16052         * gnus-diary.el: Remove the description comment (nndiary is now
16053         properly documented in the Gnus manual).
16054         Fix the spelling of "Back End".
16055         * nndiary.el: Ditto.
16056         Fix the copyright notice.
16057
16058 2005-07-18  Romain Francoise  <romain@orebokech.com>
16059
16060         * gnus-sum.el (gnus-summary-to-prefix)
16061         (gnus-summary-newsgroup-prefix): New variables.
16062         (gnus-summary-from-or-to-or-newsgroups): Use them.
16063
16064 2005-07-17  Romain Francoise  <romain@orebokech.com>
16065
16066         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16067         space as it's generally not especially interesting to the user.
16068
16069 2005-07-16  Romain Francoise  <romain@orebokech.com>
16070
16071         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16072         nil to avoid prompting and file modification if one of the
16073         messages at the top of the nnfolder file contains a copyright
16074         notice.
16075         Update copyright notice.
16076
16077         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16078         instead of `current-time-string' as the latter creates a time
16079         string that is not RFC 2822 compliant (it lacks the zone).
16080         Update copyright notice.
16081
16082 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16083
16084         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16085         for text/rtf.  Display default in prompt.  Pass default for M-n.
16086
16087         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16088
16089 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16090
16091         * gnus-msg.el (gnus-button-mailto):
16092         Remove save-selected-window-window hackery because it relies on
16093         save-selected-window internals.
16094
16095 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16098         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16099         (gnus-article-prev-page): Ditto.
16100
16101         * gnus-util.el (gnus-beginning-of-window): New function.
16102         (gnus-end-of-window): New function.
16103
16104         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16105
16106 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16107
16108         * gnus-score.el (gnus-score-edit-all-score):
16109         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16110         gnus-message.
16111
16112 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16113
16114         * gnus-msg.el (gnus-button-mailto):
16115         Remove save-selected-window-window hackery because it relies on
16116         save-selected-window internals.
16117
16118 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16121         add-minor-mode.
16122         (gnus-binary-mode): Ditto.
16123
16124         * gnus-topic.el (gnus-topic-mode): Ditto.
16125
16126 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16127
16128         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16129         (gnus-article-prev-page): Take scroll-margin into consideration.
16130
16131 2005-07-04  Lute Kamstra  <lute@gnu.org>
16132
16133         Update FSF's address in GPL notices.
16134
16135 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16136
16137         * gnus.el (gnus-exit):
16138         * gnus-group.el (gnus-group-icons):
16139         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16140
16141         * gnus-nocem.el (gnus-nocem):
16142         * message.el (message-various, message-buffers, message-sending)
16143         (message-interface, message-forwarding, message-insertion)
16144         (message-headers, message-news, message-mail):
16145         * pgg-gpg.el (pgg-gpg):
16146         * pgg-parse.el (pgg-parse):
16147         * pgg-pgp.el (pgg-pgp):
16148         * pgg-pgp5.el (pgg-pgp5):
16149         * pop3.el (pop3): Finish `defgroup' description with period.
16150
16151 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * gnus-art.el (article-display-face): Improve the efficiency.
16154         (article-display-x-face): Ditto; remove grey x-face stuff.
16155
16156 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-art.el (article-display-face): Correct the position in
16159         which Faces are inserted.
16160
16161 2005-06-29  Didier Verna  <didier@xemacs.org>
16162
16163         * gnus-art.el (article-display-face): Display faces in correct
16164         order.
16165
16166 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16169         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16170         (gnus-nocem-check-article): Fetch the Type header.
16171         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16172         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16173         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16174         make sure gnus-nocem-hashtb is initialized.
16175         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16176         (gnus-nocem-unwanted-article-p): Ditto.
16177
16178         * pgg.el (pgg-verify): Return the verification result.
16179
16180 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16181
16182         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16183         is ascii.
16184
16185 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16186
16187         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16188         `show-nonbreak-escape'.
16189
16190 2005-06-23  Lute Kamstra  <lute@gnu.org>
16191
16192         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16193
16194         * dig.el (dig-mode):
16195         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16196
16197 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16198
16199         * nnimap.el (nnimap-split-download-body): Fix spellings.
16200
16201 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16202
16203         * gnus-art.el (gnus-article-encrypt-body):
16204         * gnus-cus.el (gnus-score-customize):
16205         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16206         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16207
16208 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16209
16210         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16211         header by looking for magic "MII" at the beginnig.
16212
16213 2005-06-16  Miles Bader  <miles@gnu.org>
16214
16215         * gnus-xmas.el (gnus-xmas-group-startup-message):
16216         Use renamed gnus-splash face.
16217
16218         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16219         (assistant-field-face): New backward-compatibility alias for renamed
16220         face.
16221         (assistant-render-text): Use renamed assistant-field face.
16222
16223         * spam.el (spam): Remove "-face" suffix from face name.
16224         (spam-face): New backward-compatibility alias for renamed face.
16225         (spam-face, spam-initialize): Use renamed spam face.
16226
16227         * message.el (message-header-to, message-header-cc)
16228         (message-header-subject, message-header-newsgroups)
16229         (message-header-other, message-header-name)
16230         (message-header-xheader, message-separator, message-cited-text)
16231         (message-mml): Remove "-face" suffix from face names.
16232         (message-header-to-face, message-header-cc-face)
16233         (message-header-subject-face, message-header-newsgroups-face)
16234         (message-header-other-face, message-header-name-face)
16235         (message-header-xheader-face, message-separator-face)
16236         (message-cited-text-face, message-mml-face):
16237         New backward-compatibility aliases for renamed faces.
16238         (message-font-lock-keywords): Use renamed message faces.
16239
16240         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16241         (sieve-test-commands, sieve-tagged-arguments):
16242         Remove "-face" suffix from face names.
16243         (sieve-control-commands-face, sieve-action-commands-face)
16244         (sieve-test-commands-face, sieve-tagged-arguments-face):
16245         New backward-compatibility aliases for renamed faces.
16246         (sieve-control-commands-face, sieve-action-commands-face)
16247         (sieve-test-commands-face, sieve-tagged-arguments-face):
16248         Use renamed sieve faces.
16249
16250         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16251         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16252         (gnus-group-news-3-empty, gnus-group-news-4)
16253         (gnus-group-news-4-empty, gnus-group-news-5)
16254         (gnus-group-news-5-empty, gnus-group-news-6)
16255         (gnus-group-news-6-empty, gnus-group-news-low)
16256         (gnus-group-news-low-empty, gnus-group-mail-1)
16257         (gnus-group-mail-1-empty, gnus-group-mail-2)
16258         (gnus-group-mail-2-empty, gnus-group-mail-3)
16259         (gnus-group-mail-3-empty, gnus-group-mail-low)
16260         (gnus-group-mail-low-empty, gnus-summary-selected)
16261         (gnus-summary-cancelled, gnus-summary-high-ticked)
16262         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16263         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16264         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16265         (gnus-summary-low-undownloaded)
16266         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16267         (gnus-summary-low-unread, gnus-summary-normal-unread)
16268         (gnus-summary-high-read, gnus-summary-low-read)
16269         (gnus-summary-normal-read, gnus-splash):
16270         Remove "-face" suffix from face names.
16271         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16272         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16273         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16274         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16275         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16276         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16277         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16278         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16279         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16280         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16281         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16282         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16283         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16284         (gnus-summary-normal-ticked-face)
16285         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16286         (gnus-summary-normal-ancient-face)
16287         (gnus-summary-high-undownloaded-face)
16288         (gnus-summary-low-undownloaded-face)
16289         (gnus-summary-normal-undownloaded-face)
16290         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16291         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16292         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16293         (gnus-splash-face):
16294         New backward-compatibility aliases for renamed faces.
16295         (gnus-group-startup-message): Use renamed gnus faces.
16296
16297         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16298         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16299         (gnus-server-agent): Remove "-face" suffix from face names.
16300         (gnus-server-agent-face, gnus-server-opened-face)
16301         (gnus-server-closed-face, gnus-server-denied-face)
16302         (gnus-server-offline-face):
16303         New backward-compatibility aliases for renamed faces.
16304         (gnus-server-agent-face, gnus-server-opened-face)
16305         (gnus-server-closed-face, gnus-server-denied-face)
16306         (gnus-server-offline-face): Use renamed gnus faces.
16307
16308         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16309         Remove "-face" suffix from face names.
16310         (gnus-picon-xbm-face, gnus-picon-face):
16311         New backward-compatibility aliases for renamed faces.
16312
16313         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16314         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16315         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16316         (gnus-cite-11): Remove "-face" suffix from face names.
16317         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16318         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16319         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16320         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16321         New backward-compatibility aliases for renamed faces.
16322         (gnus-cite-attribution-face, gnus-cite-face-list)
16323         (gnus-article-boring-faces): Use renamed gnus faces.
16324
16325         * gnus-art.el (gnus-signature, gnus-header-from)
16326         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16327         (gnus-header-content): Remove "-face" suffix from face names.
16328         (gnus-signature-face, gnus-header-from-face)
16329         (gnus-header-subject-face, gnus-header-newsgroups-face)
16330         (gnus-header-name-face, gnus-header-content-face):
16331         New backward-compatibility aliases for renamed faces.
16332         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16333
16334         * gnus-sum.el (gnus-summary-selected-face)
16335         (gnus-summary-highlight): Use renamed gnus faces.
16336         * gnus-group.el (gnus-group-highlight): Likewise.
16337
16338 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16339
16340         * gnus-sieve.el (gnus-sieve-article-add-rule):
16341         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16342         * spam-stat.el (spam-stat-buffer-change-to-spam)
16343         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16344
16345         * message.el (message-is-yours-p):
16346         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16347
16348 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * mm-view.el (mm-inline-text): Withdraw the last change.
16351
16352 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16355         executing enriched-decode.
16356
16357 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16360         charset of tar files.
16361
16362 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16363
16364         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16365
16366 2005-06-04  Lute Kamstra  <lute@gnu.org>
16367
16368         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16369         information is never recorded.
16370
16371 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16372
16373         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16374
16375 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * pop3.el (pop3-apop): Run md5 in the binary mode.
16378
16379         * starttls.el (starttls-set-process-query-on-exit-flag):
16380         Use eval-and-compile.
16381
16382 2005-05-31  Simon Josefsson  <jas@extundo.com>
16383
16384         * smime.el (smime-replace-in-string): Define.
16385         (smime-cert-by-ldap-1): Use it.
16386
16387 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * gnus-art.el (article-display-x-face): Replace
16390         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16391
16392         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16393         set-process-query-on-exit-flag or process-kill-without-query.
16394
16395         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16396         loop instead of replace-regexp.
16397
16398         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16399         instead of process-kill-without-query if it is available.
16400
16401         * lpath.el: Fbind ldap-search-entries.
16402
16403         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16404         instead of find-file-hooks if it is available.
16405
16406         * mml1991.el: Bind pgg-default-user-id when compiling.
16407
16408         * mml2015.el: Bind pgg-default-user-id when compiling.
16409
16410         * nndraft.el (nndraft-request-associate-buffer):
16411         Use write-contents-functions instead of write-contents-hooks if it is
16412         available.
16413
16414         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16415         instead of find-file-hooks if it is available.
16416
16417         * nntp.el (nntp-open-connection): Replace
16418         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16419         (nntp-open-ssl-stream): Ditto.
16420         (nntp-open-tls-stream): Ditto.
16421
16422         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16423         set-process-query-on-exit-flag or process-kill-without-query.
16424         (starttls-open-stream-gnutls): Use it instead of
16425         process-kill-without-query.
16426         (starttls-open-stream): Ditto.
16427
16428 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16429
16430         * smime.el (smime-cert-by-ldap-1): Don't use
16431         replace-regexp-in-string.
16432
16433 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16434
16435         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16436
16437         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16438         in PEM format.  Adjust to the XEmacs compatibility.
16439
16440 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16443         by `string-to-number'.
16444         * gnus-agent.el (gnus-agent-regenerate-group)
16445         (gnus-agent-fetch-articles): Ditto.
16446         * gnus-art.el (gnus-button-fetch-group): Ditto.
16447         * gnus-cache.el (gnus-cache-generate-active)
16448         (gnus-cache-articles-in-group): Ditto.
16449         * gnus-group.el (gnus-group-set-current-level)
16450         (gnus-group-insert-group-line): Ditto.
16451         * gnus-score.el (gnus-score-set-expunge-below)
16452         (gnus-score-set-mark-below, gnus-summary-score-effect)
16453         (gnus-summary-score-entry): Ditto.
16454         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16455         (gnus-soup-pack): Ditto.
16456         * gnus-spec.el (gnus-xmas-format): Ditto.
16457         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16458         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16459         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16460         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16461         * nndb.el (nndb-get-remote-expire-response): Ditto.
16462         * nndiary.el (nndiary-parse-schedule-value)
16463         (nndiary-string-to-number, nndiary-request-replace-article)
16464         (nndiary-request-article): Ditto.
16465         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16466         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16467         * nneething.el (nneething-make-head): Ditto.
16468         * nnfolder.el (nnfolder-request-article)
16469         (nnfolder-retrieve-headers): Ditto.
16470         * nnheader.el (nnheader-file-to-number): Ditto.
16471         * nnkiboze.el (nnkiboze-request-article): Ditto.
16472         * nnmail.el (nnmail-process-unix-mail-format)
16473         (nnmail-process-babyl-mail-format): Ditto.
16474         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16475         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16476         (nnmh-request-create-group, nnmh-request-list-1)
16477         (nnmh-request-group, nnmh-request-article): Ditto.
16478         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16479         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16480         * nnsoup.el (nnsoup-make-active): Ditto.
16481         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16482         * nntp.el (nntp-find-group-and-number)
16483         (nntp-retrieve-headers-with-xover): Ditto.
16484         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16485         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16486         (pgg-format-key-identifier): Ditto.
16487         * pop3.el (pop3-last, pop3-stat): Ditto.
16488         * qp.el (quoted-printable-decode-region): Ditto.
16489
16490         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16491         of concat.
16492
16493 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16496
16497         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16498
16499         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16500
16501         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16502
16503         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16504
16505         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16506
16507         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16508         (gnus-carpal-mode): Ditto.
16509
16510         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16511         (gnus-browse-mode): Ditto.
16512
16513         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16514
16515         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16516
16517 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16518
16519         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16520
16521 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-util.el (gnus-run-mode-hooks): New function.
16524
16525         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16526
16527         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16528         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16529
16530 2005-05-27  Lute Kamstra  <lute@gnu.org>
16531
16532         * dns-mode.el (dns-mode): Specify customization group.
16533
16534 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16535
16536         * gnus-agent.el (gnus-agent-make-mode-line-string):
16537         Use mode-line-highlight as mouse-face.
16538
16539 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * canlock.el (canlock): Change the parent group to news.
16542
16543         * deuglify.el (gnus-outlook-deuglify): Add :group.
16544
16545         * dig.el (dig): Add :group.
16546
16547         * dns-mode.el (dns-mode): Add :group.
16548
16549         * encrypt.el (encrypt): Add :group.
16550
16551         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16552         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16553         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16554         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16555         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16556
16557         * gnus-diary.el (gnus-diary): Add :group.
16558
16559         * gnus.el (gnus-group-news-1-face): Add :group.
16560         (gnus-group-news-1-empty-face): Ditto.
16561         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16562         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16563         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16564         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16565         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16566         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16567         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16568         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16569         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16570         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16571         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16572         (gnus-summary-high-ticked-face): Ditto.
16573         (gnus-summary-low-ticked-face): Ditto.
16574         (gnus-summary-normal-ticked-face): Ditto.
16575         (gnus-summary-high-ancient-face): Ditto.
16576         (gnus-summary-low-ancient-face): Ditto.
16577         (gnus-summary-normal-ancient-face): Ditto.
16578         (gnus-summary-high-undownloaded-face): Ditto.
16579         (gnus-summary-low-undownloaded-face): Ditto.
16580         (gnus-summary-normal-undownloaded-face): Ditto.
16581         (gnus-summary-high-unread-face): Ditto.
16582         (gnus-summary-low-unread-face): Ditto.
16583         (gnus-summary-normal-unread-face): Ditto.
16584         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16585         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16586
16587         * hashcash.el (hashcash): New custom group.
16588         (hashcash-default-payment): Add :group.
16589         (hashcash-payment-alist): Ditto.
16590         (hashcash-default-accept-payment): Ditto.
16591         (hashcash-accept-resources): Ditto.
16592         (hashcash-path): Ditto.
16593         (hashcash-extra-generate-parameters): Ditto.
16594         (hashcash-double-spend-database): Ditto.
16595         (hashcash-in-news): Ditto.
16596
16597         * message.el (message-minibuffer-local-map): Add :group.
16598
16599         * netrc.el (netrc): Add :group.
16600
16601         * sieve-manage.el (sieve-manage-log): Add :group.
16602         (sieve-manage-default-user): Diito.
16603         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16604         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16605         (sieve-manage-authenticators): Ditto.
16606         (sieve-manage-authenticator-alist): Ditto.
16607         (sieve-manage-default-port): Ditto.
16608
16609         * sieve-mode.el (sieve-control-commands-face): Add :group.
16610         (sieve-action-commands-face): Ditto.
16611         (sieve-test-commands-face): Ditto.
16612         (sieve-tagged-arguments-face): Ditto.
16613
16614         * smime.el (smime): Add :group.
16615
16616         * spam-report.el (spam-report): Add :group.
16617
16618         * spam.el (spam, spam-face): Add :group.
16619
16620 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16621
16622         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16623         return \n.\n.\n at the end of articles.  Protect against that.
16624         (nntp-with-open-group): Allow debugging.
16625
16626         * nnheader.el (mail-header-set-extra): Make into a function
16627         because I just could't understand how to quote the list properly.
16628
16629         * dns.el (query-dns-cached): New function.
16630
16631 2005-05-26  Lute Kamstra  <lute@gnu.org>
16632
16633         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16634
16635 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16638
16639         * gnus-art.el: Don't autoload mail-extract-address-components.
16640
16641         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16642         eval-and-compile to evaluate it.
16643
16644         * hashcash.el: Don't autoload executable-find.
16645
16646         * nndb.el: Don't declare the nndb back end two or more times; don't
16647         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16648
16649         * nntp.el: Autoload format-spec instead of format; use
16650         eval-and-compile to evaluate autoload forms.
16651
16652 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16653
16654         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16655
16656 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16657
16658         * gnus.el (gnus-version-number): Bump version.
16659
16660 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16661
16662         * gnus.el: No Gnus v0.3 is released.
16663
16664 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16665
16666         * lpath.el (featurep): Bind show-nonbreak-escape.
16667
16668 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * gnus-art.el (gnus-article-edit-part): Disable undo.
16671
16672 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16675         gnus-article-date-lapsed-new-header is t if date timer is active;
16676         skip headers in which the original date value is empty.
16677         (gnus-article-save-original-date): Redefine it as a macro.
16678         (gnus-display-mime): Use it.
16679
16680 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * gnus-art.el (article-date-ut): Support converting date in
16683         forwarded parts as well.
16684         (gnus-article-save-original-date): New function.
16685         (gnus-display-mime): Use it.
16686
16687 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16688
16689         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16690         enclosure element of <item>.
16691
16692 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * message.el (message-kill-buffer-query): Rename from
16695         `message-kill-buffer-query-if-modified'.  Add :version.
16696
16697 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16700         window layout.
16701
16702 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * mml.el: Autoload dnd when compiling.
16705
16706 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16709         x-dnd-*.
16710
16711 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * qp.el (quoted-printable-encode-region): Save excursion.
16714
16715 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16716
16717         * message.el (message-kill-buffer-query-if-modified): Add new variable
16718         so the user can kill a modified message buffer quickly.
16719         (message-kill-buffer): Use it.
16720
16721 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * lpath.el: Fbind display-time-event-handler; don't fbind
16724         string-to-multibyte.
16725
16726         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16727
16728 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16731         contained in text because xml.el decodes entities) with LFs.
16732
16733 2005-04-11  Lute Kamstra  <lute@gnu.org>
16734
16735         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16736         differently.
16737
16738 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16739
16740         * mm-util.el (mm-detect-coding-region): Typo.
16741
16742 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16745
16746 2005-04-06  Deepak Goel  <deego@gnufans.org>
16747
16748         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16749         user-function allow user modifications of the scores.
16750         (spam-stat-score-buffer-user): New function, to allow
16751         user-computed modifications to the score.
16752         (spam-stat-score-buffer-user-functions): List of additional
16753         scoring functions.
16754         (spam-stat-error-holder): Global temporary error holder.
16755         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16756         variable.
16757
16758 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16759
16760         * gnus-registry.el (gnus-registry-clean-empty-function)
16761         (gnus-registry-trim, gnus-registry-fetch-groups)
16762         (gnus-registry-delete-group): Groups that match
16763         `gnus-registry-ignored-groups' are removed from the registry
16764         entries, not just ignored for splitting.  This helps clean up the
16765         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16766         to get all the groups a message ID is in.
16767
16768         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16769         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16770         (spam-stat-score-buffer-user-functions): Add :number custom type.
16771
16772 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16775         argument in XEmacs.
16776
16777         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16778         (nnrss-request-group): Decode group name first.
16779         (nnrss-request-article): Make a text/plain article if mml-to-mime
16780         failed.
16781         (nnrss-get-encoding): Return a compatible encoding according to
16782         nnrss-compatible-encoding-alist.
16783         (nnrss-find-el): Use consp instead of listp.
16784         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16785
16786 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16789         which Emacs 20 doesn't support.
16790         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16791
16792 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16793
16794         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16795         silence the byte compiler inside the defun.
16796
16797         * gnus-demon.el (parse-time-string): Add autoload.
16798
16799         * gnus-delay.el (parse-time-string): Add autoload.
16800
16801         * gnus-art.el (parse-time-string): Add autoload.
16802
16803         * nnultimate.el (parse-time): Require for `parse-time-string'.
16804
16805 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16808
16809         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16810
16811         * smime.el (smime-ldap-host-list): Add :version.
16812
16813 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16816         pass it to `gnus-browse-read-group'.
16817         (gnus-browse-read-group): Add NUMBER argument and pass it to
16818         `gnus-group-read-ephemeral-group'.
16819
16820         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16821         argument and pass it to `gnus-group-read-group'.
16822
16823 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16824
16825         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16826         mm-xemacs-find-mime-charset-1 if we have the mule feature
16827         available at runtime.
16828
16829 2005-03-25  Werner Lemberg  <wl@gnu.org>
16830
16831         * nnmaildir.el: Replace `illegal' with `invalid'.
16832
16833 2005-03-23  Lute Kamstra  <lute@gnu.org>
16834
16835         * time-date.el: Add comment on time value formats.
16836         Don't require parse-time.
16837         (with-decoded-time-value): New macro.
16838         (encode-time-value): New function.
16839         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16840         (days-to-time): Return a valid time value when arg is huge.
16841         (time-since): Use time-subtract.
16842         (time-to-number-of-days): Use time-to-seconds.
16843
16844 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16845
16846         * gnus-start.el (gnus-display-time-event-handler):
16847         Check display-time-timer at runtime rather than only at load time
16848         in case display-time-mode is turned off in the mean time.
16849
16850 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16851
16852         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16853         used.
16854
16855         * nneething.el (nneething-map-file-directory): Derive from
16856         `gnus-directory'.
16857
16858         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16859         the To/Cc button.
16860
16861 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * nnmaildir.el (nnmaildir-request-accept-article):
16864         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16865
16866 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16867
16868         * gnus-async.el: Require timer-funcs at compile time when in
16869         XEmacs for `run-with-idle-timer'.
16870
16871 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16872
16873         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16874         autoloaded function.
16875
16876 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16877
16878         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16879
16880 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16881
16882         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16883
16884 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16885
16886         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16887         Add gnus-expert-user to default.
16888
16889 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16890
16891         * nnimap.el (nnimap-open-server): Ditto.
16892
16893         * imap.el (imap-authenticate): Fix typo.
16894
16895 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16896
16897         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16898         buffer (since IMAP server might return FETCH response out of
16899         order, and the nntp buffer must be sorted).
16900
16901 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16902
16903         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16904         comparison on string.
16905
16906         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16907         (gnus-agent-score): Rename category keywords to match gnus-cus.
16908         (gnus-agent-summary-fetch-series): Modify to protect against
16909         gnus-agent-summary-fetch-group clearing processable flags.
16910         (gnus-agent-synchronize-group-flags): Update live group buffer as
16911         synchronization may occur due to the user toggle the plugged
16912         status.
16913         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16914         successfully downloaded.
16915         (gnus-agent-expire-group-1): Avoid using markers when the overview
16916         is in ascending order; greatly improves performance.
16917         (gnus-agent-regenerate-group):
16918         Use gnus-agent-synchronize-group-flags to reset read status in both
16919         gnus and server.
16920         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16921
16922 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16923
16924         * message.el: Don't autoload former message-utils variables.
16925         (message-strip-subject-trailing-was): Change doc string.
16926
16927         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16928         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16929         (nnweb-google-search): Add "hl=en" here.
16930         (nnweb-google-parse-1, nnweb-google-create-mapping):
16931         Don't hardcode URL.
16932
16933 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16934
16935         * message.el (message-get-reply-headers, message-followup):
16936         Mention related variables `message-use-followup-to' and
16937         `message-use-mail-followup-to', in the information buffer.
16938
16939         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16940         of broken groups(-beta).google.com.
16941
16942 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16943
16944         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16945         parameter to invoked gnus-request-move-article; remove the
16946         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16947         all at once instead of once per article.
16948         (gnus-summary-remove-process-mark): Accept a list of articles as
16949         well as a single article for processing.
16950
16951         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16952         parameter.
16953
16954         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16955
16956         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16957
16958         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16959         parameter.
16960
16961         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16962         parameter.
16963
16964         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16965         parameter and remove the gnus-sum-hint-move-is-internal variable.
16966
16967         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16968         parameter.
16969
16970         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16971         parameter.
16972
16973         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16974         parameter.
16975
16976         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16977
16978         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16979         parameter.
16980
16981         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16982         parameter.
16983
16984 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16985
16986         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16987         a more conservative way.
16988
16989 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16990
16991         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16992         buffer, so it moves the window's cursor.
16993
16994 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16995
16996         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16997         `mm-dissect-multipart' and receive the from field as an (optional)
16998         argument from `mm-dissect-multipart'.
16999         (mm-dissect-multipart): Receive the from field as an argument and
17000         pass it on when we call `mm-dissect-buffer' on MIME parts.
17001         Fixes verification/decryption of signed/encrypted MIME parts.
17002
17003 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17004
17005         * gnus-sum.el (gnus-summary-move-article):
17006         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17007         whatever it calls (right now, only nnimap-request-move article
17008         respects it).
17009
17010         * nnimap.el (nnimap-request-move-article):
17011         When gnus-sum-hint-move-is-internal is set, don't do the extra
17012         nnimap-request-article.
17013
17014 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17015
17016         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17017
17018         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17019         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17020
17021         * gnus-sum.el (gnus-summary-caesar-message):
17022         Apply `gnus-treat-article' after rotation.
17023
17024         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17025         doc string.
17026
17027 2005-02-22  Simon Josefsson  <jas@extundo.com>
17028
17029         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17030         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17031         <arne@arnested.dk>.
17032         (encrypt): Add password-cache and password-cache-expiry as group
17033         members.
17034
17035 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17036
17037         * smime.el (smime-ldap-host-list): Doc fix.
17038         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17039         cache) password.
17040         (smime-sign-region): Use it.
17041         (smime-decrypt-region): Use it.
17042         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17043         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17044         fails.
17045         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17046         certificate from DER to PEM format rather than calling openssl.
17047
17048         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17049
17050         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17051         for signing/encryption.
17052
17053         * mml.el (mml-parse-1): Use them.
17054
17055 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17056
17057         * nnrss.el (nnrss-verbose): Remove.
17058         (nnrss-request-group): Use `nnheader-message' instead.
17059
17060 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17061
17062         * nnrss.el (nnrss-verbose): New variable.
17063         (nnrss-request-group): Make it say nnrss is requesting a group.
17064
17065 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17066
17067         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17068         Handle news URL with given port correctly.
17069
17070 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17073         containing special characters.
17074
17075         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17076
17077         * mml.el (mime-to-mml): Ditto.
17078
17079         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17080         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17081         (rfc2047-decode-region): Quote decoded words containing special
17082         characters when rfc2047-quote-decoded-words-containing-tspecials
17083         is non-nil.
17084
17085 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17086
17087         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17088
17089         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17090
17091 2005-02-15  Simon Josefsson  <jas@extundo.com>
17092
17093         * nnimap.el (nnimap-debug): Doc fix.
17094
17095         * imap.el (imap-debug): Doc fix.
17096
17097 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17100
17101 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17102
17103         * gnus.el (spam-contents): Improve docs for spam-contents
17104         parameter in its variable incarnation.
17105
17106 2005-02-14  Simon Josefsson  <jas@extundo.com>
17107
17108         * smime-ldap.el: Use require instead of load-library for ldap.
17109         (smime-ldap-search): Indent.
17110         (smime-ldap-search-internal): Shorten line.
17111
17112         * smime.el (smime-cert-by-dns): Add doc-string.
17113         (smime-cert-by-ldap-1): Indent.
17114
17115         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17116         mml-smime-get-dns-ldap.
17117         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17118
17119 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17120
17121         * smime.el: Require smime-ldap.
17122         (smime-ldap-host-list): New variable.
17123         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17124
17125         * mml-smime.el (mml-smime-encrypt-query): New function.
17126         (mml-smime-encrypt-query): Use it.
17127
17128         * smime-ldap.el: New file.
17129
17130 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17133
17134 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17135
17136         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17137         argument in doc string.  Make query for type more clear.
17138
17139 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17140
17141         * gnus.el (gnus-group-startup-message): Search for gnus images in
17142         etc/images/gnus.
17143         * mm-util.el (mm-image-load-path): Likewise.
17144         * smiley.el (smiley-data-directory): Search for smilies in
17145         etc/images/smilies.
17146
17147 2005-02-09  Kim F. Storm  <storm@cua.dk>
17148
17149         Change Emacs release version from 21.4 to 22.1 throughout.
17150         Change Emacs development version from 21.3.50 to 22.0.50.
17151
17152 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17153
17154         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17155
17156         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17157         non-Mule XEmacs as well.
17158         (mm-decompress-buffer): Signal an error intentionally if it does
17159         not decompress compressed data because auto-compression-mode is
17160         disabled.
17161
17162 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17163
17164         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17165         an ID in the registry even if it has no groups.
17166
17167 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17170         merge it into mm-decompress-buffer.
17171         (gnus-mime-copy-part): Use the MIME part charset, the value which
17172         a user specified or gnus-newsgroup-charset for decoding, like
17173         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17174         save-buffer what was used.  Suggested by Kevin Ryde
17175         <user42@zip.com.au>.
17176         (gnus-mime-inline-part): Allow the name parameter as well as the
17177         filename parameter; force decompressing of compressed data; always
17178         display contents being not decoded as unibyte.
17179
17180         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17181         as well as the filename parameter.
17182
17183         * mm-util.el (mm-decompress-buffer):
17184         Merge gnus-mime-jka-compr-maybe-uncompress.
17185         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17186         of compressed data.
17187
17188 2005-02-08  Simon Josefsson  <jas@extundo.com>
17189
17190         * imap.el (imap-log): Doc fix.
17191
17192 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17195         the coding cookies; decompress compressed parts.
17196
17197         * mml.el (mml-generate-mime-1): Add the charset parameter according
17198         to the value which a user specified manually or the coding cookie.
17199
17200         * mm-util.el (mm-string-to-multibyte): New function.
17201         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17202         (mm-coding-system-to-mime-charset): New function.
17203         (mm-decompress-buffer): New function.
17204         (mm-find-buffer-file-coding-system): New function.
17205
17206         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17207         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17208         parts.
17209
17210 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17211
17212         * mm-view.el (mm-display-inline-fontify): Decode a part according
17213         to the charset parameter.
17214
17215 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17218         prefix arg is neither nil nor a number, as info specifies.
17219
17220 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17223         timestamps.
17224
17225 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17226
17227         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17228         groups error checking and notify user.
17229
17230 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17231
17232         * message.el (message-send-mail-function): Check existence of
17233         sendmail-program first before using default value
17234         `message-send-mail-with-sendmail'.  Otherwise use more generic
17235         `smtpmail-send-it'.
17236
17237 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * nntp.el (nntp-request-update-info): Always return nil.
17240
17241 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17242
17243         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17244
17245 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17246
17247         * message.el (message-beginning-of-line): Change the behavior when
17248         invoked between BOL and : so that it first moves backward.
17249
17250 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17253         article buffer when editing of the article is discarded.
17254         (gnus-article-prepare): Revert.
17255
17256 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * gnus-art.el (gnus-article-prepare):
17259         Remove message-strip-forbidden-properties from the local hook.
17260
17261 2005-01-27  Simon Josefsson  <jas@extundo.com>
17262
17263         * password.el (password-cache-add): Only start one timer per key.
17264         Reported by Derek Atkins <warlord@MIT.EDU>.
17265
17266 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17267
17268         * run-at-time.el: Remove.  It is no longer needed as
17269         timer-funcs.el in the xemacs-base package has a working version of
17270         `run-at-time'.
17271
17272         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17273
17274         * password.el: Require timer-funcs instead of run-at-time in
17275         XEmacs.
17276         Remove `password-run-at-time' macro.
17277         (password-cache-add): Use `run-at-time' instead of
17278         `password-run-at-time'.
17279
17280         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17281         Remove `nnheader-cancel-function-timers' alias,
17282         `cancel-function-timers' exists in XEmacs in timer-funcs.
17283
17284         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17285         for `run-with-idle-timer'.
17286
17287         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17288         for `run-at-time'.
17289
17290         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17291         for `with-timeout'.
17292
17293         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17294         the same as for XEmacs 21.4.
17295         No need to ignore `run-with-idle-timer', this function exists in
17296         XEmacs now in timer-funcs.el in the xemacs-base package.
17297         (dgnushack-compile): No need to delete
17298         run-at-time.el from the list of files to compile because it
17299         doesn't exist anymore.
17300
17301 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17304         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17305
17306 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17307
17308         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17309         sensitively.
17310
17311 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17312
17313         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17314
17315 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17318         which will be inserted according to the multibyteness of a buffer
17319         rather than the type of contents.  Suggested by ARISAWA Akihiro
17320         <ari@mbf.ocn.ne.jp>.
17321
17322         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17323         of string which old xml.el may return rather than a string.
17324
17325 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17328
17329 2005-01-16  Simon Josefsson  <jas@extundo.com>
17330
17331         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17332         idn/idna.el isn't available.
17333         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17334         <michael@waxrat.com>.
17335
17336         * hashcash.el: Remove non-FSF copyright header.
17337
17338         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17339         (hashcash-generate-payment): Use it.
17340         (hashcash-generate-payment-async): Use it.
17341
17342 2005-01-15  Simon Josefsson  <jas@extundo.com>
17343
17344         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17345         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17346
17347         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17348         gnus-summary-idna-message.
17349         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17350         (gnus-summary-idna-message): New function.
17351
17352 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17353
17354         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17355         gnus-novice-user.
17356
17357 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * nnrss.el (nnrss-request-delete-group): Delete entries in
17360         nnrss-group-alist as well.
17361         (nnrss-save-server-data): Insert newline.
17362
17363 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * gnus.el (gnus-user-agent): Use list of symbols instead of
17366         symbols.  Display full version number for (S)XEmacs.
17367         Optionally display (S)XEmacs codename.
17368
17369         * gnus-util.el (gnus-emacs-version): Update for new
17370         `gnus-user-agent'.
17371
17372         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17373         Gnus version.
17374
17375 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17376
17377         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17378         which is unreadable in some setups.
17379
17380 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * gnus-spec.el (gnus-update-format-specifications): Flush the
17383         group format spec cache if it doesn't support decoded group names.
17384
17385 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17386
17387         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17388         Allow to apply decay on score files matching a regexp.
17389
17390 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17393         compatibility in %g and %c.
17394
17395 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17398         name for only %g and %c.
17399         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17400         of gnus-tmp-group to decoded group name.
17401         (gnus-group-make-rss-group): Exclude `/'s from group names.
17402
17403 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * nnrss.el (nnrss-get-encoding): Fix regexp.
17406
17407 2004-12-27  Simon Josefsson  <jas@extundo.com>
17408
17409         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17410         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17411         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17412
17413 2004-12-17  Kim F. Storm  <storm@cua.dk>
17414
17415         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17416
17417         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17418
17419 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17420
17421         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17422
17423 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * nnrss.el: Require rfc2047 and mml.
17426         (nnrss-file-coding-system): New variable.
17427         (nnrss-format-string): Redefine it as an inline function.
17428         (nnrss-decode-group-name): New function.
17429         (nnrss-string-as-multibyte): Remove.
17430         (nnrss-retrieve-headers): Decode group name; don't use
17431         nnrss-format-string.
17432         (nnrss-request-group): Decode group name.
17433         (nnrss-request-article): Decode group name; allow a Message-ID as
17434         well as an article number; don't use nnrss-format-string; encode a
17435         Message-ID string which may contain non-ASCII characters; use
17436         mml-to-mime to compose a MIME article.
17437         (nnrss-request-expire-articles): Decode group name.
17438         (nnrss-request-delete-group): Decode group name.
17439         (nnrss-fetch): Clarify error message.
17440         (nnrss-read-server-data): Use insert-file-contents instead of load;
17441         bind file-name-coding-system; use multibyte buffer.
17442         (nnrss-save-server-data): Bind coding-system-for-write to the
17443         value of nnrss-file-coding-system; bind file-name-coding-system;
17444         add coding cookie.
17445         (nnrss-read-group-data): Use insert-file-contents instead of load;
17446         bind file-name-coding-system; use multibyte buffer.
17447         (nnrss-save-group-data): Bind coding-system-for-write to the
17448         value of nnrss-file-coding-system; bind file-name-coding-system.
17449         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17450         make it work with non-ASCII text.
17451         (nnrss-find-el): Make it work with old xml.el as well.
17452
17453 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17454
17455         * nnrss.el (nnrss-get-encoding): New function.
17456         (nnrss-fetch): Use unibyte buffer initially; bind
17457         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17458         decode contents according to the encoding attribute.
17459         (nnrss-save-group-data): Add coding cookie.
17460         (nnrss-mime-encode-string): New function.
17461         (nnrss-check-group): Use it to encode subject and author.
17462
17463 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17464
17465         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17466         imaginary variable.
17467
17468 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17471         correctly even if there are wide characters.
17472
17473 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17474
17475         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17476         downcased symbol names; make a new cache instead of reusing
17477         bbdb-hashtable.
17478
17479 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17482         concatenating segments rather than before concatenating them.
17483         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17484
17485         * message.el (message-get-reply-headers): Bind `extra'.
17486
17487 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17488
17489         * message.el (message-extra-wide-headers): New variable.
17490         (message-get-reply-headers): Use it.
17491
17492 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17495         (gnus-agent-group-pathname): Ditto.
17496
17497         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17498
17499         * gnus-group.el (gnus-group-make-group): Decode group name.
17500         (gnus-group-make-rss-group): Register the group data after opening
17501         the nnrss group.
17502
17503 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17504
17505         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17506         by expiry now get marked as read.
17507
17508 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17511
17512 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17513
17514         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17515         unify Latin characters in XEmacs.
17516         (mm-find-mime-charset-region): Use it.
17517
17518 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * gnus-util.el (gnus-delete-directory): New function.
17521
17522         * gnus-agent.el (gnus-agent-delete-group): Use it.
17523
17524         * gnus-cache.el (gnus-cache-delete-group): Use it.
17525
17526 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17529         names.
17530
17531 2004-12-16  Simon Josefsson  <jas@extundo.com>
17532
17533         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17534
17535 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17538
17539         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17540         (gnus-group-set-current-level): Decode group name.
17541
17542 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17543
17544         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17545         failed.
17546
17547 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * gnus-group.el (gnus-group-delete-group): Decode group name.
17550         (gnus-group-make-rss-group): Encode group name.
17551         (gnus-group-catchup-current): Decode group name.
17552         (gnus-group-kill-group): Decode group name.
17553
17554 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17555
17556         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17557
17558 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * gnus-group.el (gnus-group-make-rss-group):
17561         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17562
17563         * gnus-start.el (gnus-setup-news): Honor user's setting to
17564         gnus-message-archive-method.  Suggested by Lute Kamstra
17565         <lute@gnu.org>.
17566
17567 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17568
17569         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17570         global counterparts of the buffer-local variables.
17571
17572 2004-11-16  Romain Francoise  <romain@orebokech.com>
17573
17574         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17575         counterparts of the buffer-local variables.
17576
17577 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17578
17579         * message.el (message-forbidden-properties): Fix typo in doc
17580         string.
17581
17582 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17583
17584         * gnus-util.el (gnus-replace-in-string): Add doc string.
17585
17586         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17587         to avoid problems when splitting mails with many recipients.
17588
17589 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17590
17591         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17592         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17593
17594 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17595
17596         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17597         if there is no hashtable in memory or file modification time is
17598         newer than cached timestamp.
17599
17600 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17601
17602         * gnus-sum.el (gnus-summary-limit-to-recipient):
17603         Implement not-matching option.
17604
17605 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17606
17607         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17608         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17609         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17610         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17611         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17612         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17613
17614 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17615
17616         * message.el (message-forward-make-body-mml): Remove headers
17617         according to message-forward-ignored-headers if a message is decoded.
17618
17619 2004-12-02  Romain Francoise  <romain@orebokech.com>
17620
17621         * message.el (message-forward-make-body-plain): Always remove
17622         headers according to message-forward-ignored-headers.
17623
17624 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17625
17626         * spam.el (spam-summary-prepare-exit): Remove the
17627         gnus-summary-limit pop for now, it has problems with ham marks for
17628         me.
17629
17630 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17631
17632         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17633         correctly.
17634
17635 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17636
17637         * format-spec.el (format-spec): Message the char.
17638
17639 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17640
17641         * gnus-art.el (gnus-split-methods): Reformat comments.
17642
17643         * spam.el (spam-summary-prepare-exit): Remove article limits
17644         before exiting the summary buffer.
17645
17646 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17649         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17650
17651         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17652         order to silence the byte compiler.
17653
17654         * spam.el: Fix the way to silence the byte compiler, which
17655         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17656         bbdb-search-simple, spam-BBDB-register-routine,
17657         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17658         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17659         spam-stat-buffer-is-spam, spam-stat-load,
17660         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17661         spam-stat-save and spam-stat-split-fancy.
17662
17663 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17666         which may confuse users.
17667         (canlock-password-for-verify): Ditto.
17668
17669         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17670
17671         * gnus-art.el (gnus-emphasis-alist): Ditto.
17672
17673         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17674
17675         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17676
17677         * gnus-start.el (gnus-save-killed-list): Ditto.
17678
17679         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17680         (gnus-sum-thread-tree-root): Ditto.
17681         (gnus-sum-thread-tree-false-root): Ditto.
17682         (gnus-sum-thread-tree-single-indent): Ditto.
17683
17684         * message.el (message-courtesy-message): Ditto.
17685         (message-archive-note): Ditto.
17686         (message-subscribed-address-file): Ditto.
17687         (message-user-fqdn): Ditto.
17688
17689         * spam-report.el (spam-report-gmane-regex): Ditto.
17690
17691         * spam.el (spam-blackhole-good-server-regex): Ditto.
17692
17693 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * mml.el (mml-preview): Widen the message buffer before copying
17696         the contents to the preview buffer; sort headers before previewing.
17697
17698         * message.el (message-hidden-headers): Fix the way to avoid a bug
17699         in the `repeat' widget in Emacs 21.3 or earlier.
17700
17701 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * message.el (message-hidden-headers): Default to "^References:".
17704         Improve customization type.  Suggested by Reiner Steib
17705         <Reiner.Steib@gmx.de>.
17706
17707 2004-11-25  Romain Francoise  <romain@orebokech.com>
17708
17709         * message.el (message-strip-forbidden-properties): Remove check for
17710         obsolete `message-hidden' text property, hidden headers are not
17711         accessible in the buffer anymore.
17712
17713 2004-11-22  Romain Francoise  <romain@orebokech.com>
17714
17715         * message.el (message-header-format-alist): Add `From' in list
17716         so that it can be sorted.
17717         (message-fix-before-sending): Widen and sort headers before
17718         sending.
17719         (message-hide-headers): Use narrowing to hide headers by moving
17720         them to the top of the buffer and narrowing to the region
17721         underneath.
17722
17723 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17724
17725         * message.el (message-strip-forbidden-properties):
17726         Bind buffer-read-only (etc) to nil.
17727
17728 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17731         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17732
17733 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17734
17735         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17736
17737 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17738
17739         * dns.el (query-dns): Use sit-for to time instead of
17740         accept-process-output, since that doesn't seem to work on udp
17741         sockets.
17742
17743 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17746
17747 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17748
17749         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17750         doc string.  Improve doc string.
17751
17752 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * nntp.el (nntp-request-update-info): Return nil if
17755         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17756         may not call gnus-activate-group which uselessly issues the GROUP
17757         commands for all nntp groups and wastes time.  Reported by Romain
17758         Francoise <romain@orebokech.com>.
17759
17760         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17761
17762 2004-11-15  Simon Josefsson  <jas@extundo.com>
17763
17764         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17765         headers separately.
17766         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17767         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17768
17769 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17770
17771         * gnus-start.el (gnus-convert-old-newsrc):
17772         Assign legacy-gnus-agent to 5.10.7.
17773
17774 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775
17776         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17777         start of the lines.
17778
17779 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17780
17781         * hashcash.el (hashcash-default-payment): Change default to 20.
17782         (hashcash-default-accept-payment): Change default to 20.
17783         (hashcash-process-alist): New variable.
17784         (hashcash-generate-payment-async): Add.
17785         (hashcash-already-paid-p): Add.
17786         (hashcash-insert-payment): Don't generate payments twice.
17787         (hashcash-insert-payment-async): Add.
17788         (hashcash-insert-payment-async-2): Add.
17789         (hashcash-cancel-async): Add.
17790         (hashcash-wait-async): Add.
17791         (hashcash-processes-running-p): Add.
17792         (hashcash-wait-or-cancel): Add.
17793         (mail-add-payment): New optional argument.  Conditionally start
17794         asynchronous calculation.
17795         (mail-add-payment-async): Add.
17796
17797         * message.el (message-send-mail): Wait for asynchronous hashcash
17798         results.  Don't clobber existing X-Hashcash headers.
17799         (message-setup-1): Call mail-add-payment-async when
17800         message-generate-hashcash is non-nil.
17801
17802 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17803
17804         * message.el (message-use-alternative-email-as-from): Examine the
17805         From header as well; use message-make-from in order to include a
17806         user's full name.
17807
17808 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17811         default; improve customization type.
17812         (gnus-emphasis-custom-with-format): New macro.
17813         (gnus-emphasis-custom-value-to-external): New function.
17814         (gnus-emphasis-custom-value-to-internal): New function.
17815
17816 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17817
17818         * dns.el (query-dns): Resolve reverse addresses.
17819
17820 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17821
17822         * gnus-group.el (gnus-group-get-new-news): Use it.
17823
17824         * gnus-start.el (gnus-check-reasonable-setup): New function.
17825
17826 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17829         "Args out of range" error.  Reported by Arnaud Giersch
17830         <arnaud.giersch@free.fr>.
17831
17832 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17833
17834         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17835
17836 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17837
17838         * spam.el (spam group): Add :version.
17839
17840         * pgg-def.el (pgg group): Add :version.
17841
17842 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-art.el (gnus-article-edit-article): Don't associate the
17845         article buffer with a draft file.  This is a temporary measure
17846         against the 2004-08-22 change to gnus-article-edit-mode.
17847
17848 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17851         (html2text-format-tags): Remove unused variable `attr'.
17852
17853 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17854
17855         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17856
17857         * tls.el (tls-process-connection-type, tls-success)
17858         (tls-certtool-program): Add :version.
17859
17860         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17861         (starttls-extra-arguments, starttls-process-connection-type)
17862         (starttls-connect, starttls-failure, starttls-success): Add :version.
17863
17864         * spam-stat.el (spam-stat): Add :version.
17865
17866         * sieve.el (sieve): Add :version.
17867
17868         * sha1.el (sha1): Add :version.
17869         (sha1-use-external): Remove redundant version.
17870
17871         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17872         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17873         (nnmail-split-fancy-match-partial-words)
17874         (nnmail-split-lowercase-expanded): Add :version.
17875
17876         * nndiary.el (nndiary): Add :version.
17877
17878         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17879
17880         * mml-sec.el (mml-default-sign-method)
17881         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17882         Add :version.
17883
17884         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17885
17886         * mm-url.el (mm-url-use-external, mm-url-program)
17887         (mm-url-arguments): Add :version.
17888
17889         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17890         (mm-attachment-file-modes, mm-decrypt-option)
17891         (mm-w3m-safe-url-regexp): Add :version.
17892
17893         * message.el (message-cite-prefix-regexp)
17894         (message-sendmail-envelope-from, message-minibuffer-local-map)
17895         (message-user-fqdn, message-completion-alist): Add :version.
17896
17897         * gnus-win.el (gnus-configure-windows-hook)
17898         (gnus-use-frames-on-any-display): Add :version.
17899
17900         * gnus-art.el (gnus-article-address-banner-alist)
17901         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17902         (gnus-treat-from-picon, gnus-treat-mail-picon)
17903         (gnus-treat-x-pgp-sig): Add :version.
17904
17905         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17906         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17907         (gnus-summary-article-delete-hook)
17908         (gnus-summary-display-while-building): Add :version.
17909
17910         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17911         (gnus-get-top-new-news-hook): Add :version.
17912
17913         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17914         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17915
17916         * gnus-registry.el (gnus-registry): Add :version.
17917
17918         * gnus-spec.el (gnus-use-correct-string-widths)
17919         (gnus-make-format-preserve-properties): Add :version.
17920
17921         * gnus.el (gnus-group-charter-alist)
17922         (gnus-group-fetch-control-use-browse-url)
17923         (gnus-install-group-spam-parameters): Add :version.
17924
17925         * gnus-diary.el (gnus-diary): Add :version.
17926
17927         * gnus-delay.el (gnus-delay): Add :version.
17928
17929         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17930         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17931         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17932         Add :version.
17933
17934         * gnus-agent.el (gnus-agent-max-fetch-size)
17935         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17936         (gnus-agent-prompt-send-queue): Add :version.
17937
17938         * deuglify.el (gnus-outlook-deuglify): Add :version.
17939
17940         * html2text.el: Beautify code.  Improve doc strings.
17941         Some checkdoc cleanup.
17942         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17943
17944 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17945
17946         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17947
17948 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17949
17950         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17951         when package is loaded.
17952
17953         * spam.el (spam-summary-score-preferred-header): Add global preference
17954         for people who want to override the default SpamAssassin over
17955         Bogofilter preference (when both are set).
17956         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17957         (spam-user-format-function-S):
17958         Check spam-summary-score-preferred-header.
17959         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17960         (spam-user-format-function-S): Format the score correctly.
17961
17962 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17965         signature file.  Suggested by Manoj Srivastava
17966         <srivasta@golden-gryphon.com>.
17967
17968         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17969         iso-2022-jp even in the Japanese language environment.
17970         Suggested by Jason Rumney <jasonr@gnu.org>.
17971
17972 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17975         use the same characters as the dummy marks; make it free from
17976         getting affected by the language environment.
17977         (gnus-summary-read-group-1): Update mark positions only when the
17978         format spec is updated.
17979
17980         * gnus-spec.el (gnus-update-format-specifications): Return a list
17981         of updated types.
17982
17983 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17986         of boundp to check if display-warning is available.
17987
17988 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17989
17990         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17991
17992 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * nnspool.el (nnspool-spool-directory): Use news-path if the
17995         news-directory variable is not bound.
17996
17997         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17998         function instead of display-warning if it is not available.
17999
18000 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18001
18002         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18003         v5-10: Use `point-at-bol'.
18004
18005 2004-10-26  Simon Josefsson  <jas@extundo.com>
18006
18007         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18008         <chenggao@gmail.com>.
18009
18010 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18011
18012         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18013         instead.
18014
18015 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18016
18017         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18018         to remove a server from the nnimap-server-buffer-alist.
18019         (nnimap-open-connection, nnimap-close-server): Use it.
18020
18021         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18022
18023 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18026         running the major-mode function.
18027
18028 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18031         dummy marks in the right way.
18032
18033 2004-10-18  David Edmondson  <dme@dme.org>
18034
18035         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18036         excessively.
18037
18038 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18039
18040         * gnus-util.el (gnus-split-references): Accept a nil references
18041         string and go on blissfully.
18042
18043         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18044         cases where the references string is non-nil but has no references.
18045
18046         * encrypt.el: Add autoload tags.
18047
18048         * spam.el (spam-resolve-registrations-routine): Remove article
18049         from unregistration list too.  Reported by David Hanak
18050         <dhanak@isis.vanderbilt.edu>
18051
18052 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18053
18054         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18055         nil.  Change custom type.
18056
18057 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18058
18059         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18060
18061         * gnus-sum.el (gnus-summary-move-article): Use it.
18062
18063 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18064
18065         * encrypt.el: Add autoload cookies.
18066
18067         * spam.el (spam-backend-article-list-property)
18068         (spam-backend-get-article-todo-list)
18069         (spam-backend-put-article-todo-list)
18070         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18071         Resolve registrations separately.
18072         (spam-register-routine): Format comments.
18073         (spam-unregister-routine, spam-register-routine): Always call with
18074         specific-articles, no default list.
18075         (spam-summary-prepare-exit): Use the spam-classifications function.
18076
18077         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18078         gnus-encrypt.el.
18079
18080         * encrypt.el: Copied from gnus-encrypt.el.
18081
18082         * gnus-encrypt.el: Commented that it's obsolete.
18083
18084 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18085
18086         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18087         (gnus-score-save): Use it.
18088
18089         * message.el (message-bury): Use `window-dedicated-p'.
18090
18091 2004-10-15  Simon Josefsson  <jas@extundo.com>
18092
18093         * pop3.el (top-level): Don't require nnheader.
18094         (pop3-read-timeout): Add.
18095         (pop3-accept-process-output): Add.
18096         (pop3-read-response, pop3-retr): Use it.
18097
18098 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18099
18100         * spam.el (spam-register-routine): Move comment.
18101         (spam-verify-bogofilter): Use 'unknown for the initial
18102         spam-bogofilter-valid state, not 'never.
18103
18104         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18105         for netrc-machine.
18106
18107         * nnimap.el (nnimap-open-connection):
18108         Use netrc-machine-user-or-password.
18109
18110 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18111
18112         * gnus-registry.el (gnus-registry-unload-hook):
18113         Set as a variable with add-hook.
18114
18115         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18116         of news-path.
18117
18118         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18119
18120         * spam.el: Delete duplicate `provide'.
18121         (spam-unload-hook): Set as a variable with add-hook.
18122
18123 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18124
18125         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18126         in the doc string.
18127
18128         * message.el (message-ignored-news-headers)
18129         (message-ignored-supersedes-headers)
18130         (message-ignored-resent-headers)
18131         (message-forward-ignored-headers): Improve custom type.
18132
18133 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * message.el (message-tokenize-header): Fix 2004-09-06 change
18136         which used point-min in the wrong place.
18137
18138 2004-10-12  Simon Josefsson  <jas@extundo.com>
18139
18140         * tls.el (tls-certtool-program): New variable.
18141         (tls-certificate-information): New function, based on
18142         ssl-certificate-information.
18143
18144 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18145
18146         * compface.el: Move the version of ELisp-based uncompface program
18147         to the contrib directory because of the copyright problem.
18148
18149 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18150
18151         * message.el (message-kill-buffer): Raise the current frame.
18152
18153 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18154
18155         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18156
18157         * gnus.el (message-y-or-n-p): Autoload.
18158
18159         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18160         (pop3-password-required, pop3-authentication-scheme)
18161         (pop3-leave-mail-on-server): Make customizable.
18162         (pop3): New custom group.
18163         (pop3-retr): Remove `sleep-for' statements.
18164         Suggested by Dave Love <fx@gnu.org>.
18165
18166         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18167         Windows/DOS.
18168
18169         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18170         (imap-parse-body): Fix incorrect use of `assert'.
18171         Suggested by Dave Love <fx@gnu.org>.
18172
18173         * mml.el (mml-minibuffer-read-disposition): Require match.
18174         Suggested by Dave Love <fx@gnu.org>.
18175
18176 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18177
18178         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18179         doc string.
18180
18181 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18182
18183         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18184
18185 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18186
18187         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18188         instead of calling `mm-insert-inline', to decode text/* parts
18189         before displaying them.
18190
18191 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * mm-uu.el (mm-uu-text-plain-type): New variable.
18194         (mm-uu-pgp-signed-extract-1): Use it.
18195         (mm-uu-pgp-encrypted-extract-1): Use it.
18196         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18197         bind mm-uu-text-plain-type with that value.
18198         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18199         mm-uu-dissect.
18200
18201 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * gnus-group.el (gnus-update-group-mark-positions):
18204         * gnus-sum.el (gnus-update-summary-mark-positions):
18205         * message.el (message-check-news-body-syntax):
18206         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18207         of string-as-multibyte.
18208
18209 2004-10-05  Juri Linkov  <juri@jurta.org>
18210
18211         * gnus-group.el (gnus-update-group-mark-positions):
18212         * gnus-sum.el (gnus-update-summary-mark-positions):
18213         * message.el (message-check-news-body-syntax):
18214         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18215         8-bit unibyte values to a multibyte string for search functions.
18216
18217 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18220         (mm-uu-dissect-text-parts): New function.
18221
18222         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18223         dissect text parts.
18224
18225         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18226         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18227
18228         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18229
18230         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18231         Use gnus-current-topics instead of gnus-current-topic.
18232
18233 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18234
18235         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18236
18237 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18238
18239         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18240         where approriate.
18241
18242         * nnml.el (nnml-generate-active-info): do.
18243
18244         * nndiary.el (nndiary-generate-active-info): do.
18245
18246         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18247         (gnus-topic-move): do.
18248
18249         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18250         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18251
18252         * gnus-srvr.el (gnus-server-prepare)
18253         (gnus-server-open-all-servers): do.
18254
18255         * gnus-msg.el (gnus-summary-cancel-article)
18256         (gnus-summary-resend-message)
18257         (gnus-summary-mail-crosspost-complaint): do.
18258
18259         * gnus-move.el (gnus-change-server): do.
18260
18261         * gnus-group.el (gnus-group-unmark-all-groups)
18262         (gnus-group-set-current-level): do.
18263
18264 2004-10-04  Simon Josefsson  <jas@extundo.com>
18265
18266         * message.el (message-generate-hashcash): Doc fix.
18267
18268 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18269
18270         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18271         avoid infinite recursion via gnus-get-function.
18272
18273 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18274
18275         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18276
18277         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18278
18279         * nnmail.el (nnmail-split-history): do.
18280
18281         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18282         (nnml-request-delete-group): do.
18283
18284         * nnslashdot.el (nnslashdot-read-groups): do.
18285
18286         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18287         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18288
18289         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18290         (nnspool-sift-nov-with-sed): Use last.
18291         (nnspool-retrieve-headers-with-nov): Use mapc.
18292         (nnspool-request-newgroups): Use dolist.
18293         (nnspool-request-group): Use last.
18294
18295         * nntp.el (nntp-read-server-type): Use dolist.
18296
18297         * nnvirtual.el (nnvirtual-create-mapping)
18298         (nnvirtual-update-read-and-marked): Use dolist.
18299         (nnvirtual-convert-headers): Simplify.
18300
18301 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18302
18303         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18304         Add support for sync'ing tick marks.
18305
18306 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18309         there's no visible header.
18310
18311 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18312
18313         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18314         When necessary, pass full group name to gnus-request-set-marks.
18315
18316 2004-10-01  Simon Josefsson  <jas@extundo.com>
18317
18318         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18319         acroread.
18320
18321 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18322
18323         * spam-report.el (spam-report-gmane): Fix interactive.
18324
18325         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18326
18327         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18328         when writing file.
18329         (gnus-agent-synchronize-flags): Don't default to being
18330         interactive.
18331
18332 2004-09-30  Simon Josefsson  <jas@extundo.com>
18333
18334         * message.el (message-generate-hashcash): Add.
18335         (message-send-mail): Use it, call mail-add-payment.
18336
18337 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18338
18339         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18340
18341 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18342
18343         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18344         gnus-requst-update-info with explicit code to sync the in-memory
18345         info read flags with the marks being sync'd to the backend.
18346
18347         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18348
18349 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18350
18351         * spam.el (spam-verify-bogofilter): Add new function.
18352         (spam-check-bogofilter)
18353         (spam-bogofilter-register-with-bogofilter): Use it.
18354         (spam-verify-bogofilter): Add small fixes.
18355
18356 2004-09-28  Simon Josefsson  <jas@extundo.com>
18357
18358         * hashcash.el (hashcash-generate-payment): Revert.
18359
18360 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18361
18362         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18363         Use gnus-extract-references instead of gnus-split-references.
18364
18365         * gnus-util.el (gnus-extract-references): Add new function, analogous
18366         to gnus-split-references but extracts only the message-ID without
18367         anything extra.
18368
18369         * hashcash.el (hashcash-generate-payment)
18370         (hashcash-check-payment): Do the right thing if hashcash-path is
18371         nil (because the hashcash program could not be found).
18372
18373         * spam.el (spam-use-hashcash): Remove comment.
18374
18375 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18376
18377         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18378         (gnus-cache-enter-article, gnus-cache-remove-article)
18379         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18380
18381         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18382
18383         * gnus-art.el (article-hide-boring-headers)
18384         (article-translate-strings, article-display-face)
18385         (gnus-article-mime-match-handle-first)
18386         (gnus-article-highlight-headers)
18387         (gnus-article-add-buttons-to-head): do.
18388
18389 2004-09-27  Simon Josefsson  <jas@extundo.com>
18390
18391         * hashcash.el: New version, from
18392         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18393         ../contrib/.
18394
18395 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18398
18399 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18400
18401         * gnus-dup.el (gnus-dup-open): Use mapc.
18402         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18403
18404         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18405         Reported by Stefan Wiens <s.wi@gmx.net>.
18406
18407         * gnus.el (gnus-shutdown): Use dolist.
18408
18409         * gnus-undo.el (gnus-undo): Use mapc.
18410
18411         * nnrss.el (nnrss-generate-active): do.
18412
18413         * message.el (message-cite-original-without-signature)
18414         (message-cite-original): Use mapc.
18415         (message-do-actions, message-make-forward-subject): Use dolist.
18416
18417 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18418
18419         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18420         deletion to remove entire duplicate line.  Fixes merged article
18421         number bug.
18422
18423 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18424
18425         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18426         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18427         first ask if you want to open a server and then, even when you
18428         responded with no, asking if you want to synchronize the server's
18429         flags.
18430         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18431         multi-line expressions.
18432         (gnus-agent-synchronize-group-flags): New internal function.
18433         Updates marks in memory (in the info structure) AND in the
18434         backend.
18435
18436         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18437
18438         * nnagent.el (nnagent-request-set-mark):
18439         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18440         method, to ensure that synchronization updates marks in the
18441         backend and in the info (in memory) structure.
18442
18443 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18446         convention fully; don't miss the root article of a thread; make
18447         the X-Draft-From header with correct article numbers.
18448
18449 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18450
18451         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18452         unless plugged.  Disable the agent so that an open failure causes
18453         an error.
18454
18455         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18456         Revert 2004-09-21 change.  The backend must be opened while
18457         synchronizing flags even when the backend stores the flags
18458         locally.
18459
18460 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18461
18462         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18463         in `header' match.  Reported by Svend Tollak Munkejord.
18464
18465         * message.el (message-cite-original): Fix use of
18466         `message-cite-articles-with-x-no-archive'.
18467
18468 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18469
18470         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18471         (gnus-window-to-buffer): Ditto.
18472
18473         * mml.el (mml-preview-buffer): New variable.
18474         (mml-preview): Manage window layout with gnus-buffer-configuration.
18475
18476         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18477         X-Draft-From header even if those articles aren't quoted.
18478
18479 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18480
18481         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18482         (gnus-request-set-mark, gnus-request-update-mark): Use new
18483         g-s-t-u-l-m to decide to use backend even when unplugged.
18484
18485 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18488         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18489
18490 2004-09-20  Simon Josefsson  <jas@extundo.com>
18491
18492         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18493         "utf-16-le".
18494
18495 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18496
18497         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18498
18499 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18500
18501         * uudecode.el (uudecode-use-external): Add :version.
18502
18503         * smime.el (smime-CA-file, smime-encrypt-cipher)
18504         (smime-dns-server): Add :version.
18505
18506         * smiley.el (gnus-smiley-file-types): Add :version.
18507
18508         * sha1.el (sha1-use-external): Add :version.
18509
18510         * pgg-def.el (pgg-query-keyserver): Add :version.
18511
18512         * nnmail.el (nnmail-fancy-expiry-targets)
18513         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18514         Add :version.
18515
18516         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18517         (nnimap-retrieve-groups-asynchronous): Add :version.
18518         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18519
18520         * mml.el (mml-content-disposition-parameters)
18521         (mml-insert-mime-headers-always): Add :version.
18522
18523         * mm-util.el (mm-coding-system-priorities): Add :version.
18524
18525         * mm-decode.el (mm-inline-text-html-with-images)
18526         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18527         (mm-verify-option): Add :version.
18528         (mm-text-html-renderer): Change :version.
18529
18530         * message.el (message-fcc-externalize-attachments)
18531         (message-required-headers, message-draft-headers)
18532         (message-subject-trailing-was-query)
18533         (message-subject-trailing-was-ask-regexp)
18534         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18535         (message-mark-insert-end, message-archive-header)
18536         (message-archive-note, message-cross-post-default)
18537         (message-cross-post-note, message-followup-to-note)
18538         (message-cross-post-note-function, message-use-mail-followup-to)
18539         (message-subscribed-address-functions)
18540         (message-subscribed-address-file, message-subscribed-addresses)
18541         (message-subscribed-regexps, message-allow-no-recipients)
18542         (message-yank-cited-prefix, message-signature-insert-empty-line)
18543         (message-hidden-headers, message-hierarchical-addresses)
18544         (message-mail-user-agent, message-use-idna)
18545         (message-valid-fqdn-regexp)
18546         (message-strip-special-text-properties, message-header-synonyms)
18547         (message-beginning-of-line, message-tab-body-function): Add :version.
18548         (message-insert-canlock, message-wide-reply-confirm-recipients):
18549         Change :version.
18550
18551         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18552         and :version.
18553         (mail-source-delete-old-incoming-confirm)
18554         (mail-source-movemail-program): Add :version.
18555
18556         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18557         (gnus-agent-cache, gnus-agent): Change :version.
18558
18559         * gnus-util.el (gnus-use-byte-compile): Change :version.
18560
18561         * gnus-sum.el (gnus-summary-make-false-root-always)
18562         (gnus-summary-default-high-score)
18563         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18564         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18565         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18566         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18567         (gnus-sum-thread-tree-single-indent)
18568         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18569         (gnus-sum-thread-tree-leaf-with-other)
18570         (gnus-sum-thread-tree-single-leaf): Add :version.
18571         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18572         (gnus-article-loose-mime): Change :version.
18573
18574         * gnus-start.el (gnus-backup-startup-file)
18575         (gnus-save-startup-file-via-temp-buffer): Add :version.
18576
18577         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18578         (gnus-server-offline-face): Add :version.
18579
18580         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18581
18582         * gnus-msg.el (gnus-gcc-externalize-attachments)
18583         (gnus-debug-files, gnus-debug-exclude-variables)
18584         (gnus-discouraged-post-methods): Change :version.
18585         (gnus-confirm-mail-reply-to-news)
18586         (gnus-confirm-treat-mail-like-news): Add :version.
18587
18588         * gnus-int.el (gnus-server-unopen-status): Add :version.
18589
18590         * gnus-group.el (gnus-group-jump-to-group-prompt)
18591         (gnus-large-ephemeral-newsgroup)
18592         (gnus-fetch-old-ephemeral-headers): Add :version.
18593
18594         * gnus-fun.el (gnus-x-face-directory)
18595         (gnus-convert-pbm-to-x-face-command)
18596         (gnus-convert-image-to-x-face-command)
18597         (gnus-convert-image-to-face-command): Add :version.
18598
18599         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18600
18601         * gnus-cite.el (gnus-cite-blank-line-after-header)
18602         (gnus-article-boring-faces): Add :version.
18603
18604         * gnus-art.el (gnus-buttonized-mime-types)
18605         (gnus-inhibit-mime-unbuttonizing)
18606         (gnus-treat-display-face)
18607         (gnus-treat-body-boundary): Change :version.
18608         (gnus-body-boundary-delimiter, gnus-picon-databases)
18609         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18610         (gnus-treat-date-english, gnus-treat-fold-headers)
18611         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18612         (gnus-treat-mail-picon, gnus-treat-wash-html)
18613         (gnus-article-encrypt-protocol)
18614         (gnus-use-idna, gnus-article-over-scroll)
18615         (gnus-mime-display-multipart-alternative-as-mixed)
18616         (gnus-mime-display-multipart-related-as-mixed)
18617         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18618         (gnus-ctan-url, gnus-button-ctan-handler)
18619         (gnus-button-handle-ctan-bogus-regexp)
18620         (gnus-button-ctan-directory-regexp)
18621         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18622         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18623         (gnus-button-man-level, gnus-button-emacs-level)
18624         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18625
18626         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18627         (gnus-agent-go-online): Change :version.
18628         (gnus-agent-expire-unagentized-dirs)
18629         (gnus-agent-auto-agentize-methods): Add :version.
18630
18631         * flow-fill.el (fill-flowed-display-column)
18632         (fill-flowed-encode-column): Add :version.
18633
18634         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18635         (gnus-outlook-deuglify-unwrap-max)
18636         (gnus-outlook-deuglify-cite-marks)
18637         (gnus-outlook-deuglify-unwrap-stop-chars)
18638         (gnus-outlook-deuglify-no-wrap-chars)
18639         (gnus-outlook-deuglify-attrib-cut-regexp)
18640         (gnus-outlook-deuglify-attrib-verb-regexp)
18641         (gnus-outlook-deuglify-attrib-end-regexp)
18642         (gnus-outlook-display-hook): Add :version.
18643
18644         * binhex.el (binhex-use-external): Add :version.
18645
18646 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18647
18648         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18649         and `invisible'.
18650
18651 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18652
18653         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18654         in gnus-registry-trim.
18655
18656 2004-09-13  Simon Josefsson  <jas@extundo.com>
18657
18658         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18659
18660         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18661
18662         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18663         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18664         <yamaoka@jpl.org>.
18665         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18666         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18667         <yamaoka@jpl.org>.
18668
18669         * sieve.el (sieve-manage-mode): Ditto.
18670
18671 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18672
18673         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18674
18675 2004-09-11  Simon Josefsson  <jas@extundo.com>
18676
18677         * dns-mode.el: Add.
18678
18679         * mm-view.el (mm-display-dns-inline): Add.
18680
18681         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18682         (mm-automatic-display): Ditto.
18683
18684         * mailcap.el (mailcap-mime-data): Add text/dns.
18685         (mailcap-mime-extensions): Map .soa to text/dns.
18686
18687 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18688
18689         * gnus-art.el (article-decode-mime-words, article-babel)
18690         (gnus-article-highlight-signature, gnus-article-add-buttons)
18691         (gnus-signature-toggle): Remove unnecessary bindings of
18692         `inhibit-read-only' inherited from v5.10 merge.
18693
18694 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18695
18696         * nntp.el (nntp): New customization group.
18697         (nntp-authinfo-file): Add customization group.
18698
18699         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18700
18701         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18702
18703         * gnus.el (to-address, to-list, subscribed)
18704         (large-newsgroup-initial): Ditto.
18705
18706         * flow-fill.el (fill-flowed-display-column)
18707         (fill-flowed-encode-column): Ditto.
18708
18709 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18710
18711         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18712         Use point-min rather than 1.
18713         (message-send-mail): Use buffer-size rather than point-max.
18714
18715         * gnus-sum.el (gnus-summary-search-article-forward):
18716         Signal a specific `search-failed' rather than a generic `error'.
18717
18718         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18719         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18720         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18721
18722 2004-09-10  Simon Josefsson  <jas@extundo.com>
18723
18724         * nndb.el (require): Remove tcp and duplicate cl.
18725
18726 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18727
18728         * gnus-agent.el (directory-files-and-attributes): Move forward.
18729
18730 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18731
18732         * gnus-agent.el (directory-files-and-attributes):
18733         Optionally defined to support XEmacs.
18734
18735 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18736
18737         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18738         to avoid run-time CL dependencies.
18739         (gnus-agent-unfetch-articles): New function.
18740         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18741         article numbers even when local .overview file is missing.
18742         (gnus-agent-read-article-number): New function.  Only accepts
18743         27-bit article numbers.
18744         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18745         Use gnus-agent-read-article-number.
18746         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18747         from backend while recognizing that article numbers in .overview
18748         must be valid.
18749         (gnus-agent-update-files-total-fetched-for):
18750         Use directory-files-and-attributes to improve performance.
18751         * gnus-int.el (gnus-request-move-article):
18752         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18753         improve performance.
18754
18755         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18756         some users confused by references to .newsrc when they only have a
18757         .newsrc.eld file.
18758         (gnus-convert-mark-converter-prompt)
18759         (gnus-convert-converter-needs-prompt): Fix use of property list.
18760         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18761         New function.  Used internally to only display 'gnus converting
18762         files' message when actually necessary.
18763
18764         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18765         methods now autoloaded.
18766
18767 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18770         identifiers.
18771
18772 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18773
18774         * gnus-picon.el: Fix indentation and closing parenthesis.
18775
18776 2004-09-01  Simon Josefsson  <jas@extundo.com>
18777
18778         * message.el (message-canlock-generate): Require sha1, not
18779         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18780         to require within a function.  Sadly, if sha1.el isn't loaded, the
18781         let binding in m-c-g will hide the defcustom definition, which is
18782         bad.)
18783
18784         * canlock.el: Require sha1, not sha1-el.
18785
18786         * message.el: Don't autoload sha1 (there is a autoload cookie in
18787         sha1.el).
18788
18789         * sha1-el.el: Rename to sha1.el.
18790
18791 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18792
18793         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18794
18795 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18796
18797         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18798
18799 2004-08-30  Kim F. Storm  <storm@cua.dk>
18800
18801         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18802
18803         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18804         Add :group 'nnimap.
18805
18806 2004-08-30  Andreas Schwab  <schwab@suse.de>
18807
18808         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18809         ?* and ?\;.
18810
18811         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18812         and ?\' to symbol instead of whitespace.
18813
18814 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18815
18816         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18817
18818         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18819         instead of re-search-forward.
18820
18821         * gnus-uu.el (gnus-uu-save-article): Ditto.
18822         (gnus-uu-post-encode-uuencode): Ditto.
18823
18824         * html2text.el (html2text-clean-list-items): Ditto.
18825         (html2text-clean-dtdd): Ditto.
18826         (html2text-format-tags): Ditto.
18827
18828         * message.el (message-send-mail-with-sendmail): Fix regexp.
18829         (message-fill-field-general): Use search-forward instead of
18830         re-search-forward.
18831         (unbold-region): Ditto.
18832
18833         * nnrss.el (nnrss-request-article): Ditto.
18834
18835         * nnslashdot.el (nnslashdot-request-article): Ditto.
18836
18837         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18838
18839         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18840         "Unrecognized menu descriptor" error in XEmacs.
18841
18842 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18843
18844         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18845         parent article of a sparse article in the thread hashtb.
18846
18847 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18848
18849         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18850         (nnmail-expand-newtext): Lowercase expanded entries if
18851         nnmail-split-lowercase-expanded is non-nil.
18852
18853 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18856
18857         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18858         of gnus-tmp-news-method into string under XEmacs.  It will be
18859         passed to gnus-correct-length which takes only a string argument.
18860
18861 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * gnus-util.el (gnus-bind-print-variables): New macro.
18864         (gnus-prin1): Use it.
18865         (gnus-prin1-to-string): Use it.
18866         (gnus-pp): New function.
18867         (gnus-pp-to-string): New function.
18868
18869         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18870         Replace pp-to-string with gnus-pp-to-string.
18871         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18872         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18873         * gnus-msg.el (gnus-debug): Ditto.
18874         * gnus-score.el (gnus-score-save): Ditto.
18875         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18876         gnus-pp-to-string.
18877         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18878         with gnus-pp.
18879         * score-mode.el (gnus-score-pretty-print): Ditto.
18880         * webmail.el (webmail-debug): Ditto.
18881
18882 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * gnus-art.el (article-display-face, article-display-x-face):
18885         Use buffer-read-only.
18886
18887 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18888
18889         * gnus-art.el (article-hide-list-identifiers):
18890         Bind inhibit-read-only as t.
18891
18892 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18893
18894         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18895
18896 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18897
18898         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18899         (gnus-narrow-to-page): Don't assume point-min == 1.
18900         (gnus-article-edit-mode): Derive from message-mode.
18901
18902         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18903         point-min == 1.
18904
18905         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18906         Disable incorrect use of `assert'.
18907
18908         * message.el (message-mode): Set comment-start-skip.
18909
18910
18911 2004-08-22  Sam Steingold  <sds@gnu.org>
18912
18913         * pop3.el (pop3-leave-mail-on-server): New user variable.
18914         (pop3-movemail): Delete mail only when it is nil.
18915
18916 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18919
18920         * mml.el (mml-preview): Use `pop-to-buffer'.
18921
18922         * message.el (message-goto-mail-followup-to): Insert after "To".
18923         (message-carefully-insert-headers): Add comment.
18924
18925         * gnus.el: Remove unused variable `gnus-article-check-size'.
18926
18927         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18928
18929         * gnus-art.el (gnus-button-alist):
18930         Improve `gnus-button-handle-library' entry.
18931
18932 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18933
18934         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18935         Use downcase, since XEmacs capitalizes error messages differently.
18936
18937 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18938
18939         * nntp.el: Add (require 'gnus) due to reference to
18940         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18941
18942 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18943
18944         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18945         Bind `mm-fill-flowed'.
18946
18947         * mm-decode.el (mm-dissect-singlepart): Check it.
18948
18949 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18950
18951         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18952         'imap' for netrc parsing.
18953
18954 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18955
18956         * mailcap.el (mailcap-mime-data): Mark as risky.
18957
18958 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18961         may be included in the encoded word.
18962         (rfc2047-encode): Don't append a space if the encoded word
18963         includes close parenthesis.
18964
18965 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18966
18967         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18968         of text within parentheses.
18969
18970 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18971
18972         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18973         (gnus-encrypt-write-file-contents): Make the password key the file
18974         name PLUS the cipher, not just the cipher.  Also remove failed
18975         passwords from the cache.
18976
18977 2004-08-06  Simon Josefsson  <jas@extundo.com>
18978
18979         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18980         Doc fix.
18981
18982 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18985         LWSP.
18986
18987 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18988
18989         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18990         Try to append in-reply-to: data to the references: header.
18991
18992         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18993         (netrc-parse): Use gnus-encrypt.el functions.
18994
18995         * gnus-encrypt.el: Add new file for encryption support; currently
18996         does only a few GPG ciphers and an internal XOR cipher.
18997
18998         * password.el: Add comments on using password-read-and-add.
18999         (password-read-and-add): Add function to read and add the
19000         password to the cache at once.
19001
19002 2004-07-28  Simon Josefsson  <jas@extundo.com>
19003
19004         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19005         parameter (but don't use it, for now).
19006
19007         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19008         instead of hard coding to nil.
19009
19010 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19013         as mm-inline-image-xemacs does.
19014
19015 2004-07-26  Simon Josefsson  <jas@extundo.com>
19016
19017         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19018         Revert part of 2004-07-17 change below.
19019
19020 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19023         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19024
19025 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19026
19027         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19028         quotes that actually start with ">" at the beginning of the
19029         lines.
19030
19031 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * rfc2047.el (rfc2047-encode-region): Fix last change.
19034         (rfc2047-encode-parameter): Remove useless concat.
19035
19036 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19039         encode special characters; fix some kind of misconfigured headers;
19040         signal a real error if debug-on-quit or debug-on-error is non-nil.
19041         (rfc2047-encode-max-chars): New variable.
19042         (rfc2047-encode-1): Use it.
19043         (rfc2047-encode-parameter): New function.
19044
19045         * mml.el (mml-insert-parameter): Remove an excessive space.
19046
19047 2004-07-17  Simon Josefsson  <jas@extundo.com>
19048
19049         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19050         Kai Grossjohann <kai@emptydomain.de>.
19051         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19052         (gnus-group-make-menu-bar): Ditto.
19053
19054         * gnus-util.el (gnus-group-server): Add.
19055
19056 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19057
19058         * message.el (message-clone-locals): Clone sendmail and smtp
19059         variables.
19060
19061 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * rfc2047.el (rfc2047-encode-region): Fix last change.
19064
19065 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19068         characters as non-special.
19069
19070 2004-07-09  Simon Josefsson  <jas@extundo.com>
19071
19072         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19073         Users will lose all flag changes made while unplugged with
19074         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19075         good default.  See numerous reports on ding mailing list.
19076
19077 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19078
19079         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19080         add generate-head-function and generate-article-function to the
19081         rfc822-forward entry.
19082         (nndoc-rfc822-forward-generate-article): New function.
19083         (nndoc-rfc822-forward-generate-head): New function.
19084
19085         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19086
19087 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19088
19089         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19090         respect display group parameter and gnus-summary-expunge-below.
19091         (gnus-articles-to-read): Remove unused reference to display group
19092         parameter.
19093
19094 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19095
19096         * nnheader.el (nnheader-uniquify-message-id): New experimental
19097         variable.
19098         (nnheader-nov-read-message-id): Use it.
19099
19100         * spam-report.el (spam-report-gmane): Add interactive.
19101
19102 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * mm-encode.el (mm-content-transfer-encoding-defaults):
19105         Use qp-or-base64 for the application/* types.
19106
19107 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19108
19109         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19110
19111 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19112
19113         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19114         trim value.
19115
19116 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19117
19118         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19119         New macro and function.
19120         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19121
19122 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19123
19124         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19125         after-load-alist.
19126
19127 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19128
19129         * gnus-group.el (gnus-group-get-new-news-this-group):
19130         Don't update info that isn't there.
19131
19132 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19133
19134         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19135         entry.
19136
19137 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19138
19139         * mm-view.el (mm-inline-render-with-function): Use multibyte
19140         buffer; decode html source by charset.
19141
19142         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19143
19144         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19145         Mule-UCS is loaded under XEmacs.
19146         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19147
19148 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19149
19150         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19151
19152 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * mm-util.el (mm-coding-system-p): Return a coding-system.
19155         (mm-mime-mule-charset-alist): Use shift_jis instead of
19156         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19157         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19158         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19159         instead of japanese-shift-jis and iso-latin-1 respectively in
19160         order to share the default value with both Emacs and XEmacs-mule.
19161         (mm-mule-charset-to-mime-charset):
19162         Make mm-coding-system-priorities effective.
19163         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19164         while predicating of candidates upon the priorities.
19165
19166 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19167
19168         * gnus-sum.el (gnus-summary-make-menu-bar):
19169         Add gnus-uu-invert-processable.
19170
19171         * gnus.el: Autoload gnus-uu-invert-processable.
19172
19173 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19174
19175         * mm-util.el (mm-with-multibyte-buffer): New macro.
19176
19177         * rfc2047.el (rfc2047-encode-string): Use it.
19178         (rfc2047-encode-region): Move point to the end of the region after
19179         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19180
19181 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19182
19183         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19184         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19185
19186 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19189         (gnus-cite-parse): Ignore quoted envelope From_.
19190         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19191
19192 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19193
19194         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19195         invalid addresses.
19196
19197 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19198
19199         * spam.el: Change section markers, revise TODO list.
19200         (spam-backends): Make new master list of all installed backends.
19201         (spam-summary-exit-behavior): Add new variable to determine how
19202         messages moves are done at summary exit.
19203         (spam-move-spam-nonspam-groups-only)
19204         (spam-process-ham-in-nonham-groups)
19205         (spam-process-ham-in-spam-groups): Remove variables, the
19206         spam-summary-exit-behavior variable should be used to manage this
19207         behavior.
19208         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19209         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19210         and spam-old-spam-articles.
19211         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19212         Add empty variables, placeholders for the backends they represent.
19213         (spam-set-difference): Move, unchanged.
19214         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19215         unless the user has a processor variable.
19216         (spam-classifications, spam-classification-valid-p)
19217         (spam-backend-properties, spam-backend-property-valid-p)
19218         (spam-backend-function-type-valid-p)
19219         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19220         (spam-report-articles-gmane, spam-report-articles-resend):
19221         Remove functions, they are not needed.
19222         (spam-install-backend-super, spam-backend-list)
19223         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19224         (spam-backend-function, spam-backend-ham-registration-function)
19225         (spam-backend-spam-registration-function)
19226         (spam-backend-ham-unregistration-function)
19227         (spam-backend-spam-unregistration-function)
19228         (spam-backend-statistical-p, spam-backend-mover-p)
19229         (spam-install-backend-alias, spam-install-checkonly-backend)
19230         (spam-install-mover-backend, spam-install-nocheck-backend)
19231         (spam-install-backend, spam-install-statistical-backend)
19232         (spam-install-statistical-checkonly-backend): Add backend installation
19233         support.
19234         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19235         (spam-group-processor-p): Use the new backend code and respect the
19236         summary exit behavior.
19237         (spam-mark-spam-as-expired-and-move-routine): Remove.
19238         (spam-summary-prepare): Change to use the new spam-old-articles
19239         variable.
19240         (spam-copy-or-move-routine, spam-copy-spam-routine)
19241         (spam-move-spam-routine, spam-copy-ham-routine)
19242         (spam-move-ham-routine): Add code to copy/move ham or spam.
19243         (spam-fetch-field-fast): Improve doc and code, plus allow the
19244         'number request.
19245         (spam-list-of-checks, spam-list-of-statistical-checks):
19246         Remove variables.
19247         (spam-split, spam-find-spam): Use the new backend code.
19248         (spam-registration-functions): Remove variable.
19249         (spam-unregister-routine): Add convenience wrapper.
19250         (spam-log-undo-registration, spam-register-routine)
19251         (spam-log-processing-to-registry)
19252         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19253         where possible.
19254         (spam-check-gmane-xref, spam-check-regex-headers)
19255         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19256         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19257         (spam-check-bogofilter-headers, spam-check-spamoracle)
19258         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19259         (spam-check-crm114-headers): Use the spam-split-group that
19260         spam-split prepares, no need to determine it every time.
19261
19262         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19263         to the nnheader-parse-naked-head call.
19264
19265         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19266
19267         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19268         the nnheader-nov-read-message-id call.
19269
19270 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19271
19272         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19273         gnus-activate-group twice.  Suggested by Markus Peter
19274         <warp@spin.de>.
19275
19276 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19277
19278         * gnus-art.el (gnus-article-time-format): Exchange the order of
19279         day and month in the default value; fix customization type.
19280         (article-date-ut): Use add-text-properties.
19281         (article-make-date-line): Use message-make-date instead of
19282         current-time-string.
19283
19284         * message.el (message-fetch-field): Don't use set-text-properties.
19285         (message-make-date): Simplify.
19286
19287         * messagexmas.el (message-xmas-make-date): New function.
19288         (message-xmas-redefine): Defalias message-make-date to it.
19289
19290 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19293         (rfc2047-encode-region): Treat text within parentheses as special;
19294         show the original text when error has occurred.
19295
19296         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19297         already-computed method to gnus-activate-group.
19298
19299         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19300         same select-methods identical Lisp objects.
19301
19302         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19303         object when modifying the info.
19304
19305 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19308         gnus-opened-servers since it has never been opened with the new
19309         configuration yet.
19310
19311 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19314         arg to nnheader-generate-fake-message-id.
19315
19316 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19317
19318         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19319         number and build a fake message ID localized to a group and
19320         article number (so it's repeatable from that point on).
19321         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19322         ID format.
19323
19324         * gnus-sum.el (gnus-get-newsgroup-headers):
19325         Call nnheader-generate-fake-message-id with the article number.
19326
19327 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19328
19329         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19330         end-of-buffer.
19331
19332 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19333
19334         * message.el (message-ignored-supersedes-headers): Add Approved.
19335
19336 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19337
19338         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19339         goto-char.
19340         (rfc2047-encode): Fold the line before encoding.
19341
19342 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19343
19344         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19345         folding -- not all headers can be folded, and this should be done
19346         by the message composition mode.  Probably.  I think.
19347
19348 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19349
19350         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19351         fast.
19352
19353         * gnus-ems.el (gnus-remove-image): Don't use
19354         message-text-with-property; remove only the image found first.
19355
19356         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19357         found first.
19358
19359 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19360
19361         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19362
19363 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * message.el (message-text-with-property): Make it fast and accept
19366         optional arguments.
19367         (message-strip-forbidden-properties): Use it.
19368         (message-fix-before-sending): Follow the m-t-w-p change.
19369
19370         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19371
19372 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * gnus-art.el (article-hide-headers): Don't change the buffer
19375         mistakenly when performing mml-preview even if
19376         gnus-single-article-buffer is nil.
19377
19378 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19379
19380         * message.el (message-expand-name-databases): New user option.
19381         (message-expand-name): Use it.
19382
19383 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19384
19385         * spam.el (spam-report-articles-resend)
19386         (spam-report-resend-register-routine): Allow ham reporting.
19387         (spam-report-resend-register-ham-routine): Add wrapper.
19388         (spam-registration-functions): Add ham resending functions.
19389         (spam-list-of-processors): Add ham resend processor.
19390
19391         * gnus.el (ham-resend-to): Add new group parameter.
19392         (spam-process): Add ham resend option.
19393
19394         * spam-report.el (spam-report-resend): Allow reporting ham.
19395         (spam-report-resend-ham): Add wrapper.
19396
19397 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19398
19399         * message.el (message-cite-articles-with-x-no-archive):
19400         New variable.
19401         (message-cite-original): Use it.
19402
19403 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19404
19405         * message.el (message-cite-original): Respect X-No-Archive.
19406
19407 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * gnus-art.el (article-hide-headers): Refer to the values for
19410         gnus-ignored-headers and gnus-visible-headers in the summary
19411         buffer since a user may have set them as group parameters.
19412
19413 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19414
19415         * assistant.el (assistant-node-name): Add convenience function.
19416         (assistant-render-text, assistant-render-node): Add error handling,
19417         plus handle multiple next nodes.
19418         (assistant-find-next-node): Comment out for now.
19419         (assistant-find-next-nodes): Add function, returns list of next
19420         nodes.
19421
19422 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19423
19424         * mail-source.el (mail-source-directory): Fix doc-string.
19425
19426 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19427
19428         * assistant.el (assistant-render-text, assistant-eval): Add :set
19429         widget type, which is different because it takes and returns a
19430         list.  Much hilarity ensues.
19431
19432 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19433
19434         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19435
19436         * gnus-group.el (gnus-group-get-new-news-this-group):
19437         Add doc-string.
19438
19439         * gnus-start.el (gnus-activate-group): Add doc-string.
19440
19441 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19444
19445 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19446
19447         * assistant.el (assistant-render-text): Try to add a :set
19448         widget, more to come.
19449
19450         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19451         strings.
19452         (spam-report-articles-resend)
19453         (spam-register-routine): Do registration iff any articles warrant
19454         it.
19455         (spam-summary-prepare-exit): Change log message for nil group
19456         destinations.
19457
19458 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19459
19460         * spam.el (spam-report-resend-register-routine):
19461         Allow spam-report-resend-to to be a group parameter or a global value.
19462
19463 2004-05-26  Simon Josefsson  <jas@extundo.com>
19464
19465         * starttls.el: Merge with my GNUTLS based starttls.el.
19466         (starttls-gnutls-program, starttls-use-gnutls)
19467         (starttls-extra-arguments, starttls-process-connection-type)
19468         (starttls-connect, starttls-failure, starttls-success):
19469         New variables.
19470         (starttls-program, starttls-extra-args): Doc fix.
19471         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19472         New functions.
19473         (starttls-negotiate, starttls-open-stream):
19474         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19475         function if it is set.
19476
19477 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19480         structured fields.
19481
19482 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19483
19484         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19485
19486 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19487
19488         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19489         Add variable.
19490         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19491         assigning the spam-mark to new messages.
19492
19493 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19494
19495         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19496
19497 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19498
19499         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19500
19501         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19502         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19503         default.
19504
19505 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19506
19507         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19508         correct data.
19509
19510 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19511
19512         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19513         (spam-group-processor-p): Fix function.
19514         (spam-group-processor-multiple-p)
19515         (spam-group-spam-processor-report-gmane-p)
19516         (spam-group-spam-processor-report-resend-p)
19517         (spam-group-spam-processor-bogofilter-p)
19518         (spam-group-spam-processor-blacklist-p)
19519         (spam-group-spam-processor-ifile-p)
19520         (spam-group-ham-processor-ifile-p)
19521         (spam-group-spam-processor-spamoracle-p)
19522         (spam-group-spam-processor-crm114-p)
19523         (spam-group-ham-processor-bogofilter-p)
19524         (spam-group-spam-processor-stat-p)
19525         (spam-group-ham-processor-stat-p)
19526         (spam-group-ham-processor-whitelist-p)
19527         (spam-group-ham-processor-BBDB-p)
19528         (spam-group-ham-processor-spamoracle-p)
19529         (spam-group-ham-processor-copy-p): Remove functions with some
19530         prejudice against unneeded code.
19531         (spam-report-articles-resend)
19532         (spam-report-resend-register-routine): Allow the group/topic
19533         spam-resend-to value to override spam-report-resend-to.
19534         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19535         properly now.
19536
19537         * gnus.el (spam-resend-to): Add group/topic parameter.
19538         (spam-process): Move the OBSOLETE processors to the end of the
19539         choices.
19540
19541 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19542
19543         * spam-report.el (spam-report-resend-to, spam-report-resend):
19544         Start with resend-to set to nil, and then ask the user if necessary.
19545         (spam-report-resend): spam-report-resend takes a list of articles, not
19546         separate article numbers.
19547
19548 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19549
19550         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19551         addition to emacs-w3m.
19552
19553 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19554
19555         * assistant.el (assistant-authinfo-data): New function.
19556         (assistant-eval): Eval for entire assistant.
19557
19558         * netrc.el (netrc-services-file): New variable.
19559         (netrc-parse-services): New function.
19560         (netrc-find-service-name): New function.
19561         (netrc-find-service-number): New function.
19562         (netrc-port-equal): New function.
19563         (netrc-machine): Use it.
19564
19565         * nnimap.el (nnimap-open-connection): Use netrc.
19566
19567         * gnus-util.el (gnus-netrc-get): Remove aliases.
19568
19569         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19570
19571         * assistant.el (wid-edit): Fix compilation.
19572
19573         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19574
19575 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19576
19577         * gnus-util.el (gnus-set-file-modes): New function.  (small
19578         patch).
19579
19580 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19581
19582         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19583
19584         * assistant.el (assistant-render-node): Fix up rendering and
19585         read-only text.
19586         (assistant-render-node): Reset.
19587         (assistant-make-read-only): Not sticky.
19588
19589 2004-05-20  Danny Siu  <dsiu@adobe.com>
19590
19591         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19592         centered even when gnus-auto-center-summary is t.
19593
19594 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19595
19596         * dns.el (dns-get-txt-answer): New function.
19597         (dns-read-txt): Ditto.
19598         (query-dns): Use it.
19599
19600 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19603         active for foreign groups even if the group level is higher than
19604         the specified value.
19605
19606 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19607
19608         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19609         non-active groups.
19610
19611         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19612
19613 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19614
19615         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19616
19617 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19618
19619         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19620         (spam-crm114-header, spam-crm114-spam-switch)
19621         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19622         (spam-crm114-positive-spam-header)
19623         (spam-crm114-database-directory, spam-list-of-processors)
19624         (spam-group-spam-processor-crm114-p)
19625         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19626         (spam-generic-score, spam-list-of-checks)
19627         (spam-list-of-statistical-checks, spam-registration-functions)
19628         (spam-check-crm114-headers, spam-crm114-score)
19629         (spam-check-crm114, spam-crm114-register-with-crm114)
19630         (spam-crm114-register-spam-routine)
19631         (spam-crm114-unregister-spam-routine)
19632         (spam-crm114-register-ham-routine)
19633         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19634         From asjo@koldfront.dk (Adam Sjøgren).
19635
19636         * gnus.el: Add spam-use-crm114.
19637
19638         * spam.el (spam-list-of-processors, spam-registration-functions):
19639         Add spam-use-resend.
19640         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19641         (spam-report-articles-gmane): Add doc fix.
19642         (spam-report-articles-resend, spam-report-resend-register-routine):
19643         Add wrappers around spam-report-resend-to.
19644
19645         * spam-report.el (spam-report-resend-to, spam-report-resend):
19646         Add support for resending spam.
19647         (spam-report-gmane): Fix line length >80.
19648
19649         * gnus.el (spam-process): Add spam-use-resend.
19650
19651 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19652
19653         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19654         number of processed spam messages.
19655         (spam-ham-copy-or-move-routine): Return the number of processed
19656         ham messages.
19657         (spam-summary-prepare-exit): Use the above values to decide
19658         whether status messages shouled be displayed.
19659
19660 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19661
19662         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19663         `rfc2047-encoding-function-alist' in order to avoid conflicting
19664         with the old version.
19665         (rfc2047-encode-region): Concatenate words containing non-ASCII
19666         characters in structured fields; don't encode space-delimited
19667         ASCII words even in unstructured fields; don't break words at
19668         char-category boundaries.
19669         (rfc2047-encode-1): New function.
19670         (rfc2047-encode): Use it; encode text so that it occupies the
19671         maximum width within 76-column; work correctly on Q encoding for
19672         iso-2022-* charsets.
19673         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19674         sure not to break a line just after the header name.
19675         (rfc2047-b-encode-region): Remove.
19676         (rfc2047-b-encode-string): New function.
19677         (rfc2047-q-encode-region): Remove.
19678         (rfc2047-q-encode-string): New function.
19679
19680         * mm-util.el (mm-replace-in-string): New function.
19681
19682 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19683
19684         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19685         Really get it right.
19686         (gnus-inews-make-draft): Really.
19687
19688 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19689
19690         * nnmh.el (nnmh-request-list-1): Don't check the link count
19691         before descending.  (small patch)
19692
19693 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19694
19695         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19696         stuff.
19697
19698         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19699         Match on real group name.
19700
19701         * gnus-art.el (gnus-signature-limit): Doc fix.
19702
19703         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19704
19705         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19706
19707 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19708
19709         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19710         isn't a string.
19711
19712 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19713
19714         * gnus-draft.el (gnus-draft-send):
19715         Bind rfc2047-encode-encoded-words.
19716
19717         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19718         (rfc2047-encodable-p): Say that =? needs encoding.
19719         (rfc2047-encode-encoded-words): New variable.
19720
19721         * gnus-group.el (gnus-group-select-group): Doc fix.
19722
19723         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19724
19725         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19726         to nil.
19727
19728         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19729
19730         * nnheader.el (nnheader-get-lines-and-char): New function.
19731
19732 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19733
19734         * gnus-msg.el (gnus-summary-followup-with-original):
19735         Document yanking of region when active.
19736
19737 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19738
19739         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19740         groups if the group level is higher than the specified value.
19741
19742 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19743
19744         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19745         (gnus-group-jump-to-group): Add prefix argument using
19746         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19747         non-active group.
19748
19749         * compface.el (uncompface): Be verbose when changing
19750         `uncompface-use-external'.
19751
19752         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19753         handle manual section.
19754
19755 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19756
19757         * gnus-art.el (gnus-button-alist): Revert previous change.
19758
19759 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19760
19761         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19762
19763 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19764
19765         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19766         whether backend can accept message.
19767
19768         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19769
19770 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19771
19772         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19773         Avoid creating directory when nntp-marks-is-evil is true.
19774         Reported by Reiner Steib.
19775
19776 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19777
19778         * gnus-picon.el (gnus-picon-style): New variable.
19779         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19780         (gnus-picon-transform-address): Support `gnus-picon-style'.
19781         From Jesper Harder <harder@ifa.au.dk>.
19782
19783 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19784
19785         * message.el (message-fill-field): Return point.
19786         (message-generate-headers): Go to end of field.
19787
19788         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19789         stuff for non-living groups.
19790
19791 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19792
19793         * gnus-art.el (gnus-article-followup-with-original)
19794         (gnus-article-reply-with-original): gnus-mark-active-p ->
19795         gnus-region-active-p.
19796
19797 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19798
19799         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19800         only when there is spam or ham to be processed.
19801
19802 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19803
19804         * mail-source.el (mail-source-delete-crash-box): Refactor.
19805         (mail-source-fetch): Use it.
19806         (mail-source-fetch-file): Ditto.
19807         (mail-source-fetch-directory): Run postscript in loop.
19808         (mail-source-fetch-pop): Delete.
19809         (mail-source-fetch-maildir): Ditto.
19810         (mail-source-fetch-imap): Ditto.
19811
19812         * imap.el (imap-authenticators): Comment out sasl.
19813
19814         * message.el (message-skip-to-next-address): New function.
19815         (message-fill-header-address): Refactor.
19816         (message-fill-address): Use it.
19817         (message-delete-address): Use it.
19818         (message-fill-header-general): Refactor.
19819         (message-fill-field-address): Rename.
19820         (message-narrow-to-field): Find the start of the header.
19821         (message-header-format-alist): Don't pre-fill.
19822         (message-fill-header): Remove.
19823         (message-insert-header): New function.
19824         (message-shorten-references): Use it.
19825
19826         * rfc2047.el (rfc2047-field-value): Strip props.
19827
19828         * mail-parse.el (mail-header-make-address): New alias.
19829
19830         * ietf-drums.el (ietf-drums-make-address): New function.
19831
19832         * imap.el: Add compiler directives.
19833
19834         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19835
19836         * gnus-art.el (article-decode-idna-rhs): Don't use
19837         message-idna-inside-rhs-p.
19838
19839 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19840
19841         * message.el (message-idna-inside-rhs-p): Remove.
19842         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19843
19844         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19845         false positives.
19846
19847 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19848
19849         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19850
19851 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19852
19853         * nneething.el (nneething-file-name): Don't create spurious
19854         files.
19855
19856         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19857         (gnus-inews-do-gcc): Remove sleep.
19858
19859         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19860         part under point.
19861
19862         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19863         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19864
19865 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19866
19867         * spam.el (spam-summary-prepare-exit): Fix (length).
19868
19869 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19870
19871         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19872         as expired without moving it" message when there are spam
19873         messages left.
19874
19875 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19876
19877         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19878         header is not nil.
19879
19880 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19881
19882         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19883         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19884         (nntp-marks-changed-p): New arg SERVER.
19885         (nntp-request-update-info): Adjust caller.
19886
19887 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19888
19889         * nntp.el (nntp-save-marks): Pass missing arg.
19890
19891 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19892
19893         * nntp.el: Support marks.
19894         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19895         (nntp-marks-modtime, nntp-marks-directory): New variables.
19896         (nntp-request-set-mark, nntp-request-update-info)
19897         (nntp-possibly-create-directory, nntp-marks-changed-p)
19898         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19899         New functions.
19900
19901 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19902
19903         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19904         (gnus-xmas-redefine): Rename.
19905
19906         * gnus-score.el (gnus-score-insert-help):
19907         Use gnus-select-lowest-window.
19908
19909         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19910         appt-select-lowest-window and rename to gnus-select-lowest-window.
19911
19912         * gnus.el: do.
19913
19914 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19915
19916         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19917         encodings of MIME-encoded words, in order to improve
19918         interoperability with several broken MUAs.
19919
19920 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19921
19922         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19923         tags, only when charsets are not specified in headers.
19924         (mm-inline-text-html-render-with-w3m): Ditto.
19925
19926         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19927         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19928
19929 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19930
19931         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19932         instead of MIME-decoded from fields when checking
19933         `gnus-article-address-banner-alist'.
19934
19935 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19936
19937         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19938         description rather than subject.
19939
19940 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19941
19942         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19943
19944 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19945
19946         * gnus.el (gnus-version-number): Bump.
19947
19948 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19949
19950         * gnus.el: No Gnus v0.2 is released.
19951
19952 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19953
19954         * gnus-agent.el (gnus-agent-read-agentview):
19955         Inline gnus-uncompress-range.
19956
19957 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19958
19959         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19960         `exec-installed-p'.
19961
19962 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19963
19964         * gnus.el (spam-process, spam-autodetect-methods):
19965         Add bsfilter and bsfilter-headers.
19966
19967         * spam.el (spam-bsfilter): New customize group.
19968         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19969         (spam-bsfilter-header, spam-bsfilter-probability-header)
19970         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19971         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19972         (spam-bsfilter-database-directory): New options.
19973         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19974         (spam-list-of-statistical-checks, spam-registration-functions):
19975         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19976         (spam-bsfilter-score): New command.
19977         (spam-check-bsfilter-headers, spam-check-bsfilter)
19978         (spam-bsfilter-register-with-bsfilter)
19979         (spam-bsfilter-register-spam-routine)
19980         (spam-bsfilter-unregister-spam-routine)
19981         (spam-bsfilter-register-ham-routine)
19982         (spam-bsfilter-unregister-ham-routine): New functions.
19983         (spam-generic-score): Support bsfilter; Accept an optional argument
19984         to recalcurate spam score even if scoring header has already been
19985         added.
19986         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19987         optional argument to recalcurate spam score even if scoring header
19988         has already been added.
19989
19990 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19991
19992         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19993         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19994         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19995         link is missing.
19996
19997 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19998
19999         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20000         (html2text-get-attr): Rewrite.
20001
20002         * message.el (message-setup-1): Remove redundant put-text-property
20003         on mail-header-separator.
20004
20005 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20006
20007         * gnus-registry.el (gnus-registry-cache-whitespace)
20008         (gnus-registry-action, gnus-registry-spool-action)
20009         (gnus-registry-split-fancy-with-parent): Change message levels
20010         from 5 to 3 or 7, as needed.
20011
20012         * spam.el (spam-summary-prepare-exit)
20013         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20014         (spam-split, spam-find-spam, spam-log-undo-registration)
20015         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20016         level from 5 to 6.
20017
20018 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20019
20020         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20021         2004-03-04 change).
20022
20023 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20024
20025         * sieve-manage.el (sieve-manage-open):
20026         * nnweb.el (nnweb-insert-html):
20027         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20028         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20029         * nnspool.el (nnspool-request-group):
20030         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20031         * nnml.el (nnml-request-update-info):
20032         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20033         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20034         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20035         (nnimap-request-set-mark):
20036         * nnfolder.el (nnfolder-request-update-info):
20037         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20038         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20039         * gnus-uu.el (gnus-uu-find-articles-matching):
20040         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20041         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20042         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20043         * gnus-nocem.el (gnus-nocem-scan-groups):
20044         * gnus-int.el (gnus-start-news-server):
20045         * gnus-group.el (gnus-group-make-kiboze-group)
20046         (gnus-group-browse-foreign-server):
20047         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20048         Use mapc when appropriate.
20049
20050 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20051
20052         FIXME: Make separate entries for each person.
20053
20054         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20055         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20056         <shields@msrl.com>:
20057
20058         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20059         may need for spam sorting and scoring.
20060         (spam-user-format-function-S): Add user format function suitable for
20061         general use.
20062         (spam-article-sort-by-spam-status): Add sorting function for summary
20063         sorting.
20064         (spam-extra-header-to-number): Add function to get a score from a
20065         header.
20066         (spam-summary-score): Add function to get a numeric score from the
20067         headers.
20068         (spam-generic-score): Fix function doc, was in wrong place.
20069         (spam-initialize): Take symbols when it's run, and install the
20070         extra headers that spam-necessary-extra-headers thinks we need.
20071
20072 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20073
20074         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20075         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20076
20077 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20078
20079         * gnus-sum.el (gnus-set-global-variables)
20080         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20081         (gnus-article-get-xrefs, gnus-summary-best-group)
20082         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20083         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20084         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20085         Use with-current-buffer.
20086
20087 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20088
20089         * spam.el (spam-summary-prepare-exit): Simplify logic.
20090         (spam-fetch-article-header): Read the article header if it's not
20091         available.
20092         (spam-list-articles): Simplify logic.
20093         (spam-filelist-register-routine): Fix bug with unregister-list.
20094
20095         * gnus-registry.el: Fix comments at beginning.
20096
20097 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20098
20099         * message.el (message-cater-to-broken-inn): Remove.
20100         (message-shorten-references): Make sure the total folded length of
20101         References is shorter than 998 characters to cater to a bug in INN
20102         2.3.  Also, don't pretend that references aren't folded -- this
20103         hasn't worked for a while.
20104
20105 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20106
20107         * gnus-agent.el (gnus-agentize):
20108         gnus-agent-send-mail-real-function no longer set to current value
20109         of message-send-mail-function but rather a lambda that calls
20110         message-send-mail-function.  The change makes the agent real-time
20111         responsive to user changes to message-send-mail-function.
20112
20113 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20114
20115         * legacy-gnus-agent.el
20116         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20117         help from Florian Weimer <fw@deneb.enyo.de>
20118
20119 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20120
20121         * nnmail.el (nnmail-cache-insert): Revert last change.
20122
20123 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20124
20125         * nnmail.el (nnmail-cache-insert): Always check whether
20126         nnmail-cache-ignore-groups matches a group name.
20127
20128 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20129
20130         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20131         (spam-find-spam, spam-log-processing-to-registry)
20132         (spam-log-registered-p, spam-log-unregistration-needed-p)
20133         (spam-log-undo-registration): Use gnus-message instead of
20134         gnus-error, none of these errors are fatal.
20135
20136         * gnus-registry.el (gnus-registry-clean-empty-function)
20137         (gnus-registry-clean-empty): Remove only empty entries without
20138         extra data.
20139
20140 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20141
20142         * spam-stat.el (spam-stat-buffer-change-to-spam)
20143         (spam-stat-buffer-change-to-non-spam): Change (error) to
20144         (gnus-message 8) invocation.
20145
20146 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20147
20148         * nntp.el (nntp-via-netcat-command): New variable.
20149         (nntp-via-netcat-switches): New variable.
20150         (nntp-open-via-rlogin-and-netcat): New function.
20151         (nntp-open-connection-function): Doc fix.
20152         (nntp-telnet-command): Doc fix.
20153         (nntp-end-of-line): Doc fix.
20154         (nntp-via-rlogin-command): Doc fix.
20155         (nntp-via-user-name): Doc fix.
20156         (nntp-via-address): Doc fix.
20157
20158 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20161         error in Emacs 21.1.
20162
20163 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20164
20165         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20166
20167 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20168
20169         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20170         (gnus-agent-with-refreshed-group): New macro.
20171         (gnus-agent-rename-group): New function.
20172         (gnus-agent-delete-group): New function.
20173         (gnus-agent-save-group-info): Use gnus-command-method when
20174         `method' parameter is nil.  Don't write nil entries into the
20175         active file.
20176         (gnus-agent-get-group-info): New function.
20177         (gnus-agent-fetch-articles):
20178         Use gnus-agent-update-files-total-fetched-for to increment disk space
20179         used.
20180         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20181         Use gnus-agent-update-view-total-fetched-for to increment disk space
20182         used.
20183         (gnus-agent-get-local): Add optional parameters to avoid calling
20184         gnus-group-real-name and gnus-find-method-for-group.
20185         (gnus-agent-set-local): Delete stored entry if either min, or max,
20186         are nil.
20187         (gnus-agent-fetch-session): Reworded error/quit messages.
20188         On quit, use gnus-agent-regenerate-group to record existance of any
20189         articles fetched to disk before the quit occurred.
20190         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20191         gnus-agent-update-view-total-fetched-for, and
20192         gnus-agent-update-files-total-fetched-for to decrement disk space
20193         used.
20194         (gnus-agent-retrieve-headers):
20195         Use gnus-agent-update-view-total-fetched-for to increment disk space
20196         used.
20197         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20198         with gnus-agent-update-files-total-fetched-for to decrement disk
20199         space and fresh group buffer.
20200         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20201         (gnus-agent-need-update-total-fetched-for): New variable.
20202         (gnus-agent-update-files-total-fetched-for): New function.
20203         (gnus-agent-update-view-total-fetched-for): New function.
20204         (gnus-agent-total-fetched-for): New function.
20205
20206         * gnus-cache.el (gnus-cache-save-buffers):
20207         Use gnus-cache-update-overview-total-fetched-for to change disk space
20208         used by this group.
20209         (gnus-cache-possibly-enter-article):
20210         Use gnus-cache-update-file-total-fetched-for to increment disk space
20211         used by this group.
20212         (gnus-cache-possibly-remove-article):
20213         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20214         used by this group.
20215         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20216         (gnus-cache-rename-group): New function.
20217         (gnus-cache-delete-group): New function.
20218         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20219         (gnus-cache-need-update-total-fetched-for): New variable.
20220         (gnus-cache-with-refreshed-group): New macro.
20221         (gnus-cache-update-file-total-fetched-for): New function.
20222         (gnus-cache-update-overview-total-fetched-for): New function.
20223         (gnus-cache-rename-group-total-fetched-for): New function.
20224         (gnus-cache-delete-group-total-fetched-for): New function.
20225         (gnus-cache-total-fetched-for): New function.
20226
20227         * gnus-group.el: Require gnus-sum and autoload functions to
20228         resolve warnings when gnus-group.el compiled alone.
20229         (gnus-group-line-format): Documented new %F.
20230         (size of Fetched data) group line format; identifies disk space
20231         used by agent and cache.
20232         (gnus-group-line-format-alist): Defined new F format.
20233         (gnus-total-fetched-for): New function.
20234         (gnus-group-delete-group): No longer update
20235         gnus-cache-active-altered as gnus-request-delete-group now keeps
20236         the cache in sync.
20237         (gnus-group-list-active): Let the agent store a server's active
20238         list if currently plugged.
20239
20240         * gnus-int.el (gnus-request-delete-group):
20241         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20242         local disk in sync with the server.
20243         (gnus-request-rename-group):
20244         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20245         local disk in sync with the server.
20246
20247         * gnus-start.el (gnus-get-unread-articles):
20248         Cosmetic simplification to logic.
20249
20250         * gnus-util.el (gnus-rename-file): New function.
20251
20252 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20253
20254         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20255
20256 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20257
20258         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20259         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20260
20261 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20262
20263         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20264         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20265
20266 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20267
20268         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20269
20270 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20271
20272         * spam.el (spam-set-difference): Add function to replace
20273         gnus-set-difference in spam.el.
20274         (spam-summary-prepare-exit): Use spam-set-difference.
20275
20276 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20277
20278         * gnus-registry.el (gnus-registry-cache-file): Update to use
20279         gnus-dribble-directory OR gnus-home-directory OR ~.
20280         (gnus-registry-split-fancy-with-parent): Fix doc.
20281
20282 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20283
20284         * message.el (message-exchange-point-and-mark):
20285         Use message-mark-active-p.  Suggested by Jesper Harder
20286         <harder@ifa.au.dk>.
20287
20288 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * message.el (message-exchange-point-and-mark): Don't activate
20291         region if it was inactive.  Suggested by Hiroshi Fujishima
20292         <pooh@nature.tsukuba.ac.jp>.
20293
20294 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20295
20296         * gnus-art.el (article-display-face): Display Faces in the same
20297         order as X-Faces.
20298
20299 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20300
20301         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20302
20303 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20304
20305         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20306         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20307         (gnus-article-mime-hierarchy): Remove.
20308         (gnus-article-mime-hierarchy-next): Remove.
20309         (gnus-article-mode): Revert 2004-03-19 change.
20310         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20311         (gnus-insert-mime-button): Revert 2004-03-19 change.
20312         (gnus-mime-accumulate-hierarchy): Remove.
20313         (gnus-mime-enter-multipart): Remove.
20314         (gnus-mime-leave-multipart): Remove.
20315         (gnus-mime-display-part): Revert 2004-03-19 change.
20316         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20317
20318         * mml.el (mml-preview): Revert 2004-03-19 change.
20319
20320 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20321
20322         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20323
20324 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20327         t while entering a file name using the mm-with-multibyte macro.
20328         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20329
20330         * mm-util.el (mm-with-multibyte): New macro.
20331
20332 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20333
20334         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20335         New user option.
20336         (gnus-mime-multipart-functions): Doc and customization fix.
20337         (gnus-article-mime-hierarchy): New variable.
20338         (gnus-article-mime-hierarchy-next): New variable.
20339         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20340         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20341         gnus-article-mime-hierarchy-next to nil.
20342         (gnus-insert-mime-button): Show hierarchy numbers.
20343         (gnus-mime-accumulate-hierarchy): New function.
20344         (gnus-mime-enter-multipart): New function.
20345         (gnus-mime-leave-multipart): New function.
20346         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20347         (gnus-mime-display-alternative): Show hierarchy numbers.
20348
20349         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20350         gnus-article-mime-hierarchy-next to nil.
20351
20352 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20353
20354         * dns.el: Don't require gnus-xmas.
20355
20356 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20357
20358         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20359         inline PGP.
20360         (mml-menu): Disable mml-quote-region if mark is inactive.
20361
20362 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20363
20364         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20365         when the group's active is not available.
20366
20367 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20370         error.
20371
20372 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20373
20374         * imap.el (imap-store-password): New variable.
20375         (imap-interactive-login): Use it.
20376         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20377
20378 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20379
20380         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20381         window-start and hscroll to summary window.
20382
20383 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20384
20385         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20386         conversion message to newsrc-dribble when an actual conversion is
20387         performed.
20388
20389 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20390
20391         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20392
20393 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20394
20395         * mm-decode.el (mm-complicated-handles): New function reviving
20396         former definition of mm-multiple-handles.
20397
20398         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20399         (gnus-mime-delete-part): Use it.
20400
20401 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20402
20403         * gnus-agent.el (gnus-agent-read-local):
20404         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20405         avoid the implicit assumption that they will always be equal.
20406         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20407         coding-system-for-write, as the with-temp-file macro first prints
20408         to a buffer then saves the buffer.
20409
20410 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20411
20412         * gnus-art.el (gnus-article-edit-part): New function.
20413         (gnus-mime-save-part-and-strip): Use it; do query instead of
20414         signaling an error; don't use mm-multiple-handles.
20415         (gnus-mime-delete-part): Ditto.
20416
20417 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20418
20419         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20420         old file versions.
20421         (gnus-group-prepare-hook): Remove function that converted list
20422         form of gnus-agent-expire-days to group properties.
20423
20424         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20425         (gnus-request-accept-article): Re-indented.
20426
20427         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20428         converters to handle old agent file formats.  Add logic for a
20429         "backup before upgrading warning".
20430         (gnus-convert-mark-converter-prompt): Developers can mark
20431         functions as needing (default), or not needing,
20432         gnus-convert-old-newsrc's "backup before upgrading warning".
20433         (gnus-convert-converter-needs-prompt): Tests whether the user
20434         should be protected from potentially irreversable changes by the
20435         function.
20436
20437         * legacy-gnus-agent.el: New.  Provides converters that are only
20438         loaded when gnus-convert-old-newsrc needs to call them.
20439
20440 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20441
20442         * mail-source.el (mail-source-touch-pop): Doc fix.
20443
20444         * message.el (message-smtpmail-send-it): Doc fix.
20445
20446 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20447
20448         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20449
20450         * nnmail.el (nnmail-split-fancy): do.
20451
20452         * gnus-kill.el (gnus-kill, gnus-execute): do.
20453
20454 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20455
20456         * gnus-sum.el (gnus-widget-reversible-match)
20457         (gnus-widget-reversible-to-internal)
20458         (gnus-widget-reversible-to-external): New functions.
20459         (gnus-widget-reversible): New widget.
20460         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20461
20462 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20463
20464         * gnus-sum.el (gnus-thread-sort-functions)
20465         (gnus-article-sort-functions): Document `(not F)' items.
20466
20467 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20468
20469         * spam.el (spam-use-gmane-xref): Add new backend.
20470         (spam-gmane-xref-spam-group): Add variable to control the name of the
20471         Gmane spam group.
20472         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20473         (spam-regex-headers-spam, spam-regex-headers-ham)
20474         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20475         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20476         backends and checks.
20477         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20478
20479         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20480         an autodetect method.
20481
20482 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20483
20484         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20485         articles are being added to a group.
20486         (gnus-request-replace-article): Inform the agent that articles
20487         need to be uncached as the cached contents are no longer valid.
20488
20489 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20490
20491         * binhex.el: Don't autoload executable-find.
20492
20493         * canlock.el: Don't autoload mail-fetch-field.
20494
20495         * dgnushack.el: Autoload c-mode for XEmacs.
20496
20497         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20498
20499         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20500         rmail-dont-reply-to and rmail-output.
20501
20502         * gnus-score.el: Don't autoload ffap-string-at-point.
20503
20504         * gnus-setup.el: Don't autoload sc-cite-original.
20505
20506         * imap.el: Don't autoload base64-decode-string,
20507         base64-encode-string and md5.
20508
20509         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20510         and rmail-msg-restore-non-pruned-header.
20511
20512         * mm-decode.el: Don't autoload executable-find.
20513
20514         * mm-url.el: Don't autoload executable-find.
20515
20516         * mm-view.el: Don't autoload diff-mode.
20517
20518         * nndb.el: Don't autoload news-reply-mode, news-setup,
20519         cancel-timer and telnet.
20520
20521         * password.el: Don't autoload run-at-time for Emacs.
20522
20523         * sha1-el.el: Don't autoload executable-find.
20524
20525         * sieve-mode.el: Don't autoload c-mode.
20526
20527         * uudecode.el: Don't autoload executable-find.
20528
20529 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20530
20531         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20532         (gnus-agent-possibly-alter-active): Avoid null in numeric
20533         comparison.
20534         (gnus-agent-set-local): Refuse to save null in local object table.
20535         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20536         list of articles that will be marked as unread.
20537
20538 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20539
20540         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20541
20542 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20543
20544         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20545         language tags.
20546
20547 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20548
20549         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20550         Don't bind "obarray".
20551
20552         * gnus-sum.el (gnus-thread-sort-functions):
20553         Add `gnus-thread-sort-by-most-recent-number' and
20554         `gnus-thread-sort-by-most-recent-date'.
20555         Reported by Kai Grossjohann <kai@emptydomain.de>.
20556
20557 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20558
20559         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20560
20561 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20562
20563         * gnus-cus.el (gnus-agent-customize-category):
20564         Remove ignore-errors macro reference that required cl to be loaded at
20565         run-time.
20566
20567         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20568         single-interval range of the form (min . max).  Previously the
20569         range had to look like ((min . max)).  Likewise, return
20570         (min . max) rather than ((min . max)).
20571         (gnus-range-map): Use gnus-range-normalize to accept
20572         single-interval range.
20573
20574         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20575         the cache, but not the agent, now appear with their usual face.
20576
20577         * dgnushack.el (loaddir): New variable that is bound to the
20578         directory containing the dgnushack.el file. Use loaddir, rather
20579         than srcdir, to update load-path. Change lets dgnushack compile
20580         code in directories other than GNUS/lisp.
20581
20582 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20583
20584         * lpath.el: Don't bind w3m-safe-url-regexp.
20585
20586         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20587         w3m-safe-url-regexp variable buffer-local.
20588
20589         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20590
20591 2004-02-27  Simon Josefsson  <jas@extundo.com>
20592
20593         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20594         gnus-group-real-prefix.
20595         (gnus-summary-move-article): Use it, instead of
20596         gnus-group-real-prefix.
20597
20598 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20599
20600         * lpath.el: Bind w3m-safe-url-regexp.
20601
20602         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20603         w3m-safe-url-regexp variable buffer-local and set it as the value
20604         of mm-w3m-safe-url-regexp.
20605
20606         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20607
20608         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20609         parsing gnus-posting-styles when the message is not for replying.
20610
20611         * dgnushack.el: Autoload sgml-mode for XEmacs.
20612
20613         * nnrss.el (nnrss-opml-export):
20614         Use mm-set-buffer-file-coding-system instead of
20615         set-buffer-file-coding-system.
20616
20617 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20618
20619         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20620         of checkdoc.el).
20621         * nnrss.el: do.
20622         * gnus-mlspl.el: do.
20623         * gnus-ml.el: do.
20624         * gnus-srvr.el: do.
20625
20626         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20627
20628 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20629
20630         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20631         Corrections to custom-manual links.
20632
20633         * gnus-art.el (gnus-article): Ditto.
20634
20635         * mm-decode.el (mime-display, mime-security): Ditto.
20636
20637 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20638
20639         * flow-fill.el: Typo.
20640
20641 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20642
20643         * spam-wash.el: New file.
20644
20645 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20646
20647         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20648
20649 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20650
20651         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20652         to be run with new-articles as LIST1, not LIST2.
20653         (spam-registration-functions): Add spam-use-ham-copy as a nil
20654         registration backend.
20655
20656 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20657
20658         * spam-stat.el (spam-stat-washing-hook): New option.
20659         (spam-stat-buffer-words): Use it.
20660         (spam-stat-process-directory, spam-stat-test-directory):
20661         Use insert-file-contents-literally.
20662         (spam-stat-coding-system): New variable.
20663         (spam-stat-load, spam-stat-save): Use it.
20664
20665 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20666
20667         * spam-report.el (spam-report-plug-agent):
20668         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20669
20670 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20671
20672         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20673         Allow / in mailto URLs.
20674
20675 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20676
20677         * spam-report.el (spam-report-process-queue): Fix interactive use.
20678         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20679         (spam-report-unplug-agent): Doc fixes.
20680         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20681         (spam-report-agentize, spam-report-deagentize): Autoload.
20682
20683 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20684
20685         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20686
20687         * message.el (message-setup-fill-variables): Add mml tags to
20688         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20689         <ajk@iu.edu>.
20690         (message-mode): Don't modify paragraph-separate there.
20691
20692 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20693
20694         * compface.el (uncompface-use-external): Default to undecided.
20695         (uncompface-use-external-threshold): New variable.
20696         (uncompface-float-time): New macro.
20697         (uncompface): Determine whether to use the external decoder if
20698         uncompface-use-external is undecided.
20699
20700 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20701
20702         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20703         after images.
20704
20705         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20706
20707 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20708
20709         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20710
20711         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20712
20713         * gnus-sum.el (gnus-summary-limit-to-age)
20714         (gnus-summary-limit-children): do.
20715
20716         * gnus-int.el (gnus-request-scan): do.
20717
20718         * gnus-group.el (gnus-group-suspend): do.
20719
20720         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20721
20722         * gnus-cite.el (gnus-cite-parse-attributions): do.
20723
20724         * gnus-agent.el (gnus-summary-set-agent-mark)
20725         (gnus-agent-regenerate-group): do.
20726
20727         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20728
20729         * binhex.el (binhex-decode-region-internal): do.
20730
20731 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20732
20733         * gnus-fun.el (gnus-face-properties-alist): New user option.
20734         (gnus-display-x-face-in-from): Use it.
20735
20736         * gnus-art.el (article-display-face): Ditto.
20737
20738         * compface.el (uncompface-use-external): Default to nil.
20739
20740 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20741
20742         * nntp.el (nntp-erase-buffer): New function.
20743         (nntp-retrieve-data, nntp-send-command)
20744         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20745         (nntp-possibly-change-group): Use it.
20746
20747         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20748         Use with-current-buffer.
20749
20750 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20751
20752         * compface.el: Merge the ELisp-based uncompface program.
20753         (compface): New customization group.
20754         (uncompface-use-external): New user option.
20755         (uncompface): Call uncompface-internal if uncompface-use-external
20756         is nil.
20757         (uncompface-internal): New function.  Note that there are also
20758         some other functions and variables added for this function.
20759
20760 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20761
20762         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20763         if necessary.
20764
20765 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20766
20767         * spam-report.el (spam-report-unplug-agent)
20768         (spam-report-plug-agent, spam-report-deagentize)
20769         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20770         Add support for the Agent in spam-report: when unplugged, report to a
20771         file; when plugged, submit all the requests.
20772
20773         * spam.el (spam-register-routine): Fix message about
20774         registration.
20775
20776 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20777
20778         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20779         dependencies.
20780         (rfc2047-encode): Use it.
20781
20782         * gnus-art.el (gnus-button-marker-list): Move before first
20783         reference.
20784
20785         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20786         (imap-parse-body): Fix format string mismatch.
20787
20788         * gnus-score.el (gnus-summary-increase-score): do.
20789
20790         * nnrss.el (nnrss-close): New function.
20791
20792 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20793
20794         * nnrss.el (nnrss-make-filename): New function.
20795         (nnrss-request-delete-group, nnrss-read-server-data)
20796         (nnrss-save-server-data, nnrss-read-group-data)
20797         (nnrss-save-group-data): Use it.
20798         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20799         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20800         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20801
20802 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20803
20804         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20805
20806 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20807
20808         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20809         files.
20810
20811         * message.el (message-generate-headers-first): Don't quote nil
20812         and t in docstrings.
20813
20814         * imap.el (imap-id): do.
20815
20816         * gnus-agent.el (gnus-agent-consider-all-articles)
20817         (gnus-agent-queue-mail): do.
20818
20819 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20820
20821         * spam-report.el (spam-report-process-queue): New function.
20822         Process requests from `spam-report-requests-file'.
20823         (spam-report-process-queue): Doc fix.
20824
20825 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20826
20827         * spam.el (spam-register-routine)
20828         (spam-log-processing-to-registry, spam-log-registered-p)
20829         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20830         Change "check" to "spam-check" for semi-clarity.
20831
20832 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20833
20834         * pop3.el: Require nnheader.
20835
20836         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20837
20838         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20839
20840         * gnus-picon.el: Require cl.
20841
20842         * gnus-fun.el: Require gnus-ems and gnus-util.
20843
20844         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20845
20846         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20847
20848         * gnus-art.el (gnus-article-edit-mode): Define before first
20849         reference.
20850
20851 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20852
20853         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20854         (gnus-uu-post-encoded): Use point-at-bol.
20855
20856         * gnus-topic.el (gnus-group-active-topic-p): do.
20857
20858         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20859
20860         * gnus-group.el (gnus-group-kill-region): do.
20861
20862         * gnus-art.el (article-date-ut): do.
20863
20864         * message.el (message-fetch-field): Remove redundant
20865         case-fold-search binding.
20866         (message-narrow-to-field): Simplify.
20867
20868 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20869
20870         * spam.el (spam-directory): Derive from `gnus-directory'.
20871
20872         * spam-report.el (spam-report-url-to-file)
20873         (spam-report-requests-file): New function and variable for offline
20874         reporting.
20875         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20876         and user defined function.
20877         (spam-report-url-ping-mm-url): Remove doubled slash.
20878
20879 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20880
20881         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20882
20883 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20884
20885         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20886         Fix format string mismatch.
20887
20888         * sieve.el (sieve-deactivate-all): do.
20889
20890         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20891
20892         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20893
20894         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20895
20896         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20897
20898 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20899
20900         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20901         the list of checks.
20902
20903 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20904
20905         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20906         padding.
20907
20908 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20909
20910         * mm-view.el (mm-fill-flowed): New variable.
20911         (mm-inline-text): Use it.
20912
20913 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20914
20915         * spam.el (spam-spamassassin-register-ham-routine)
20916         (spam-spamassassin-register-spam-routine): Fix function names.
20917
20918 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20919
20920         * gnus.el (gnus-tmp-grouplens): Remove.
20921         (gnus-summary-line-format): Remove grouplens.
20922
20923         * gnus-group.el (gnus-group-line-format): Ditto.
20924
20925         * gnus-spec.el (gnus-format-specs): Ditto.
20926         (gnus-update-format-specifications): Flush the group format spec
20927         cache if there's the grouplens stuff.
20928         (gnus-parse-simple-format): Replace %l with the empty string.
20929
20930 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20931
20932         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20933         omission.
20934
20935 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20936
20937         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20938         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20939
20940 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20941
20942         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20943         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20944         New macros and functions.
20945         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20946         Handle > NLINK_MAX messages.
20947         * nnmaildir.el (nnmaildir-request-set-mark):
20948         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20949
20950 2004-01-25  Alex Schroeder  <alex@gnu.org>
20951
20952         * spam-stat.el (spam-stat-process-directory-age): New option.
20953         (spam-stat-process-directory): Use it.
20954
20955 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20956
20957         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20958         (spam-stat-save): Accept prefix argument.
20959
20960 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20961
20962         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20963         links" error.
20964
20965 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20966
20967         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20968         the rest of the and/or forms.
20969
20970 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20971
20972         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20973         compatibility with old .newsrc.eld files.
20974
20975         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20976
20977         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20978
20979         * gnus-start.el (gnus-1): do.
20980
20981         * gnus-group.el (gnus-group-line-format-alist): do.
20982
20983         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20984
20985         * gnus-gl.el: Remove.
20986
20987 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20988
20989         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20990         marks consisting of a single range {for example, (3 . 5)} rather
20991         than a list of a single range { ((3 . 5)) }.
20992
20993 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20994
20995         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20996         Use with-current-buffer.
20997         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20998         avoid consing a string.
20999
21000         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21001         Remove obsolete entries for big5 and gb2312.
21002
21003 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21004
21005         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21006         uncompressed list.
21007
21008 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21009
21010         * spam-stat.el (spam-stat-strip-xref): New function.
21011         (spam-stat-process-directory): Use it.
21012
21013         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21014         here -- it's done in message-fetch-field.
21015
21016 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21017
21018         * gnus-agent.el (gnus-agent-queue-mail)
21019         (gnus-agent-prompt-send-queue): New variables.
21020         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21021         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21022         "nndraft:queue" along to gnus-draft-send.
21023         Use gnus-agent-prompt-send-queue.
21024         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21025         is "nndraft:queue".  Suggested by Gaute Strokkenes
21026         <gs234@srcf.ucam.org>
21027
21028         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21029         (agent-enable-undownloaded-faces): Add.
21030         (gnus-agent-cat-groups): Use eval-and-compile, not
21031         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21032         method of gnus-agent-cat-groups even when the buffer has been
21033         evaled.
21034         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21035         delete gnus-agent-save-active-1.
21036         (gnus-agent-save-groups): Delete.  Identical to
21037         gnus-agent-save-active.
21038         (gnus-agent-write-active): No longer adjust agent's copy of active
21039         file as agent's adjustments are now stored in their own
21040         file.  Remove optional parameter.
21041         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21042         servers.  Add use of min/max range limits from server's local
21043         file.
21044         (gnus-agent-save-alist): Remove unused optional argument.
21045         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21046         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21047         (gnus-agent-set-local): A per-server file that keeps min/max range
21048         limits for articles known to the agent.  Provides a fast mechanism
21049         for altering many active ranges.
21050         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21051         active file (local makes it unnecessary).
21052         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21053
21054         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21055         (agent-enable-undownloaded-faces): Add.
21056
21057         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21058         disable it when sending to "nndraft:queue".
21059         (gnus-group-send-queue): Add safety check to avoid sending queue
21060         when unplugged.
21061
21062         * gnus-group.el (gnus-group-catchup): Use new
21063         gnus-sequence-of-unread-articles, not
21064         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21065         numbers of articles.  Use gnus-range-map to avoid having to
21066         uncompress the unread list.
21067         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21068         Fix invalid ange-ftp reference.
21069
21070         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21071         (gnus-sorted-range-intersection): Intersection of two ranges
21072         without requiring that they first be uncompressed.
21073
21074         * gnus-start.el (gnus-activate-group): Unless blocked by the
21075         caller, possibly expand the active range to include both cached
21076         and agentized articles.
21077         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21078         multiple version-dependent converters.
21079         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21080         gnus-agent-save-active.
21081         (gnus-save-newsrc-file): Save dirty agent range limits.
21082
21083         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21084         gnus-agent-possibly-alter-active.
21085         (gnus-adjust-marked-articles): Faster handling of simple lists.
21086
21087 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21088
21089         * spam-stat.el (spam-stat-test-directory): New optional argument
21090         displays a list of files detected.  Suggested by Andrew Cohen
21091         <cohen@andy.bu.edu>.
21092         (spam-stat-buffer-words-with-scores): Don't narrow and change
21093         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21094
21095 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21096
21097         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21098         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21099         (spam-spamassassin-arguments)
21100         (spam-spamassassin-spam-flag-header)
21101         (spam-spamassassin-positive-spam-flag-header)
21102         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21103         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21104         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21105         (spam-list-of-processors, spam-list-of-checks)
21106         (spam-list-of-statistical-checks, spam-registration-functions)
21107         (spam-check-spamassassin-headers, spam-check-spamassassin)
21108         (spam-spamassassin-score)
21109         (spam-spamassassin-register-with-sa-learn)
21110         (spam-spamassassin-register-spam-routine)
21111         (spam-spamassassin-register-ham-routine)
21112         (spam-assassin-register-spam-routine)
21113         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21114         (spam-bogofilter-score): Fix to show article before scoring.
21115
21116 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21117
21118         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21119         default scoring function.
21120         (spam-generic-score): Call spam-spamassassin-score if
21121         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21122         spam-bogofilter-score otherwise.
21123
21124         * gnus.el (spam-process, spam-autodetect-methods):
21125         Add spamassassin and spamassassin-headers.
21126
21127 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21128
21129         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21130         Suppress unnecessary messages.
21131
21132 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21133
21134         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21135         make-hash-table.
21136
21137 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21138
21139         * canlock.el (base64-encode-string): Don't autoload it.
21140
21141 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21142
21143         * run-at-time.el: Remove useless (require 'itimer),
21144         eval-and-compile and (featurep 'xemacs).
21145
21146 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21147
21148         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21149         GROUP is a virtual group.
21150
21151 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21152
21153         * gnus.el: Autoload `message-y-or-n-p'.
21154
21155 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21156
21157         * pgg-parse.el: Remove unnecessary (require 'custom).
21158
21159         * pgg-def.el: do.
21160
21161         * nnmail.el: do.
21162
21163         * gnus-undo.el: do.
21164
21165         * gnus-picon.el: do.
21166
21167         * gnus-util.el: do.
21168
21169 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21170
21171         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21172
21173 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21174
21175         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21176         handle, as well as a list.
21177
21178         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21179         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21180         (mm-w3m-cid-retrieve): Simplify.
21181
21182 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21183
21184         * message.el (message-kill-to-signature): Allow prefix arg to
21185         specify number of lines to keep before signature.
21186
21187 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21188
21189         * message.el (message-kill-to-signature): Change docstring.
21190
21191 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21192
21193         * canlock.el: Always require sha1-el.
21194         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21195
21196         * message.el: Autoload sha1 only when compiling.
21197
21198         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21199         eudc-expand-inline for XEmacs.
21200
21201 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21202
21203         * message.el (message-canlock-generate): Require sha1-el.
21204
21205 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21206
21207         * message.el (message-expand-name): Silence the byte compiler.
21208
21209         * lpath.el: Add detect-coding-system.
21210
21211         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21212         cus-edit.
21213
21214 2004-01-13  Simon Josefsson  <jas@extundo.com>
21215
21216         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21217         Invoke gnus-score-mode.
21218         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21219
21220         * gnus-range.el (gnus-compress-sequence): Doc fix.
21221         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21222
21223 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21224
21225         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21226
21227 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21228
21229         * spam.el (spam-get-article-as-string): Update to use
21230         gnus-request-article-this-buffer, much simpler.
21231         (spam-get-article-as-buffer): Remove.
21232
21233 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21234
21235         * message.el (message-expand-name): Use EUDC if the user uses that.
21236
21237 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21238
21239         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21240         character for the encoding to avoid consing a string.
21241
21242         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21243         unnecessarily.
21244
21245         * mm-util.el (mm-replace-chars-in-string): Remove.
21246
21247         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21248         of mm-replace-chars-in-string.
21249
21250 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21251
21252         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21253
21254         * mm-util.el (mm-subst-char-in-string): Support inplace.
21255
21256         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21257         a new string in every iteration.  Use shy groups.
21258
21259 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21260
21261         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21262         * gnus-soup.el (gnus-soup-group-brew):
21263         * gnus-msg.el (gnus-put-message):
21264         * gnus-move.el (gnus-group-move-group-to-server):
21265         * gnus-kill.el (gnus-batch-score):
21266         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21267         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21268         (gnus-group-update-group, gnus-group-read-group)
21269         (gnus-group-make-group, gnus-group-make-help-group)
21270         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21271         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21272         (gnus-group-sort-by-unread, gnus-group-catchup)
21273         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21274         (gnus-group-yank-group, gnus-group-set-info)
21275         (gnus-group-list-groups):
21276         * gnus.el (gnus-generate-new-group-name):
21277         * gnus-delay.el (gnus-delay-send-queue):
21278         * nnvirtual.el (nnvirtual-catchup-group):
21279         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21280         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21281         (gnus-group-prepare-topics, gnus-topic-check-topology):
21282         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21283         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21284         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21285         (gnus-group-make-articles-read):
21286         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21287         (gnus-group-change-level, gnus-kill-newsgroup)
21288         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21289         (gnus-get-unread-articles, gnus-make-articles-unread)
21290         (gnus-make-ascending-articles-unread): Use accessor
21291         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21292         to get group information for improved readability.
21293
21294
21295 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21296
21297         * gnus-art.el (article-decode-mime-words, article-babel)
21298         (gnus-article-highlight-signature, gnus-article-add-buttons)
21299         (gnus-signature-toggle): Use gnus-with-article-buffer.
21300
21301         * gnus-art.el (gnus-article-highlight-headers)
21302         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21303
21304         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21305         (gnus-article-set-globals, gnus-request-article-this-buffer)
21306         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21307         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21308         (gnus-mime-display-alternative): Use with-current-buffer.
21309
21310 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21311
21312         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21313         also under 80 char limit, and call gnus-error if needed.
21314         (spam-fetch-article-header): Fix - it was a
21315         buffer-local variable (gnus-newsgroup-data).
21316         (spam-find-spam): Use spam-generate-fake-headers, forget about
21317         spam-insert-fake-headers.
21318         (spam-insert-fake-headers): Remove.
21319
21320 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21321
21322         * deuglify.el (gnus-article-outlook-unwrap-lines)
21323         (gnus-outlook-rearrange-article)
21324         (gnus-outlook-repair-attribution-outlook)
21325         (gnus-outlook-repair-attribution-block)
21326         (gnus-outlook-repair-attribution-other): Remove redundant
21327         save-excursion.
21328
21329 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21330
21331         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21332         (spam-fetch-field-subject-fast)
21333         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21334         (spam-fetch-article-header): Add functions to deal with Gnus
21335         internals for fast retrieval of article header data.
21336         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21337
21338 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21339
21340         * pop3.el (pop3-md5): Remove.
21341         (pop3-apop): Replace pop3-md5 with md5.
21342
21343         * mm-bodies.el: base64 is always built-in.
21344
21345         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21346         Use with-current-buffer.
21347
21348 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21349
21350         * canlock.el (canlock-insert-header): Remove excessive grouping in
21351         regexp.
21352
21353         * gnus-sum.el (gnus-summary-read-document): Ditto.
21354
21355         * gnus-uu.el (gnus-uu-part-number): Ditto.
21356
21357         * html2text.el (html2text-remove-tags): Ditto.
21358         (html2text-format-tags): Ditto.
21359         (html2text-format-single-elements): Ditto.
21360
21361         * mml.el (mml-parse-1): Ditto.
21362
21363 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21364
21365         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21366
21367         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21368
21369         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21370
21371         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21372
21373 2003-11-15  Simon Josefsson  <jas@extundo.com>
21374
21375         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21376         (pgg-gpg-lookup-key): Use regexp match instead of
21377         split-string (split-string is different between emacs 21.2 and
21378         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21379
21380 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21381
21382         * gnus-art.el (gnus-mime-view-all-parts)
21383         (gnus-article-part-wrapper, gnus-article-view-part):
21384         Use with-current-buffer.
21385
21386 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21387
21388         * spam.el (spam-disable-spam-split-during-ham-respool)
21389         (spam-spamoracle-database, spam-cache-lookups)
21390         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21391         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21392         (spam-group-ham-marks, spam-group-spam-marks)
21393         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21394         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21395         also add spam-use-blackholes to the statistical checks.
21396         (spam-fetch-field-fast): Add interface to fetching fields, may
21397         become a macro.
21398         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21399         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21400         (spam-insert-fake-headers): Fake an article when needed.
21401         (spam-find-spam): Fake article when possible.
21402         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21403         (spam-check-bogofilter-headers): Use message-fetch-field instead
21404         of nnmail-fetch-field.
21405
21406 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21407
21408         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21409
21410 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21411
21412         * spam.el (spam-split): Do not require spam-use-CHECK to be
21413         enabled if that check is passed to spam-split explicitly; also
21414         fix so 'spam doesn't get converted to spam-split-group when
21415         spam-split-symbolic-return is t.
21416         (spam-find-spam): Find registrations of the article and use those
21417         instead of re-running spam-split to find the spam/ham
21418         classification of the article.
21419         (spam-log-processing-to-registry, spam-log-registered-p)
21420         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21421         Use gnus-error instead of gnus-message.
21422         (spam-log-registration-type): Add function to determine the
21423         classification of a message based on registry entries; will
21424         return nil if both 'spam and 'ham are found.
21425         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21426         a reasonably fast local cache without the loading errors.
21427         (spam-cache-lookups): Set to t by default.
21428         (spam-find-spam): Don't try to guess spam-cache-lookups.
21429         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21430         spam-caches entry.
21431         (spam-filelist-build-cache, spam-filelist-check-cache):
21432         Fix caching of whitelist/blacklist entries.
21433         (spam-check-whitelist, spam-check-blacklist):
21434         Invoke spam-from-listed-p with a type, not a cache variable.
21435         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21436
21437 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21438
21439         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21440
21441         * nnmail.el (nnmail-split-fancy): do.
21442
21443         * mml.el (mml-parse): do.
21444
21445         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21446         (gnus-score-adaptive): do.
21447
21448 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21449
21450         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21451         (gnus-mime-button-map): Don't set keymap parent.
21452         (gnus-button-ctan-directory-regexp): Use shy grouping.
21453         (gnus-prev-page-map): Don't set keymap parent.
21454         (gnus-prev-page-map): Remove duplicated one.
21455         (gnus-next-page-map): Don't set keymap parent.
21456         (gnus-mime-security-button-map): Ditto.
21457
21458         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21459         version number.
21460
21461         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21462
21463 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21464
21465         * canlock.el (canlock-sha1-function): Remove.
21466         (canlock-sha1-function-for-verify): Remove.
21467         (canlock-openssl-program): Remove.
21468         (canlock-openssl-args): Remove.
21469         (canlock-ignore-errors): Remove.
21470         (canlock-sha1-with-openssl): Remove.
21471         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21472         (canlock-verify): Don't use canlock-ignore-errors.
21473
21474         * sha1-el.el (sha1-string-external): Make it can return a string
21475         in binary form.
21476         (sha1-region-external): Ditto.
21477         (sha1-string-internal): Ditto.
21478         (sha1-region-internal): Ditto.
21479         (sha1-region): Ditto.
21480         (sha1-string): Ditto.
21481         (sha1): Ditto.
21482
21483 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21484
21485         * spam.el (spam-report-articles-gmane): New command.
21486
21487 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21488
21489         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21490
21491         * run-at-time.el (run-at-time-saved): Remove.
21492         (run-at-time): Doc fix.
21493
21494 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21495
21496         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21497         (gnus-summary-limit-map): Add it.
21498         (gnus-summary-make-menu-bar): do.
21499
21500 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21501
21502         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21503         Make attempt at some caching support (done for BBDB only now).
21504         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21505         addresses to be checked.
21506         (spam-clear-cache-BBDB): Add function, to be invoked by
21507         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21508         (spam-check-BBDB): Check and use the caches, if
21509         spam-cache-lookups is on, remove superfluous (provide).
21510
21511 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21512
21513         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21514
21515 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21516
21517         * run-at-time.el (run-at-time-saved): Move to after the definition
21518         of `run-at-time'.
21519
21520         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21521
21522 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21523
21524         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21525         mm-w3m-local-map-property.
21526
21527         * mm-view.el (mm-w3m-mode-map): Remove.
21528         (mm-w3m-local-map-property): Remove.
21529         (mm-inline-text-html-render-with-w3m): Don't use
21530         mm-w3m-local-map-property.
21531
21532 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21533
21534         * run-at-time.el: New file.
21535
21536         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21537         under Emacs.
21538
21539         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21540         of gnus-set-text-properties.
21541
21542         * gnus-uu.el (gnus-uu-save-article): Ditto.
21543
21544         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21545
21546         * gnus-cite.el (gnus-cite-parse): Ditto.
21547
21548         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21549         of gnus-.
21550
21551         * gnus-xmas.el (run-at-time): Require run-at-time.
21552
21553         * gnus.el: Change calls to nnheader-run-at-time and
21554         password-run-at-time throughout to use run-at-time directly.
21555
21556         * password.el: Remove definition of run-at-time.
21557
21558         * nnheaderxm.el: Remove definition of run-at-time.
21559
21560 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21561
21562         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21563         in prompt.
21564
21565 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21566
21567         * messagexmas.el (message-xmas-redefine): Alias
21568         `message-make-caesar-translation-table' to
21569         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21570         version.
21571
21572         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21573         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21574         `gnus-xmas-set-text-properties'.
21575         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21576         `gnus-xmas-completing-read'.
21577         (gnus-xmas-completing-read): Removed.
21578         (gnus-xmas-open-network-stream): Removed.
21579
21580         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21581         XEmacs version.
21582
21583         * dns.el (dns-make-network-process): Use `open-network-stream'
21584         instead of `gnus-xmas-open-network-stream'.
21585
21586         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21587
21588         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21589
21590 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21591
21592         * gnus-art.el (gnus-mime-display-alternative)
21593         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21594         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21595         Don't use gnus-local-map-property.
21596
21597         * gnus-util.el (gnus-local-map-property): Remove.
21598
21599         * mm-view.el (mm-view-pkcs7-decrypt):
21600         Replace gnus-completing-read-maybe-default with completing-read.
21601
21602         * gnus-util.el (gnus-completing-read): do.
21603         (gnus-completing-read-maybe-default): Remove.
21604
21605 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21606
21607         * password.el: Only autoload `run-at-time' if not XEmacs.
21608         Only autoload the itimer functions if XEmacs.
21609
21610 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21611
21612         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21613         XEmacsen.
21614
21615         * dgnushack.el: Autoload executable-find for XEmacs.
21616
21617 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21618
21619         * gnus-art.el (gnus-read-string): Remove.
21620         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21621         read-string.
21622
21623 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21624
21625         * netrc.el: Autoload password-read.
21626         (netrc): Add configuration group.
21627         (netrc-encoding-method, netrc-openssl-path):
21628         Add variables for encoding and decoding of files with symmetric
21629         ciphers.
21630         (netrc-encode): Add assistant function to encode a file with
21631         netrc-encoding-method.
21632         (netrc-parse): Add interactive parameter, added optional
21633         decoding if netrc-encoding-method is non-nil but otherwise
21634         behavior is standard.
21635         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21636         Do s/encode/encrypt/ everywhere.
21637
21638         * spam.el: Remove executable-find autoload.
21639
21640 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21641
21642         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21643
21644         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21645
21646 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21647
21648         * gnus-art.el (gnus-treat-ansi-sequences)
21649         (article-treat-ansi-sequences): New variable and function.
21650         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21651
21652         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21653         Use it.
21654
21655 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21656
21657         * mm-util.el (mm-quote-arg): Remove.
21658
21659         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21660         shell-quote-argument.
21661
21662         * gnus-uu.el (gnus-uu-command): do.
21663
21664         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21665
21666         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21667         with make-char.
21668
21669         * mm-util.el (mm-make-char): Remove.
21670
21671         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21672         add-minor-mode.
21673
21674         * gnus-undo.el (gnus-undo-mode): do.
21675
21676         * gnus-topic.el (gnus-topic-mode): do.
21677
21678         * gnus-sum.el (gnus-dead-summary-mode): do.
21679
21680         * gnus-start.el (gnus-slave-mode): do.
21681
21682         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21683
21684         * gnus-ml.el (gnus-mailing-list-mode): do.
21685
21686         * gnus-gl.el (gnus-grouplens-mode): do.
21687
21688         * gnus-draft.el (gnus-draft-mode): do.
21689
21690         * gnus-dired.el (gnus-dired-mode): do.
21691
21692         * gnus-ems.el (gnus-add-minor-mode): Remove.
21693
21694         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21695         Replace gnus-char-width with char-width.
21696
21697         * gnus-ems.el (gnus-char-width): Remove.
21698
21699         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21700         Replace gnus-char-width with char-width.
21701
21702         * gnus-ems.el (gnus-char-width): Remove.
21703
21704         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21705         definition.
21706         Remove Emacs 20 hash table compatibility code.
21707
21708         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21709         20 compatibility code.
21710
21711         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21712
21713         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21714
21715         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21716         Replace with point-at-{eol,bol}.
21717
21718         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21719
21720         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21721
21722         * flow-fill.el (fill-flowed-point-at-bol)
21723         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21724
21725         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21726         Replace with point-at-{eol,bol} throughout all files.
21727
21728 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * ntlm.el (ntlm-string-as-unibyte): New macro.
21731         (ntlm-build-auth-response): Use it.
21732
21733         Remove Emacs 20 stuff:
21734         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21735         (butlast, mapc, remove): Remove the compiler macros.
21736         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21737         of delq and copy-sequence.
21738         * gnus-art.el (popup-menu): Remove the compiler macro.
21739         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21740         Emacs 20.
21741
21742 2004-01-05  Simon Josefsson  <jas@extundo.com>
21743
21744         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21745         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21746         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21747         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21748         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21749         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21750         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21751         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21752         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21753         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21754         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21755         string-xor into ntlm-string-xor.
21756         Suggested by Jesper Harder <harder@myrealbox.com>.
21757
21758         * ntlm.el: Don't include poem.
21759
21760         * md4.el (print-int32, print-string-hexa): Remove.
21761         Suggested by Jesper Harder <harder@myrealbox.com>.
21762
21763         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21764
21765         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21766         probably breaks emacs with DL patch, but do we care? Is anyone
21767         still using the DL stuff?)
21768
21769         * sieve-manage.el: Use the password package.
21770         (sieve-manage-read-passwd): Remove.
21771         (sieve-manage-interactive-login): Use password.  Re-add
21772         condition-case around loop.
21773
21774         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21775         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21776         Use the password package.
21777
21778 2003-02-19  Simon Josefsson  <jas@extundo.com>
21779
21780         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21781         token.
21782
21783 2002-08-07  Simon Josefsson  <jas@extundo.com>
21784
21785         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21786         (sieve-manage-authenticators):
21787         (sieve-manage-authenticator-alist): Add some SASL mechs.
21788         (sieve-sasl-auth): New function.
21789         (sieve-manage-cram-md5-auth):
21790         (sieve-manage-plain-auth): Rewrite using SASL library.
21791         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21792         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21793         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21794         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21795
21796 2004-01-05  Simon Josefsson  <jas@extundo.com>
21797
21798         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21799         New files.
21800
21801 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21802
21803         * gnus-group.el (gnus-no-groups-message): Update.
21804
21805         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21806
21807 2003-11-09  Simon Josefsson  <jas@extundo.com>
21808
21809         * imap.el: Support for ID IMAP extension (RFC 2971).
21810         (imap-local-variables): Add imap-id.
21811         (imap-id): New variable.
21812         (imap-id): New function.
21813         (imap-parse-response): Parse untagged ID response.
21814         * nnimap.el (nnimap-id): New variable.
21815         (nnimap-open-connection): Use it.
21816
21817 2003-12-28  Simon Josefsson  <jas@extundo.com>
21818
21819         * gnus-score.el (gnus-score-edit-all-score): New.
21820         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21821
21822 2004-01-04  Simon Josefsson  <jas@extundo.com>
21823
21824         * password.el: Add.
21825
21826 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21827
21828         * dns.el (dns-query-types): Fix typo.
21829         (dns-query-types): New function.
21830         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21831         PTR and SOA replies, see RFC 1035.
21832
21833 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21834
21835         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21836
21837         * Move to Changelog.2.
21838
21839 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21840
21841         * gnus.el (gnus-version-number): Bump version.
21842
21843 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21844
21845         * gnus.el: No Gnus v0.1 is released.
21846
21847 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21848
21849         * gnus.el: No Gnus v0.0 is released.
21850
21851 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21852
21853         * gnus.el (gnus-version-number): Bump.
21854         (gnus-version): No.
21855
21856 See ChangeLog.2 for earlier changes.
21857
21858   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21859
21860   This file is part of GNU Emacs.
21861
21862   GNU Emacs is free software: you can redistribute it and/or modify
21863   it under the terms of the GNU General Public License as published by
21864   the Free Software Foundation, either version 3 of the License, or
21865   (at your option) any later version.
21866
21867   GNU Emacs is distributed in the hope that it will be useful,
21868   but WITHOUT ANY WARRANTY; without even the implied warranty of
21869   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21870   GNU General Public License for more details.
21871
21872   You should have received a copy of the GNU General Public License
21873   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21874
21875 ;; Local Variables:
21876 ;; coding: utf-8
21877 ;; fill-column: 79
21878 ;; add-log-time-zone-rule: t
21879 ;; End: