Fix Gnus registry sender splitting and logging.
[gnus] / lisp / ChangeLog
1 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4         Fix logic bug.
5         (gnus-registry-post-process-groups): Fix logging of no results and
6         quote sender and subject.
7
8 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9
10         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
11         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
12         gnutls-cli are too slow to be done opportunistically.
13
14         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
15         (gnus-read-active-for-groups): Don't try to finish getting stuff where
16         we had no early-data returned.
17         (gnus-get-unread-articles): Add a sanity check so that we don't issue
18         two async commands to the same server at the same time.
19
20 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
21
22         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
23
24 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
27         "warning" level.
28
29         * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
30         (mm-url-insert-file-contents): Don't set the package names.
31
32 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
33
34         * gnus-registry.el (gnus-registry-action): Remove properties and
35         simplify subject in `gnus-registry-handle-action'.
36         (gnus-registry-spool-action): Get subject and sender from message if
37         they are not passed in.
38         (gnus-registry-handle-action): Remove properties and simplify subject
39         consistently.
40
41 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
42
43         * registry.el: Require CL before using defmacro*.
44
45 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * gnus-art.el (article-treat-date): Assume that
48         gnus-article-date-headers may be a group parameter.
49
50 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
51
52         * gnus-registry.el (gnus-registry-handle-action): More debugging.
53
54         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
55         interactively so the newsrc file can contain foreign groups too.
56         Useful for debugging but not much for users.
57
58 2011-04-07  David Engster  <dengste@eml.cc>
59
60         * registry.el (registry-usage-test): Only do
61         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
62         lexical binding.
63
64 2011-04-07  David Engster  <dengste@eml.cc>
65
66         * Makefile.in (check, test-registry): New rules for test-suite.
67
68 2011-04-06  David Engster  <dengste@eml.cc>
69
70         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
71         argument NOERROR for `require', since XEmacs 21.4 does not support it.
72
73 2011-04-06  David Engster  <dengste@eml.cc>
74
75         * registry.el (initialize-instance): Change :after to :AFTER to be
76         compatible with old EIEIO version in XEmacs.
77
78 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
79
80         * gnus-registry.el (gnus-registry-post-process-groups)
81         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
82         and provide better messaging.
83
84 2011-04-06  David Engster  <dengste@eml.cc>
85
86         * Makefile.in (fail-on-warning): New rule to compile with warnings as
87         errors.
88
89         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
90         dgnushack-compile with error-on-warn enabled, and to signal an error if
91         clean compilation failed.
92         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
93         with `byte-compile-error-on-warn'.  Return nil if errors occured.
94
95 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
96
97         * gnus-registry.el: Don't use ERT if it's not available.  Load it
98         unconditionally anyway, discarding errors.
99         (gnus-registry-delete-entries): New convenience function.
100         (gnus-registry-import-eld): Import from old .eld registry.
101
102         * registry.el: Don't use ERT if it's not available.  Load it
103         unconditionally anyway, discarding errors.
104
105         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
106         version from the Claudio Bley GnuTLS patch (extra optional parameters
107         and host name).
108
109 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
110
111         * gnus-registry.el (gnus-registry-fixup-registry): New function to
112         fixup the parameters that can be customized by the user between
113         save/read cycles.
114         (gnus-registry-read): Use it.
115         (gnus-registry-make-db): Use it.
116         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
117         messaging.
118         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
119         references to actual group names with sender and subject tracking.
120         (gnus-registry-post-process-groups): Use `cond' for better messaging.
121         (gnus-registry-usage-test): Add subject lookup test.
122
123         * registry.el (registry-db, initialize-instance): Set up constructor
124         instead of :initform arguments for the sake of older Emacsen.
125         (registry-lookup-breaks-before-lexbind): New method to demonstrate
126         pre-lexbind merge bug.
127         (registry-usage-test): Use it.
128         (initialize-instance, registry-db): Move the non-function initforms
129         back to the class definition.
130
131 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
132
133         * registry.el: New library to manage gnus-registry-style data.
134
135         * gnus-registry.el: Use it (major rewrite).
136
137         * nnregistry.el: Use it.
138
139         * spam.el: Use it.
140
141 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
144         marks on non-selected articles.
145
146 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
147
148         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
149         parameter to open-protocol-stream.
150
151 2011-04-01  Julien Danjou  <julien@danjou.info>
152
153         * mm-view.el (mm-display-inline-fontify): Do not fontify with
154         fundamental-mode.
155
156 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
159         servers.
160
161 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
164         made marks not propagate, again.
165
166 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
167
168         * proto-stream.el (open-protocol-stream): Bring back `network' type.
169         Make this the default type.
170         (proto-stream-open-plain): Rename from proto-stream-open-default.
171         (open-protocol-stream, proto-stream-open-starttls)
172         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
173         with `plain'.
174
175         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
176         value.
177
178         * nntp.el (nntp-open-connection-function): Document the fact that some
179         values are not functions but are instead handled specially.  Recognize
180         nntp-open-plain-stream value.
181         (nntp-open-connection): Recognize that value.
182
183 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
186         where it seems to be needed.
187
188 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
191         stuff.
192
193         * gnus-score.el (gnus-score-string): Fix calling convention of
194         `gnus-simplify-buffer-fuzzy' after last patches.
195
196         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
197         server for articles we didn't get any headers for.  This is a sanity
198         check.
199
200 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
201
202         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
203         new CAPABILITY, use it.
204
205 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
208         downloading anything.
209
210         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
211
212 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
213
214         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
215         colors.
216         (gnus-splash-svg-color-symbols): New function.
217
218 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
221         instead of using the global gnus-simplify-subject-fuzzy-regexp.
222         (gnus-simplify-subject-fuzzy): Use the local
223         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
224         makes using this variable in group parameters work.
225
226 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
227
228         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
229         "archive:sent" to the unfollowed group regex (for the recent Gnus
230         archive:sent-YYYY-MM-DD groups).
231         (gnus-registry-split-fancy-with-parent): Bail out early in sender
232         tracking if there are more than `gnus-registry-max-track-groups'
233         matches.
234
235 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
236
237         * message.el (message--yank-original-internal): New function to do the
238         insertion cleanly inside eval in `message-yank-original'.
239         (message-yank-original): Use it.
240
241 2011-03-29  Julien Danjou  <julien@danjou.info>
242
243         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
244         local variables disabled rather than `normal-mode'.
245
246 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
247
248         * imap.el (imap-shell-open, imap-process-connection-type): Use
249         imap-process-connection-type for 'shell' streams as well as
250         Kerberos, SSL, other subprocesses.
251
252 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
253
254         * proto-stream.el: Changes preparatory to merging open-protocol-stream
255         with open-network-stream.
256         (proto-stream-always-use-starttls): Option removed.
257         (open-protocol-stream): Return a process object by default.  Provide a
258         new parameter :return-list specifying a list-type return value, which
259         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
260         :type `network' to `try-starttls', and `network-only' to `default'.
261         Make `default' the default, for compatibility with open-network-stream.
262         Handle the no-parameter case exactly as open-network-stream, with no
263         additional stream processing.  Search plists using plist-get.
264         Explicitly add :end-of-commend parameter if it is missing.
265         (proto-stream-open-default): Renamed from
266         proto-stream-open-network-only.  Return 'default as the type.
267         (proto-stream-open-starttls): Rename from proto-stream-open-network.
268         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
269         failed.  Always return a list with a (possibly dead) process as the
270         first element, for compatibility with open-network-stream.
271         (proto-stream-open-tls): Use plist-get.  Always return a list.
272         (proto-stream-open-shell): Return `default' as connection type.
273         (proto-stream-capability-open): Use plist-get.
274         (proto-stream-eoc): Function deleted.
275
276         * nnimap.el (nnimap-stream, nnimap-open-connection)
277         (nnimap-open-connection-1): Handle renaming of :type parameter for
278         open-protocol-stream.
279         (nnimap-open-connection-1): Pass a :return-list parameter
280         open-protocol-stream to obtain a list return value.  Parse this list
281         using plist-get.
282
283         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
284         for open-protocol-stream.  Accept open-protocol-stream return value
285         that is a subprocess object instead of a list.  Handle the case of a
286         dead returned process.
287
288 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
289
290         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
291
292         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
293
294 2011-03-21  Julien Danjou  <julien@danjou.info>
295
296         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
297         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
298         query.
299         (mm-inline-text): Render normal text with fontification whenever
300         possible.
301
302         * gnus-sum.el (gnus-summary-save-parts-1):
303         * gnus-art.el (gnus-article-browse-html-save-cid-content)
304         (gnus-article-browse-html-parts, gnus-mime-delete-part)
305         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
306         Use `mm-handle-filename'.
307
308         * mm-util.el (mm-handle-filename): New function, return the filename of
309         an handle.
310
311 2011-03-18  Julien Danjou  <julien@danjou.info>
312
313         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
314         (gnus-buffer-live-p): Check that buffer is not nil.
315
316 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
317
318         * gnus.el: No Gnus v0.15 is released.
319
320 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * time-date.el (format-seconds): Use assoc instead of assoc-string to
323         avoid warning on XEmacs.
324
325         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
326         on XEmacs.
327
328         * gnus-art.el: Require mouse, which the build bot seems to say is
329         needed.
330
331         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
332
333         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
334         XEmacs, since it doesn't have url-retrieve-synchronously.
335
336         * time-date.el (format-seconds): Use assoc instead of assoc-string,
337         since assoc-string doesn't exist in XEmacs.
338
339 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
340
341         * gnus-group.el (gnus-group-list-ticked): New function.
342         (gnus-group-make-menu-bar): Provide a menu entry for it.
343         (gnus-group-list-map): Provide a binding for it.
344
345 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * shr.el (shr-visit-file): New command.
348
349         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
350
351 2011-03-17  Bjørn Mork  <bjorn@mork.no>
352
353         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
354         servers.
355
356 2011-03-16  Julien Danjou  <julien@danjou.info>
357
358         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
359         inline.
360
361         * gnus-art.el (article-hide-list-identifiers): Use
362         gnus-group-get-list-identifiers.
363
364         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
365         (gnus-summary-remove-list-identifiers): Use
366         gnus-group-get-list-identifiers to get regexp.
367         (gnus-select-newsgroup, gnus-summary-insert-subject)
368         (gnus-summary-insert-articles): Call
369         gnus-summary-remove-list-identifiers unconditionally.
370
371 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
374         we're selecting a group with unread articles.
375
376         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
377
378         * gssapi.el: New file separated out from imap.el to provide a general
379         Kerberos 5 connection facility for Emacs.
380
381         * message.el (message-elide-ellipsis): Document the format spec
382         ellipsis.
383
384 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
385
386         * message.el (message-elide-region): Allow the ellipsis to say how many
387         lines were removed.
388
389 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
392         window configurations containing buffers that are now dead.
393
394         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
395         parsing to avoid integer overflows.
396         (nnimap-parse-flags): Simplify the last change.
397         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
398         too large for 32-bit Emacsen.
399
400 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
401
402         * auth-source.el (auth-source-netrc-create):
403         * message.el (message-yank-original): Fix use of `case'.
404
405 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
406
407         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
408         XEmacs, which was one character too wide.
409
410 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
411
412         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
413         default number of articles to display.
414         (gnus-articles-to-read): Use pretty names for prompt.
415
416 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-int.el (gnus-open-server): Ditto.
419
420         * gnus-start.el (gnus-activate-group): Give a backtrace if
421         debug-on-quit is set and the user hits `C-g'.
422         (gnus-read-active-file): Ditto.
423
424         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
425
426 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
427
428         * message.el (message-yank-original): Use cond instead of CL case.
429
430 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
431
432         * auth-source.el (auth-source-netrc-create): Use usual format for the
433         default in prompts.
434
435 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * lpath.el: Fbind read-char-choice for XEmacs.
438
439 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         * auth-source.el (auth-source-netrc-create): Show the default in the
442         prompt when prompting for token creation.
443
444 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * auth-source.el (auth-source-format-prompt): Always convert the value
447         to a string to avoid evaluating non-string arguments.
448         (auth-source-netrc-create): Offer default properly, not as initial
449         content in `read-string'.
450         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
451         of line to determine if we've been run before.  If so, don't run again,
452         but print a trivial message to indicate the cache was hit instead.
453
454 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
455
456         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
457         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
458         The user will have to run `gnus-sync-read' manually and wait for Cloudy
459         Gnus.
460
461 2011-03-11  Julien Danjou  <julien@danjou.info>
462
463         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
464         modified file".
465
466 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
467
468         * auth-source.el (auth-source-read-char-choice): New function to read a
469         character choice using `dropdown-list', `read-char-choice', or
470         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
471         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
472         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
473         (auth-source-netrc-saver): Use it.
474         (auth-source-pick-first-password): New convenience function.
475
476 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
477
478         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
479         parameter in the credentials.
480         (nnimap-open-connection-1): Use it after a successful login.
481         (nnimap-credentials): Add IMAP-specific user and password prompt.
482
483         * auth-source.el (auth-source-search): Add :require parameter, taking a
484         list.  Document it and the :save-function return token.  Pass :require
485         down.  Change the CREATED message from a warning to a debug statement.
486         (auth-source-search-backends): Pass :require down.
487         (auth-source-netrc-search): Pass :require down.
488         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
489         Change save prompt to indicate all modifications saved here are
490         deletions.
491         (auth-source-netrc-create): Take user login name as default in user
492         prompt.  Move all the save functionality to a lexically bound function
493         under the :save-function token in the returned list.  Set up clearer
494         default prompts for user, host, port, and secret.
495         (auth-source-netrc-saver): New function, intended to be wrapped for
496         :save-function.
497
498 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * shr.el (shr-table-horizontal-line): Change the defaults for the table
501         lines to be spaces instead.
502
503 2011-03-07  Julien Danjou  <julien@danjou.info>
504
505         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
506         (sieve-sasl-auth): Check that auth-source-search did return something,
507         or just return an empty string.
508
509 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
510
511         * gnus.el (gnus-interactive): Use read-directory-name.
512
513         * gnus-uu.el (gnus-uu-decode-uu-and-save)
514         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
515         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
516         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
517         Likewise.
518
519         * gnus-group.el (gnus-group-make-directory-group): Likewise.
520
521 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
524         onto the list of killed groups, too.  This makes killed nnimap groups,
525         for instance, more reliably not reappear.
526
527         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
528         the parent.
529
530         * gnus-sum.el (gnus-update-read-articles): Fix typo.
531
532         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
533         really have server-side marks.
534
535         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
536         since most backends do not usefully have server-side marks.
537         (gnus-update-read-articles): Propagate marks to all backends that
538         really have server-side marks.
539
540 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
541
542         * message.el (message-cite-reply-position, message-cite-style):
543         New variables.
544         (message-yank-original): Use the new citation styles.
545
546 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
547
548         * message.el (message-options): Revert 22da67af (workaround for XEmacs
549         buffer-local issue); don't mark it buffer-local when running under
550         XEmacs.
551
552 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
553
554         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
555         numbers too big to be `read'.
556
557 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * password-cache.el (password-in-cache-p): Add autoload.
560
561         * message.el (message-options): Make buffer-local two ways to attempt
562         to fix a XEmacs bug.
563
564 2011-03-02  Julien Danjou  <julien@danjou.info>
565
566         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
567
568 2011-03-01  Julien Danjou  <julien@danjou.info>
569
570         * gnus-art.el (list-identifier): Add list-identifier as a parameter
571         group.
572         (article-hide-list-identifiers): Use list-identifier group parameter.
573
574 2011-02-28  Julien Danjou  <julien@danjou.info>
575
576         * sieve.el (sieve-buffer-script-name): New local variable to store
577         sieve script name.
578         (sieve-edit-script): Store sieve script name.
579         (sieve-upload): Use sieve script name when uploading.
580         (sieve-upload): Use substitute-command-keys.
581         (sieve-edit-script): Use substitute-command-keys.
582         (sieve-refresh-scriptlist): Use substitute-command-keys.
583         (sieve-manage-mode-map): Define keymap properly.
584         (sieve-manage-mode): Do not set mode name manually, change mode-name to
585         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
586         Remove commented code about cvs.
587         (sieve-manage-quit): New function.
588         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
589
590 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-group.el (gnus-import-other-newsrc-file): New function.
593
594 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
595
596         * auth-source.el (auth-source-search): Cache empty result sets.
597
598         * password-cache.el (password-in-cache-p): Convenience function to
599         check if a key is in the cache, even if the value is nil.
600
601         * auth-source.el (auth-source-save-behavior): New variable to replace
602         `auth-source-never-create'.
603         (auth-source-netrc-create): Use it.
604         (auth-source-never-save): Remove.
605
606 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
607
608         * nnimap.el (nnimap-stream): Doc fix.
609         (nnimap-open-connection-1): Reverse the order of the ports to that the
610         prompted-for port is first.
611
612         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
613         retrieval by the no-group selection.
614
615         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
616         numerical parameters.
617
618 2011-02-25  Julien Danjou  <julien@danjou.info>
619
620         * gnus-gravatar.el: Use gnus-with-article-buffer.
621
622         * gnus-art.el (gnus-with-article-buffer): Check that the
623         gnus-article-buffer is alive.
624
625 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
626
627         * auth-source.el (auth-source-creation-prompts): New variable to manage
628         creation-time prompts.
629         (auth-source-search): Document it.
630         (auth-source-format-prompt): Add utility function.
631         (auth-source-netrc-create): Don't default the user name to
632         user-login-name.  Use `auth-source-creation-prompts' and some default
633         prompts for user, host, port, and password (the default generic prompt
634         remains ugly).
635         (auth-source-never-save): Add customizable option to never save info.
636         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
637         mode excursion.
638
639 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
642         argument that XEmacs doesn't support.
643
644         * dgnushack.el (dgnushack-compile): Exclude color.el from being
645         compiled for Emacsen having no `libxml-parse-html-region' support.
646
647         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
648
649         * lpath.el: Bind buffer-save-without-query for XEmacs.
650
651 2011-02-23  Julien Danjou  <julien@danjou.info>
652
653         * gnus-art.el (article-make-date-line): Ignore errors if time is
654         invalid and not convertible.
655         (article-make-date-line): Only add lapsed time if time is not nil.
656
657 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
658
659         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
660         `read-char-choice' for backwards compatibility.
661         (auth-source-netrc-element-or-first): New function to DTRT for
662         parameter extraction.
663         (auth-source-netrc-create): Use it and fix multiple parameter print
664         bug.  Use the default passed from above (given-default) or the
665         built-in (user-login-name for :user).
666
667 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-start.el (gnus-dribble-read-file):
670         Set buffer-save-without-query, since we always want to save the dribble
671         file, probably.
672
673         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
674         nnimap.
675
676         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
677         -summary- since it's a user-visible variable.
678
679         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
680         first time you use the new Gnus.
681
682 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
683
684         * auth-source.el: Don't load netrc.el.
685         (auth-sources): Search ~/.netrc as well by default.
686         (auth-source-debug): Add 'trivia option for extra output.
687         (auth-source-do-trivia): Use it.
688         (auth-source-search): Simplify logic to use
689         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
690         appropriate.  Don't keep a running count at this level.  Layer :create
691         and :delete options appropriately on the first and second passes.
692         Don't track the backend with the search results.
693         (auth-source-search-backends): New function to search a list of
694         backends for a processed spec.
695         (auth-source-netrc-parse): Cache all netrc files, making
696         auth-source-netrc-cache an alist keyed by the file name and using the
697         file mtime as the caching criterion.  Keep the obfuscated data secret
698         with a lexical bind.
699         (auth-source-netrc-search): Don't calculate the length of the results
700         unnecessarily.
701         (auth-source-search-backends): Fix bug.
702         (auth-source-netrc-create): Rework prompts.
703
704 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
705
706         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
707         Lower case names of search constraints.
708         (nnir-run-query): Cache and reuse search constraints for all imap
709         servers.
710
711 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
712
713         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
714         after exit.
715         (gnus-setup-message): Define missing variable from last checkin.
716
717         * gnus-sum.el (gnus-summary-show-article): When called with t as the
718         value, show the raw article.
719
720 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
721
722         * gnus.el: No Gnus v0.13 is released.
723
724 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
725
726         * nnimap.el (nnimap-open-connection-1): Revert last change, since
727         auth-source now accepts numbers.
728
729         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
730         spec, too.
731         (auth-source-ensure-strings): New function.
732
733         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
734         (gnus-article-setup-buffer): Always restart the date timer so that user
735         changes to the frequency is respected.
736
737         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
738         port numbers, so make sure it gets that if nnimap-server-port is
739         explicit.
740
741 2011-02-21  Simon Josefsson  <simon@josefsson.org>
742
743         * nnimap.el (nnimap-inbox): Doc fix.
744
745 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
746
747         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
748         Autoload.  Add optional arg FRAME, and pass it to color-values.
749         (color-complement): Caller changed.  Doc fix.
750         (color-gradient): Rewrite for better clarity and efficiency.
751
752 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
753
754         * shr-color.el (shr-color->hexadecimal): Use renamed function names
755         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
756         color-lab-to-srgb.
757
758 2011-02-20  Drew Adams  <drew.adams@oracle.com>
759
760         * color.el: First part of merge from hexrgb.el.
761         (color-rgb-to-hex): Rename from color-rgb->hex.
762         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
763         saturation to zero if the value is too small.
764         (color-rgb-to-hsl): Rename from color-rgb->hsl.
765         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
766         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
767         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
768         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
769         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
770         (color-cie-de2000): Doc fix.
771
772 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
773
774         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
775         given method as in the group name if we're using an extended method.
776         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
777         command, if we're using that, instead of waiting for the beginning.
778
779         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
780         we're sure to get unique server names, and we don't output two async
781         commands in the same buffer.  This fixes an NNTP hang for some users.
782
783 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
784
785         * gnus.el: No Gnus v0.11 is released.
786
787 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
788
789         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
790         summary buffer before reading going to the next buffer.  This avoids
791         putting the point in the group buffer if you `C-g' the command.
792
793         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
794         cache (for now) to make ~/.authinfo.gpg files usable.
795
796         * nnfolder.el (copyright-update): Define for the compiler.
797
798         * auth-source.el (auth-source-search): Fix unbound variable.
799
800 2011-02-19  Glenn Morris  <rgm@gnu.org>
801
802         * gnus.el (gnus-meta): Doc fix.
803
804 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
805
806         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
807         in case it's not yet loaded.
808
809 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
810
811         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
812         line we're waiting for.
813
814 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
815
816         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
817         face with line-width greater than zero will cause RET in gnus summary
818         buffer to scroll down article page-wise because auto vscroll happens,
819         it should be temporalily disabled when doing a scroll-up.
820
821 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
822
823         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
824         outputs from the server.
825
826 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
827
828         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
829         later so that bbdb can hook in easier.
830
831 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
832
833         * auth-source.el (auth-source-search): Don't try to create credentials
834         if the caller doesn't want that.
835         (auth-source-search): If we don't find a match, don't bug out on
836         non-bound variables.
837         (auth-source-search): Only ask a single backend to create the
838         credentials.
839
840         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
841         logging.
842         (nnimap-credentials): Protect against auth-source-search returning nil.
843         (nnimap-request-list): Protect against not being able to open the
844         server.
845
846 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
847
848         * auth-source.el (auth-source-search): Do a two-phase search, one with
849         no :create to get the responses from all backends.
850
851         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
852         when getting credentials.
853
854         * gnus-util.el (gnus-delete-duplicates): New function.
855
856 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
857
858         * nnimap.el (nnimap-credentials): Instead of picking the first port as
859         a creation default, pass the whole port list down.  It will be
860         completed.
861
862         * auth-source.el (auth-source-search): Updated docs to talk about
863         multiple creation choices.
864         (auth-source-netrc-create): Accept a list as a value (from the search
865         parameters) and do completion on that list.  Keep a separate netrc line
866         with the password obscured for showing the user.
867
868         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
869         first choice to `auth-source-search' so it will be used for entry
870         creation instead of the server's Gnus-specific name.
871         (nnimap-credentials): Rely on the auth-source library to select which
872         port is actually wanted in the new netrc entry, so don't override
873         `auth-source-creation-defaults'.
874
875         * auth-source.el (auth-source-netrc-parse): Use :port instead of
876         :protocol and accept a missing user, host, or port as a wildcard match.
877         (auth-source-debug): Default to off.
878
879         (auth-source-netrc-search, auth-source-netrc-create)
880         (auth-source-secrets-search, auth-source-secrets-create)
881         (auth-source-user-or-password, auth-source-backend, auth-sources)
882         (auth-source-backend-parse-parameters, auth-source-search): Use :port
883         instead of :protocol.
884
885         * nnimap.el (nnimap-credentials): Pass a port default to
886         `auth-source-search' in case an entry needs to be created.
887         (nnimap-open-connection-1): Use :port instead of :protocol.
888
889 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * auth-source.el: Bind load-path when loading EIEIO from
892         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
893         21.4 doesn't support, to `require'.
894         (auth-source-secrets-search): Use mm-delete-duplicates instead of
895         delete-dups that is not available in XEmacs 21.4.
896
897 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
898
899         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
900         as EIEIO must also be loaded when auth-source.el is being
901         byte-compiled.
902
903 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
904
905         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
906
907         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
908
909         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
910
911         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
912
913         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
914
915         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
916
917         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
918
919         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
920         necessary.
921
922 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
925         nil means that nnimap doesn't get updated.
926
927 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
928
929         * auth-source.el (auth-source-netrc-create): Return a synthetic search
930         result when the user doesn't want to write to the file.
931         (auth-source-netrc-search): Expect a synthetic result and proceed
932         accordingly.
933         (auth-source-cache-expiry): New variable to override
934         `password-cache-expiry'.
935         (auth-source-remember): Use it.
936
937         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
938         parameter.  Create entry if necessary by using :create t.
939         (nnimap-open-connection-1): Don't pass `inhibit-create'.
940
941 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
942
943         * auth-source.el (auth-source-debug): Enable by default and don't
944         mention the obsolete `auth-source-hide-passwords'.
945         (auth-source-do-warn): New function to debug unconditionally.
946         (auth-source-do-debug): Use it.
947         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
948         and for Secrets API entries when the secrets.el library is not
949         available.
950
951 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-sum.el (gnus-propagate-marks): Default to nil.
954         (gnus-summary-exit): Kill the correct article buffer on exit from a
955         `C-d' group.
956
957         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
958         gnus-propagate-marks.
959
960         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
961         before killing the buffers so that a non-full window conf gets handled
962         correctly.
963         (gnus-summary-exit): Ditto.
964         (gnus-summary-read-group-1): Ditto.
965
966         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
967         async code again so that we can debug it properly.
968
969         * message.el (message-reply): Take an optional switch-buffer parameter
970         so that Gnus window confs are respected better.
971
972 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
973
974         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
975         `plist-get' to accept non-list parameters (XEmacs issue).
976         Fix docstring.
977         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
978         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
979         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
980         Login collection is "Login" and not "login".
981
982 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
985         multiple headers.
986
987         * nnimap.el (nnimap-inhibit-logging): New variable.
988         (nnimap-log-command): Don't log login commands.
989
990         * auth-source.el (auth-source-netrc-search): The asserts seem to want
991         to have more parameters.
992
993         * nnimap.el (nnimap-send-command): Mark the command time for each
994         command, so that we don't get NOOPs stepping on our toes.
995
996         * gnus-art.el (article-date-ut): Get the date from the Date header on
997         `t'.
998
999 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * auth-source.el (auth-source-search): Use copy-sequence instead of
1002         the cl.el copy-list.
1003
1004 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1005
1006         * imap.el: Bring it back (revert
1007         84d800cd31de3064f0ed39617d725709a2f8f42f).
1008
1009 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1010
1011         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1012         Improve prompt.
1013
1014 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1017         washing status from the default format.  It isn't very informative.
1018
1019 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1020
1021         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1022         Fix Gcc processing on imap.
1023
1024 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1025
1026         * imap.el: Remove file.  All the functionality is in nnimap.el.
1027
1028 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1029
1030         * message.el (message-bury): Don't pop up a new window when selected
1031         window is dedicated.
1032
1033 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1034
1035         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1036
1037 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1038
1039         * sieve-manage.el: Autoload `auth-source-search'.
1040         (sieve-sasl-auth): Use it.
1041
1042 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1043
1044         * nnimap.el: Autoload `auth-source-forget+'.
1045         (nnimap-open-connection-1): Use it if the connection fails.
1046
1047         * auth-source.el: Require `password-cache'.
1048         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1049         obsolete.
1050         (auth-source-magic): Marker for `password-cache' keys.
1051         (auth-source-do-cache): Update docstring.
1052         (auth-source-search): Use and check cache.
1053         (auth-source-forget-all-cached, auth-source-remember)
1054         (auth-source-recall, auth-source-forget, auth-source-forget+)
1055         (auth-source-specmatchp): Caching support functions.
1056         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1057         Remove and obsolete.
1058         (auth-source-user-or-password): Remove caching to further discourage
1059         using it.  Always hide passwords.
1060
1061         * password-cache.el (password-cache-remove): Accept secrets that are
1062         not strings.
1063
1064 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1065
1066         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1067         code for now, since it doesn't work for all users.
1068
1069 2011-02-09  Julien Danjou  <julien@danjou.info>
1070
1071         * message.el (message-options): Make message-options really buffer
1072         local.
1073
1074 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1075
1076         * mail-source.el: Autoload `auth-source-search'.
1077         (mail-source-keyword-map): Note order matters.
1078         (mail-source-set-1): Get all the mail-source source values and
1079         defaults and search auth-source on those if needed.  This can all
1080         probably be simplified.
1081
1082         * nnimap.el: Autoload `auth-source-search'.
1083         (nnimap-credentials): Use it.
1084         (nnimap-open-connection-1): Ask for the virtual server and physical
1085         address in one shot.
1086
1087         * nntp.el: Autoload `auth-source-search'.
1088         (nntp-send-authinfo): Use it.  Note TODO.
1089
1090 2011-02-08  Julien Danjou  <julien@danjou.info>
1091
1092         * shr.el (shr-tag-body): Add support for text attribute in body
1093         markups.
1094
1095         * message.el (message-options): Make message-options a local variable.
1096
1097 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1098
1099         * auth-source.el (auth-source-secrets-search)
1100         (auth-source-user-or-password): Use `append' instead of `nconc'.
1101         (auth-source-user-or-password): Build return list better and protect
1102         against nil :secret.
1103
1104 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1105
1106         * nnimap.el (nnimap-update-info): Refactor slightly.
1107         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1108         (nnimap-update-info): Clean up slightly.
1109         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1110         characters.
1111         (nnimap-process-quirk): Rename function to avoid collision.
1112         (nnimap-update-info): Fix macrology bug-out.
1113         (nnimap-update-info): Simplify split history test.
1114
1115 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1116
1117         * auth-source.el (top): Require 'eieio unconditionally.
1118         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1119         (auth-source-secrets-search): Limit search when `max' is greater than
1120         number of results.
1121
1122 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1123
1124         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1125         part not returning any data.
1126
1127         * proto-stream.el (open-protocol-stream): Document the return value.
1128
1129 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1130
1131         * auth-source.el (auth-source-secrets-search): Add examples.
1132
1133 2011-02-06  Julien Danjou  <julien@danjou.info>
1134
1135         * message.el (message-setup-1): Handle message-generate-headers-first
1136         set to t.
1137
1138 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1139
1140         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1141         API with a string "secrets:collection-name" and with 'default.
1142         (auth-source-backend-parse): Parse "secrets:collection-name" and
1143         'default.  Recurse on parses instead of repeating code.  Use the
1144         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1145         message when ignoring a source.
1146         (auth-source-search): List ignored search keys at the top level.
1147         (auth-source-netrc-create): Use `case' instead of `cond'.
1148         (auth-source-secrets-search): Created with TODOs.
1149         (auth-source-secrets-create): Created with TODOs.
1150         (auth-source-retrieve, auth-source-create, auth-source-delete)
1151         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1152         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1153         (auth-source-user-or-password-sftp)
1154         (auth-source-user-or-password-smtp): Remove.
1155         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1156         around `auth-source-search'.  Not tested thoroughly.
1157
1158 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1159
1160         * auth-source.el: Bring in assoc and eioeio libraries.
1161         (secrets-enabled): New variable to track the status of the Secrets API.
1162         (auth-source-backend): New EIOEIO class to represent a backend.
1163         (auth-source-creation-defaults): New variable to set prompt defaults
1164         during token creation (see the `auth-source-search' docstring for
1165         details).
1166         (auth-sources): Simplify to allow a simple string as a netrc backend
1167         spec.
1168         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1169         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1170         (auth-source-search): Main auth-source API entry point.
1171         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1172         (auth-source-search-collection): Helper function for searching.
1173         (auth-source-netrc-parse, auth-source-netrc-normalize)
1174         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1175         Supports search, create, and delete.
1176         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1177         backend stubs.
1178         (auth-source-user-or-password): Call `auth-source-search' but it's not
1179         ready yet.
1180
1181 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1182
1183         * message.el (message-setup-1): Remove the read-only stuff, since it
1184         doesn't work under XEmacs, for some reason.
1185
1186         * gnus-sum.el (gnus-user-date): Rename back from
1187         gnus-summary-user-date since user code refers to it.
1188
1189         * shr.el (shr-render-td): Store the actual background colour used.
1190
1191         * message.el (message-setup-1): Don't bind the constant
1192         -forbidden-properties.
1193         (message-setup-1): Revert previous change, since it needs to bind the
1194         props to insert them.
1195         (message-resend): Allow removing the read-only separator line.
1196
1197 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1198
1199         * nnimap.el (nnimap-request-accept-article): Give an error message if
1200         the APPEND wasn't successful.
1201
1202 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1203
1204         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1205         that have no groups.
1206
1207 2011-02-03  Julien Danjou  <julien@danjou.info>
1208
1209         * gnus-draft.el: Remove progn around gnus-draft-setup.
1210
1211 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1212
1213         * gnus-start.el (gnus-read-active-for-groups): This function is never
1214         called with a nil `infos', so clean that up.
1215         (gnus-get-unread-articles): Request active files from primary/secondary
1216         methods that have no groups (yet).
1217
1218 2011-02-03  Julien Danjou  <julien@danjou.info>
1219
1220         * message.el (message-setup-1): Always generate References first.
1221         (message-mail): Return the return value of message-setup, not always t.
1222         (message-setup-1): Insert mail-header-separator with read-only and
1223         intangible properties set.
1224
1225         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1226         user-date in docstring.
1227
1228         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1229
1230         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1231         docstring.
1232
1233         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1234         defcustom, with type and group. Move from gnus-util.el. Rename to
1235         gnus-summary-user-date-format-alist.
1236
1237 2011-02-03  Glenn Morris  <rgm@gnu.org>
1238
1239         * nnimap.el (gnus-fetch-headers): Declare.
1240
1241         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1242
1243 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1244
1245         * message.el (message-forward-make-body-digest-plain)
1246         (message-followup, message-reply): Clean up things noted by Stefan.
1247
1248         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1249         gnus-article-update-date-headers is nil.
1250         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1251         it didn't really work with defcustom.
1252         (article-update-date-lapsed): Make sure the window start doesn't move,
1253         either.
1254
1255 2011-02-01  Julien Danjou  <julien@danjou.info>
1256
1257         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1258         format.
1259
1260         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1261         standard in Emacs nowadays.
1262
1263         * color.el (color-gradient): Add a color-gradient function.
1264
1265 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1266
1267         * message.el (message-expand-name): Don't trust the return value of
1268         bbdb-complete-name.
1269         (message-check-news-header-syntax): Remove unused var `start'.
1270         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1271         (message-inhibit-body-encoding): Move to before first use.
1272         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1273         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1274         (Organization, Message-ID, Date, mh-previous-window-config):
1275         Defvar the vars using dynamic scoping.
1276
1277 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1278
1279         * shr.el (shr-render-td): Only do colours at the final rendering.
1280         Should be slightly faster.
1281         (shr-insert-table): Fix up TD background colours when doing the
1282         vertical padding.
1283
1284         * gnus-art.el (article-date-ut): Protect against articles with no Date
1285         header.
1286         (article-update-date-lapsed): Don't use current-column to find the
1287         horizontal position.  It's fragile in the presence of \003 characters.
1288
1289         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1290
1291 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1292
1293         * gnus-art.el (article-transform-date): Rewrite to still work when
1294         there are several rfc2822 parts.
1295         (article-transform-date): Fix infinite recursion.
1296         (article-date-ut): Replace infinitely many Date headers with a single
1297         one when called interactively.
1298
1299         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1300         secure manner.
1301
1302         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1303         move around by not using save-window-excursion.  It seems to work...
1304
1305 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * gnus-art.el (article-make-date-line): Work for user-defined format.
1308
1309 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1310
1311         * nntp.el (nntp-retrieve-group-data-early)
1312         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1313         fetching functions.
1314
1315         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1316         thoroughly for all backends that have no known groups.  This should
1317         allow new nnml methods to retrieve mail.
1318
1319         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1320         that Gnus doesn't know exists again.
1321
1322         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1323         (gnus-treat-date-ut): Ditto.
1324         (gnus-article-update-date-header): Rename.
1325         (gnus-treat-date-local): Remove.
1326         (gnus-treat-date-english): Remove.
1327         (gnus-treat-date-lapsed): Remove.
1328         (gnus-treat-date-combined-lapsed): Remove.
1329         (gnus-treat-date-original): Remove.
1330         (gnus-treat-date-iso8601): Remove.
1331         (gnus-treat-date-user-defined): Remove.
1332         (gnus-article-date-headers): New variable to control all the date
1333         header options.
1334         (article-date-ut): Rewrite to allow using the new way to format date
1335         headers(s).
1336
1337 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1338
1339         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1340         method.
1341         (nnmail-article-group): A better test for fanciness.
1342
1343         * nnimap.el (nnimap-request-head): Protect against not finding the
1344         article by Message-ID.
1345
1346 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1349         keep point at the "same place".
1350
1351 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1352
1353         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1354         data if the group is unactivated.
1355
1356 2011-01-28  Julien Danjou  <julien@danjou.info>
1357
1358         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1359         (gnus-all-windows-visible-p): Remove old compatibility code.
1360         (gnus-window-top-edge): Add docstring.
1361
1362         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1363
1364 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1367         older request-update-info.
1368
1369         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1370
1371 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1372
1373         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1374         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1375
1376 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1379         groups.  This makes the nndraft:queue group pop up if it's not already
1380         there.
1381
1382         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1383         messages" logic, which was reversed.
1384
1385         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1386         the "same place" even if point is on the line being replaced.
1387         (article-update-date-lapsed): Allow updating both the combined lapsed
1388         and the lapsed headers.
1389         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1390         (article-make-date-line): Limit the number of segments dynamically to
1391         avoid too-long lines.
1392
1393 2011-01-27  Julien Danjou  <julien@danjou.info>
1394
1395         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1396         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1397
1398 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1401         Use plist-get instead of the cl function getf.
1402
1403 2011-01-27  Glenn Morris  <rgm@gnu.org>
1404
1405         * gnus-util.el (float-time): Get rid of compiler warning, again.
1406
1407 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1408
1409         * shr.el (shr-put-color): Special-case background colours: Do put them
1410         at the blank parts at the front of the lines.
1411
1412         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1413         exit hook to nix out all data on readedness on group exit.
1414
1415         * gnus-util.el (float-time): If float-time is bound, always use it on
1416         all Emacsen.  It's unclear why the subrp check was there.
1417         (time-date): Require to make some autoload issues on XEmacs go away.
1418
1419         * shr.el (shr-put-color): Don't do the box padding in tables, since
1420         they're already padded.
1421
1422 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-art.el (gnus-article-next-page): When the last line of the
1425         article is displayed, scroll down once more instead of going to the
1426         next article at once.
1427         (article-lapsed-string): Refactor out and allow specifying how many
1428         segments you want.
1429         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1430         (gnus-article-update-lapsed-header): New variable.
1431
1432         * shr.el: Revert change that made headings use different-sized faces.
1433         The Emacs display engine isn't advanced enough that, for instance,
1434         tables can comfortably use differently-sized faces.
1435
1436 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1437
1438         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1439         used.
1440         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1441         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1442         we're using an encrypted connection.
1443
1444         * proto-stream.el: Alter the interface functions to also return the
1445         actual stream type used: network or tls.
1446
1447 2011-01-25  Julien Danjou  <julien@danjou.info>
1448
1449         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1450         (mm-display-javascript-inline): New function.
1451
1452         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1453         viewing function.
1454
1455 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * shr.el (shr-expand-newlines): Fix variable name.
1458
1459 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1460
1461         * shr.el (shr-expand-newlines): Make nested boxes work.
1462
1463 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1464
1465         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1466         backgrounds.
1467         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1468         in a more sensible manner.
1469
1470 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1471
1472         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1473         if EPG is loaded.
1474
1475 2011-01-24  Julien Danjou  <julien@danjou.info>
1476
1477         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1478         tags.
1479
1480 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1481
1482         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1483         commands.
1484
1485         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1486         in the article buffer.
1487         (gnus-gravatar-insert): Use blank space from the current buffer to
1488         avoid breaking text properties.  This makes X-Sent updating work again.
1489
1490         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1491
1492 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1493
1494         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1495         fix the bug in url-http.el instead.
1496
1497         * shr.el (shr-image-fetched): Ditto.
1498
1499         * shr.el (shr-image-fetched): Avoid having point move in the article
1500         buffer.
1501
1502         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1503         buffer after being called.  It's apparently being killed by url.el, and
1504         killing it made point move to end-of-buffer in a random buffer.
1505
1506         * shr.el (shr-image-fetched): Ditto.
1507
1508 2011-01-23  Julien Danjou  <julien@danjou.info>
1509
1510         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1511
1512         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1513         text/x-org.
1514
1515 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1516
1517         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1518         (i.e., nnimap) returning nil as the article number.
1519
1520 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1521
1522         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1523         "DelSp" parameter in RFC3676.
1524
1525 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1526
1527         * message.el (message-check-recipients): Display the encoded version of
1528         the bogus address if they differ.
1529
1530         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1531         after sending.
1532
1533         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1534
1535         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1536
1537         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1538         group buffer after sending the queue.
1539
1540         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1541
1542 2011-01-22  Julien Danjou  <julien@danjou.info>
1543
1544         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1545
1546 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1547
1548         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1549         nested related parts.
1550
1551         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1552         unexpired articles.  This fixes the regression that led expiry marks to
1553         disappear from nnfolder groups.
1554
1555 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1556
1557         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1558         Don't confuse the "ret" of "retrograde" with RET.
1559
1560 2011-01-21  Julien Danjou  <julien@danjou.info>
1561
1562         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1563         than mm-insert-inline.
1564
1565 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1568         Widen article buffer.
1569
1570 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1571
1572         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1573         the temp buffer.
1574         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1575
1576 2011-01-20  Julien Danjou  <julien@danjou.info>
1577
1578         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1579
1580         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1581         than mm-insert-inline to insert inline part: this respect
1582         mm-inline-media-tests displayers.
1583
1584         * mm-view.el (mm-display-shell-script-inline): New function.
1585
1586         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1587
1588         * mm-uu.el (mm-uu-type-alist): Add org block.
1589         (mm-uu-org-src-code-block-extract): New function.
1590
1591         * mm-view.el (mm-display-org-inline): New function.
1592
1593         * mm-decode.el (mm-automatic-display): Add text/org.
1594
1595         * mailcap.el (mailcap-mime-extensions): Add .org.
1596
1597 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1600         gnus-article-add-buttons.
1601
1602 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1603
1604         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1605         From header with a date and "nobody" as the sender.
1606
1607 2011-01-19  Julien Danjou  <julien@danjou.info>
1608
1609         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1610         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1611         if you have the same regexp several times.
1612         (gnus-button-push): Fix matching when regexp is symbol.
1613
1614 2011-01-15  Glenn Morris  <rgm@gnu.org>
1615
1616         * message.el (message-mail): A compose-mail function should
1617         accept headers as strings.
1618
1619 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1620
1621         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1622         Add :vert-only tags.
1623         (message-mail): New arg RETURN-ACTION.
1624         (message-return-action): New var.
1625         (message-bury): Use it.
1626         (message-mode): Make it buffer-local.
1627         (message-send-and-exit): Always call message-bury.
1628
1629         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1630         message-mail.
1631
1632 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * nnimap.el (nnimap-convert-partial-article): Protect against
1635         zero-length body parts.
1636
1637         * mm-decode.el (mm-preferred-alternative-precedence):
1638         Discourage showing empty parts.
1639
1640         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1641         and stuff if the backend didn't return the article number.  This fixes
1642         an Exchange-related nnimap bug.
1643
1644         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1645         group window, because it does the wrong thing when a separate frame
1646         displays the group buffer.
1647
1648         * proto-stream.el (open-protocol-stream): Protect against the low-level
1649         transport functions returning nil.
1650
1651 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1652
1653         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1654         (mml2015-epg-find-usable-secret-key): New function.
1655         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1656         mml2015-epg-find-usable-key (Bug#7797).
1657         (mml2015-epg-encrypt): Ditto.
1658
1659 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * dgnushack.el (rot13-string): Fix the way to get the argument.
1662
1663 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1666
1667 2011-01-03  Glenn Morris  <rgm@gnu.org>
1668
1669         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1670
1671         * sieve.el (sieve-open-server): Give a more explicit error if
1672         sieve-manage-open returns nil.  (Bug#7720)
1673
1674 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1675
1676         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1677
1678 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1681         This avoids sending passwords in plain text over non-encrypted
1682         channels.
1683
1684         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1685
1686         * nnimap.el (nnimap-login): Refactored out into own function, and
1687         implement CRAM-MD5.
1688         (nnimap-wait-for-line): Refactored out.
1689
1690         * mm-view.el (mml-smime): Require.
1691
1692 2010-12-20  David Engster  <deng@eml.cc>
1693
1694         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1695         use EPG to decrypt S/MIME messages instead of openssl.
1696
1697 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1700
1701         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1702         status is the group clearly is unreachable.
1703
1704         * auth-source.el (auth-source-create): Add the optional second
1705         parameter to `local-variable-p' to be compatible with XEmacs.
1706
1707 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1708
1709         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1710         work when using a compressed nnml folder.
1711
1712 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1715         backends after sanitising on entry, because this never makes sense:
1716         If the articles have gone missing, then the data no longer exists on
1717         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1718         overwrite anything anyway.
1719
1720         * shr.el (shr-insert-document): Bind shr-width dynamically to
1721         window-width if it's nil.
1722
1723 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1724
1725         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1726         with the meaning of using the full emacs window width for rendering.
1727
1728 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1729
1730         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1731         case when sender is not given.
1732
1733 2010-12-23  Julien Danjou  <julien@danjou.info>
1734
1735         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1736         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1737         the addresses, otherwise we might misplaced the gravatar.
1738
1739 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1740
1741         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1742         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1743         obsolete in Emacs.
1744
1745 2010-12-20  Julien Danjou  <julien@danjou.info>
1746
1747         * gnus-util.el (gnus-rescale-image): Revert last change.
1748
1749 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1750
1751         * binhex.el: Improve commentary (Bug#7482).
1752
1753 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * gnus-group.el (gnus-group-delete-articles): New command.
1756
1757 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1758
1759         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1760
1761 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1764         here, since it's up to the backends to do CRLF removal if their
1765         protocol has it.
1766
1767         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1768
1769 2010-12-17  Julien Danjou  <julien@danjou.info>
1770
1771         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1772         they are from file. Can also scale up.
1773
1774 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1775
1776         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1777         gnus-use-agent.
1778         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1779
1780         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1781
1782 2010-12-17  Julien Danjou  <julien@danjou.info>
1783
1784         * gravatar.el (gravatar-retrieve-synchronously): New function.
1785         (gravatar-get-data): Make more robust.
1786
1787 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1790
1791 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1794         to really consider the last line.
1795
1796 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1797
1798         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1799         list of recipient keys, or use symmetric encryption if not a list.
1800         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1801         EPA override, replacing the call to `netrc-store-data'.
1802
1803 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1804
1805         * gnus-srvr.el: Avoid passing nil regexp argument to
1806         delete-matching-lines.
1807
1808 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1811         fetching stops when Gnus exits.
1812
1813         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1814         function.
1815         (nnfolder-request-expire-articles): Save all the buffers after doing
1816         expiry.
1817
1818         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1819         the last article", since that led to serious performance regressions
1820         when expiring nnml groups.
1821
1822 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1823
1824         * nnir.el: Improve customizations.
1825
1826 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1829
1830         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1831         group has been killed.
1832         (gnus-group-yank-group): Ditto.
1833
1834         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1835
1836         * nnimap.el (nnimap-request-update-group-status): New function.
1837
1838         * gnus-int.el (gnus-request-update-group-status): New interface
1839         function.
1840
1841         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1842         copying read-ness to the backends.
1843
1844         * nnimap.el (nnimap-quirk): New function.
1845         (nnimap-retrieve-group-data-early): Use it.
1846         (nnimap-quirks): New alist.
1847
1848 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1851         don't delete it within indentation.
1852
1853 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1856         previous line.
1857
1858 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1861         QRESYNC command by deleting a superfluous space which broke Cyrus
1862         servers.  This change will break other servers that are buggy the other
1863         way around.
1864
1865 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1866
1867         * spam.el: Reindent and fix long lines.
1868         (spam-copy-or-move-routine): Exclude invalid move destinations.
1869
1870 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1871
1872         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1873         installed the registry.
1874
1875 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1878
1879 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1880
1881         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1882         groupname doesn't contain "gmane".
1883
1884 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1887         and netrc-bound-and-true-p bindings.
1888         (netrc-parse): Cache the netrc contents.
1889
1890         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1891         (gnus-1): Don't create the nndrafts group twice.
1892         (gnus-setup-news): There's no need to read the active file here, since
1893         that's done again later on a per-backend basis.
1894         (gnus-start-draft-setup): Make sure that the new group is started out
1895         empty.
1896
1897         * gnus-agent.el (gnus-agentize): Don't create the queue group
1898         automatically on startup.  It'll be created later, if needed.
1899
1900         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1901         of automatically subscribed groups.
1902         (gnus-auto-subscribed-categories): New variable.
1903         (gnus-matches-options-n): Use it.
1904         (gnus-default-subscribed-newsgroups): Remove unused variable.
1905         (gnus-start-draft-setup): Message a bit less.
1906
1907 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1908
1909         * nnir.el (nnir-run-imap): Return article list in order of increasing
1910         UID.
1911
1912 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * gnus-sum.el (gnus-summary-enter-digest-group):
1915         Mention gnus-auto-select-on-ephemeral-exit.
1916
1917         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1918         convention of the network-only option.
1919
1920 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * proto-stream.el (proto-stream-open-network-only): New function to
1923         have a way to specify non-STARTTLS upgrade connections.
1924
1925 2010-12-10  Julien Danjou  <julien@danjou.info>
1926
1927         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1928         email address is nil.
1929
1930         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1931
1932 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1933
1934         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1935         deletion.
1936         (nnir-run-imap): Only need to parse list once.
1937
1938 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * shr.el (shr-tag-script): Ignore <script>.
1941         (shr-tag-label): Add <label> support.
1942
1943 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1946
1947         * shr.el (shr-image-displayer): Work for images lined side by side.
1948
1949 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1950
1951         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1952         parameter, since XEmacs doesn't accept t as a parameter.
1953
1954 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1955
1956         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1957         ids.
1958         (nnir-run-gmane): Simplify groupspec formatting.
1959         (nnir-request-expire-articles): New function.
1960
1961 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1964         overflow, possibly.
1965
1966         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1967         (shr-render-td): Handle td style="" better.
1968         (shr-tag-table): Use the color from the style sheet.
1969         (shr-render-td): Make sure we copy over all the overlays, too.
1970
1971 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1972
1973         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1974         (nnir-request-article): Improve article retrieval.
1975
1976 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * mm-util.el (mm-extra-numeric-entities): New variable.
1979
1980         * mm-url.el (mm-url-decode-entities):
1981         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1982
1983         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1984
1985 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1986
1987         * message.el: Use completion-at-point.
1988         (message-completion-function): New fun, extracted from message-tab.
1989         (message-mode): Use it for completion-at-point-functions.
1990         (message-tab): Use it and completion-at-point.
1991
1992 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1995         character if a non-breakable character follows.
1996
1997 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998
1999         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2000         any stream.
2001
2002         * shr.el (shr-tag-font): Colorize the region.
2003         (shr-tag-body): Ditto.
2004         (shr-tag-font): Actually let the styles be inherited instead of
2005         overwriting them.
2006         (shr-tag-font): Get the background color right.
2007         (shr-tag-style): Ignore all <style> tags for the moment.
2008
2009         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2010         a Message-ID to avoid having nnimap depend on gnus-sum.
2011
2012         * shr.el (shr-descend): Only colorize something if we have a node that
2013         sets colors.
2014
2015 2010-12-06  Julien Danjou  <julien@danjou.info>
2016
2017         * shr.el (shr-render-td): Render td content with shr-descend, so style
2018         will be applied to <td> too.
2019         (shr-colorize-region): Colorize region even if we only have a background.
2020         (shr-tag-body): Fix color and background color inheritance.
2021         Do not recolorize after shr-generic.
2022         (shr-tag-font): Let shr-generic colorize via inheritance.
2023
2024 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2027
2028 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2029
2030         * nnir.el (nnir-request-move-article): Remove obsolete code.
2031
2032 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2035
2036 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-sum.el (gnus-summary-respool-article): The completion function
2039         expects a list instead of an alist.
2040
2041         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2042         string as the parameter.
2043
2044         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2045
2046         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2047         styles.
2048         (shr-colorize-region): New function.
2049         (shr-insert-background-overlay): Remove.
2050         (shr-render-td): Background setting should be taken care of on a higher
2051         level.
2052         (shr-tag-body): Use post-hoc colorizations.
2053         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2054         (shr-put-color-1): Don't overwrite old colors.
2055         (shr-colorize-region): When the background color isn't explicit, use
2056         a fixed background.
2057
2058         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2059         nnmail variables.
2060
2061 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2062
2063         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2064         unless necessary.
2065
2066 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2067
2068         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2069         server.
2070
2071 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2074         so that TAB works.
2075
2076         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2077         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2078
2079         * shr.el (shr-urlify): Show the URL before the title to avoid
2080         misleading URLs.
2081
2082 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2083
2084         * shr.el (shr-urlify): Display the title in <a> tags.
2085
2086 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2087
2088         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2089
2090 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2091
2092         * nnir.el: Rearrange code to allow macros to be autoloaded by
2093         gnus-sum.el.
2094         (nnir-retrieve-headers-override-function): Make this variable
2095         customizable.
2096         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2097
2098         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2099         from nnir.el.
2100
2101 2010-12-03  Julien Danjou  <julien@danjou.info>
2102
2103         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2104
2105 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2108         allow optional argument `environment'.
2109
2110 2010-12-03  Glenn Morris  <rgm@gnu.org>
2111
2112         * mm-extern.el (message-goto-body): Update declaration.
2113
2114 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * gnus-util.el (gnus-macroexpand-all): New function.
2117
2118         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2119         instead of macroexpand-all that is unavailable in XEmacs.
2120
2121 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2122
2123         * nnir.el (nnir-summary-line-format): New variable.
2124         (nnir-mode): Use it.
2125         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2126         (nnir-article-ids): Reimplement as defsubst.
2127         (nnir-retrieve-headers): Don't mangle the subject header.
2128         (nnir-run-imap): Use 100 as RSV score.
2129         (nnir-run-find-grep): Fix for full server searching.
2130         (nnir-run-gmane): Better restriction to gmane groups.
2131
2132         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2133         summary buffers.
2134
2135 2010-12-02  Julien Danjou  <julien@danjou.info>
2136
2137         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2138
2139         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2140
2141         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2142         support.
2143
2144 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2145
2146         * nnir.el: Update to handle the registry better.
2147         (autoload): Silence byte-compiler.
2148         (nnir-open-server): Add a hook for nnir groups.
2149         (nnir-request-move-article): Don't mangle the header. Better to use
2150         formating variables (which will be added in the future).
2151         (nnir-registry-action): Update the registry using the original article
2152         group name.
2153         (nnir-mode): Install nnir-specific hooks for updating the registry.
2154
2155         * gnus-sum.el
2156         (gnus-article-original-subject,gnus-newsgroup-original-name):
2157         Remove obsolete variables.
2158         (gnus-summary-move-article): Remove use of obsolete variables.
2159         (gnus-summary-local-variables): Make move and delete hooks local to
2160         summary buffers.
2161
2162 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * rtree.el: New file.
2165
2166 2010-12-01  Julien Danjou  <julien@danjou.info>
2167
2168         * message.el (message-user-organization): Do not use
2169         gnus-local-organization.
2170
2171         * gnus.el: Remove gnus-local-organization.
2172
2173         * gnus-msg.el: Remove nastygram thing.
2174
2175 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2176
2177         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2178         funcall.
2179
2180 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2183         names.
2184
2185         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2186         characters.
2187
2188         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2189         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2190         Suggested by Štěpán Němec <stepnem@gmail.com>.
2191         (gnus-gravatar-transform-address): Use mail-extract-address-components
2192         that supports non-ASCII names rather than mail-header-parse-addresses.
2193
2194 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * proto-stream.el (open-protocol-stream): All starttls connections are
2197         handled by the network handler.
2198
2199 2010-11-30  Julien Danjou  <julien@danjou.info>
2200
2201         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2202         (nnimap-open-connection-1): Fix PREAUTH.
2203
2204         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2205
2206 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2209         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2210         (shr-insert): Use them.
2211         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2212
2213 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2214
2215         * nnir.el (nnir-request-move-article): Bail out if original group
2216         doesn't support article moves.
2217         (nnir-get-active): Improve active list retrieval.
2218
2219 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2222
2223 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2224
2225         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2226         seem to accept strings-with-numbers as port numbers,
2227
2228 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2229
2230         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2231         change the registry.
2232
2233 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2236         delete-dups that is not available in XEmacs 21.4.
2237
2238         * mm-util.el (mm-delete-duplicates): Add comment.
2239
2240 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2241
2242         * nnir.el (nnir-ignored-newsgroups): New variable.
2243         (nnir-get-active): Use it.
2244
2245 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * proto-stream.el (proto-stream-open-network): Add some comments.
2248
2249         * nntp.el (nntp-open-connection): Provide a :success condition.
2250
2251         * nnimap.el (nnimap-open-connection-1): Ditto.
2252
2253         * proto-stream.el (proto-stream-open-network): See what the response to
2254         the STARTTLS command is.
2255
2256         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2257         backwards compatibility).
2258         (nnimap-open-connection-1): Really respect nnimap-server-port.
2259
2260         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2261         TLS upgrades we don't really care about the identity of the peer.
2262         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2263         that what we've checked for.
2264         (proto-stream-always-use-starttls): Only default to t if
2265         open-gnutls-stream exists.
2266         (proto-stream-open-network): If STARTTLS failed, then just open a
2267         normal connection.
2268         (proto-stream-open-network): Wait until the greeting before doing
2269         STARTTLS.
2270
2271         * nntp.el (nntp-open-connection): Report what the connection error is.
2272
2273         * proto-stream.el (open-protocol-stream): Rename from
2274         open-proto-stream.
2275
2276 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * nnimap.el (nnimap-stream): Change default to `undecided'.
2279         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2280         first, and then network.
2281         (nnimap-open-connection-1): Respect nnimap-server-port.
2282         (nnimap-open-connection): Be more backwards-compatible.
2283
2284         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2285         (proto-stream-open-starttls): De-duplicate the starttls code.
2286         (proto-stream-open-starttls): Folded back into the main function.
2287         (proto-stream-open-network): Fix typo in the gnutls path.
2288         (proto-stream-command): Refactor out.
2289
2290         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2291
2292         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2293         starttls.el STARTTLS.
2294
2295         * color.el (color-lab->srgb): Fix function call name.
2296
2297         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2298         if we're using tls.el.
2299         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2300         built in, then don't try to establish a STARTTLS connection.
2301
2302         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2303         servers.
2304
2305         * proto-stream.el (open-proto-stream): Use network, not stream.
2306         (open-proto-stream): Add a way to specify what the end of a command is.
2307
2308         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2309         connections types.
2310         (nntp-open-network-stream): Remove.
2311         (nntp-open-ssl-stream): Remove.
2312         (nntp-open-tls-stream): Remove.
2313         (nntp-ssl-program): Remove.
2314
2315         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2316
2317 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2318
2319         * nnir.el: Fix typos.
2320         (nnir-retrieve-headers-override-function): Rename variable to reflect
2321         new semantics.
2322         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2323         macros.
2324         (nnir-request-article, nnir-request-move-article): Use them.
2325         (nnir-categorize): New function.
2326         (nnir-run-query): Use it.
2327         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2328         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2329         sorted.
2330         (nnir-group-full-name): Use gnus-group-full-name instead.
2331         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2332         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2333
2334 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2337
2338         * proto-stream.el: New library to provide protocol-specific
2339         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2340         protocols.
2341         (open-proto-stream): Complete the documentation.
2342         (proto-stream-open-network): Fix some typos.
2343
2344         * nnimap.el (nnimap-open-connection): Use it.
2345
2346 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2347
2348         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2349         negotiation.
2350
2351 2010-11-26  Julien Danjou  <julien@danjou.info>
2352
2353         * color.el: Rename various rgb functions to srgb.
2354
2355 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2358         names.
2359
2360 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * shr.el (shr-insert): Revert last change.
2363         (shr-find-fill-point): Never leave point being at bol;
2364         relax the kinsoku limitation when rendering tables.
2365
2366 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2369         results from -accept-article.
2370
2371         * shr-color.el: Require cl when compiling.
2372
2373         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2374         checkin.
2375
2376         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2377
2378         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2379
2380         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2381         'add and 'delete to set backend marks.
2382
2383         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2384
2385         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2386
2387         * nntp.el (nntp-request-set-mark): Use it.
2388
2389         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2390
2391         * nnml.el (nnml-request-set-mark): Ditto.
2392
2393         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2394         introduces regressions in article selection.
2395         (nnimap-find-uid-response): New function.
2396         (nnimap-request-accept-article): Use the UID returned, if any.
2397         (nnimap-request-move-article): Use the UID returned, if any.
2398         (nnimap-get-groups): Reimplement to work with folded lines.
2399         (nnimap-find-uid-response): The UID is the last element in the list.
2400         (nnimap-request-set-mark): Extend syntax with 'set.
2401
2402         * nnml.el (nnml-request-set-mark): Ditto.
2403
2404         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2405
2406         * nntp.el (nntp-request-set-mark): Ditto.
2407
2408 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * message.el (message-called-interactively-p): A temporary macro.
2411         (message-goto-body): Use it temporarily.
2412
2413 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2416         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2417         (nnimap-last-response-string): Fix last unfolding fix.
2418
2419 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * shr.el (shr-insert): Fix the way to fold lines.
2422
2423 2010-11-25  Julien Danjou  <julien@danjou.info>
2424
2425         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2426
2427         * color.el: Rename from color-lab.el
2428         (color-rgb->hex): Add.
2429         (color-complement): Add.
2430         (color-complement-hex): Add.
2431
2432         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2433
2434 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2437         don't exist.
2438
2439 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2442         assuming that article displaying or another mml-preview may be
2443         interrupted for an error or for the like.
2444
2445         * shr.el (shr-get-background): Fix argument name.
2446
2447 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2450
2451         * gnus-sum.el (gnus-summary-include-articles): New function.
2452
2453         * message.el (message-goto-body): called-interactively-p needs a
2454         parameter, so use `any'.
2455
2456         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2457         clear marks before moving, since they're synced from the Gnus side
2458         first.
2459
2460         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2461         (gnus-summary-move-article): Copy over all marks before moving, so that
2462         IMAP doesn't think a new article has arrived.
2463
2464 2010-11-24  Julien Danjou  <julien@danjou.info>
2465
2466         * shr.el (shr-insert-background-overlay): Fix typo.
2467         (shr-render-td): Copy the background before rendering.
2468
2469         * shr-color.el (shr-color-visible): Fix docstring.
2470
2471         * shr.el (shr-tag-table): Add bgcolor support.
2472         (shr-render-td): Add bgcolor support.
2473         (shr-get-background): Add.
2474         (shr-insert-foreground-overlay): Use shr-get-background.
2475
2476         * message.el (message-goto-body): Use called-interactively-p.
2477         (message-in-body-p): message-goto-body returns point.
2478
2479 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2482         Fixes something or other in Emacs 23, and is backwards compatible.
2483
2484         * message.el (message-goto-body): Remove the <#secure special-casing,
2485         which is too special.
2486
2487         * shr.el (shr-parse-style): Drop !important from styles.
2488
2489 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2490
2491         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2492         this function to return incorrect results when calling it with an
2493         explicit article argument different from
2494         (gnus-summary-article-number).
2495
2496 2010-11-24  Julien Danjou  <julien@danjou.info>
2497
2498         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2499         (shr-tag-body): Add background support.
2500         (shr-descend): Add background support.
2501         (shr-tag-title): Add.
2502
2503         * shr-color.el (shr-color-visible): Really return original background
2504         if fixed.
2505
2506 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * shr.el (shr-color-check): Protect against non-existent colour names.
2509
2510 2010-11-24  Julien Danjou  <julien@danjou.info>
2511
2512         * color-lab.el: Require 'cl when compiling.
2513
2514         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2515
2516         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2517         matched part.
2518
2519         * color-lab.el: Fix all expt calls to use float type.
2520
2521 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2524         expression to shr-color-check as is.
2525
2526         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2527
2528         * color-lab.el: Add coding cookie.
2529         (float-pi): Use eval-and-compile.
2530
2531         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2532         compiled for Emacsen having no `libxml-parse-html-region' support.
2533
2534 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * shr.el (shr-insert-color-overlay): Split stuff like
2537         "#444444 !important" to find the real colour.
2538         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2539         parse <font color="red"> entries.
2540
2541 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2542
2543         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2544         point when parsing headers.
2545
2546         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2547         is positioned properly when parsing headers.
2548
2549 2010-11-23  Julien Danjou  <julien@danjou.info>
2550
2551         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2552
2553         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2554
2555         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2556
2557         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2558         Use shr-color-hue-to-rgb.
2559         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2560
2561 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * shr.el (shr-color->hexadecimal): Autoload.
2564         (shr-descend): Add color to all tags.
2565
2566 2010-11-22  Julien Danjou  <julien@danjou.info>
2567
2568         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2569         shr-color->hexadecimal.
2570
2571         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2572         RGB() or HSL() color representation.
2573
2574         * shr.el (shr-tag-font): Add.
2575         (shr-tag-color-check): New function to get better colors.
2576         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2577         tag-span.
2578
2579         * shr-color.el: New file.
2580
2581         * color-lab.el: New file.
2582
2583         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2584
2585 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2586
2587         * nnir.el: Fix typo in comments.
2588         (nnir-run-imap): Simplify code. No need to reverse artlist.
2589         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2590
2591 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2594
2595         * nnimap.el (nnimap-get-capabilities): Refactor out.
2596         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2597
2598 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2599
2600         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2601         appearing when `mm-uu-hide-markers' is nil.
2602
2603 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * nnimap.el (nnimap-unselect-group): Make into its own function.
2606         (nnimap-request-rename-group): Unselect group before renaming.
2607         This had gotten lost somewhere.
2608         (nnimap-request-accept-article): Keep track of examined groups, and
2609         unselect the group before APPENDing to read-only groups.
2610         (nnimap-request-move-article): Clear flags before moving so that they
2611         can be re-set later.
2612
2613 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2616         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2617
2618 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * gnus-art.el (gnus-mime-display-single)
2621         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2622         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2623         parameter.
2624
2625 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626
2627         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2628         (shr-table-vertical-line): New variable.
2629         (shr-insert-table): Use it.
2630
2631 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * gnus-html.el (gnus-html-wash-images): Don't display images if
2634         gnus-inhibit-images is non-nil; register displayer for cid images.
2635         (gnus-html-display-image): Work for cid image.
2636         (gnus-html-insert-image): Allow arguments.
2637         (gnus-html-put-image): Inhibit read-only.
2638         (gnus-html-prefetch-images): Don't prefetch images if
2639         gnus-inhibit-images is non-nil.
2640
2641 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * shr.el (shr-put-image): Break lines when inserting big pictures.
2644
2645 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2646
2647         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2648         sender, thanks Katsumi Yamaoka.
2649
2650 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2651
2652         * nnir.el (nnir-run-imap): Reverse the article list for each group
2653         rather than the whole list.
2654
2655 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * shr.el (shr-image-displayer): Protect function against non-existent
2658         image source.
2659
2660         * gnus-art.el (gnus-inhibit-images): New user option.
2661         (gnus-mime-display-single): Don't display image if it is non-nil.
2662
2663         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2664         gnus-inhibit-images.
2665
2666         * shr.el (shr-image-displayer): New function.
2667         (shr-tag-img): Use it.
2668
2669 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2670
2671         * mml2015.el (mml2015-epg-sign): Use From header.
2672
2673 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2676
2677         * gnus-util.el (gnus-find-text-property-region): Return markers.
2678
2679         * shr.el (shr-tag-img): Put a displayer in the text property.
2680
2681         * gnus-util.el (gnus-find-text-property-region): New utility function.
2682
2683         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2684         (gnus-html-show-images): Remove.
2685
2686         * gnus-art.el (gnus-article-show-images): New, more general function.
2687
2688         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2689         image url text properties.
2690
2691         * shr.el: Ditto.
2692
2693         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2694         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2695
2696 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2699         work for two or more articles.
2700
2701 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2704         divide an image that's in an html article to two or more when washing
2705         non-ASCII characters in alt text of it.
2706
2707 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2710         smime-decrypt-region using function argument.
2711         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2712
2713         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2714
2715         * smime.el (smime-decrypt-region): Catch it.
2716
2717 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2718
2719         * smime.el (smime-mode-map): Move initialization into declaration.
2720         (gnus-run-mode-hooks): Don't autoload.
2721         (smime-mode): Use define-derived-mode.
2722
2723 2010-11-11  Glenn Morris  <rgm@gnu.org>
2724
2725         * smime.el (from): Restrict declaration to XEmacs.
2726
2727         * nnir.el (gnus-group-topic-name): Autoload.
2728
2729 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * shr.el (shr-insert): Don't break long line if it is because of
2732         kinsoku-bol characters in the line end.
2733
2734 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2735
2736         * nnir.el (nnir-request-move-article): Fix to provide original group
2737         and subject.
2738         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2739         been retrieved.
2740
2741         * gnus-sum.el (gnus-summary-move-article): Use original group and
2742         subject for virtual articles such as those in an nnir summary buffer.
2743
2744 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2747         least 21.5).
2748
2749         * smime.el (from): Declare it again for XEmacs.
2750
2751 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * message.el (message-resend): Don't disable encoding unless it's
2754         already encoded.
2755
2756         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2757         low-numbered articles.
2758
2759 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * rfc2047.el (rfc2047-syntax-table): Simplify.
2762
2763         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2764
2765         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2766         set-char-table-range for XEmacs.
2767
2768 2010-11-10  Glenn Morris  <rgm@gnu.org>
2769
2770         * time-date.el (time-to-seconds): Always an alias on Emacs,
2771         never a real function.
2772         (with-no-warnings): Remove compat stub, now unused.
2773         (time-less-p): Doc fix.
2774         (time-to-number-of-days): Simplify.
2775
2776         * smime.el (from): Remove unused declaration.
2777
2778         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2779         (gnus-float-time): On Emacs, always an alias.
2780
2781         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2782         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2783
2784 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * dgnushack.el: Don't use ignore-errors in the top level form since it
2787         is unavailable in XEmacs even if cl is loaded.
2788
2789         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2790
2791 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * shr.el (browse-url-mailto): Autoload.
2794
2795         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2796
2797         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2798         regexp doesn't need quoting.
2799
2800 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2801
2802         * message.el (message-subject-trailing-was-ask-regexp)
2803         (message-subject-trailing-was-regexp): Match was: in addition to was.
2804
2805 2010-11-09  Glenn Morris  <rgm@gnu.org>
2806
2807         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2808         (nnbabyl-check-mbox): Use point-at-bol.
2809
2810 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2813
2814         * message.el (message-mailto): New function.
2815         (message-mailto): Should accept other parameters.
2816         (message-mailto): Remove since it duplicates browse-url-mailto
2817         functionality.
2818
2819 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2822         methods.
2823         (gnus-read-active-file): Ditto.
2824
2825         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2826         ": " from the prompt.
2827         (gnus-group-make-group): Ditto.
2828
2829 2010-11-07  Glenn Morris  <rgm@gnu.org>
2830
2831         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2832         (gnus-bookmark-kill-line): Use point-at-eol.
2833
2834 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2837         asterisks in From header.
2838
2839 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2842         string to avoid making the From headers syntactically invalid.
2843
2844         * message.el (message-send-mail): Don't insert courtesy messages if the
2845         message already has List-Post and List-ID messages.
2846
2847 2010-11-06  Glenn Morris  <rgm@gnu.org>
2848
2849         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2850         `condition', `type', `length' a prefix.
2851         (gnus-treat-predicate): Update for above name changes.
2852
2853 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2854
2855         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2856         binding.  Handled by `gnus-summary-refer-thread' instead.
2857         (nnir-warp-to-article): New backend function.
2858
2859         * nnimap.el (nnimap-request-thread): Force dependency updating.
2860
2861         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2862         (gnus-summary-refer-thread): Rework to improve thread-referral.
2863
2864         * gnus-int.el (gnus-warp-to-article): New function.
2865
2866         * gnus-sum.el (gnus-summary-article-map): Bind it.
2867
2868 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2869
2870         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2871         gnus-summary-refer-thread.
2872
2873         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2874         headers.
2875         (gnus-summary-limit-include-thread): Prevent articles in thread from
2876         being cut in gnus-cut-threads.
2877         (gnus-summary-refer-thread): Limit retrieved headers to those in
2878         thread.
2879
2880 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * message.el (message-send-mail): Use the value of
2883         message-courtesy-message from the message buffer.
2884
2885         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2886
2887         * shr.el (shr-browse-url): Implement mailto: URLs.
2888
2889         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2890         "raw".
2891
2892         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2893         if it's already selected.
2894
2895         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2896
2897 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2900         to measure the length and truncate alt text.
2901
2902 2010-11-03  Glenn Morris  <rgm@gnu.org>
2903
2904         * nndiary.el (nndiary-generate-nov-databases-1)
2905         (nndiary-generate-active-info): Rename dynamic variable `files' to
2906         something less generic.
2907
2908 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2909
2910         * nnir.el (nnir-request-move-article): Call the underlying backend to
2911         move articles from nnir.
2912
2913 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2916
2917 2010-11-02  Julien Danjou  <julien@danjou.info>
2918
2919         * nnir.el: Remove wais support.
2920
2921 2010-11-02  Glenn Morris  <rgm@gnu.org>
2922
2923         * gnus-html.el: Reorder requirements to quieten compiler.
2924
2925 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2928         properly for XEmacs as well.
2929         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2930         (gnus-article-natural-long-line-p): Use window-width rather than
2931         frame-width.
2932
2933 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2934
2935         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2936         (nnir-read-parms): Don't modify query.
2937         (nnir-run-query): Add ability to search topic on current line.
2938         (nnir-get-active): Clean up.
2939
2940 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2943         degenerate articles.
2944
2945         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2946         (gnus-print-buffer): Just print the buffer as is, without any copying
2947         to a buffer and then re-highlighting.
2948
2949         * nnimap.el (nnimap-request-group): Store the new updated info.
2950         (nnimap-request-group): Select the group when we don't know whether it
2951         exists or not.
2952
2953         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2954         groups.
2955
2956         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2957         groups.
2958
2959         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2960         groups.
2961
2962         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2963         long-lines case by only filling the long lines.
2964
2965         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2966         (bug #7311).
2967
2968 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * shr.el: No need to declare `declare-function' since shr.el is for
2971         only Emacsen that provide `libxml-parse-html-region'.
2972
2973         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2974         effective only in a file it is referred to.
2975
2976 2010-11-01  Glenn Morris  <rgm@gnu.org>
2977
2978         * mm-util.el (gnus-completing-read): Autoload.
2979         (mm-read-coding-system): Simplify Emacs definition.
2980
2981         * nnmail.el (gnus-activate-group):
2982         * nnimap.el (gnutls-negotiate):
2983         * nntp.el (netrc-parse): Fix declarations.
2984
2985 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2988         string-match-p in Emacs >=23.
2989
2990         * gnus-msg.el (gnus-configure-posting-styles)
2991         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2992
2993 2010-11-01  Glenn Morris  <rgm@gnu.org>
2994
2995         * nnir.el (declare-function): Add compat stub.
2996         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2997         (nnir-run-gmane): Require 'mm-url.
2998
2999         * mm-util.el (mm-string-to-multibyte): Simplify.
3000
3001         * shr.el (declare-function): Add compat stub.
3002         (url-cache-create-filename): Declare.
3003         (mm-disable-multibyte, widget-convert-button): Autoload.
3004
3005         * smime.el (ldap-search): Declare.
3006         (smime-cert-by-ldap-1): Require ldap on Emacs.
3007
3008         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3009         (nnimap-keepalive): Use gnus-float-time.
3010
3011         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3012         (mail-source-delete-crash-box): Use gnus-float-time.
3013
3014         * gnus-dired.el (gnus-completing-read): Autoload.
3015
3016         * mm-view.el (gnus-rescale-image): Autoload.
3017
3018         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3019
3020         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3021
3022         * sieve-manage.el: Require 'cl when compiling.
3023
3024         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3025         (gnus-iswitchb-completing-read): Require iswitchb.
3026         (gnus-select-frame-set-input-focus): Silence compiler.
3027
3028 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * message.el (message-subject-trailing-was-query): Change default to t,
3031         since I think that's what most people want.
3032
3033         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3034         appending for easier debugging.
3035         (nnimap-wait-for-connection): Take a regexp.
3036         (nnimap-request-accept-article): Wait for the continuation line before
3037         sending anything unless we're streaming.
3038
3039         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3040         leave the header washing to take place.
3041
3042 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3043
3044         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3045         regular expression match and replace in posting styles.
3046
3047 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3048
3049         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3050         an entire server.
3051         (nnir-get-active): New function.
3052         (nnir-run-imap): Use it.
3053         (nnir-run-gmane): Who knew, gmane search returns an article score!
3054
3055         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3056         server on the current line with nnir.
3057
3058 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3061         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3062         left edge.
3063         (gnus-article-foldable-buffer): Skip past the prefix when determining
3064         raggedness.
3065
3066         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3067         the raw article, and change `C-u g' to show the article without doing
3068         treatments.
3069
3070         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3071         on to `gnus-treat-article'.
3072         (gnus-inhibit-article-treatments): New variable.
3073
3074         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3075
3076         * gnus-art.el (gnus-treatment-function-alist): Have
3077         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3078         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3079         sections.
3080
3081         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3082         parameter.
3083         (gnus-article-fill-cited-long-lines): New function.
3084         (gnus-article-fill-cited-article): Allow filling only long sections.
3085
3086         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3087         and non-punctuation (like after the apostrophe in "'We").
3088
3089         * gnus-sum.el (gnus-summary-select-article): Make sure
3090         gnus-original-article-buffer is alive.
3091
3092         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3093         reflect the order they're in in the digest.
3094
3095         * gnus.el (gnus-group-startup-message): Move point to the start of the
3096         buffer.
3097
3098         * nnimap.el (nnimap-capability): New function.
3099         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3100         is set.
3101
3102 2010-10-31  David Engster  <dengste@eml.cc>
3103
3104         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3105         conform with changes to gnus-completing-read.
3106
3107 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3110
3111 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3112
3113         * nnir.el: Move defvar, defcustom around to keep file organized
3114         and keep byte-compiler quiet.
3115         (nnir-read-parms): Accept search-engine as arg.
3116         (nnir-run-query): Pass search-engine as arg.
3117         (nnir-search-engine): Remove.
3118
3119 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * shr.el (shr-generic): The text nodes should be text, not :text.
3122
3123         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3124         later in the file.
3125
3126 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3127
3128         * nnir.el: General clean up.  Allow searching with multiple engines.
3129         Allow separate extra-parameters for each engine.
3130         Batch queries when possible.
3131         (nnir-imap-default-search-key,nnir-method-default-engines):
3132         Add customize interface.
3133         (nnir-run-gmane): New engine.
3134         (nnir-engines): Use it.  Qualify all prompts with engine name.
3135         (nnir-search-engine): Remove global variable.
3136         (nnir-run-hyrex): Restore for now.
3137         (nnir-extra-parms,nnir-search-history): New variables.
3138         (gnus-group-make-nnir-group): Use them.
3139         (nnir-group-server): Remove in favor of gnus-group-server.
3140         (nnir-request-group): Avoid searching twice.
3141         (nnir-sort-groups-by-server): New function.
3142
3143 2010-10-30  Julien Danjou  <julien@danjou.info>
3144
3145         * gnus-group.el: Remove gnus-group-fetch-control.
3146
3147         * gnus-start.el (gnus-find-new-newsgroups):
3148         Remove gnus-check-first-time-used.
3149
3150         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3151
3152 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3153
3154         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3155         set on groups that don't have \* permanentflags.
3156
3157 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3160         control the background color.
3161         (shr-tag-img): Ignore very small web bug type images.
3162         (shr-put-image): Add help-echo alt texts to the images.
3163         (shr-tag-video): Show the video poster image.
3164
3165 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * shr.el (shr-table-depth): New variable.
3168         (shr-tag-table-1): Only insert the images after the top-level table.
3169
3170         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3171
3172         * gnus-util.el (gnus-list-memq-of-list): New function.
3173
3174         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3175         selected.
3176         (nnimap-unsplittable-articles): New slot.
3177         (nnimap-new-articles): Use it.
3178
3179 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3180
3181         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3182         move to the previous line on `M-g'.
3183
3184 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3187         *-request-group, which seems unnecessary.
3188
3189         * nnimap.el (nnimap-quote-specials): Function copied over from
3190         imap.el.
3191         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3192         they support that.  Suggested by Tom Regner.
3193
3194 2010-10-29  Julien Danjou  <julien@danjou.info>
3195
3196         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3197         defalias.
3198         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3199
3200         * gnus.el: Remove `gnus-nntp-service' variable.
3201         (gnus-secondary-servers): Make obsolete.
3202         (gnus-nntp-server): Make obsolete.
3203
3204         * gnus-start.el (gnus-1): Remove x-splash calls.
3205
3206         * gnus-ems.el (gnus-x-splash): Remove.
3207
3208         * gnus.el (gnus-group-startup-message): Simplify/update code.
3209
3210         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3211         definition.
3212
3213         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3214         capability before doing anything.
3215         (gnus-group-insert-group-line): Remove useless
3216         gnus-group-remove-excess-properties.
3217
3218 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3221
3222 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3225         config after reselecting.
3226
3227 2010-10-28  Julien Danjou  <julien@danjou.info>
3228
3229         * shr.el (shr-put-image): Use point even if only inserting text.
3230         (shr-put-image): Save excursion when inserting alt text on non-graphic
3231         display, so the behaviour is the same when we are on a graphic display.
3232
3233         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3234
3235 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3238         (gnus-mime-copy-part): Check coding system, not charset.
3239         (gnus-mime-view-part-externally): Never remove part.
3240         (gnus-mime-view-part-internally): Don't remove part here.
3241         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3242         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3243         multipart/alternative.
3244
3245         * mm-decode.el (mm-display-part): Take optional arg `force'.
3246
3247 2010-10-26  Julien Danjou  <julien@danjou.info>
3248
3249         * gnus-group.el (gnus-group-default-list-level): Add this function to
3250         compute the default list level.
3251         (gnus-group-default-list-level): Add possibility to use a function.
3252
3253 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3256
3257         * gnus-group.el (gnus-group-completing-read)
3258         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3259         gnus-replace-in-string.
3260
3261 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * shr.el (shr-tag-div): Add.
3264
3265         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3266
3267 2010-10-25  Julien Danjou  <julien@danjou.info>
3268
3269         * gnus-util.el: Remove `gnus-with-local-quit'.
3270
3271         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3272
3273 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3276         the original article buffer.
3277
3278 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * nnimap.el (nnimap-request-head): New function.
3281         (nnimap-request-move-article): Try to be slighly faster by not
3282         requesting the entire message when moving.
3283         (nnimap-transform-headers): Don't bug out on bodiless articles.
3284         (nnimap-send-command): Have no outstanding messages if the IMAP server
3285         doesn't support streaming.
3286         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3287
3288 2010-10-24  Julien Danjou  <julien@danjou.info>
3289
3290         * message.el (message-default-headers): Fix type.
3291
3292 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3295         prefetching images.
3296
3297         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3298         backend for unknown groups.  This is mainly useful for nnimap groups.
3299
3300         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3301         group isn't covered by the agent.
3302
3303 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3304
3305         * nnir.el (nnir-method-default-engines): New variable.
3306         (nnir-run-query): Use it.
3307         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3308         (gnus-summary-nnir-goto-thread): Change group if needed.
3309
3310         * gnus-group.el (gnus-group-group-map): Add key binding for
3311         gnus-group-make-nnir-group.
3312
3313 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * shr.el (shr-tag-object): Add.
3316
3317         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3318         original article buffer live.
3319         (gnus-summary-select-article-buffer):
3320         Mention gnus-widen-article-buffer.
3321
3322 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * shr.el (shr-tag-strong): Add.
3325
3326 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3329         group names.  They mess up the group buffer badly.
3330
3331         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3332
3333         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3334         instead of the summary one.
3335
3336 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * mml.el (mml-preview): Work properly when editing article.
3339
3340         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3341         gnus-have-read-active-file if it's already been in.
3342
3343 2010-10-22  Tom Tromey  <tromey@redhat.com>
3344
3345         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3346         gnus-group-completing-read.
3347
3348 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * message.el (message-mode-map): Don't bind M-; to comment region, to
3351         allow the global comment-dwim to work.
3352
3353 2010-10-21  Julien Danjou  <julien@danjou.info>
3354
3355         * message.el (message-setup-1): Allow message-default-headers to be a
3356         function.
3357
3358 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * shr.el (shr-tag-table): Simplify.
3361
3362 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3365         to avoid trying to snarf invalid stuff.
3366
3367         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3368
3369         * gnus.el (gnus-message-archive-group): Quote value.
3370         (gnus-message-archive-group): Mark as changed.
3371
3372         * shr.el (shr-add-font): Don't put the font properties on the newline
3373         or the indentation.
3374
3375         * message.el (message-fix-before-sending): Change options when sending
3376         non-printable characters.
3377
3378         * gnus.el (gnus-message-archive-method): Change the default to
3379         monthly outgoing groups.
3380
3381         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3382         that have gotten new numbers.
3383
3384         * nnimap.el (nnimap-request-replace-article): New function.
3385
3386 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3389         (nnrss-request-article): Don't use special html washing code.
3390
3391 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * shr.el (shr-tag-table): Remove useless nconc.
3394
3395 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * gnus-art.el (article-wash-html): Simplify and remove the charset
3398         stuff.  Use the normal html rendering code instead of the special html
3399         washing code.
3400
3401         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3402         `gnus-w3m' symbols.
3403         (mm-text-html-washer-alist): Remove.
3404
3405         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3406         (mm-inline-media-tests): Remove use.
3407         (mm-text-html-renderer): Change default to the `shr' symbol.
3408
3409         * mm-view.el (mm-inline-text-html): Remove use.
3410
3411         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3412         `gnus-blocked-images' to be a function.
3413         (gnus-article-wash-function): Remove.
3414
3415 2010-10-20  Julien Danjou  <julien@danjou.info>
3416
3417         * spam.el (spam-list-of-processors): Mark as obsolete.
3418
3419         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3420         (nnimap-insert-partial-structure): Fix boundary detection.
3421
3422 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3423
3424         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3425         run file-truename on remote files.  This can be expensive and even
3426         prevent one from editing drafts if some unrelated buffer has a stale
3427         connection.
3428
3429 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3432         kinsoku-eol regardless of shr-kinsoku-shorten.
3433         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3434         (shr-tag-table): Support caption, thead, and tfoot.
3435
3436 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3439         lines.
3440         (shr-save-contents): New command and keystroke.
3441
3442         * nndoc.el (nndoc-type-alist): Add git support.
3443         (nndoc-git-type-p): New function.
3444         (nndoc-transform-git-article): Ditto.
3445         (nndoc-transform-git-headers): Ditto.
3446         (nndoc-transform-git-headers): Generate Subject headers.
3447
3448         * shr.el (shr-parse-style): New function.
3449         (shr-tag-span): Ditto.
3450
3451         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3452         to `G G' to avoid collisions.
3453
3454 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * shr.el: Load kinsoku if necessary.
3457         (shr-kinsoku-shorten): New internal variable.
3458         (shr-find-fill-point): Make kinsoku shorten text line if
3459         shr-kinsoku-shorten is bound to non-nil.
3460         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3461         shr-indentation too when testing if table is wider than frame width.
3462         (shr-insert-table): Use `string-width' instead of `length' to measure
3463         text width.
3464         (shr-insert-table-ruler): Make sure indentation is done at bol.
3465
3466 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3467
3468         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3469         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3470         undecoded network data.
3471
3472 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3475         name in the mode line spec so that the mode line menu works
3476         (bug #2431).
3477
3478         * message.el (message-get-reply-headers): If we're fed `to-address',
3479         then always use that.
3480
3481         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3482         aren't so wide as to need to switch off the edit menu.
3483
3484         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3485         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3486
3487         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3488         `M-g'.
3489         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3490         the permanent marks.
3491
3492 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3493
3494         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3495         Splitting according to references/in-reply-to obeys the ignore-groups
3496         variable, while splitting by sender and subject do not.
3497
3498 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3501         alist, so that we can look for non-Unicode chars.
3502         (article-translate-strings): Allow both character and string maps.
3503
3504 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * shr.el (shr-insert): Don't insert space behind a wide character
3507         categorized as kinsoku-bol, or between characters both categorized as
3508         nospace.
3509
3510 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3511
3512         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3513         headers to gnus-newsgroup-headers.
3514
3515 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * shr.el (shr-tag-img): Don't align images -- since we're not
3518         rescaling, this often leads to ugly displays.
3519
3520 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3521
3522         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3523         duplicates.
3524
3525 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3526
3527         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3528         call.
3529
3530 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * gnus.el: Autoload gnus-html-show-images.
3533
3534         * nnimap.el: Use nnheader-message throughout.
3535
3536         * shr.el (shr-tag-img): Ignore images with no data.
3537
3538 2010-10-15  Julien Danjou  <julien@danjou.info>
3539
3540         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3541         a possibility to disable format=flow encoding when using hard newlines.
3542
3543 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * shr.el (shr-insert): Remove space inserted before or after a
3546         breakable character or at the beginning or the end of a line.
3547         (shr-find-fill-point): Do kinsoku; find the second best point or give
3548         it up if there's no breakable point.
3549
3550 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551
3552         * nnimap.el (nnimap-open-connection): Message when opening connection
3553         for debugging purposes.
3554
3555         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3556         on every setup buffer call to allow this to change from article to
3557         article.
3558
3559         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3560         buffers where we have a wide table.
3561
3562 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3563
3564         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3565         uses *-request-thread.
3566
3567 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3570         incantation, which is no longer valid.
3571
3572 2010-10-14  Julien Danjou  <julien@danjou.info>
3573
3574         * shr.el: Fix defcustom type (char -> character).
3575
3576 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3579         programs.
3580
3581 2010-10-14  Julien Danjou  <julien@danjou.info>
3582
3583         * shr.el (shr-tag-a): Use url-link as widget type.
3584
3585         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3586         `gnus-group-get-icon'.
3587
3588 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3591         This should make server editing work better.
3592
3593         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3594
3595         * tls.el (tls-program): Remove spurious %s from openssl.
3596
3597         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3598         (nnimap-parse-flags): Fix regexp.
3599
3600         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3601         probably work for CJVK text, too.
3602
3603         * nnimap.el (nnimap-extend-tls-programs): Remove.
3604         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3605
3606         * tls.el (tls-starttls-switches): Remove starttls hack.
3607         (open-tls-stream): Ditto.
3608         (tls-find-starttls-argument): Ditto.
3609
3610 2010-10-13  Julien Danjou  <julien@danjou.info>
3611
3612         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3613         responses.
3614
3615 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3618
3619         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3620         anything in Emacs.
3621
3622         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3623
3624 2010-10-13  Julien Danjou  <julien@danjou.info>
3625
3626         * shr.el (shr-width): Make shr-width a defcustom with default to
3627         fill-column.
3628         (shr-tag-img): Use shr-width rather than fill-column.
3629
3630 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * dgnushack.el (byte-optimize-apply)
3633         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3634
3635         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3636         position when (X-)Faces exist.
3637         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3638         avatars when called interactively.
3639
3640 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3643         gnus-article-x-face-too-ugly is bound.
3644
3645 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3648
3649         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3650         mailbox that doesn't exist.
3651
3652 2010-10-12  Julien Danjou  <julien@danjou.info>
3653
3654         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3655         (shr-get-image-data): Encode URL properly when fetching from cache.
3656         (shr-tag-img): Use aligned-to spaces to align correctly images.
3657
3658         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3659         before inserting the Gravatar.
3660
3661         * shr.el (shr-tag-img): Add align attribute support for <img>.
3662
3663 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-gravatar.el (gnus-art): Require.
3666
3667         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3668         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3669         Remove long obsoleted functions.
3670
3671 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3674
3675         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3676
3677         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3678         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3679         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3680         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3681         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3682         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3683         * sieve-manage.el, smime.el, spam.el:
3684         Fix comment for declare-function.
3685
3686 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * nnimap.el (nnimap-request-rename-group): Select group read-only
3689         before renaming it.
3690
3691         * shr.el (shr-insert): Fix up the white space only regexp.
3692
3693         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3694         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3695
3696         * shr.el (shr-current-column): New function.
3697         (shr-find-fill-point): New function.
3698
3699 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3700
3701         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3702         numbers.
3703
3704 2010-10-11  Julien Danjou  <julien@danjou.info>
3705
3706         * shr.el (shr-hr-line): Add.
3707         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3708         display hr lines.
3709         (shr-max-columns): Do not change state to nil if we just inserting
3710         spaces.
3711
3712 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3715         select the last group.
3716
3717 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3720
3721 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3722
3723         * dig.el (dig-mode-map): Declare and define in one step.
3724
3725 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3728         for Gnus.
3729         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3730         (nnimap-update-qresync-info): Mark \Seen articles as read.
3731
3732         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3733         non-variable, too.
3734
3735         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3736         available.
3737         (nnimap-update-info): Rely more on the current active than the param
3738         active to avoid marking articles as read too much.
3739
3740         * auth-source.el (auth-source-create): Use (user-login-name) for the
3741         user name default.
3742
3743         * nnimap.el (nnimap-update-info): If the server doesn't return any
3744         useful info, just use the previous info.
3745         (nnimap-update-info): Prefer old info over start-article.
3746         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3747
3748 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3749
3750         * nnir.el (autoload): Clean up autoloads.
3751         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3752         Use key rather than value.
3753         (nnir-imap-search-other): New variable.
3754         (nnir-read-parm): Use it.
3755         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3756         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3757
3758 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3759
3760         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3761         the process, too.
3762
3763 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * spam.el (gnus-summary-mode-map): Bind to "$".
3766         Suggested by Russ Allbery.
3767
3768         * shr.el: Rework the way things are indented by <li> slightly.
3769
3770         * gnus.el (gnus-group-set-parameter): Fix typo.
3771
3772         * nnimap.el: Start implementing QRESYNC support.
3773
3774 2010-10-09  Julien Danjou  <julien@danjou.info>
3775
3776         * nnir.el (nnir-engines): Fix too many arguments.
3777
3778 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3781         group is the "last", so that the backends like nnfolder actually save
3782         their folders.
3783
3784         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3785         try to use that for the tls stream.
3786         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3787         UIDVALIDITY and find out which groups are read-only and not.
3788         (nnimap-get-flags): Use the same marks parsing code as the rest of
3789         nnimap.
3790
3791 2010-10-09  Julien Danjou  <julien@danjou.info>
3792
3793         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3794
3795         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3796         retrieving gravatars.
3797
3798         * shr.el (shr-table-corner): Add.
3799         (shr-table-line): Add.
3800         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3801
3802 2010-10-08  Julien Danjou  <julien@danjou.info>
3803
3804         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3805
3806 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3809
3810         * gnus-sum.el (gnus-mark-article-as-unread)
3811         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3812         (gnus-summary-set-bookmark): Use it.
3813
3814         * gnus-msg.el (gnus-setup-message): Use it.
3815
3816         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3817
3818         * gnus.el (gnus-group-remove-parameter): Use it.
3819
3820         * gnus-group.el (gnus-group-make-web-group): Use it.
3821
3822         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3823
3824         * nnregistry.el: Update docs to mention manual.
3825
3826         * gnus-registry.el: Update docs to mention nnregistry.el.
3827         (gnus-registry-initialize): Don't install nnregistry refer method
3828         automatically.
3829         (gnus-registry-install-nnregistry): Remove it.
3830
3831 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832
3833         * shr.el (shr-insert): Don't insert double spaces.
3834
3835 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-gravatar.el (gnus-treat-from-gravatar)
3838         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3839         called interactively.
3840
3841         * gnus-art.el (gnus-mime-view-part-externally)
3842         (gnus-mime-view-part-internally): Make predicate function passed to
3843         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3844         of a mime type.
3845
3846         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3847
3848 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * shr.el (require): Require cl when compiling.
3851         (shr-tag-hr): New function.
3852
3853         * nnimap.el (nnimap-update-info): Remove double setting of high.
3854         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3855         This makes nnimap work properly on Courier again.
3856
3857         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3858         the variable for backwards compatibility.
3859
3860         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3861         the file name before using to avoid setting mm-default-directory to
3862         nil.
3863
3864         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3865         bidning gnus-agent variables.
3866
3867         * shr.el (shr-render-td): Use a cache for the table rendering function
3868         to avoid getting an exponential rendering behaviour in nested tables.
3869         (shr-insert): Rework the line-breaking algorithm.
3870         (shr-insert): Don't leave trailing spaces.
3871         (shr-insert-table): Also insert empty TDs.
3872         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3873
3874 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3875
3876         * gnus-sum.el (gnus-number): Rename from `number'.
3877         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3878         (gnus-summary-limit-children): Update uses correspondingly.
3879
3880 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3883         (gnus-gravatar-transform-address): Don't show avatars of people of
3884         which mail addresses match gnus-gravatar-too-ugly.
3885
3886 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * shr.el (shr-table-widths): Expand TD elements to fill available
3889         space.
3890
3891 2010-10-07  Julien Danjou  <julien@danjou.info>
3892
3893         * nnimap.el (nnimap-request-rename-group): Add this method.
3894
3895 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3898         name from XEmacs' function-arglist.
3899
3900         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3901         gravatar under XEmacs.
3902
3903 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3904
3905         * auth-source.el: Update docs with TODO items.
3906
3907         * gnus-sync.el: Update docs to explain state and plans.
3908
3909         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3910         Hooks for mark updates.
3911         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3912
3913         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3914         hooks with arguments, which is needed for mark update hooks.
3915
3916 2010-10-06  Julien Danjou  <julien@danjou.info>
3917
3918         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3919         was matched.
3920
3921         * sieve-manage.el: Update example in `Commentary'.
3922
3923         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3924
3925         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3926         not 2000.
3927         (sieve-manage-authenticate): Re-add function.
3928
3929 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * shr.el (shr-insert): Get 'space transition right.
3932         (shr-render-td): Only delete space at the end of the TD.
3933
3934         * nnimap.el (nnimap-open-connection): Prepare to support
3935         open-gnutls-stream.
3936
3937         * shr.el: Rearrange function order to be more logical.
3938
3939 2010-10-06  Julien Danjou  <julien@danjou.info>
3940
3941         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3942         (nnrss-discover-feed): Remove 404 URL in docstring.
3943
3944         * nnir.el: Fix Swish-E URL.
3945         Fix Namazu URL.
3946
3947         * message.el (message-change-subject): Remove 404 URL in a comment.
3948
3949 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3952         called interactively.
3953
3954         * gnus-util.el (gnus-remove-if): Allow hash table.
3955         (gnus-remove-if-not): New function.
3956
3957         * gnus-art.el (gnus-mime-view-part-as-type)
3958         * gnus-score.el (gnus-summary-score-effect)
3959         * gnus-sum.el (gnus-read-move-group-name):
3960         Replace remove-if-not with gnus-remove-if-not.
3961
3962         * gnus-group.el (gnus-group-completing-read):
3963         Regard collection as a hash table if it is not a list.
3964
3965 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3968
3969         * shr.el: Document the table-rendering algorithm.
3970
3971 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3974         for Emacsen having no `libxml-parse-html-region' support.
3975
3976 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3979         invalid URLs.
3980
3981         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3982         line-broken.
3983         (shr-tag-img): Ignore image fetching errors.
3984         (shr-overlays-in-region): Compute overlay positions correctly.
3985
3986         * mm-decode.el (mm-shr): Require shr.
3987
3988         * gnus-art.el (gnus-blocked-images): Move variable here.
3989
3990         * shr.el (shr-insert-table): Bind free variable.
3991
3992         * mm-decode.el (mm-shr): Bind shr-content-function.
3993
3994         * shr.el (shr-content-function): New variable.
3995
3996         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3997         added for symmetry.
3998
3999         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4000
4001         * gnus-group.el (gnus-group-make-group): Doc fix.
4002
4003         * nnimap.el (nnimap-request-newgroups): Return success.
4004
4005         * shr.el (shr-find-elements): New function.
4006         (shr-tag-table): Put all the images after the table.
4007         (shr-tag-table): Really inhibit images inside the table.
4008         (shr-collect-overlays): Copy over overlays from the TD elements to the
4009         main document.
4010
4011         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4012         gnus-blocked-images.
4013
4014 2010-10-05  Julien Danjou  <julien@danjou.info>
4015
4016         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4017
4018         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4019         (gnus-html-maximum-image-size): Add this function.
4020         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4021
4022         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4023         server-value of the capability is nil.
4024
4025 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4026
4027         * shr.el (shr-tag-em): Add <EM> tag.
4028
4029 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4030
4031         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4032         customizable.
4033
4034         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4035         handing broken links to browse-url.
4036
4037 2010-10-05  Julien Danjou  <julien@danjou.info>
4038
4039         * gnus-util.el (gnus-emacs-completing-read)
4040         (gnus-iswitchb-completing-read): Use autoload rather than require.
4041
4042 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4045         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4046         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4047         iswitchb-temp-buflist for XEmacs.
4048
4049         * gnus-util.el (gnus-completing-read-function): Exclude
4050         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4051         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4052         XEmacs.
4053
4054         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4055         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4056
4057         * gnus-html.el: Don't require help-fns under XEmacs.
4058         (gnus-html-schedule-image-fetching): Work for XEmacs.
4059
4060         * mm-decode.el (mm-shr): Decode contents by charset.
4061
4062 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4065         unknown.
4066
4067         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4068         (shr-get-image-data): Ensure against the cache file missing.
4069
4070         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4071         for data.
4072
4073         * spam-report.el (spam-report-url-ping-plain): Don't query about
4074         killing the process.
4075
4076         * shr.el (shr-render-td): Protect against too-wide text.
4077
4078 2010-10-04  Julien Danjou  <julien@danjou.info>
4079
4080         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4081         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4082
4083         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4084         retrieved.
4085
4086 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * shr.el (browse-url): Require.
4089         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4090         lines.
4091         (shr-show-alt-text, shr-browse-image): New commands.
4092         (shr-browse-url, shr-copy-url): New commands.
4093
4094         * gnus-sum.el (gnus-widen-article-window): New variable.
4095         (gnus-summary-select-article-buffer): Use it.
4096
4097         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4098         without @ signs.
4099
4100 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4101
4102         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4103
4104 2010-10-04  Julien Danjou  <julien@danjou.info>
4105
4106         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4107         for XEmacs.
4108
4109 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4112
4113         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4114         (nnimap-close-server): Implement.
4115
4116         * dgnushack.el (iswitchb): Require to shut up the compiler.
4117
4118         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4119         (shr-insert): Tweak line breaking.
4120         (shr-insert): Handle <pre> better.
4121         (shr-tag-li): Get <li> indentation right.
4122         (shr-tag-li): Get <li> indentation even righter.
4123         (shr-tag-blockquote): Ensure paragraph start.
4124         (shr-make-table): Tweak table generation.
4125         (shr-make-table): Fix typo.
4126
4127         * shr.el: Implement table rendering.
4128
4129 2010-10-04  Julien Danjou  <julien@danjou.info>
4130
4131         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4132
4133 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * shr.el (shr-insert): Use string anchors instead of line anchors.
4136
4137 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * shr.el: Add headings.
4140         (shr-ensure-paragraph): Actually work.
4141         (shr-tag-li): Make <ul> prettier.
4142         (shr-insert): Get white space at the beginning/end of elements right.
4143         (shr-tag-p): Collapse subsequent <p>s.
4144         (shr-ensure-paragraph): Don't insert double line feeds after blank
4145         lines.
4146         (shr-insert): \t is also space.
4147         (shr-tag-s): Fix "s" tag name function.
4148         (shr-tag-s): Fix face prop name.
4149
4150 2010-10-03  Julien Danjou  <julien@danjou.info>
4151
4152         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4153
4154         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4155         gnus-window-inside-pixel-edges.
4156
4157         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4158         gnus-ems.
4159
4160         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4161
4162         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4163         function.
4164
4165         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4166         resize choice.
4167
4168 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4171         beginning of the buffer.
4172
4173         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4174         article buffer again.
4175
4176         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4177
4178         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4179         when it's at the start of the buffer.
4180
4181         * shr.el (shr-tag-blockquote): Convert name.
4182         (shr-rescale-image): Use the right image-size variant.
4183
4184         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4185         buffer isn't shown, then select the current article first instead of
4186         bugging out.
4187         (gnus-summary-select-article-buffer): Show both the article and summary
4188         buffers again.
4189
4190         * shr.el (shr-fontize-cont): Protect against regions with no text.
4191         Rename tag functions to shr-tag-* for enhanced security.
4192         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4193
4194 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4195
4196         * shr.el (shr-insert):
4197         * pop3.el (pop3-movemail):
4198         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4199         loaded.
4200
4201 2010-10-03  Glenn Morris  <rgm@gnu.org>
4202
4203         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4204
4205         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4206
4207         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4208
4209         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4210
4211         * gnus-util.el (gnus-make-local-hook): Simplify.
4212
4213 2010-10-02  Julien Danjou  <julien@danjou.info>
4214
4215         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4216         (gnus-ido-completing-read): New function.
4217         (gnus-emacs-completing-read): New function.
4218         (gnus-completing-read): Use gnus-completing-read-function.
4219         Add gnus-completing-read-function.
4220
4221 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * shr.el (shr-insert-document): Autoload.
4224         (shr-img): Be silent.
4225         (shr-insert): Add a newline after every picture before text.
4226         (shr-add-font): Use overlays for combining faces.
4227         (shr-insert): Pass upwards the text start point.
4228
4229         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4230         possible.
4231         (mm-shr): New function.
4232
4233 2010-10-02  Julien Danjou  <julien@danjou.info>
4234
4235         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4236         should go backward.
4237
4238 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4239
4240         * shr.el (shr): Fix typo in provide call.
4241
4242 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * shr.el: New file.
4245
4246         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4247
4248         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4249         completing read.
4250
4251 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4254         we're being queried about.  Suggested by Dan Jacobson.
4255
4256         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4257         Suggested by Jason Eisner.
4258
4259         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4260         table, too.  Suggested by Stefan Wiens.
4261         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4262         the table unnecessary.  Suggested by Stefan Wiens.
4263
4264         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4265         longer needed, and probably doesn't work either, as pointed out by
4266         Stefan Wiens.
4267         (gnus-summary-exit): Remove call to the clearing function.
4268         (gnus-summary-exit-no-update): Ditto.
4269
4270         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4271         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4272         Reported by Stefan Monnier.
4273         (gnus-summary-save-in-rmail): Ditto.
4274
4275         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4276         article buffer, instead of both the article buffer and the summary
4277         buffer.  Sort of suggested by Dan Jacobson.
4278
4279         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4280
4281         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4282         Suggested by Dan Jacobson.
4283
4284         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4285         documentation clearer.
4286
4287         * message.el (message-shorten-references): Comment on the number "21".
4288         Suggested by Stefan Monnier.
4289
4290         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4291         Suggested by Dan Jacobson.
4292
4293         * gnus.el (gnus-large-newsgroup):
4294         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4295
4296         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4297         externalize attachments.  Bug reported by Steve Wen.
4298
4299         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4300         really message anything to the user.
4301
4302         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4303         directly.
4304
4305         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4306         messages in empty groups.
4307
4308 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4309
4310         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4311         non-UIDNEXT group.
4312
4313 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4316         not the value from the collection.
4317
4318         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4319         values.  This sometimes happens on some groups that have no info.
4320         (nnimap-request-newgroups): New function.
4321
4322 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4323
4324         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4325         check into `gnus-registry-initialize'.
4326         (gnus-registry-initialize): Ditto.
4327         Fix and extend header docs.
4328
4329 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4332         regexp backtrace overflows.
4333
4334         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4335         for starttls that tls.el implements; i.e. openssl.
4336
4337         * tls.el (tls-starttls-switches): Give up on using starttls with
4338         gnutls-cli.
4339         (tls-program): Add --insecure to be consistent with the defaults from
4340         openssl s_client.  Now all three commands are insecure.
4341
4342 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * lpath.el: Bind completion-styles-alist for XEmacs.
4345
4346         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4347         (gravatar-create-image): New function that's an alias to
4348         gnus-xmas-create-image, gnus-create-image, or create-image.
4349         (gravatar-data->image): Use it.
4350
4351 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4352
4353         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4354         install the nnregistry refer method.
4355         (gnus-registry-install-hooks): Use it.
4356         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4357         unfollowed groups.
4358
4359 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4360
4361         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4362         expanding threads.
4363
4364 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * nnir.el: Use the server names without suffixes (bug #7009).
4367
4368         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4369         unencrypted to STARTTLS, if possible.
4370
4371 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4372
4373         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4374         headers before superseding.
4375
4376 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * nnrss.el (nnrss-use-local): Add documentation.
4379
4380         * nnimap.el (nnimap-extend-tls-programs): New function.
4381         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4382         (nnimap-wait-for-connection): Accept the greeting from the stupid
4383         output from openssl s_client -starttls, too.
4384
4385         * tls.el (tls-starttls-switches): New variable.
4386         (tls-find-starttls-argument): Use it.
4387         (open-tls-stream): Ditto.
4388
4389         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4390         (netrc-machine): Ditto.
4391
4392         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4393         article number.
4394         (nnimap-split-fancy): New variable.
4395         (nnimap-split-incoming-mail): Use it.
4396
4397         * nntp.el (nntp-server-list-active-group): Document.
4398
4399         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4400         SELECT to get the message-id.
4401
4402         * mail-source.el (mail-sources): Remove webmail support.
4403         (defvar): Ditto.
4404         (mail-source-fetcher-alist): Ditto.
4405         (mail-source-fetch-webmail): Remove.
4406
4407         * webmail.el: Remove -- doesn't seem relevant any more.
4408
4409         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4410
4411         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4412         the \r.
4413
4414 2010-09-30  Julien Danjou  <julien@danjou.info>
4415
4416         * gnus-agent.el (gnus-agent-add-group): Fix call to
4417         gnus-completing-read.
4418
4419 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * nndoc.el (nndoc-retrieve-groups): New function.
4422
4423         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4424         `default', use nnmail-split-methods.
4425         (nnimap-request-article): Downcase the NILs so that they are nil.
4426
4427         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4428         symbol.
4429
4430         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4431         code, since if the user has requested network, that's what they ought
4432         to get.
4433         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4434         (nnimap-split-rule): Mark as obsolete.
4435
4436         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4437         New variable.
4438
4439         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4440         correct slot, too.
4441
4442 2010-09-29  Julien Danjou  <julien@danjou.info>
4443
4444         * gnus.el (gnus-local-domain): Declare variable obsolete.
4445
4446         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4447         Fix history computing.
4448         (gnus-ido-completing-read): Require ido.
4449
4450 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4453         build Gnus.
4454
4455         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4456         when interpreting the structures.
4457         (nnimap-request-accept-article): Add \r\n to the lines to make this
4458         work with Cyrus.
4459
4460         * nndraft.el (nndraft-request-expire-articles): Use the group name
4461         instead if "nndraft".  Fix found by Nils Ackermann.
4462
4463 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4464
4465         * nnregistry.el: Add.
4466
4467 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4468
4469         * nnmail.el (group, group-art-list, group-art):
4470         Remove unneeded directives.
4471
4472 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4475         (mm-mime-charset)
4476         * rfc2047.el (rfc2047-syntax-table)
4477         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4478
4479         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4480         rather than `insert-file-contents' and `eval-region'.
4481
4482         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4483         construction.
4484
4485         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4486
4487         * time-date.el: No need to require cl for Emacs 21.
4488
4489 2010-09-29  Julien Danjou  <julien@danjou.info>
4490
4491         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4492         replacement of `gnus-gravatar-relief' to mimic
4493         `gnus-faces-properties-alist'.
4494         Add :version property.
4495
4496 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * mail-source.el (mail-source-report-new-mail)
4499         * message.el (message-default-mail-headers)
4500         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4501
4502         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4503
4504 2010-09-28  Julien Danjou  <julien@danjou.info>
4505
4506         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4507         mail-address contains the same string as real-name.
4508
4509         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4510         non-blank in header, otherwise it'll get stripped.
4511
4512         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4513         real-name, and then for mail address rather than doing : or , search.
4514
4515 2010-09-27  Julien Danjou  <julien@danjou.info>
4516
4517         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4518         right completing-read function.
4519         (gnus-use-ido): New variable
4520         (gnus-completing-read-with-default): Remove.
4521         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4522         (gnus-agent-add-group):
4523         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4524         * mm-view.el (mm-view-pkcs7-decrypt):
4525         * mm-util.el (mm-codepage-setup):
4526         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4527         * mml-smime.el (mml-smime-openssl-sign-query):
4528         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4529         (mml-insert-multipart):
4530         * gnus-msg.el (gnus-summary-yank-message):
4531         * gnus-int.el (gnus-start-news-server):
4532         * mm-decode.el (mm-interactively-view-part):
4533         * gnus-dired.el (gnus-dired-attach):
4534         * gnus.el (gnus-read-method):
4535         * gnus-bookmark.el (gnus-bookmark-jump):
4536         * gnus-art.el (gnus-mime-view-part-as-type)
4537         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4538         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4539         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4540         * nnmairix.el (nnmairix-create-server-and-default-group)
4541         (nnmairix-update-groups, nnmairix-get-server)
4542         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4543         (nnmairix-get-group-from-file-path):
4544         * nnrss.el (nnrss-find-rss-via-syndic8):
4545         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4546         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4547         (gnus-group-browse-foreign-server):
4548         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4549         (gnus-summary-execute-command, gnus-summary-respool-article)
4550         (gnus-read-move-group-name):
4551         * gnus-score.el (gnus-summary-increase-score)
4552         (gnus-summary-score-effect):
4553         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4554
4555 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4558         x-focus-frame.
4559
4560         * nnimap.el (auth-source-forget-user-or-password)
4561         (auth-source-user-or-password): Autoload.
4562
4563         * message.el (message-from-style, message-interactive)
4564         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4565         (message-yank-prefix, message-indentation-spaces, message-signature)
4566         (message-signature-file): Add comment.
4567
4568 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4571         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4572         new articles.
4573
4574         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4575         parts.
4576         (nnimap-request-article): Work with the t setting, too.
4577
4578         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4579         that you don't get flashes of other buffers.
4580         (gnus-summary-show-complete-article): Intern before setting.
4581
4582 2010-09-27  David Engster  <dengste@eml.cc>
4583
4584         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4585         well as HEADERS.
4586         (nnmairix-retrieve-headers): Provide new argument for the above.
4587
4588 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * gnus-sum.el (gnus-summary-move-article): Don't alter
4591         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4592         group.
4593
4594         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4595
4596         * message.el (message-cite-prefix-regexp): Revert my last edit.
4597
4598         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4599         variable instead of the Gnus variable.
4600
4601         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4602
4603         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4604
4605         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4606         since some servers don't like it.
4607         (nnimap-open-connection): Forget credentials if the server says the
4608         password was wrong.
4609         (nnimap-parse-line): Protect against invalid data.
4610
4611         * gnus-sum.el (gnus-summary-move-article): Add comment.
4612         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4613         nothing alters it while scanning for new messages.
4614
4615         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4616         which may or may not help.
4617         (nnimap-open-connection): If we're doing a stream connection, and then
4618         discover we're on a STARTTLS-capable server, then open a STARTTLS
4619         connection instead.
4620
4621 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * nnimap.el (utf7): Require.
4624
4625         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4626         prefix.
4627
4628 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4629
4630         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4631
4632 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * nnimap.el (nnimap-request-accept-article): Message the error on
4635         error.
4636
4637 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4640
4641 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * nndoc.el (nndoc-request-list): Return success always.
4644
4645         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4646         `fetch-old' -- we only want to fetch the articles we've requested.
4647         The rest are in the agent, probably.
4648         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4649         disappeared server" to something low.  It's not important.
4650
4651         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4652         arrived before the FETCH data.
4653
4654         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4655         target here, because we don't know the Gnus name of the group.
4656
4657         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4658         for the correct group.
4659
4660         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4661
4662         * gnus.el (gnus): Give a final warning after startup.
4663
4664         * gnus-util.el (gnus-action-message-log): New variable.
4665         (gnus-message): Use it.
4666         (gnus-final-warning): New function.
4667
4668         * nnimap.el (nnimap-open-connection): Record the greeting.
4669         (nnimap): Add greeting.
4670
4671 2010-09-26  Julien Danjou  <julien@danjou.info>
4672
4673         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4674         arguments.
4675         (gnus-html-wash-images): Fix spec computing to include start/end.
4676
4677         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4678
4679 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680
4681         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4682         deletion.
4683         (nnimap-retrieve-headers): Don't select the group, because that's
4684         already done by nnimap-possibly-change-group.
4685
4686         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4687         (gnus-picon-transform-address): Use it.
4688
4689         * mail-source.el (mail-source-value): Revert previous patch.
4690
4691         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4692         on failure.
4693         (nnimap-open-connection): Look up both virtual and physical server name
4694         credentials.
4695
4696         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4697
4698 2009-02-07  Dave Love  <fx@gnu.org>
4699
4700         * tls.el (open-tls-stream): Don't query killing process.
4701
4702 2009-02-08  Dave Love  <fx@gnu.org>
4703
4704         * gnus-win.el (gnus-window-to-buffer-helper)
4705         (gnus-all-windows-visible-p): Function needn't be a symbol.
4706
4707         * mail-source.el (mail-source-value): Function needn't be a symbol.
4708
4709 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * message.el (message-cite-prefix-regexp): Remove } from the cite
4712         prefix.
4713
4714         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4715         highlight again, so that the highlight is correct.
4716
4717         * gnus-picon.el (gnus-picon): Remove again.
4718         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4719
4720         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4721         doing the header highlightling, so that the background colour of the
4722         picon is correct.
4723
4724         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4725         (gnus-picon): Ditto.
4726         (gnus-picon): Reinstate.  The background colour for picons is white.
4727         (gnus-picon-insert-glyph): Make the background white.
4728
4729         * nnml.el (nnml-open-nov): Don't return dead buffers.
4730
4731         * auth-source.el (auth-source-create): Query the user for whether to
4732         store the credentials.
4733
4734         * netrc.el (netrc-store-data): New function.
4735
4736         * auth-source.el (auth-source-user-or-password): Use the existing auth
4737         sources, if any, for creation.
4738
4739         * gnus.el (gnus-group-fast-parameter): Return the last matching
4740         parameter instead of the first matching parameter.
4741
4742 2010-09-26  Julien Danjou  <julien@danjou.info>
4743
4744         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4745
4746 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * mml2015.el (mml2015-use): Remove gpg support.
4749
4750         * mml1991.el (mml1991-function-alist): Remove gpg function.
4751         (mml1991-gpg-sign): Remove.
4752
4753 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4754
4755         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4756         (gnus-browse-unsubscribe-current-group): Document it.
4757         (gnus-browse-unsubscribe-group): Use it.
4758
4759 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4762         address to the To list for easier response.
4763
4764         * gnus.el (gnus-play-startup-jingle): Remove.
4765         (gnus-splash): Don't play jingle.
4766         (gnus): Silence gnus-load message.
4767
4768         * gnus-art.el (gnus-treat-play-sounds): Remove.
4769
4770         * gnus.el (gnus-play-jingle): Remove audio support.
4771
4772         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4773
4774         * earcon.el: Remove -- no users.
4775
4776         * gnus-audio.el: Remove -- no users of this package.
4777
4778         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4779
4780         * gnus-start.el (gnus-setup-news): Remove nocem support.
4781
4782         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4783
4784         * gnus.el (gnus-use-nocem): Remove.
4785
4786         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4787         Remove.
4788
4789         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4790         uses NoCeM any more.
4791
4792         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4793         (gnus-button-ctan-handler): Ditto.
4794         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4795         (gnus-button-ctan-directory-regexp): Ditto.
4796         (gnus-button-handle-ctan): Ditto.
4797         (gnus-button-tex-level): Ditto.
4798         (gnus-button-alist): Remove CTAN stuff.
4799
4800 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4803         nnimap-streaming test.
4804
4805         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4806         servers twice.
4807
4808         * nnimap.el (nnimap-open-connection): Add more error reporting when
4809         nnimap fails early.
4810
4811         * nnheader.el (nnheader-get-report-string): New function.
4812         (nnheader-get-report): Use it.
4813
4814         * gnus-int.el (gnus-check-server): Say what the error was when opening
4815         failed.
4816
4817         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4818         using streaming.
4819
4820 2010-09-25  Julien Danjou  <julien@danjou.info>
4821
4822         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4823         gnus-window-inside-pixel-edges.
4824
4825 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826
4827         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4828
4829         * mm-decode.el (mm-save-part): Allow saving to other directories the
4830         normal Emacs way.
4831
4832         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4833         Suggested by Jay Berkenbilt.
4834
4835         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4836         there isn't a single byte.
4837
4838         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4839         just do it.  It doesn't really seem to matter what the user responds
4840         here, I think, so it's just a confusing question.
4841
4842         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4843         non-streaming case.
4844
4845         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4846         (gnus-article-encrypt-body): Use it.
4847
4848         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4849         keystroke.
4850
4851         * nnimap.el (nnimap-find-wanted-parts-1):
4852         Use gnus-fetch-partial-articles.
4853
4854         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4855
4856         * nnimap.el (nnimap-insert-partial-structure): New function.
4857         (nnimap-get-partial-article): New function.
4858         (nnimap-request-article): Use it.
4859         (nnimap-wait-for-response): Return whether the wait was successful.
4860         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4861         retrieval wasn't successful.
4862         (nnimap-retrieve-group-data-early): Allow throttling servers.
4863         (nnimap-streaming): New variable.
4864         (nnimap-fetch-partial-articles): Remove.
4865
4866         * mm-decode.el (mm-with-part): Protect against killed buffers.
4867
4868         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4869         for prettier summary display.
4870
4871 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4872
4873         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4874
4875 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4876
4877         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4878         apparently third-party libraries depend on it.
4879
4880         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4881         before starting negotiation.
4882
4883         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4884         privacy reasons.
4885         (gnus-treat-mail-gravatar): Ditto.
4886
4887         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4888         buffer when inserting images.  Inserting text into the headers, for
4889         instance, can make them invalid.
4890
4891 2010-09-25  Julien Danjou  <julien@danjou.info>
4892
4893         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4894         variables.
4895
4896         * nnheader.el: Remove useless variables news-reply-yank-from and
4897         news-reply-yank-message-id.
4898
4899         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4900         variables.
4901
4902         * mml1991.el: Remove useless mml1991-verbose.
4903
4904         * gnus.el: Remove useless variable gnus-use-generic-from.
4905         Remove obsolete variable gnus-topic-indentation.
4906
4907         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4908
4909         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4910
4911         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4912
4913         * gnus-group.el: Remove useless gnus-group-icon-cache.
4914         Remove useless gnus-ephemeral-group-server.
4915
4916         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4917
4918         * mml2015.el: Remove useless mml2015-verbose.
4919
4920         * mml-smime.el: Remove useless mml-smime-verbose.
4921
4922         * gnus.el: Remove useless gnus-local-domain.
4923
4924         * gnus-gravatar.el (gnus-gravatar-transform-address):
4925         Use gnus-gravatar-size.
4926
4927         * gnus-art.el: Remove useless gnus-treat-translate.
4928
4929 2010-09-24  Julien Danjou  <julien@danjou.info>
4930
4931         * gnus-sum.el: Add support for Gravatars.
4932
4933         * gnus-art.el: Add support for Gravatars.
4934
4935         * gnus-gravatar.el: Add this file.
4936
4937         * gravatar.el: Add this file.
4938
4939 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4942
4943         * gnus-group.el (gnus-group-fetch-faq): Remove.
4944
4945         * gnus.el (gnus-group-faq-directory): Remove.
4946
4947         * gnus-group.el (gnus-group-fetch-charter): Remove.
4948
4949         * gnus.el (gnus-group-charter-alist): Remove.
4950
4951         * gnus-group.el (gnus-group-archive-directory): Remove.
4952         (gnus-group-recent-archive-directory): Ditto.
4953         (gnus-group-make-archive-group): Remove.
4954
4955         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4956
4957         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4958         use the same article number for all the cached articles.
4959
4960         * nnimap.el (nnimap-command): Register the last command time so
4961         that we can use it for idling NOOPs.
4962         (nnimap-open-connection): Start the keeplive timer.
4963         (nnimap-make-process-buffer): Store all the process buffers.
4964         (nnimap-keepalive): New function.
4965
4966         * starttls.el (starttls-open-stream): Add autoload cookie.
4967
4968 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4969
4970         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4971         handling.
4972
4973 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4976         its data structures.
4977
4978         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4979         instead of the cl.el copy-list.
4980         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4981         equalp.
4982
4983 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4986         and tool-bar-local-item-from-menu.
4987
4988         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4989         mode-line-highlight face for Emacs.
4990
4991         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4992         loading gnus-sum.elc; fix comment for canlock-verify.
4993         (gnus-article-jump-to-part): Use read-number.
4994         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4995         Remove Emacs pre-21 compatible code for help-echo.
4996         (gnus-article-next-page-1): No need to adjust the number of lines.
4997         (gnus-article-describe-bindings): Always use help-buffer.
4998
4999         * gnus-audio.el (gnus-audio-inline-sound)
5000         * gnus-cus.el (gnus-custom-mode)
5001         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5002
5003         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5004
5005         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5006         compatible code.
5007
5008 2010-09-24  Glenn Morris  <rgm@gnu.org>
5009
5010         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5011         visiting the fcc file in rmail-mode.
5012
5013         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5014
5015 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * nnir.el: Silence the byte compiler.
5018
5019         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5020         alias to browse-url-url-encode-chars if any.
5021         (gnus-html-encode-url): Use it.
5022
5023 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * gnus-start.el (gnus-use-backend-marks): New variable.
5026         (gnus-get-unread-articles-in-group): Use it.
5027
5028         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5029         makeover.
5030
5031 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5032
5033         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5034
5035 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5038         Remove.
5039         (gnus-setup-news-hook):
5040         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5041
5042         * gnus-int.el (gnus-request-update-info): Protect against backends not
5043         having the function.
5044
5045         * nnimap.el (nnimap-stream): Mention starttls.
5046         (nnimap-open-connection): Add starttls support.
5047
5048 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5049
5050         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5051
5052 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5055         BODYSTRUCTUREs.
5056         (nnimap-transform-headers): Unfold quoted {42} headers.
5057
5058         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5059         the info.
5060         (gnus-get-unread-articles): Only call updatep on backends that support
5061         it.
5062
5063         * nnweb.el (nnweb-request-update-info): NOOP.
5064
5065         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5066
5067         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5068         since it only deals with marks.
5069
5070         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5071         gnus-request-marks, and make a new gnus-request-update-info.
5072
5073         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5074         the active instead of the high number, which is usually too low.
5075
5076 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5077
5078         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5079         * encrypt.el: Remove.
5080
5081 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5084         server in symbolic form.
5085
5086         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5087
5088 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5091         (nnimap-update-info): Fix up code slightly.
5092
5093         * gnus-int.el (gnus-open-server): Add tracing for performance
5094         debugging.
5095
5096         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5097         (gnus-group-insert-group-line): Pass the real group name so that it
5098         gets the right data.
5099
5100         * gnus-start.el (gnus-get-unread-articles): Don't have
5101         `gnus-get-unread-articles-in-group' update info, since that can be
5102         really slow and doesn't seem to be needed?
5103
5104 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5105
5106         * time-date.el (date-to-time): Try using parse-time-string first before
5107         using the slower timezone-make-date-arpa-standard.
5108
5109 2010-09-22  Julien Danjou  <julien@danjou.info>
5110
5111         * gnus-group.el (gnus-group-insert-group-line):
5112         Call gnus-group-highlight-line.
5113         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5114         default hook list.
5115         (gnus-group-update-eval-form): Add new function.
5116         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5117         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5118
5119 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120
5121         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5122         immediate, then expire all articles.
5123         (nnimap-update-info): Fix off-by-one errors.
5124         (nnimap-flags-to-marks): Would return no marks lists for group with no
5125         flags.  Instead return the other data.
5126
5127 2010-09-22  Julien Danjou  <julien@danjou.info>
5128
5129         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5130         Only return an icon.
5131         (gnus-group-insert-group-line): Compute icon to return.
5132
5133         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5134         (gnus-html-image-fetched): Only cache if
5135         gnus-html-image-automatic-caching is set.
5136         (gnus-html-image-fetched): Check for errors.
5137
5138 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5141         once per method on `g'.  This ensures that backends like nnfolder don't
5142         open all their folders.
5143
5144         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5145         (nnimap-request-list): Nix out group in the correct buffer.
5146         (nnimap-parse-flags): Implement by using `read' instead of
5147         hand-parsing.
5148         (nnimap-flags-to-marks): Pass on permanent-flags.
5149         (nnimap-make-process-buffer): Record the server name.
5150         (nnimap-parse-flags): Fix typo.
5151         (nnimap-request-scan): Run split on the server in general, not just a
5152         single group.
5153
5154         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5155         parameter, and propagate this downwards.
5156
5157         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5158         since EXAMINE changes it on the server.
5159
5160         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5161         this command might take a while.
5162
5163 2010-09-22  Julien Danjou  <julien@danjou.info>
5164
5165         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5166         harmful if you have 2 images side-by-side, they can't be properly
5167         update on text deletion.  Using text-property is safer here.
5168         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5169         data.
5170
5171 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * nnimap.el (nnimap-expunge-inbox): Remove.
5174         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5175         (nnimap-expunge): Flip default to t.
5176
5177         * gnus.el (gnus-method-to-server): Don't push things to the cache
5178         unless it's unique.
5179         (gnus-server-to-method): Ditto.
5180
5181 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5182
5183         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5184
5185 2010-09-22  Julien Danjou  <julien@danjou.info>
5186
5187         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5188         get the start of data.
5189         (gnus-html-encode-url): Add this function to encode special chars in
5190         URL.
5191         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5192         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5193
5194         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5195         default.
5196         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5197
5198         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5199         images alt-text.
5200         (gnus-html-put-image): Put alt-text as help-echo.
5201
5202 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5205         * mm-util.el (mm-decompress-buffer)
5206         * nnir.el (nnir-run-find-grep)
5207         * pop3.el (pop3-list): Use 3rd arg of split-string.
5208
5209         * time-date.el (format-seconds): Comment fix.
5210
5211         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5212         and byte-optimize-form-code-walker.
5213         (dgnushack-make-auto-load): Don't advise make-autoload.
5214
5215         * lpath.el: Remove Emacs 21 stuff.
5216
5217 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5218
5219         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5220         outside the active range.  Suggested by Dan Christensen.
5221
5222         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5223         slightly later to avoid double-getting it.
5224
5225         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5226         previous patch.
5227
5228         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5229
5230 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5231
5232         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5233
5234 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5235
5236         * gnus-int.el (gnus-open-server): Give a better error message in the
5237         "go offline" case.
5238
5239         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5240         marks for nnimap, which is seldom the right thing to do.
5241
5242         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5243         (gnus-same-method-different-name): New function.
5244
5245         * nnimap.el (parse-time): Require.
5246
5247         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5248         method in the presence of many similar methods.
5249
5250         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5251
5252         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5253         nnml-inhibit-expiry.
5254
5255         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5256         find out whether methods are equal.
5257
5258         * nnimap.el (nnimap-find-expired-articles): New function.
5259         (nnimap-process-expiry-targets): New function.
5260         (nnimap-request-move-article): Request the article before looking at
5261         what the Message-ID is.  Fix found by Andrew Cohen.
5262         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5263
5264         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5265         for oldness in addition to being a predicate.
5266
5267         * nnimap.el (nnimap-request-group): When we have zero articles, return
5268         the right data to Gnus.
5269         (nnimap-request-expire-articles): Only delete articles immediately if
5270         the target is 'delete.
5271
5272         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5273         method, this would bug out.
5274
5275         * gnus-group.el (gnus-group-expunge-group): Rename from
5276         gnus-group-nnimap-expunge, and implemented as a normal interface
5277         function.
5278
5279         * gnus-int.el (gnus-request-expunge-group): New function.
5280
5281         * nnimap.el (nnimap-request-create-group): Implement.
5282         (nnimap-request-expunge-group): New function.
5283
5284 2010-09-21  Julien Danjou  <julien@danjou.info>
5285
5286         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5287         (gnus-html-cache-expired): Add new function.
5288         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5289         wethever we should display image for fetch it.
5290         Compute alt-text earlier to pass it to the fetching function too.
5291         (gnus-html-schedule-image-fetching): Change function argument to only
5292         get one image at a time, not a list.
5293         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5294         cache.
5295         (gnus-html-get-image-data): New function to retrieve image data from
5296         cache.
5297         (gnus-html-put-image): Change buffer argument to use image data rather
5298         than file, and place image above region rather than inserting a new
5299         one.  Do not take alt-text as argument, since it's useless now: we place
5300         the image above alt-text.
5301         (gnus-html-prune-cache): Remove.
5302         (gnus-html-show-images): Start to fetch image when we find one, do not
5303         push into a temporary list.
5304         (gnus-html-prefetch-images): Only fetch image if they have expired.
5305         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5306         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5307
5308 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5311
5312 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5315         spec inser "*" if the group isn't active instead of 0.
5316
5317         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5318         opening the server.
5319         (nnimap-request-delete-group): Implement group deletion.
5320         (nnimap-transform-headers): Return the size of the entire message in
5321         the Bytes header, not just the size of the first part.
5322         (nnimap-request-move-article): When moving an article from nnimap,
5323         request the article first so the accepting form has an article to
5324         accept.  Reported by Dan Christensen.
5325         (nnimap-command): Make sure that the error message doesn't error out.
5326
5327 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5328
5329         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5330         we haven't requested anything.
5331
5332 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5335         "".  Fix found by Andrew Cohen.
5336
5337         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5338         instead of -encode-string.
5339
5340 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5343
5344         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5345         by mm-subst-char-in-string.
5346
5347 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5350         waiting for the connection string.
5351
5352         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5353         arriving.
5354
5355         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5356         bogus characters.  This allows selecting certain Gmail groups.
5357
5358         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5359         (nnimap-fetch-partial-articles): New variable.
5360         (nnimap-open-connection): When looking for credentials, also use the
5361         nnimap-server-port.
5362         (nnimap-request-article): Return the group/article number, so that Gnus
5363         `^' works as expected.
5364         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5365
5366         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5367         comments.
5368         (gnus-methods-sloppily-equal): New function.
5369         (gnus): When using the development version of Gnus, load the gnus-load
5370         file.
5371
5372         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5373         `gnus-open-server' on each method before trying to scan them etc.
5374         This ensures that all the backend parameters are set correctly.
5375
5376         * nnimap.el (nnimap-authenticator): New variable.
5377         (nnimap-open-connection): Allow anonymous login.
5378         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5379         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5380
5381         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5382         patch, found by Knut Anders Hatlen.
5383
5384 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5385
5386         * gnus-agent.el (gnus-agent-batch-confirmation)
5387         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5388         to gnus-message.
5389         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5390         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5391         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5392         * gnus-int.el (gnus-open-server): Likewise.
5393         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5394         (gnus-score-check-syntax): Likewise.
5395         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5396         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5397         Likewise.
5398         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5399
5400 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5403         calling conventions so that prefetch doesn't bug out.
5404
5405 2010-09-19  Julien Danjou  <julien@danjou.info>
5406
5407         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5408         rather than `subst-char-in-region' in order to be able to replace ASCII
5409         char by UTF-8 ones.
5410
5411         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5412         than curl.
5413         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5414         the right URL and ALT text on images.
5415         (gnus-html-wash-tags): Fix tag case.
5416         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5417         (gnus-article-html): Add -o display_ins_del=2 option.
5418         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5419
5420 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5423         the extra mail headers, which sometimes seem to happen for unknown
5424         reasons.
5425
5426         * mail-parse.el (mail-header-encode-parameter): Define as
5427         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5428         (or most, perhaps?) mail readers don't understand the latter, but do
5429         understand the former.
5430
5431         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5432         to nil, so that no methods are automatically agentized.  I think this
5433         is probably what most users want.
5434
5435         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5436         from url-retrieve, for instance about invalid URLs.
5437
5438         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5439         groups that have no articles.
5440         (nnimap-request-article): Check that we really got an article when we
5441         requested one.
5442
5443         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5444         doesn't exist.
5445
5446         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5447         nntp buffer so the agent can save it.
5448         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5449         that CRLF doesn't get translated to \n.
5450         (nnimap-open-connection): Don't make 'shell commands only send \n.
5451
5452 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5453
5454         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5455         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5456         Update var name.
5457         (nnml-generate-nov-file): Use dolist.
5458         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5459         Use with-current-buffer.
5460
5461 2010-09-18  Julien Danjou  <julien@danjou.info>
5462
5463         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5464         parallel.
5465
5466 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5469         the range update right.
5470         (nnimap-request-group): Don't make `M-g' bug out on group with no
5471         marks.
5472         (nnoo): Require, so that other packages can require nnimap.
5473         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5474         command we're looking for.  This helps when the server sends more
5475         responses after we've gotten everything we expected.
5476         (nnimap): Add a `newlinep' field to keep track of end-of-line
5477         conventions.
5478         Don't send CRLF to things that don't want it.
5479         (nnimap-request-accept-article): Ditto.
5480
5481 2010-09-18  Julien Danjou  <julien@danjou.info>
5482
5483         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5484         than curl to retrieve images.
5485
5486 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5489         the marks.
5490         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5491         (nnimap-wait-for-connection): New function.
5492         (nnimap-open-connection): If we have PREAUTH, don't query for login
5493         credentials.
5494         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5495         when doing a partial update.
5496
5497 2010-09-18  Julien Danjou  <julien@danjou.info>
5498
5499         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5500         tags.
5501
5502 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * nnimap.el (nnimap-credentials): New function.
5505         (nnimap-open-connection): Use the new function to look for credentials
5506         also on the numeric equivalents of "imap" and "imaps".
5507
5508         * gnus-start.el (gnus-activate-group): Send the info to
5509         gnus-request-group.
5510
5511         * nnimap.el (nnimap-request-group): Have the "check" version of the
5512         function parse flags and update the info, so that a `M-g' get a total
5513         resync of all flags from the group.
5514
5515         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5516         to allow backends to alter the info on group selection.  Also alter all
5517         the backend -request-group functions to take the parameter.
5518
5519         * nnimap.el (nnimap-store-info): New function.
5520         (nnimap-update-info): Store the info for later usage.
5521         (nnimap-request-group): Use the stored info for the dont-check case, so
5522         that we don't retrieve all marks when we enter a group.
5523
5524         * nnimap.el: Use deffoo instead of defun for interface functions.
5525
5526         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5527         update the group info.  This makes the nndraft groups, for instance, go
5528         back to their old behaviour.
5529
5530         * gnus-sum.el (gnus-select-newsgroup): Indent.
5531
5532         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5533         in.
5534         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5535         nothing.
5536
5537         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5538         from methods that are denied.
5539
5540         * gnus-int.el (gnus-method-denied-p): New function.
5541
5542         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5543         store the password instead of netrc.
5544         (nnimap-open-connection): Don't error out when we can't make a
5545         connections.
5546
5547         * auth-source.el (auth-source-create): In the password prompt, say what
5548         we're querying for.  Also prompt for user name if that hasn't been
5549         given.
5550
5551         * nnimap.el (nnimap-with-process-buffer): Remove.
5552
5553 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5554
5555         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5556         method when we're reading from the agent.
5557
5558         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5559
5560         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5561         that's probably most useful for users.
5562
5563         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5564         "failed" all the time.
5565
5566         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5567         ...)) with (with-current-buffer ... ).
5568
5569         * nntp.el (nntp-open-server): Return whether the open was successful or
5570         not.
5571
5572         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5573         select an unread unseen article first.
5574
5575         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5576         /etc/services, supply some sensible port defaults.
5577
5578         * dgnushack.el: Define netrc-credentials.
5579
5580 2010-09-17  Julien Danjou  <julien@danjou.info>
5581
5582         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5583
5584 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5585
5586         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5587         doesn't have any parameters.
5588
5589 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5592         only upcased checks.
5593
5594         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5595
5596         * nnimap.el (nnimap-open-shell-stream): New function.
5597         (nnimap-open-connection): Use it.
5598         (nnimap-transform-headers): Get the number of lines in each message.
5599         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5600         number of lines.
5601         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5602         problem.
5603
5604         * utf7.el (utf7-encode): Autoload.
5605
5606         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5607         to allow the mail splitting to not return a default group.  This is
5608         useful for nnimap, which will leave unmatched mail in the inbox.
5609
5610         * nnimap.el: Rewritten.
5611
5612         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5613         nnimap usage.
5614
5615         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5616         if the move is internal, so that nnimap can do fast internal moves.
5617
5618         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5619         data.
5620         (gnus-read-active-for-groups): Support finishing the early retrieval of
5621         data.
5622
5623         * gnus-range.el (gnus-range-nconcat): New function.
5624
5625         * gnus-int.el (gnus-finish-retrieve-group-infos)
5626         (gnus-retrieve-group-data-early): New functions.
5627
5628 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5629
5630         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5631         (nnrss-retrieve-groups):
5632         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5633         (pop3-quit): Use with-current-buffer.
5634
5635 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5638         instead of nnheader-accept-process-output.
5639
5640         * dgnushack.el (dgnushack-compile): Add comment.
5641
5642         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5643
5644         * gnus-html.el (gnus-html-schedule-image-fetching)
5645         (gnus-html-prefetch-images): Replace process-kill-without-query by
5646         gnus-set-process-query-on-exit-flag.
5647
5648 2010-09-16  Romain Francoise  <romain@orebokech.com>
5649
5650         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5651
5652 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5653
5654         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5655         parameter to unintern is mandatory-ish in Emacs 24.
5656
5657         * gnus-html.el (gnus-html-schedule-image-fetching)
5658         (gnus-html-prefetch-images): Check for curl before using it.
5659
5660         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5661         depend on curl, which isn't essential.
5662
5663         * imap.el: Revert back to version
5664         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5665         seem problematic.
5666
5667 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5668
5669         * gnus-registry.el (gnus-registry-install-shortcuts):
5670         Explicitly pass `obarray' to `unintern' to avoid a warning.
5671
5672 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5675         change.
5676
5677         * nnrss.el (nnrss-request-list): Remove this function and related
5678         functions, including the moreover stuff.
5679
5680 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * nnrss.el (nnrss-retrieve-groups): New function.
5683
5684 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5685
5686         * .dir-locals.el: Add no-byte-compile cookie.
5687
5688 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * time-date.el (format-seconds): Comment fix.
5691
5692         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5693         for back end that doesn't support request-scan.
5694
5695 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5696
5697         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5698         then do request scans from the backends.
5699
5700         * netrc.el (netrc-credentials): New conveniency function.
5701
5702         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5703         avoid running a hook per line, since this takes a lot of time,
5704         profiling shows.
5705         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5706         directly if gnus-visual-p is true.
5707
5708 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5711         groups; replace mapcar with dolist which is a bit faster; pass groups
5712         info to gnus-read-active-file-1.
5713         (gnus-read-active-file-1): Scan only specified groups if the new
5714         optional arg `infos' is given.
5715
5716 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5719
5720         * pop3.el (pop3-movemail): Remove.
5721         (pop3-streaming-movemail): Rename to pop3-movemail.
5722
5723         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5724         don't restrict end-tag searches to the end of the line.
5725
5726 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5729         articles of every unchecked group to t, which means unknown since the
5730         server has never been opened.
5731
5732 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * gnus-html.el (gnus-html-show-alt-text): New command.
5735         (gnus-html-browse-image): Ditto.
5736         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5737         to browse the image directly.
5738         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5739         better.
5740
5741         * gnus-async.el (gnus-async-article-callback):
5742         Call `gnus-html-prefetch-images' unconditionally.
5743
5744         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5745         before feeding URLs to curl.
5746
5747 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5750         internal images as deletable by `W D D'.
5751
5752         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5753         (gnus-async-article-callback): Fix typo.
5754
5755 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5758         current line to work around bugs in the output from w3m.
5759
5760         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5761         for groups that want that.
5762
5763         * nntp.el (nntp-wait-for-string): Supply a timeout for
5764         accept-process-output to ensure progress.
5765
5766         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5767         level to get unread articles from, then use that for foreign groups,
5768         too.
5769
5770         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5771         confuses the rest of the function.
5772
5773         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5774         for the methods that support -retrieve-groups, too.
5775
5776         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5777
5778 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5781         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5782
5783         * pop3.el: Require cl when compiling.
5784         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5785
5786 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5789         that aren't going to be activated.
5790         (gnus-get-unread-articles): Fix up the last commit.
5791
5792         * gnus-html.el (gnus-article-html): Allow calling without specifying
5793         the handle.  In that case, dissect the buffer first.
5794
5795         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5796
5797         * nnimap.el (nnimap-open-connection): Revert the change that would look
5798         into authinfo for imaps instead of imap.
5799
5800         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5801         say that you don't want to call gnus-request-group with don-check, but
5802         do check the reponse.  This is for virtual groups only.
5803         (gnus-get-unread-articles): Count the archive groups as secondary, so
5804         that they're activated the same way as before.
5805
5806         * imap.el (imap-message-map): Removed optional buffer parameter, since
5807         no callers use it.
5808         (imap-message-get): Ditto.
5809         (imap-message-put): Ditto.
5810         (imap-mailbox-map): Ditto.
5811         (imap-mailbox-put): Ditto.
5812         (imap-mailbox-get): Ditto.
5813         (imap-mailbox-get): Revert last change for this function.
5814
5815         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5816         case-insensitively.
5817         (nnimap-debug): Remove.
5818
5819         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5820         to use `imap-fetch' instead.  According to the comments, this should be
5821         safe, since all other IMAP clients use the 1:* syntax.
5822         (imap-enable-exchange-bug-workaround): Removed.
5823         (imap-debug): Removed -- doesn't seem very useful.
5824
5825         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5826         mail from a file, and the file doesn't exist.
5827
5828         * imap.el (imap-log): New convenience function used throughout instead
5829         of repeating the same code all over the place.
5830
5831         * pop3.el (pop3-streaming-movemail): Return t for success.
5832
5833         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5834         .authinfo if we're using ssl connection.
5835
5836         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5837         already have if we're in a main Gnus `g' run.
5838
5839         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5840
5841 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5844
5845         * nnmh.el (nnmh-request-list-1): Bind `file'.
5846
5847         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5848         alias to set-process-query-on-exit-flag or process-kill-without-query.
5849         (pop3-open-server): Use it.
5850
5851 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5854         box to the Incoming file.  Fixes mistake in previous checkin.
5855
5856         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5857         request loop (for debugging purposes) removed.
5858
5859         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5860         culprit is more visible.
5861         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5862         (nnml-add-incremental-nov): New functions to do "incremental" nov
5863         updates, where we just append to the end of the existing nov files
5864         without reading/writing them in full.
5865
5866         * mail-source.el (mail-source-delete-crash-box): Really only check the
5867         incoming files once in a while.
5868
5869         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5870
5871         * mail-source.el (mail-source-delete-crash-box): Only check the
5872         incoming files for deletion once per day to save a lot of file
5873         accesses.
5874
5875         * pop3.el (pop3-logon): Fix up unbound variable typo.
5876
5877         * mail-source.el (pop3-streaming-movemail): Autoload.
5878
5879         * pop3.el (pop3-streaming-movemail):
5880         Respect pop3-leave-mail-on-server.
5881
5882         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5883         retrieval.
5884
5885         * pop3.el (pop3-process-filter): Remove unused function.
5886         (pop3-streaming-movemail, pop3-send-streaming-command)
5887         (pop3-wait-for-messages, pop3-write-to-file)
5888         (pop3-number-of-responses): New functions for streaming pop3
5889         retrieval.
5890
5891         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5892         come from no known methods.
5893         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5894         list.
5895
5896         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5897         message sizes.
5898         (pop3-movemail): Use erase-buffer instead of looping and deleting
5899         regions, which seems rather odd.
5900
5901         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5902         file once per `g' run.
5903
5904         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5905         directories.  This makes the draft queue directory work.
5906
5907         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5908         data from the backends, so that we only request the list of groups from
5909         each method once.  This should speed things up considerably.
5910
5911         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5912         detect that it's not implemented.
5913
5914         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5915         we actually do recurse down into the tree, but don't stat all leaf
5916         nodes.
5917
5918         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5919         then say so instead of bugging out.
5920
5921         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5922         files exist before trying to read them.
5923
5924         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5925         around <pre_int>.
5926
5927         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5928
5929         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5930
5931 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932
5933         * mm-util.el (mm-image-load-path): Just return the image directories,
5934         not all directories in the path in addition to the image directories.
5935         (mm-image-load-path): Maintain a cache of the image directories so that
5936         the `g' command in Gnus doesn't have to stat dozens of directories each
5937         time.
5938
5939         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5940         (gnus-html-wash-tags): Add a new `i' command to insert images.
5941         (gnus-html-insert-image): New command and keystroke.
5942         (gnus-html-redisplay-with-images): New command and keystroke.
5943         (gnus-html-show-images): Rename command.
5944         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5945         spacers.
5946         (gnus-html-wash-tags): Decode entities at the end, so that entities
5947         inside the tags don't mess up the rest of the "parsing".
5948
5949         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5950         so that nnimap methods aren't agentized by default.  There's apparently
5951         many problems related to agent/imap behaviour.
5952
5953         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5954
5955         * gnus-html.el: Doc fix.
5956
5957 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5960         specifier-spec-list for Emacs 21.
5961
5962         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5963         glyph-width and glyph-height instead of display-graphic-p and
5964         image-size; make avoidance of displaying small images work for XEmacs.
5965
5966         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5967         for XEmacs.
5968
5969         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5970         of symbol that holds plist data.
5971         (gnus-process-plist): Remove plist of process after getting it.
5972
5973 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974
5975         * message.el (message-generate-hashcash): Change default to
5976         'opportunistic if hashcash is installed.
5977
5978         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5979         (gnus-html-put-image): Only call image-size once, since it's somewhat
5980         time-consuming on remote X servers.
5981
5982 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5985         type on data, not a file name.
5986
5987         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5988         window-pixel-edges for Emacs 21.
5989
5990         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5991         decoded contents.
5992         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5993
5994 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5997         group line format, since it isn't very interesting.
5998
5999         * gnus-agent.el (gnus-agent-short-article),
6000         (gnus-agent-long-article): Increase values for these two variables,
6001         since most people are likely to have more network connection and
6002         storage than before.
6003
6004         * gnus.el (gnus-refer-article-method): Change default to 'current.
6005         When referring an article, the common behaviour is to refer it from the
6006         current select method, not the native select method.  The chances of
6007         the native select method having the message in question is rather slim
6008         these days.
6009
6010         * gnus-sum.el (gnus-auto-select-subject): Change default to
6011         `unseen-or-unread'.  I think it's likely that most people want to
6012         select an unseen article over a previously seen, but unread one.
6013
6014         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6015         means that in the article buffer none of the minor mode elements will
6016         be shown, usually, and this is not desirable in most cases.
6017
6018         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6019         that commands like `d' (and the like) go to the next line in the
6020         buffer, instead of the next unread article.  I think this is the
6021         behaviour that is most natural for most users.
6022         (gnus-single-article-buffer): Change default to nil, so that people can
6023         have as many article buffers open as they have summary buffer.  I think
6024         this is the most natural way for the groups to behave.
6025
6026         * message.el (message-generate-new-buffers): Change default to
6027         `unsent', so that all new message buffers start their names with the
6028         string "*unsent", and it's easier to find the buffers if you move from
6029         them.
6030
6031 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032
6033         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6034         small.  They're probably tracking images.
6035         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6036         (gnus-html-rescale-image): Yet another try at getting the image sizing
6037         right.
6038
6039         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6040         nntp-marks-file-name is nil.
6041
6042 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6043
6044         * gnus-html.el (gnus-html-wash-tags)
6045         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6046         Better logging.
6047
6048 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6051
6052         * gnus-html.el (gnus-html-wash-tags): Check the value of
6053         gnus-blocked-images in the summary buffer.
6054
6055 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6056
6057         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6058
6059 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6062         like "a", it seems like.
6063         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6064         since it needs to be picked from the correct buffer.
6065
6066         * nnwfm.el: Remove.
6067
6068         * nnlistserv.el: Remove.
6069
6070 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6071
6072         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6073         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6074
6075 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076
6077         * nnkiboze.el: Remove.
6078
6079         * nndb.el: Remove.
6080
6081         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6082         alt text.
6083         (gnus-html-rescale-image): Try to get the rescaling logic right for
6084         images that are just wide and not tall.
6085
6086         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6087         overshadow variable bindings.
6088
6089 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6090
6091         * gnus-html.el (gnus-html-wash-tags)
6092         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6093         Add extra logging.
6094
6095 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6096
6097         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6098         (gnus-max-image-proportion): New variable.
6099         (gnus-html-rescale-image): New function.
6100         (gnus-html-put-image): Rescale images.
6101
6102 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6103
6104         Fix up some byte-compiler warnings.
6105         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6106         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6107         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6108         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6109         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6110         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6111         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6112
6113 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-html.el (gnus-article-html): Decode contents by charset.
6116
6117 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6120         (gnus-html-frame-width, gnus-blocked-images)
6121         * message.el (message-prune-recipient-rules): Add custom version.
6122         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6123
6124         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6125         functions.
6126
6127         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6128         gnus-process-get.
6129
6130 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6131
6132         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6133         instead of lsub directly.
6134
6135 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136
6137         * nnwarchive.el: Remove.
6138
6139         * gnus-soup.el: Remove.
6140
6141         * nnsoup.el: Remove.
6142
6143         * nnultimate.el: Remove.
6144
6145         * gnus-html.el (gnus-blocked-images): New variable.
6146
6147         * message.el (message-prune-recipients): New function.
6148         (message-prune-recipient-rules): New variable.
6149
6150         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6151         guess whether a long line is natural text or not.
6152
6153         * gnus-html.el (gnus-html-schedule-image-fetching):
6154         Use gnus-process-plist and friends for compatibility.
6155
6156 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6157
6158         * gnus-html.el: Require packages that define macros used in this file.
6159         (gnus-article-mouse-face): Declare to silence byte-compiler.
6160         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6161         process-get.
6162         (gnus-html-put-image): Use plist-get to avoid getf.
6163         (gnus-html-prefetch-images): Use with-current-buffer.
6164
6165 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * gnus-ems.el: Provide compatibility functions for
6168         gnus-set-process-plist.
6169
6170         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6171         header-line-format for XEmacs 21.4.
6172
6173         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6174         * gnus.el (gnus-valid-select-methods)
6175         * message.el (message-send-mail-partially-limit)
6176         * mm-decode.el (mm-text-html-renderer)
6177         * mml.el (mml-insert-mime-headers-always)
6178         * smiley.el (smiley-regexp-alist): Bump custom version.
6179
6180 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * gnus-html.el: require mm-url.
6183         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6184         with the url to `url'.
6185         (gnus-html-wash-tags): Support cid: URLs/images.
6186
6187 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6190         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6191         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6192
6193         * gnus-move.el: Remove file, since it doesn't really work.
6194
6195         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6196         UTF-8.  This seems to fix problems with some German web feeds.
6197
6198         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6199         at the top so that the proper colours are applied.
6200
6201         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6202         don't have dots in their names.
6203
6204         * gnus-art.el (gnus-article-view-part): Doc fix.
6205
6206         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6207         XEmacs-compatible.
6208         (gnus-html-put-image): Don't do images on non-graphic displays.
6209
6210         * nnslashdot.el: Remove this unused backend.
6211
6212         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6213         actions.
6214         (gnus-undo-register-1): Revert last change.
6215
6216         * gnus-group.el (gnus-group-completing-read): Protect against not
6217         having completion-styles bound.
6218
6219         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6220         make broken recipients happier.
6221
6222         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6223
6224         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6225         point parameter.
6226
6227         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6228
6229         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6230         completion-styles for group selection.
6231
6232 2009-02-04  Andreas Schwab  <schwab@suse.de>
6233
6234         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6235         headers and regexp-quote the match if necessary.
6236
6237 2009-03-24  Miles Bader  <miles@gnu.org>
6238
6239         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6240         the blinking smiley.
6241
6242 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6243
6244         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6245         blink smiley.
6246
6247 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6250         where the dribbel file lives exists.
6251
6252         * message.el (message-send-mail-partially-limit): Change the default to
6253         nil, since most people don't want this.
6254
6255         * mm-url.el (mm-url-decode-entities): Also decode entities like
6256         &#x3212.
6257
6258 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6259
6260         * gnus-sum.el (gnus-summary-idna-message):
6261         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6262         Hyperlink urls in docstrings with URL `...'.
6263
6264 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6265
6266         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6267         functions.
6268
6269 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6272         say what the mouseover text should be.
6273
6274         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6275         version of the mm-w3m-safe-url-regexp variable to only download images
6276         in the groups where we want that to happen.
6277
6278         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6279
6280         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6281         easier debugging.
6282         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6283         big pictures in the article buffer.
6284
6285         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6286         gnus-article-html.
6287         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6288         w3m.
6289
6290         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6291
6292 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293
6294         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6295         which doesn't exist.
6296
6297         * message.el (message-inhibit-ecomplete): New variable to allow some
6298         function to inhibit ecomplete address storage.
6299         (message-resend): Disable ecomplete message storage when resending
6300         messages.
6301
6302         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6303
6304 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6307         Save excursion while copying, moving, and deleting articles in order to
6308         prevent the cursor from jumping to unforeseen place.
6309
6310 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * lpath.el: No need to bind bookmark-current-buffer,
6313         bookmark-yank-point and bookmark-make-record-function.
6314
6315 2010-08-17  Glenn Morris  <rgm@gnu.org>
6316
6317         * gnus-sync.el: Require gnus components whose functions are used.
6318
6319         * gnus-art.el (bookmark-make-record-function):
6320         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6321         Declare for compiler.
6322
6323         * mm-url.el (mml-compute-boundary): Autoload.
6324
6325 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6328
6329 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         Typo fix "hoo4a" -> "hook".
6332
6333         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6334
6335 2010-08-14  Glenn Morris  <rgm@gnu.org>
6336
6337         * gnus-sync.el (gnus-sync): Fix defgroup version.
6338
6339 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6340
6341         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6342
6343         * gnus-sync.el: Fix docs.
6344         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6345         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6346
6347 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6348
6349         Optimizations for gnus-sync.el.
6350
6351         * gnus-sync.el: Add docs about gnus-sync-backend
6352         possibilities.
6353         (gnus-sync-save): Remove unnecessary message.
6354         (gnus-sync-read): Optimize and show what groups were skipped.
6355
6356 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         Minor bug fixes for gnus-sync.el.
6359
6360         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6361         Don't read the sync on get-new-news.
6362
6363         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6364         quiet.
6365
6366         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6367         (fix typo).
6368
6369 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6370
6371         Make saving and restoring of hidden threads work with overlays.
6372         Patch applied by Ted Zlatanov.
6373
6374         * gnus-sum.el (gnus-hidden-threads-configuration)
6375         (gnus-restore-hidden-threads-configuration): Update to deal with text
6376         properties, rather than searching for a magic character.
6377
6378 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         New gnus-sync.el library for synchronization of marks.
6381
6382         * gnus-sync.el: New library for synchronization of marks.
6383
6384         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6385         renamed from `gnus-registry-grep-in-list'.
6386
6387         * gnus-registry.el (gnus-registry-follow-group-p):
6388         Use `gnus-grep-in-list'.
6389
6390         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6391
6392 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6395         determining charset of text fails.
6396
6397 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * nnmail.el (nnmail-get-new-mail-1): Revert.
6400
6401         * nnml.el (nnml-active-number): Make sure names of newly created groups
6402         in nnml-group-alist are encoded.
6403
6404 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6407         containing non-ASCII characters in active file for nnml back end.
6408
6409 2010-07-24  David Engster  <dengste@eml.cc>
6410
6411         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6412         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6413
6414 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6415
6416         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6417         tag (Bug#6654).
6418
6419 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6422         the article buffer, not the summary buffer.
6423
6424 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6427         Emacs 23 as well.
6428
6429 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6432         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6433
6434 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6435
6436         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6437         Patch applied by Karl Fogel.
6438
6439         * gnus-sum.el (gnus-summary-bookmark-make-record):
6440         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6441
6442 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6443
6444         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6445         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6446         C-w still not working correctly from Article buffers; Thierry's
6447         patch to fix that will be applied after this.
6448
6449         * gnus-art.el (bookmark-make-record-function): New local variable.
6450
6451         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6452         article buffer.
6453         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6454
6455 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6456
6457         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6458         on changes in bookmark.el.
6459
6460 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6463         `no-log' instead of message not to log prompt string.
6464
6465 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6466
6467         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6468         the *other* type of HTML form submission.
6469
6470 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6471
6472         * auth-source.el (auth-source-pick): If choice does not contain a
6473         questioned keyword, set the check to t.
6474
6475 2010-06-12  Romain Francoise  <romain@orebokech.com>
6476
6477         * gnus-util.el (gnus-date-get-time): Move up before first use.
6478
6479 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6482         (gnus-article-edit-part): Bind it to make last part that is substituted
6483         or deleted visible.
6484         (gnus-mime-display-single): Buttonize part of which id equals to
6485         gnus-mime-buttonized-part-id.
6486
6487 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6488
6489         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6490         (gnus-dd-mmm): Use gnus-date-get-time.
6491         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6492         simplify logic.
6493         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6494         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6495
6496 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6497
6498         * auth-source.el (top): Autoload `secrets-list-collections',
6499         `secrets-create-item', `secrets-delete-item'.
6500         (auth-sources): Fix tag string.
6501         (auth-get-source, auth-source-retrieve, auth-source-create)
6502         (auth-source-delete): New defuns.
6503         (auth-source-pick): Rewrite in order to avoid 2 passes.
6504         (auth-source-forget-user-or-password): New parameter USERNAME.
6505         (auth-source-user-or-password): New parameters CREATE-MISSING and
6506         DELETE-EXISTING.  Retrieve password interactively, if needed.
6507
6508 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6509
6510         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6511         deleting unused directories when gnus-expert-user is t.
6512
6513 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6516         for each temp file when gnus-article-browse-delete-temp is ask.
6517
6518 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6519
6520         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6521         Lisp calls to delete-backward-char by calls to delete-char.
6522
6523 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6524
6525         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6526
6527 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6528
6529         * password-cache.el (password-cache-remove): Fix docstring.
6530
6531 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6534         article unless decoding article to be saved.
6535
6536 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6539         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6540         generated within the mm-with-unibyte-current-buffer macro.
6541
6542 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6545         to nil when we're in a mml-preview buffer and no group is selected.
6546
6547 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6548
6549         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6550         when catching the `C-g'.  Reported by "Leo".
6551
6552 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * message.el (message-forward-make-body-plain)
6555         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6556         multibyte-string-p.
6557
6558         * lpath.el: Revert.
6559
6560 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * message.el (message-forward-make-body-mml): Assume original message
6563         is multibyte string; error on unibyte.
6564         (message-forward-make-body-plain): Ditto; don't add excessive newline
6565         in body end.
6566
6567         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6568
6569 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6570
6571         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6572         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6573
6574 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * mm-extern.el (mm-extern-url): Don't use
6577         mm-with-unibyte-current-buffer.
6578         (mm-extern-cache-contents): Use with-current-buffer instead of
6579         save-excursion + set-buffer.
6580
6581 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * mm-util.el (mm-emacs-mule): Remove.
6584
6585 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6586
6587         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6588         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6589         change.
6590
6591 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6594         bind the default value of enable-multibyte-characters to nil.
6595
6596 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * message.el (message-forward-make-body-plain)
6599         (message-forward-make-body-mml):
6600         Don't use mm-with-unibyte-current-buffer.
6601
6602 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6603
6604         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6605
6606 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6607
6608         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6609         (Bug#5592).
6610
6611 2010-05-07  Julien Danjou  <julien@danjou.info>
6612
6613         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6614         it to mm-pipe-part.
6615
6616         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6617         it is given.
6618
6619 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * binhex.el (binhex-decode-region-internal)
6622         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6623         (dns-query)
6624         * nnweb.el (nnweb-gmane-search)
6625         * pgg-parse.el (pgg-parse-armor)
6626         * pgg.el (pgg-verify-region)
6627         * sha1.el (sha1-string-external)
6628         * uudecode.el (uudecode-decode-region-internal)
6629         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6630         XEmacs.
6631
6632         * gnus-art.el (gnus-article-browse-html-parts)
6633         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6634         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6635         make-temp-file.
6636
6637         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6638         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6639         compiling.
6640
6641         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6642         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6643         XEmacs when compiling.
6644
6645         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6646         gnus-pick-mode-off-hook for XEmacs when compiling.
6647         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6648         gnus-binary-mode-off-hook for XEmacs when compiling.
6649
6650         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6651         Return nil if char-charset is not available.
6652
6653         * imap.el (imap-disable-multibyte)
6654         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6655         macros.
6656
6657         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6658         instead of encode-coding-string.
6659
6660         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6661         'xemacs) instead of mm-emacs-mule to switch function definitions.
6662         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6663
6664         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6665         bind temporary-file-directory for XEmacs;
6666         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6667         timer-set-function for XEmacs 21.4 and SXEmacs;
6668         bind timer-list for XEmacs 21.4 and SXEmacs;
6669         fbind char-charset and find-charset-region for non-Mule XEmacs;
6670         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6671         encode-coding-region and encode-coding-string for XEmacs having no
6672         file-coding feature.
6673
6674 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6675
6676         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6677
6678 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6681         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6682
6683 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6684
6685         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6686         alias `jka-compr-delete-temp-file' no longer exists.
6687
6688 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6689
6690         Use define-minor-mode in Gnus where applicable.
6691         * mml.el (mml-mode): Use define-minor-mode.
6692         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6693         (gnus-undo-mode): Use define-minor-mode.
6694         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6695         (gnus-dead-summary-mode): Use define-minor-mode.
6696         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6697         Initialize in declaration.
6698         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6699         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6700         (gnus-mailing-list-mode): Use define-minor-mode.
6701         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6702         (gnus-draft-mode): Use define-minor-mode.
6703         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6704         (gnus-dired-mode): Use define-minor-mode.
6705
6706 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6707
6708         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6709         handles on recursive mml-to-mime translation and check them for
6710         boundary delimiter collisions.  Reported by Greg Troxel.
6711
6712 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6715
6716 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6717
6718         * mm-util.el (mm-find-buffer-file-coding-system):
6719         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6720
6721 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6722
6723         * message.el (message-generate-headers): Record insertion of optional
6724         headers as well.  Otherwise the check to prevent repeated insertion of
6725         optional headers is a no-op.
6726
6727 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6728
6729         * smime.el: Don't mention CVS.
6730
6731         * nnrss.el (nnrss-fetch): Don't mention CVS.
6732
6733         * nnir.el: Don't mention CVS.
6734
6735 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6736
6737         * gnus-sum.el (gnus-summary-bookmark-make-record):
6738         Add `location' field.
6739
6740 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * lpath.el: Fbind bookmark-default-handler,
6743         bookmark-get-bookmark-record, bookmark-make-record-default,
6744         bookmark-prop-get for Emacs <23 and XEmacs.
6745
6746 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6747
6748         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6749         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6750         Use with-current-buffer to silence the byte-compiler.
6751         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6752         bother to require `gnus'.
6753         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6754
6755 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6756
6757         * gnus-sum.el (gnus-summary-bookmark-make-record)
6758         (gnus-summary-bookmark-jump): New functions.
6759         (gnus-summary-mode): Setup bookmark support.
6760
6761 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6762
6763         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6764         if set.
6765
6766 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6769         gnus-article-browse-html-save-cid-image; make it work recursively for
6770         forwarded messages as well.
6771         (gnus-article-browse-html-parts): Work when prefix arg is given.
6772         (gnus-article-browse-html-article): Doc fix.
6773
6774 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6775
6776         * message.el (message-default-mail-headers):
6777         (message-default-headers): Carry the value mail-default-headers over
6778         into message-default-mail-headers, rather than message-default-headers.
6779
6780 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6781
6782         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6783         charset.
6784
6785         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6786         charset into the <meta> tag when the article is encoded to utf-8.
6787
6788 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-art.el (gnus-article-browse-delete-temp-files):
6791         Delete directories as well.
6792         (gnus-article-browse-html-parts): Work for images that do not specify
6793         file names; delete temp directory when quitting; insert header at the
6794         right place; use file: scheme for image files.
6795
6796 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6797
6798         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6799         (gnus-article-browse-html-parts): Use it to make temporary cid image
6800         files in addition to html file so that browser may display them.
6801
6802 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6805
6806 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6807
6808         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6809
6810 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * auth-source.el (auth-sources): Change default to be simpler.
6813         Explain about Secret Service API sources.  Improve Customize options.
6814         (auth-source-pick): Change to accept any number of search parameters.
6815         Implement fallbacks iteratively, not recursively.  Add scoring on the
6816         second pass and sort by score.  Call Secret Service API when needed.
6817         (auth-source-user-or-password): Use it.  Call Secret Service API
6818         directly when needed to get the user name and the password.
6819
6820 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6821
6822         * message.el (message-interactive): Doc fix.
6823         (message-qmail-inject-args): Reflow.
6824         (message-kill-to-signature): Fix typo in docstring.
6825
6826         * smiley.el (smiley-buffer): Fix typo in docstring.
6827
6828 2010-03-24  Glenn Morris  <rgm@gnu.org>
6829
6830         * mail-source.el (gnus-message): Declare.
6831         (mail-source-delete-old-incoming): Require gnus-util.
6832
6833 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6836
6837         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6838
6839         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6840         password-cache's default if it is not bound.
6841         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6842         password-cache-expiry's default if it is not bound.
6843
6844         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6845         available in Emacs 21.
6846
6847         * lpath.el: Suppress compiler warnings for:
6848         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6849         XEmacs;
6850         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6851         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6852         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6853
6854 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6855
6856         * auth-source.el (auth-sources): Fix up definition so extra parameters
6857         are always inline.
6858
6859 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6860
6861         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6862         wasn't updated after mismatch.  Clear cached mailbox info correctly
6863         when uidvalidity changes.
6864         (nnimap-group-prefixed-name): New function to avoid some code
6865         duplication.
6866         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6867         (nnimap-request-group): Use it.
6868         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6869         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6870         with many imap folders.  This is done by caching the group status from
6871         the imap server persistently in a group parameter `imap-status'.  (This
6872         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6873         but not persistently, so every Gnus startup was still very slow.)
6874
6875 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6876
6877         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6878         delete the extra newline.  Otherwise editing of :string and :number
6879         types don't work.
6880
6881 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6882
6883         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6884         secrets.el dependency.
6885         (auth-sources): Add optional user name.  Add secrets.el configuration
6886         choice (unused right now).
6887
6888 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * gnus-sum.el (gnus-summary-make-menu-bar):
6891         Let `gnus-registry-install-shortcuts' fill in the functions.
6892
6893         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6894         warnings.
6895         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6896         (gnus-registry-install-shortcuts): Populate and use it in a
6897         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6898
6899 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6900
6901         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6902         In-place substitutions for the group name encoding/decoding.
6903         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6904         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6905         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6906         (nnimap-update-unseen, nnimap-request-list)
6907         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6908         (nnimap-request-set-mark, nnimap-split-to-groups)
6909         (nnimap-split-articles, nnimap-request-newgroups)
6910         (nnimap-request-create-group, nnimap-request-accept-article)
6911         (nnimap-request-delete-group, nnimap-request-rename-group)
6912         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6913         `encoded-mbx' for consistency.
6914         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6915         variable `imap-current-mailbox'.
6916
6917         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6918         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6919
6920 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6921
6922         * pop3.el (pop3-display-message-size-flag): Display message size byte
6923         counts during POP3 download.
6924         (pop3-movemail): Use it.
6925         (pop3-list): Implement listing of available messages.
6926
6927 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6928
6929         * nnir.el (nnir-get-article-nov-override-function): New function to
6930         override the normal NOV retrieval.
6931         (nnir-retrieve-headers): Use it.
6932
6933 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6934
6935         * auth-source.el (netrc-machine-user-or-password): Autoload.
6936
6937 2010-03-19  Glenn Morris  <rgm@gnu.org>
6938
6939         Stop message.el from loading about 40 libraries it doesn't always need.
6940         The general approach is to autoload rather than require, and to
6941         require in the specific functions rather than the file.  (Bug#5642)
6942
6943         * gmm-utils.el: Don't require wid-edit.
6944         (widget-create-child-value, widget-convert, widget-default-get):
6945         Autoload.
6946
6947         * gnus-util.el: Don't require time-date, netrc.
6948         (message-fetch-field, gnus-group-name-decode): Declare rather than
6949         autoloading.
6950         (gnus-fetch-field): Require message.
6951         (gnus-decode-newsgroups): Require gnus-group.
6952
6953         * ietf-drums.el: Don't require time-date.
6954
6955         * message.el: Don't require hashcash, canlock, ecomplete.
6956         Do require mail-utils.  Require nnheader only when compiling.
6957         (smtpmail-default-smtp-server): Remove declaration.
6958         (message-send-mail-function): Check smtpmail-default-smtp-server
6959         is bound rather than requiring smtpmail.
6960         (message-auto-save-directory, message-insert-signature):
6961         Use expand-file-name rather than nnheader-concat.
6962         (nnheader-insert-file-contents): Autoload.
6963         (hashcash-wait-async): Declare.
6964         (message-send-mail): Only call gnus-setup-posting-charset if
6965         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6966         (message-send-mail-with-sendmail): Require sendmail.
6967         (canlock-password, canlock-password-for-verify): Declare.
6968         (message-canlock-password): Require canlock.
6969         (nnheader-get-report): Autoload.
6970         (gnus-setup-posting-charset): Declare.
6971         (message-send-news): Require gnus-msg.
6972         (message-make-references, message-make-in-reply-to): Use mail-header-id
6973         rather than the alias mail-header-message-id.
6974         (ecomplete-add-item, ecomplete-save): Declare.
6975         (message-put-addresses-in-ecomplete): Require ecomplete.
6976         (ecomplete-display-matches): Autoload.
6977
6978         * mm-decode.el: Don't require mailcap, gnus-util.
6979         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6980         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6981         Autoload.
6982         (mailcap-mime-extensions): Declare.
6983
6984         * mm-encode.el: Don't require mailcap.
6985         (mailcap-extension-to-mime): Autoload.
6986
6987         * mml-sec.el: Don't require password-cache.
6988
6989         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6990         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6991         (mml-minibuffer-read-type): Require mailcap.
6992         (mml-preview): Require gnus-msg.
6993
6994         * mml1991.el: Require password-cache.
6995         (password-cache-expiry): Remove declaration.
6996
6997         * mml2015.el: Require password-cache.
6998         (password-cache-expiry): Remove declaration.
6999
7000         * nneething.el (mailcap): Require mailcap.
7001
7002         * nnheader.el (declare-function): Add compatibility stub.
7003         (message-remove-header): Declare rather than autoload.
7004         (nnheader-replace-header): Require message.
7005
7006         * nnimap.el (declare-function): Add compatibility stub.
7007         (netrc-parse, netrc-machine-user-or-password): Declare.
7008         (nnimap-open-connection): Require netrc.
7009
7010         * nntp.el (declare-function): Add compatibility stub.
7011         (netrc-parse, netrc-machine, netrc-get): Declare.
7012         (nntp-send-authinfo): Require netrc.
7013
7014         * rfc2047.el: Don't require qp.
7015         (quoted-printable-encode-region, quoted-printable-decode-string):
7016         Autoload.
7017
7018         * sieve-mode.el: Don't require easymenu.
7019         (easy-menu-add-item): Autoload it.
7020
7021         * spam-stat.el (time-to-number-of-days): Autoload it.
7022
7023 2010-03-19  Glenn Morris  <rgm@gnu.org>
7024
7025         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7026
7027 2010-03-18  Glenn Morris  <rgm@gnu.org>
7028
7029         * hashcash.el (declare-function): Remove duplicate definition.
7030
7031 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7032
7033         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7034         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7035         value if any backslash escapes).
7036
7037 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7040         if it is available.  (bug#5647)
7041
7042         * lpath.el: Suppress compiler warning for coding-system-from-name for
7043         Emacs 21 and XEmacs.
7044
7045 2010-03-14  Juri Linkov  <juri@jurta.org>
7046
7047         * hmac-def.el:
7048         * hmac-md5.el:
7049         * netrc.el: Fix keywords.
7050
7051 2010-02-26  Glenn Morris  <rgm@gnu.org>
7052
7053         * message.el (message-send-mail-function): Change the default, so that
7054         it inherits from a customized send-mail-function.  (Bug#5643)
7055
7056 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7057
7058         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7059         shell-command-to-string signals an error (bug#5299).
7060
7061 2010-02-24  Glenn Morris  <rgm@gnu.org>
7062
7063         * message.el (message-smtpmail-send-it)
7064         (message-send-mail-with-mailclient): Doc fixes.
7065
7066 2010-02-16  Glenn Morris  <rgm@gnu.org>
7067
7068         * message.el (message-default-mail-headers): Change the default value
7069         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7070
7071 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7074         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7075
7076 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7077
7078         * time-date.el (date-to-time): Doc fix (Bug#5408).
7079
7080 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7081
7082         * message.el (message-mail): Just pass yank-action on to message-setup.
7083         (message-setup): Handle (FUN . ARGS) form of yank-action.
7084         (message-with-reply-buffer, message-widen-reply)
7085         (message-yank-original): Handle non-buffer values of
7086         message-reply-buffer (Bug#4080).
7087         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7088
7089 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7090
7091         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7092         Fix typo in docstring.
7093
7094 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7095
7096         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7097         response.
7098
7099 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7102
7103         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7104
7105         * message.el (message-check-news-header-syntax): Protect against a
7106         string that `rfc822-addresses' returns when parsing fails.
7107
7108 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7111         (gnus-previous-char-property-change): New functions.
7112
7113         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7114
7115 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7116
7117         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7118         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7119
7120 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7121
7122         * message.el (message-exchange-point-and-mark): Rework last change to
7123         avoid using optional arg of exchange-point-and-mark, for backward
7124         compatibility.
7125
7126 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7127
7128         * message.el (message-exchange-point-and-mark):
7129         Call exchange-point-and-mark with an argument rather than setting
7130         mark-active by hand (Bug#5175).
7131
7132 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * nntp.el (nntp-service-to-port): Work for service expressed with
7135         numeric string; replace [:digit:] with [0-9] for XEmacs.
7136
7137 2009-12-17  Glenn Morris  <rgm@gnu.org>
7138
7139         * gnus-group.el (gnus-bug-group-download-format-alist):
7140         Change emacs entry to debbugs.gnu.org.  Bump :version.
7141
7142 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7145
7146 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * message.el (message-info): Explain why we use `Info-goto-node'.
7149
7150 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7153
7154 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7155
7156         * message.el (message-completion-in-region): New compatibility function.
7157         (message-expand-group): Use it.
7158
7159 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7162         with no unread article should be listed if the 2nd arg `predicate' is
7163         given.
7164
7165 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7168
7169 2009-11-29  Juri Linkov  <juri@jurta.org>
7170
7171         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7172         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7173         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7174
7175 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7176
7177         * sha1.el (sha1-string-external): default-directory "/" in case
7178         otherwise non-existent.  process-connection-type pipe for touch of
7179         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7180
7181 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7182
7183         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7184         it's comms related and sgml-mode.el has "comm" on that basis too.
7185
7186 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7189         containing tspecial characters if they have been already quoted.
7190
7191 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7192
7193         * dns-mode.el (auto-mode-alist): Purecopy string.
7194
7195 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7196
7197         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7198
7199 2009-10-24  Glenn Morris  <rgm@gnu.org>
7200
7201         * gnus-art.el (help-xref-stack-item): Define for compiler.
7202
7203 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7204
7205         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7206
7207 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7210
7211 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7214         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7215
7216 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7219         (gnus-overlays-in): New alias to overlays-in.
7220
7221         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7222         gnus-overlay-get, and gnus-delete-overlay.
7223         (gnus-summary-show-thread): Make it work as well for systems in which
7224         next-single-char-property-change is not available.
7225         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7226
7227         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7228         (gnus-overlay-get): New alias to extent-property.
7229         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7230
7231         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7232         SXEmacs.
7233
7234         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7235         SXEmacs.
7236
7237 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7240
7241 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7242
7243         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7244         and XEmacs that don't have `remove-overlays'.
7245
7246 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7247
7248         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7249         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7250         selective display.  Use overlays instead.
7251
7252 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7253
7254         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7255
7256 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7257
7258         * spam-stat.el (spam-stat-load): Fix typo in message.
7259
7260 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7261
7262         * dig.el (dig-invoke): Fix typo in docstring.
7263         (query-dig): Reflow docstring.
7264
7265 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7266
7267         * gnus-art.el (gnus-article-encrypt-body):
7268         * message.el (message-check-recipients):
7269         * mm-util.el (mm-codepage-setup):
7270         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7271         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7272
7273 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7274
7275         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7276         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7277         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7278         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7279         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7280
7281 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7282
7283         * dig.el: Add "Keywords: comm", as per net-utils.el.
7284
7285 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7286
7287         * dig.el (dig-mode): Use define-derived-mode.
7288
7289 2009-09-19  Glenn Morris  <rgm@gnu.org>
7290
7291         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7292
7293 2009-09-18  Glenn Morris  <rgm@gnu.org>
7294
7295         * gnus-diary.el (gnus-diary-check-message):
7296         * message.el (message-insert-formatted-citation-line):
7297         * nnbabyl.el (top-level):
7298         * nndiary.el (nndiary-schedule):
7299         Fix typos in condition-case handlers.
7300
7301 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7304         configuration that provides the sole article window in a frame;
7305         position point correctly after deleting a part.
7306
7307 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7308
7309         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7310         (spam-resolve-registrations-routine): Use it to unregister articles
7311         that change status.
7312
7313 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7316         with XEmacs.
7317         (parse-time-string-chars): Use it.
7318
7319 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7320
7321         * imap.el (imap-interactive-login): Better messages.
7322         (imap-open): Fix bug with renamed buffer on reconnect.
7323         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7324         for easier debugging and cleaner code.  On successful (guessed based on
7325         server capabilities) secondary authentication, set imap-state
7326         correctly.
7327         (imap-last-authenticator): Define imap-last-authenticator as a variable
7328         to avoid warnings.
7329
7330 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * nnrss.el (nnrss-request-article): Remove binding of
7333         default-enable-multibyte-characters that has gotten needless by
7334         the 2007-07-13 change in rfc2047-encode-message-header.
7335
7336         * mml.el (mml-insert-multipart): Error on the message header.
7337         (mml-insert-part): Error on the message header; position point at
7338         the end of a MIME tag.
7339
7340 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * time-date.el (autoload): Expand define-obsolete-function-alias into
7343         defalias and make-obsolete for old Emacsen that Gnus supports.
7344         (with-no-warnings): Define it for old Emacsen.
7345         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7346         is available.
7347         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7348         float-time is available; suppress compile warning for time-to-seconds.
7349
7350         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7351         (gnus-float-time): Alias to float-time if it exists.
7352
7353         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7354         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7355         float-time is available; suppress compile warning for time-to-seconds.
7356
7357         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7358         XEmacs.
7359
7360 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * imap.el (imap-message-map): Docstring fix.
7363
7364 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7367         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7368         Add the optional argument `encoding' that overrides the default.
7369
7370         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7371         mm-encode-buffer.
7372
7373 2009-09-04  Glenn Morris  <rgm@gnu.org>
7374
7375         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7376         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7377         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7378         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7379         * mm-util.el (mm-with-unibyte-current-buffer)
7380         (mm-find-buffer-file-coding-system):
7381         * yenc.el (yenc-decode-region): Use default-value rather than
7382         default-enable-multibyte-characters.
7383
7384 2009-09-03  Glenn Morris  <rgm@gnu.org>
7385
7386         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7387         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7388         than default-enable-multibyte-characters.
7389
7390 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7391
7392         * gnus-art.el (gnus-article-read-summary-keys):
7393         Fix gnus-buffer-configuration's value temporarily used.
7394
7395 2009-09-02  Glenn Morris  <rgm@gnu.org>
7396
7397         * gnus-util.el (gnus-float-time): New function.
7398         * gnus-delay.el (gnus-delay-article):
7399         * gnus-sum.el (gnus-thread-latest-date):
7400         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7401         * nnspool.el (nnspool-request-newgroups):
7402         Use gnus-float-time rather than time-to-seconds.
7403         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7404
7405         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7406         (gnus-header-subject-face, gnus-header-newsgroups-face)
7407         (gnus-header-name-face, gnus-header-content-face):
7408         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7409         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7410         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7411         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7412         (gnus-cite-face-11):
7413         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7414         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7415         (gnus-server-closed-face, gnus-server-denied-face)
7416         (gnus-server-offline-face):
7417         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7418         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7419         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7420         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7421         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7422         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7423         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7424         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7425         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7426         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7427         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7428         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7429         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7430         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7431         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7432         (gnus-summary-high-undownloaded-face)
7433         (gnus-summary-low-undownloaded-face)
7434         (gnus-summary-normal-undownloaded-face)
7435         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7436         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7437         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7438         (gnus-splash-face):
7439         * message.el (message-header-to-face, message-header-cc-face)
7440         (message-header-subject-face, message-header-newsgroups-face)
7441         (message-header-other-face, message-header-name-face)
7442         (message-header-xheader-face, message-separator-face)
7443         (message-cited-text-face, message-mml-face):
7444         * sieve-mode.el (sieve-control-commands-face)
7445         (sieve-action-commands-face, sieve-test-commands-face)
7446         (sieve-tagged-arguments-face):
7447         * spam.el (spam-face):
7448         Mark face aliases with "-face" in the name as obsolete.
7449
7450 2009-09-01  Glenn Morris  <rgm@gnu.org>
7451
7452         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7453         than goto-line.
7454
7455 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7458         Don't move point if the command is invoked inside the message header.
7459
7460 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7461
7462         * imap.el (imap-send-command): Simplify.
7463         (imap-wait-for-tag): point-max -> buffer-size.
7464
7465 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7466
7467         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7468         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7469         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7470         * nnir.el (nnir-swish-e-index-file):
7471         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7472         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7473         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7474         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7475         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7476         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7477
7478 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7481         Don't save excursion.
7482
7483 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7484
7485         * nnheader.el (nnheader-find-file-noselect):
7486         * mm-util.el (mm-insert-file-contents):
7487         Use (default-value 'major-mode) instead of default-major-mode.
7488
7489 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7490
7491         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7492
7493 2009-08-26  Glenn Morris  <rgm@gnu.org>
7494
7495         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7496         than placing in files.el.
7497
7498 2009-08-25  Glenn Morris  <rgm@gnu.org>
7499
7500         * nnir.el (top-level): Don't require cl at run-time.
7501         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7502         Replace cl-function substitute with gnus-replace-in-string.
7503         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7504         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7505         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7506         simplified expansions.
7507
7508 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7509
7510         * dig.el (dig): Add autoload cookie.
7511
7512 2009-08-22  Glenn Morris  <rgm@gnu.org>
7513
7514         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7515         goto-line.
7516
7517 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7518
7519         * parse-time.el (parse-time-string-chars): Save match data.
7520
7521 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7522
7523         * parse-time.el (parse-time-string-chars): Compute using character
7524         classes, to handle non-ascii characters (Bug#3190).
7525
7526 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7529
7530         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7531         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7532         (gnus-mm-display-part, gnus-mime-display-single)
7533         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7534         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7535
7536         * gnus-sum.el
7537         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7538         (gnus-summary-move-article): Add expirable mark to articles copied or
7539         moved to group that has auto-expire turned on if the option is non-nil.
7540
7541 2009-07-24  Glenn Morris  <rgm@gnu.org>
7542
7543         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7544         Fix typo.  (Bug#3903)
7545
7546 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7549         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7550         that should not be used for draft articles.
7551         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7552         that has no concern in minor mode keys.
7553         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7554         Abolish.
7555
7556 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7559         article without making inquiry to a user for unknown encoding.
7560
7561         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7562         (nnmaildir--scan): Assume i-node and device number that file-attributes
7563         returns might be cons-cell.
7564
7565         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7566
7567         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7568
7569 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7570
7571         * auth-source.el: Remove docs now in auth.texi.  Don't use
7572         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7573         `auth-source-hide-passwords' and use them.
7574
7575 2009-07-15  Glenn Morris  <rgm@gnu.org>
7576
7577         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7578
7579 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7582         excessive whitespace from the default values of title and description.
7583
7584 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7587         mail-fetch-field to fetch Content-Description header in order to
7588         exclude newlines.
7589
7590 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7591
7592         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7593         format used by GnuPG 2.0.11.
7594
7595 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7598         to deleted part.
7599
7600 2009-05-30  David Engster  <dengste@eml.cc>
7601
7602         * nnmairix.el: Remove old documentation in the commentary block.
7603         (nnmairix-request-group): Do not update active file for nnml back ends.
7604         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7605         end so that overview files are ignored.
7606         (nnmairix-update-groups): Make updating the groups more robust by using
7607         marks.
7608         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7609         with dollar characters in message-id.
7610
7611 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7614         2008-12-25 in dns.el.
7615
7616 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7617
7618         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7619         could happen if the text is only composed of spaces and/or tabs.
7620
7621 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7622
7623         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7624         when sending a queued message to avoid extra mml tags.
7625
7626 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7629
7630 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7633         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7634         rmail-toggle-header for XEmacs;
7635         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7636
7637 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus-dired.el: Remove autoload for gnus-setup-message.
7640         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7641         displaying Gnus logo; always use compose-mail.
7642
7643 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7646
7647 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7650         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7651         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7652         available.
7653         (gnus-nocem-epg-verify): New function.
7654
7655 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7658
7659 2009-02-15  Glenn Morris  <rgm@gnu.org>
7660
7661         * gnus-util.el (rmail-insert-rmail-file-header)
7662         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7663         autoloads.
7664         (rmail-default-rmail-file): Remove unnecessary declaration.
7665         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7666
7667 2009-02-14  Glenn Morris  <rgm@gnu.org>
7668
7669         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7670         variable (only used in gnus-util, which declares it anyway).
7671         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7672         which was only needed by gnus-art (changed to not use it any more).
7673         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7674         only used in gnus-util, which autoloads it itself.
7675         (rmail-update-summary): Fix autoload.
7676
7677         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7678         rather than rmail-output-to-rmail-file.
7679
7680 2009-02-07  Glenn Morris  <rgm@gnu.org>
7681
7682         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7683         autoload of function that no longer exists.
7684         (rmail-toggle-header): Declare.
7685         (message-forward-rmail-make-body): Handle mbox Rmail.
7686
7687 2009-01-31  Glenn Morris  <rgm@gnu.org>
7688
7689         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7690         2009-01-09 change.
7691
7692 2009-01-31  Dave Love  <fx@gnu.org>
7693
7694         * imap.el (imap-fetch-safe): Bind debug-on-error.
7695         (imap-debug): Add imap-fetch-safe.
7696
7697 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7698
7699         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7700         (auth-source-forget-all-cached): New convenience function.
7701         (auth-source-user-or-password): Accept list of modes or a single mode.
7702
7703         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7704         auth-source modes.
7705
7706         * netrc.el (netrc-machine-user-or-password): Use list of
7707         auth-source modes.
7708
7709         * nnimap.el (nnimap-open-connection): Use list of
7710         auth-source modes.
7711
7712         * nntp.el (nntp-send-authinfo): Use list of
7713         auth-source modes.
7714
7715 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7716
7717         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7718         now.
7719
7720 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7723         coding system in XEmacs; add a workaround for XEmacs.
7724
7725         * lpath.el: Fbind coding-system-aliasee.
7726
7727 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7730         of current-language-environment.
7731
7732 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7735         available at runtime.
7736
7737 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7740
7741 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7742
7743         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7744         the greatest positive fixnum value doesn't work under an XEmacs with
7745         bignum support; use the most-positive-fixnum constant instead,
7746         available since Emacs 21.1 with cl and XEmacs 21.1.
7747
7748 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7751         XEmacs gets not to work.
7752
7753 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * mm-util.el (mm-coding-system-priorities): Allow the value like
7756         "Japanese (UTF-8)" of current-language-environment.
7757
7758 2009-01-09  Glenn Morris  <rgm@gnu.org>
7759
7760         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7761         with last-command-event.
7762
7763 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7766         in the doc string.
7767
7768         * message.el (message-fix-before-sending): Amend comment.
7769
7770 2009-01-08  Dave Love  <fx@gnu.org>
7771
7772         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7773
7774 2009-01-07  David Engster  <dengste@eml.cc>
7775
7776         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7777         simplified server definitions by converting it via
7778         gnus-server-to-method.
7779
7780 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7783         parameter's operands.
7784
7785 2009-01-06  David Engster  <dengste@eml.cc>
7786
7787         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7788         primary select method (for gnus-group-mark-article-as-read).
7789
7790 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7791
7792         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7793         `(gnus)Face', not `(gnus)X-Face'.
7794
7795 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * mm-util.el (mm-ucs-to-char): New function.
7798
7799         * mm-url.el (mm-url-decode-entities): Use it.
7800
7801         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7802         unicode-to-char.
7803
7804 2009-01-05  Dave Love  <fx@gnu.org>
7805
7806         * time-date.el: Require cl for `declare'.
7807
7808 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7811         Dave Love.
7812
7813 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * message.el (message-fix-before-sending): Add `eight-bit' to
7816         illegible-text check.
7817
7818 2009-01-03  Michael Olson  <mwolson@gnu.org>
7819
7820         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7821         `headers' is nil.  This can occur if the IMAP server does not have
7822         permissions to read messages from a folder, but can write new messages
7823         to the folder.
7824         (nnimap-request-article-part): Do not insert `data' if it is nil.
7825
7826         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7827         characters which will confuse `read', so skip past them.
7828
7829 2009-01-01  Dave Love  <fx@gnu.org>
7830
7831         * imap.el (imap-string-to-integer): Fix typo.
7832         (imap-fetch-safe): New function.
7833         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7834
7835         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7836
7837         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7838         (imap-parse-greeting): Fix doc strings.
7839         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7840         (imap-parse-flag-list): Make messages unique.
7841         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7842
7843         * nnimap.el: Fix author email.
7844         (nnimap-split-rule): Add FIXME comment.
7845         (nnimap-debug): Fix doc string.
7846
7847 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7848
7849         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7850
7851 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7852
7853         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7854         nslookup if resolv.conf isn't available.
7855         (dns-query): Rename from query-dns.
7856         (dns-query-cached): Rename from query-dns-cached.
7857
7858 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7861         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7862         to check if those variables exist (first appeared in Emacs 18.50).
7863
7864 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * mm-util.el (mm-line-number-at-pos): New function.
7867
7868         * spam-report.el (spam-report-process-queue): Use it.
7869
7870 2008-12-24  David Engster  <dengste@eml.cc>
7871
7872         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7873         parameters that haven't existed as variables as buffer-local variables.
7874
7875 2008-12-23  Dave Love  <fx@gnu.org>
7876
7877         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7878         cadar.
7879
7880         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7881         imap-starttls-p.
7882         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7883
7884 2008-12-22  Dave Love  <fx@gnu.org>
7885
7886         * imap.el: Fix author email.  Doc fixes.
7887         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7888         reply.
7889
7890 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * spam-report.el (spam-report-gmane-max-requests): New constant.
7893         (spam-report-gmane-wait): New variable.
7894         (spam-report-gmane-ham, spam-report-gmane-spam)
7895         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7896         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7897         the server.
7898
7899         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7900         Add explanations.
7901
7902         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7903         nnheader-accept-process-output and nnheader-read-timeout if available.
7904         (pop3-movemail): Use it.
7905
7906         * message.el (message-check-news-body-syntax): Fix signature check if
7907         there's an attachment.
7908
7909 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * mm-util.el: Add comments to the mm- emulating functions.
7912
7913 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7914
7915         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7916         Reported by Stephen Berman <stephen.berman@gmx.net>.
7917
7918 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * mm-util.el (mm-substring-no-properties): New function.
7921         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7922         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7923         (mm-string-to-multibyte): Doc fix.
7924
7925         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7926
7927 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * mml.el (mml-attach-file): Strip text properties from file name.
7930         (Bug#1574)
7931
7932 2008-12-16  Glenn Morris  <rgm@gnu.org>
7933
7934         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7935
7936 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7939         knows since the charset specified might be a bogus alias that
7940         mm-charset-synonym-alist provides.
7941
7942 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7945         "ISO_8859-1".
7946
7947         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7948
7949 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * mm-util.el (mm-charset-eval-alist):
7952         Define it before mm-charset-to-coding-system.
7953         (mm-charset-to-coding-system): Add optional argument `silent';
7954         define it before mm-charset-override-alist.
7955         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7956         default value if it can be used in Emacs currently running;
7957         silence mm-charset-to-coding-system.
7958
7959 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7962         `allow-override' which says whether to use `mm-charset-override-alist'.
7963         (rfc2047-decode-encoded-words): Use it.
7964
7965         * mm-util.el (mm-charset-override-alist): Fix custom type;
7966         add `(gb2312 . gbk)' to choices.
7967
7968 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7971         fast.
7972
7973         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7974
7975         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7976
7977 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7978
7979         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7980         on links.
7981
7982         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7983
7984 2008-12-03  Lute Kamstra  <lute@gnu.org>
7985
7986         * sha1.el: Remove leading * from docstrings of defcustoms,
7987         deffaces, defconsts and defuns.
7988
7989 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7992         users' addresses that don't have domain parts.
7993         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7994         rather than message-narrow-to-head since there will be the message
7995         header separator.
7996
7997 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7998
7999         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8000         since the result is inserted in a unibyte buffer anyway.
8001         (nnimap-demule-use-string-to-multibyte): Remove.
8002         (nnimap-demule): Alias it to mm-string-to-multibyte.
8003
8004 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8005
8006         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8007         variable for debugging bug#464 and bug#1174.
8008         (nnimap-demule): Use it.
8009
8010 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8011
8012         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8013         score calculation correctly.
8014
8015 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8016
8017         * message.el (message-send-mail): Just set the buffer to unibyte
8018         rather than use mm-with-unibyte-current-buffer which does a lot more.
8019         (message-send-mail-partially): Don't bother with
8020         mm-with-unibyte-current-buffer since it's already been made unibyte by
8021         message-send-mail.
8022
8023 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8024
8025         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8026
8027 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8028
8029         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8030
8031 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8034         require itself and to remove `with-no-warnings'.
8035
8036 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8037
8038         * starttls.el (starttls-any-program-available): Get the name of the
8039         available TLS layer program.
8040         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8041         well as the host name in the "opening" message.
8042
8043         * auth-source.el (auth-source-cache, auth-source-do-cache)
8044         (auth-source-user-or-password): Cache passwords and logins by default,
8045         allow override with `auth-source-do-cache'.
8046         (auth-source-forget-user-or-password): Allow users to remove cache
8047         entries if needed.
8048
8049 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8050
8051         * md4.el (md4-buffer): Fix typo in docstring.
8052         (md4, md4-64): Doc fixes.
8053         (md4-pack-int32): Reflow docstring.
8054
8055 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8056
8057         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8058         condition-case to only the forward-sexp call.
8059
8060 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8061
8062         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8063         quotes contained.  Make it more robust regardless by an extra
8064         condition-case wrapper.
8065
8066 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8069
8070 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * nnml.el (nnml-request-expire-articles): Check if the function set to
8073         `nnmail-expiry-target' returns the symbol `delete'.
8074
8075         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8076
8077         * nnmail.el (nnmail-expiry-target): Fix custom type.
8078
8079 2008-10-02  Glenn Morris  <rgm@gnu.org>
8080
8081         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8082         Silence compiler warning.
8083
8084 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8085
8086         * tls.el (open-tls-stream): Show the actual command being
8087         executed, instead of the format string.
8088
8089 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * lpath.el: Fbind codepage-setup for Emacs 23.
8092
8093 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8094
8095         * mml.el (mml-menu): Don't assume mml2015 is bound.
8096
8097 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8100         exists.
8101
8102 2008-09-27  Glenn Morris  <rgm@gnu.org>
8103
8104         * gnus-util.el (mail-header-remove-comments): Autoload it.
8105
8106 2008-09-27  Andreas Schwab  <schwab@suse.de>
8107
8108         * gnus-util.el (gnus-split-references): Strip comments.
8109         (gnus-parent-id): Likewise.
8110
8111 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * message.el (message-confirm-send): Fix version.
8114
8115 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * message.el (message-idna-to-ascii-rhs-1): Use
8118         mail-extract-address-components rather than mail-header-parse-addresses
8119         that is an alias by default to ietf-drums-parse-addresses that does not
8120         support non-ASCII names in headers' contents.
8121
8122 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8123
8124         * message.el (message-confirm-send): Fix variable documentation to
8125         avoid the "y/n" wording.
8126
8127 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8128
8129         * message.el (message-set-auto-save-file-name): Save to a different
8130         filename so multiple messages (especially drafts) can be recovered.
8131
8132 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8133
8134         * message.el (message-confirm-send): Add appropriate version.
8135
8136 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8137
8138         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8139         defvar.
8140
8141 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8142
8143         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8144         (mm-pkcs7-enveloped-magic): Ditto.
8145
8146 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8147
8148         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8149         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8150
8151 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8152
8153         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8154         default, it's better.
8155
8156 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8157
8158         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8159         summary line gnus-number property and ignore them (with a warning
8160         message).
8161
8162 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8165         macro caddr in the interactive form since it won't be expanded.
8166
8167 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8170         `charset'; fix name of function called recursively.
8171         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8172
8173 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8176         (gnus-mime-set-charset-parameters): New function.
8177         (gnus-mime-view-part-as-charset): Use it to correctly display part
8178         specifying wrong charset.
8179
8180 2008-09-08  David Engster  <dengste@eml.cc>
8181
8182         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8183         in completing-read for back end server.
8184
8185 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8186
8187         * message.el (message-confirm-send): New variable to confirm sending a
8188         message.
8189         (message-send): Use it.
8190
8191 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8192
8193         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8194
8195 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8198
8199 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8200
8201         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8202         prevent tracking too many groups.
8203         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8204         Use it.
8205
8206 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8207
8208         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8209         moving point to the bottom of the window in order to avoid recentering.
8210
8211 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8214
8215         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8216         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8217         (gnus-article-beginning-of-window): Fix calculation.
8218
8219 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-msg.el (gnus-summary-supersede-article)
8222         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8223         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8224         message header.
8225
8226 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8227
8228         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8229         pending output coming after the status change.
8230
8231 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8232
8233         * message.el:
8234         * gnus-start.el:
8235         * gnus-registry.el: Remove VMS support.
8236
8237 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8240         macro.
8241         (rfc2104-hash): Use it.
8242
8243 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8246         (gnus-summary-sort-by-most-recent-date): New commands.
8247         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8248         and menu entries.
8249
8250 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8253         don't redisplay article for raw contents; remove plural articles stuff.
8254
8255         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8256         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8257         on gnus-summary-save-article; display results properly.
8258
8259 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * lpath.el: No need to fbind ns-focus-frame.
8262
8263 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8266
8267 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * gnus-art.el (gnus-summary-save-in-pipe):
8270         Consider gnus-save-all-headers.
8271
8272 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8273
8274         * gnus-util.el (ns-focus-frame): Remove declaration.
8275         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8276         like x.
8277
8278 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8279
8280         * rfc2104.el (rfc2104-zero): Delete defconst.
8281         (rfc2104-hex-alist): Likewise.
8282         (rfc2104-hex-to-int): Delete func.
8283         (rfc2104-hexstring-to-bitstring): Likewise.
8284         (rfc2104-nybbles): New defconst.
8285         (rfc2104-hash): Rewrite for speed.
8286
8287 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * tls.el (open-tls-stream): Make it work with the 2nd argument
8290         BUFFER that is a string but does not exist as a buffer object, as
8291         mentioned in the doc-string.
8292
8293 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8296         SXEmacs.
8297
8298 2008-07-16  Glenn Morris  <rgm@gnu.org>
8299
8300         * gnus-util.el (ns-focus-frame): Declare for compiler.
8301
8302 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8305         set as a group parameter.
8306         (gnus-summary-save-in-pipe): Work when it is called independently.
8307         (gnus-summary-pipe-to-muttprint): Don't modify
8308         gnus-summary-pipe-output-default-command.
8309
8310 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8311
8312         * message.el (message-send-mail-with-sendmail):
8313         Display the error message.
8314
8315 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (gnus-default-article-saver):
8318         Add gnus-summary-save-in-pipe to choices.
8319         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8320         gnus-summary-pipe-output-default-command as the default command.
8321         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8322         instead of gnus-last-shell-command.
8323
8324         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8325         New user option.
8326         (gnus-summary-muttprint-program): Mention the value will be changed.
8327         (gnus-summary-save-article): Force showing of all headers.
8328         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8329
8330 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8331
8332         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8333
8334 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8335
8336         * nnimap.el (nnimap-id):
8337         * sieve-manage.el (sieve-manage-open): Doc fixes.
8338
8339 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8340
8341         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8342         if available.
8343
8344 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8345
8346         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8347
8348         * nnkiboze.el (nnkiboze-generate-group):
8349         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8350
8351         * nnmairix.el: Require CL.
8352
8353 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * dgnushack.el: Autoload get-display-table and put-display-table for
8356         XEmacs 21.5.
8357
8358         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8359         21.4 and SXEmacs.
8360
8361 2008-06-15  David Engster  <dengste@eml.cc>
8362
8363         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8364
8365 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8366
8367         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8368         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8369         runtime choice under XEmacs.
8370
8371         * gnus-sum.el (gnus-summary-set-display-table):
8372         Use `gnus-put-display-table', `gnus-get-display-table',
8373         `gnus-set-display-table' for the display table, instead of `aset'.
8374
8375         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8376         Use `gnus-put-display-table', `gnus-get-display-table',
8377         `gnus-set-display-table' for the display table.
8378
8379 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * nnmairix.el: Add autoloads.
8382
8383 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * nnmairix.el (nnmairix-delete-recreate-group)
8386         (nnmairix-update-and-clear-marks): Fix error messages.
8387
8388 2008-06-14  David Engster  <dengste@eml.cc>
8389
8390         * nnmairix.el: Upgrade to version 0.6.
8391         (nnmairix-group-toggle-propmarks-this-group)
8392         (nnmairix-group-toggle-readmarks-this-group)
8393         (nnmairix-group-delete-recreate-this-group)
8394         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8395         (nnmairix-remove-tick-mark-original-article): New commands.
8396         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8397         (nnmairix-propagate-marks-to-nnmairix-groups)
8398         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8399         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8400         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8401         functions needed for marks propagation and manipulation of read marks.
8402         (nnmairix-update-groups): New function.
8403         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8404         (nnmairix-determine-original-group-from-registry)
8405         (nnmairix-determine-original-group-from-path)
8406         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8407         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8408         New helper functions.
8409         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8410         keystrokes for new commands.
8411         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8412         (nnmairix-request-group): Check allow-fast group parameter.
8413         (nnmairix-request-create-group): Set allow-fast group parameter if
8414         nnmairix-allowfast-default is set.
8415         (nnmairix-close-group): Propagate marks upon closing if needed.
8416         (nnmairix-group-toggle-threads-this-group): Use new.
8417         nnmairix-group-toggle-parameter helper function.
8418         (nnmairix-search): Better check for empty search result.
8419         (nnmairix-goto-original-article): Use new helper functions for
8420         determining original article.
8421         (nnmairix-show-original-article): Make sure message-id is in brackets.
8422         (nnmairix-call-mairix-binary): Change variable name.
8423         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8424         helper function.
8425         (nnmairix-widget-toggle-activate): Fix doc string.
8426
8427 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * nnir.el: Require edmacro when compiling with XEmacs.
8430         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8431         available in Emacs 21.
8432
8433 2008-06-11  Glenn Morris  <rgm@gnu.org>
8434
8435         * gnus-util.el (x-focus-frame):
8436         * gnus.el (image-size):
8437         * mm-decode.el (image-size): Declare.
8438
8439         * gnus-picon.el (declare-function): Add compat definition.
8440         (image-size): Declare.
8441
8442         * gnus-group.el (tool-bar-map):
8443         * gnus-sum.el (tool-bar-map): Define for compiler.
8444
8445         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8446
8447         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8448
8449         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8450         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8451         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8452         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8453         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8454         * sieve-manage.el, spam-report.el, spam.el:
8455         Remove unnecessary eval-and-compile of autoloads.
8456
8457 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8458
8459         * auth-source.el: Precise Tramp doc.
8460
8461 2008-06-07  Glenn Morris  <rgm@gnu.org>
8462
8463         * nnmairix.el: Remove unnecessary eval-when-compile.
8464
8465 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * lpath.el: Fbind propertize for XEmacs 21.4.
8468
8469 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * nnir.el: Move here from ../contrib.
8472
8473 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8474
8475         * gnus-util.el (gnus-read-shell-command): New function.
8476         * mm-decode.el (mm-pipe-part):
8477         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8478
8479 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8482
8483 2008-06-03  Glenn Morris  <rgm@gnu.org>
8484
8485         * pop3.el (nnheader-accept-process-output): Autoload it.
8486
8487 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8490         are not 2-digit hexadecimal characters that follow `%'s.
8491
8492 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * message.el (message-bogus-recipient-p): Fix type in doc string.
8495         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8496         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8497         Improve custom options.
8498         (message-bogus-recipient-p): Adjust accordingly.
8499
8500 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8501
8502         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8503         long-form month and day names.
8504
8505 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * dgnushack.el: Autoload debug, eudc-expand-inline and
8508         pgg-snarf-keys-region for XEmacs.
8509
8510         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8511
8512         * nnmairix.el: Require edmacro when compiling with XEmacs.
8513
8514 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8517         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8518
8519 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8520
8521         * auth-source.el: Add more docs.
8522
8523         * netrc.el (netrc-machine): Always match if the port is not given.
8524
8525 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8526
8527         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8528         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8529         retrieval faster in some cases, but might make CPU usage larger.
8530         If this has any bad side effects, we might revert this change.
8531
8532         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8533         seems to make mail retrieval much, much faster.
8534         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8535         unconditionally.
8536
8537         * gnus-draft.el (gnus-group-send-queue):
8538         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8539
8540 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8543
8544         * message.el (message-bogus-address-regexp): Fix and improve custom
8545         type.
8546         (message-setup-hook): Add message-check-recipients as custom option.
8547
8548 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * message.el (message-cite-function): Remove bogus autoload which crept
8551         in during merge from v5-10.
8552
8553 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8556
8557         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8558
8559         * auth-source.el: Preliminary Tramp docs.
8560         (auth-sources): Change the default auth-sources to use
8561         EPA .gpg files.
8562
8563 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8564
8565         * nntp.el: Autoload `auth-source-user-or-password'.
8566         (nntp-send-authinfo): Use it.
8567
8568         * nnimap.el: Autoload `auth-source-user-or-password'.
8569         (nnimap-open-connection): Use it.
8570
8571         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8572         for the gnus-message function.
8573         (auth-source-user-or-password): Use it.
8574
8575 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8576
8577         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8578         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8579         (rfc2104-hash): Use it.
8580
8581 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8582
8583         * gnus-art.el (gnus-article-toggle-truncate-lines):
8584         Don't use `iff' in docstring.
8585
8586 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8587
8588         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8589
8590         * gnus-util.el (gnus-extract-address-component-name)
8591         (gnus-extract-address-component-email): Convenience functions around
8592         `gnus-extract-address-components'.
8593
8594         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8595         Use `gnus-extract-address-component-email' to fix bug of comparing full
8596         sender name to `user-mail-address'.
8597
8598 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8599
8600         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8601         catch/throw to optimize.
8602         (gnus-registry-find-keywords): Just use member to find a keyword.
8603
8604 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8605
8606         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8607         is current before calling gnus-server-prepare.
8608         (gnus-server-setup-buffer, gnus-server-update-server)
8609         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8610
8611 2008-05-04  Juri Linkov  <juri@jurta.org>
8612
8613         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8614         (mailcap-file-default-commands): Use mailcap-replace-in-string
8615         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8616         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8617
8618 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8619
8620         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8621
8622 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8623
8624         * gnus.el: Bump version to 0.11.
8625
8626 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8627
8628         * gnus.el: No Gnus v0.10 is released.
8629
8630 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631
8632         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8633         hooks.
8634         (gnus-update-read-articles): Speed up non-marks-using users.
8635         (gnus-use-marks): Define gnus-use-marks.
8636         (gnus-propagate-marks): Rename variable to something more sensible.
8637
8638 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8639
8640         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8641         (gmm-image-load-path-for-library): Fix typos in docstrings.
8642         (gmm-message): Reflow docstring.
8643
8644 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8645
8646         * mail-source.el (mail-source-set-1, mail-source-bind):
8647         Move auth-source code out of the macro to clean it up and fix bugs.
8648
8649 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8650
8651         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8652         by sender if it's equal to user-mail-address, it's likely to be
8653         useless.
8654
8655         * mail-source.el (mail-source-bind): Don't use user or password if they
8656         are not bound.  Unintern them if they are nil.  Don't use server unless
8657         it's bound, and default it to empty string otherwise.
8658
8659 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8660
8661         * mail-source.el: Load auth-source.el.
8662         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8663         get user name or password, if auth-sources is set up.
8664
8665         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8666         strategy of splitting with parent.
8667         (gnus-registry-split-fancy-with-parent)
8668         (gnus-registry-post-process-groups): Use it and fix prior
8669         bug (returning a list as the split result).
8670
8671         * auth-source.el (auth-sources): Remove server parameter.
8672         (auth-source-pick, auth-source-user-or-password)
8673         (auth-source-user-or-password-imap)
8674         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8675         (auth-source-user-or-password-sftp)
8676         (auth-source-user-or-password-smtp): Remove server parameter.
8677
8678 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8679
8680         * smime.el (smime-sign-region, smime-encrypt-region)
8681         (smime-decrypt-region):
8682         Remove redundant calls to `generate-new-buffer-name'.
8683
8684 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8685
8686         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8687         Don't use QP for message/rfc822.
8688         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8689
8690 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8691
8692         * sieve-manage.el (sieve-string-bytes): Remove.
8693         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8694         correct byte-length only if the process's coding-system is the same as
8695         the one used internally by Emacs to represent strings.
8696
8697 2008-04-22  Juri Linkov  <juri@jurta.org>
8698
8699         * mailcap.el (mailcap-file-default-commands): New function.
8700
8701 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * message.el (message-signature-separator, message-cite-function):
8704         Change custom version.
8705
8706 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8707
8708         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8709         commands.
8710         (tls-checktrust): Ditto.
8711
8712 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8713
8714         * mm-decode.el (mm-display-external): Make temp file read-only.
8715
8716 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8719         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8720         `C-c C-f d'.
8721
8722 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8723
8724         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8725
8726 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * gnus.el: Bump version to 0.9.
8729
8730 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * gnus.el: No Gnus v0.8 is released.
8733
8734 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8735
8736         * mail-source.el (mail-source-value):
8737         Prefer fboundp to functionp so it works with macros as well.
8738
8739 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8740
8741         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8742         Fix last change in case the element is not even a symbol.
8743
8744 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8745
8746         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8747         Prefer fboundp to functionp so it works with macros as well.
8748
8749 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8750
8751         * auth-source.el: Add docs.
8752         (auth-sources): Modify format to support server.
8753         (auth-source-pick, auth-source-user-or-password)
8754         (auth-source-user-or-password-imap)
8755         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8756         (auth-source-user-or-password-sftp)
8757         (auth-source-user-or-password-smtp): Add server parameter.
8758
8759 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8760
8761         * gnus-registry.el: Initialize the registry when gnus-registry-install
8762         is t.
8763
8764 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * compface.el (uncompface): Make buffer unibyte.
8767
8768 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8769
8770         * mail-source.el (mail-source-value):
8771         Prefer fboundp to functionp so it works with macros as well.
8772
8773 2008-04-05  Glenn Morris  <rgm@gnu.org>
8774
8775         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8776
8777 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8778
8779         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8780         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8781
8782         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8783         multibyteness after rather than before erasing it.
8784
8785         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8786         mm-with-multibyte.
8787         (gnus-request-article-this-buffer): Make sure the proper decoding is
8788         used if gnus-original-article-buffer happens to be unibyte.
8789
8790         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8791         default-enable-multibyte-characters.
8792
8793         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8794         default-enable-multibyte-characters.
8795
8796         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8797
8798         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8799
8800 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8801
8802         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8803         Fix last change in case the element is not even a symbol.
8804
8805 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8806
8807         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8808         (imap-message-copyuid-1): Use it.
8809         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8810         J. Williams in
8811         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8812
8813         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8814         imap-enable-exchange-bug-workaround.
8815         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8816
8817 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8818
8819         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8820         a 100 byte status-checks into a 2-3MB transfer for each group.
8821         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8822         to enable bug workaround or not.
8823         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8824
8825 2008-03-31  Glenn Morris  <rgm@gnu.org>
8826
8827         * message.el (mml2015-use): Declare for compiler.
8828         (message-info): Require mml2015 when appropriate.
8829
8830 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8833         whitespace.
8834
8835 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8836
8837         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8838         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8839         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8840         (nntp-service-to-port): New function.
8841         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8842         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8843         (nntp-open-netcat-stream): New function.
8844         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8845
8846 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8847
8848         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8849
8850 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8851
8852         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8853
8854 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8855
8856         * dns.el (dns-write): Use set-buffer-multibyte.
8857
8858 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8859
8860         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8861
8862 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * message.el (message-signature-separator): Change default.
8865         Improve custom type.
8866         (message-cite-function): Change default to
8867         message-cite-original-without-signature.
8868
8869         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8870         toggle.
8871
8872         * message.el (message-check-news-body-syntax): Fix signature check.
8873         (message-setup-1): Mark buffer as unmodified _after_ running
8874         message-setup-hook and handling message-alternative-emails.
8875         (message-shorten-references): Be more strict when building list of
8876         valid references to comply with GNKSA.
8877
8878         * gnus-group.el (gnus-read-ephemeral-bug-group)
8879         (gnus-read-ephemeral-debian-bug-group)
8880         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8881
8882         * message.el (message-info): Don't use booleanp which isn't supported
8883         in Emacs 21 and XEmacs.
8884
8885 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8888         gnus-group-gmane-group-download-format.
8889         (gnus-group-read-ephemeral-gmane-group): Rename from
8890         gnus-group-read-ephemeral-gmane-group.
8891         (gnus-read-ephemeral-gmane-group-url): Rename from
8892         gnus-group-read-ephemeral-gmane-group-url.
8893         (gnus-bug-group-download-format-alist): New variable.
8894         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8895         (gnus-read-ephemeral-emacs-bug-group): New commands.
8896
8897 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8900         (gnus-visible-headers): Improve custom type.
8901
8902 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * mml.el (mml-menu): Add workarounds for XEmacs.
8905
8906         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8907         X-Boundary header.
8908
8909         * message.el (message-simplify-recipients): Fix previous commit.
8910
8911 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8912
8913         * mm-util.el (mm-set-buffer-multibyte): New function.
8914         * mm-decode.el (mm-copy-to-buffer): Use it.
8915
8916         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8917         Prefer fboundp to functionp so it works with macros as well.
8918
8919 2008-03-19  Glenn Morris  <rgm@gnu.org>
8920
8921         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8922         Accidentally removed in the sync process with Emacs.
8923
8924 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * message.el (message-alter-recipients-discard-bogus-full-name):
8927         New function.
8928         (message-alter-recipients-function): New variable.
8929         (message-get-reply-headers): Use it.
8930         (message-replace-header): New helper function.
8931         (message-recipients-without-full-name): New variable.
8932         (message-simplify-recipients): New command.
8933
8934         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8935
8936         * message.el (message-info): Handle EasyPG manual.
8937
8938         * mml.el (mml-menu): Add entry for EasyPG.
8939
8940 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8941
8942         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8943         parameter.
8944
8945         * message.el (message-disassociate-draft): Specify drafts group name
8946         fully.
8947
8948 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8949
8950         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8951         Eliminate unnecessary duplicates from the match list.
8952
8953 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8956
8957         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8958
8959         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8960         args of `how-many' of which the XEmacs version doesn't take; declare
8961         Info-index-next as function.
8962
8963 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * gnus-score.el (gnus-score-headers): Fix handling of
8966         gnus-inhibit-slow-scoring.
8967
8968         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8969         string.
8970         (gnus-button-url-regexp): Improve handling of parenthesis.
8971         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8972         (gnus-button-handle-info-keystrokes): Handle index entries.
8973
8974 2008-03-15  Glenn Morris  <rgm@gnu.org>
8975
8976         * parse-time.el (parse-time-string): Simplify.
8977
8978 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8981         Incoming* files.
8982
8983 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8984
8985         * auth-source.el (auth-sources): Rename from auth-source-choices.
8986         (auth-source-pick): Use it.
8987
8988 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8989
8990         * binhex.el (binhex-decode-region-internal):
8991         * uudecode.el (uudecode-decode-region-internal):
8992         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8993         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8994         setting default-enable-multibyte-characters.
8995
8996 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8997
8998         * auth-source.el (auth-source-protocols)
8999         (auth-source-protocols-customize, auth-source-choices): Add and
9000         modified variable customizations and defaults.
9001         (auth-source-pick, auth-source-user-or-password)
9002         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9003         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9004         (auth-source-user-or-password-sftp)
9005         (auth-source-user-or-password-smtp): Use new variables and provide an
9006         interface to netrc.el.
9007
9008 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9011         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9012         Make sure the nntp port to specify is a string.
9013
9014 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9015
9016         * nntp.el: Use with-current-buffer.
9017         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9018         dubious mm-with-unibyte-current-buffer.
9019         (nntp-with-open-group-function): New function extracted from
9020         nntp-with-open-group macro.
9021         (nntp-with-open-group): Use the function, so it's easier to debug.
9022         Add indentation and debugging info.
9023         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9024         Recommend the use of the netcat alternatives.
9025
9026         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9027         Avoid mm-string-as-multibyte as well.
9028
9029         * nnweb.el (nnweb-insert-html):
9030         Remove use of nnheader-string-as-multibyte.
9031
9032         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9033         (nnheader-string-as-multibyte): Remove.
9034
9035         * mm-view.el: Use inhibit-read-only.
9036         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9037         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9038         or unibyte-string.
9039
9040         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9041         (mm-uu-yenc-extract): Use with-current-buffer.
9042
9043         * gnus-soup.el (gnus-soup-send-packet): Don't use
9044         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9045
9046         * nnmh.el: Use with-current-buffer.
9047         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9048         mm-string-as-multibyte on the output of mm-encode-coding-string.
9049
9050         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9051         (nnimap-request-move-article): Use with-current-buffer.
9052
9053         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9054         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9055         conversion uses string-make-unibyte rather than string-as-unibyte.
9056
9057         * gnus-msg.el: Use with-current-buffer.
9058
9059         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9060
9061 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9062
9063         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9064         string for caching if it is 'PIN.
9065
9066 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * lpath.el: Consider the case without Emacs/W3.
9069
9070 2008-03-08  Glenn Morris  <rgm@gnu.org>
9071
9072         * time-date.el (date-to-time, time-subtract, time-add)
9073         (safe-date-to-time): Doc fixes.
9074
9075 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * mail-source.el (mail-source-delete-old-incoming-confirm):
9078         Change default to nil.
9079         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9080
9081 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * lpath.el: Rearrange.
9084
9085         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9086         (gnus-article-goto-prev-page): Work for articles having ^L's.
9087
9088         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9089
9090         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9091
9092 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9093
9094         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9095         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9096         (gnus-bookmark-jump): Adjust some variable names.
9097
9098 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9099
9100         * auth-source.el: New package.
9101         (auth-source-choices): Add customization entry point variable.
9102
9103         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9104         bug.
9105
9106 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9107
9108         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9109         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9110         (gnus-registry-install-shortcuts): Rename from
9111         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9112         the `gnus-registry-mark-map' keymap dynamically from
9113         `gnus-registry-marks'.  The generated functions update the summary line
9114         when a registry mark is added or deleted, and will call
9115         `gnus-registry-install-p' (see the comments in the code).
9116         (gnus-registry-user-format-function-M): Use concat intelligently.
9117
9118         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9119         the registry mark functions.
9120
9121 2008-03-05  Glenn Morris  <rgm@gnu.org>
9122
9123         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9124         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9125         gnus-art.
9126         (top-level): No need to load own source when compiling.
9127
9128 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9131         Suggested by <chris.anderton@zetnet.co.uk>.
9132
9133 2008-03-04  Glenn Morris  <rgm@gnu.org>
9134
9135         * gnus-sum.el (top-level): No need to require gnus when compiling,
9136         since unconditionally required near start of file.
9137         (gnus-summary-display-while-building): Move definition before use.
9138
9139 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9140
9141         * gnus-registry.el (gnus-registry-user-format-function-M):
9142         Add formatting function.
9143
9144 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9145
9146         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9147         with plists.
9148         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9149         Use new format.
9150
9151 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9154         `where-is-internal' that returns a range of key sequences.
9155
9156 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9157
9158         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9159
9160         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9161         (gnus-summary-jump-to-group): Consider windows on other displayed
9162         frames as well.  Similar changes might be needed elsewhere, but that's
9163         the one I've bumped into during my use.
9164
9165         * nndoc.el (nndoc-oe-dbx-type-p):
9166         * gnus-msg.el (gnus-debug):
9167         * gnus-group.el (gnus-update-group-mark-positions):
9168         Use mm-string-to-multibyte.
9169
9170 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9173         doesn't handle NotDashEscaped.
9174
9175         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9176         (mml-dnd-attach-options): Fix typo in custom choice.
9177
9178         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9179         Change nndoc-article-type to mbox.
9180         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9181
9182         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9183         to nil, instead of html2text.
9184
9185         * imap.el (imap-debug): Add `imap-ping-server'.
9186
9187         * gnus-bookmark.el: Add FIXMEs.
9188
9189         * message.el (message-form-letter-separator)
9190         (message-send-form-letter-delay): New variables.
9191         (message-send-form-letter): Use them.  New command to send form
9192         letters.  Requested by Uwe Siart.
9193         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9194
9195 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * Update copyright years.
9198
9199 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         Sync from EMACS_22_BASE.
9202
9203         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9204
9205 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9206
9207         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9208         empty author.
9209
9210 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9211
9212         * gnus-registry.el (gnus-registry-marks): Add variable for
9213         customization of marks and their appearance.
9214         (gnus-registry-read-mark): Use it.
9215         (gnus-registry-do-marks): Add utility function to loop through
9216         `gnus-registry-marks'.
9217         (gnus-registry-install-shortcuts-and-menus): Add function to install
9218         shortcuts and menus.
9219         (gnus-registry-initialize): Use it.
9220         (gnus-registry-default-mark): Clarify documentation.
9221
9222 2008-02-29  Glenn Morris  <rgm@gnu.org>
9223
9224         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9225         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9226         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9227         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9228         Change defcustom :version from 23.0 to 23.1.
9229
9230 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9231
9232         * gnus-registry.el (gnus-registry-follow-group-p)
9233         (gnus-registry-post-process-groups): Add functions to aid registry
9234         splitting and improve logging.  Clarify behavior in function
9235         documentation.
9236         (gnus-registry-split-fancy-with-parent): Use them.
9237
9238 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9239
9240         * gnus-art.el: Use with-current-buffer.
9241
9242 2008-02-27  David Engster  <dengste@eml.cc>
9243
9244         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9245         Express real group name in the response.
9246
9247 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9250         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9251         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9252         autoload gnus-registry-fetch-group when compiling.
9253         (nnmairix-request-group-with-article-number-correction):
9254         Remove unreferenced argument passed to nnmairix-call-backend.
9255
9256 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9259         (mm-uu-extract): Improve face for low color ttys.
9260         Reported by Sascha Wilde.
9261
9262 2008-02-27  Glenn Morris  <rgm@gnu.org>
9263
9264         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9265         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9266         variables to defconsts.  Convert comments to doc-strings.
9267         (nnmairix-last-server, nnmairix-current-server): Convert from free
9268         variables to defvars.  Convert comments to doc-strings.
9269         (gnus-registry-fetch-group): Autoload.
9270         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9271         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9272         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9273         caddr.
9274         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9275         nnmairix-request-group-with-article-number-correction call.
9276         (nnmairix-fast, nnmairix-group): New, less general names, for free
9277         variables passed from nnmairix-request-group to
9278         nnmairix-request-group-with-article-number-correction.  Declare.
9279         (nnmairix-request-group-with-article-number-correction):
9280         Use nnmairix-fast, nnmairix-group rather than fast, group.
9281
9282 2008-02-26  David Engster  <dengste@eml.cc>
9283
9284         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9285         version 0.5.
9286
9287 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9288
9289         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9290         instead of making an extra function call.  Don't add the current group
9291         to articles only when they have the group.  Use
9292         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9293         Reported by David <de_bb@arcor.de>.
9294
9295 2008-02-24  Miles Bader  <miles@gnu.org>
9296
9297         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9298         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9299         (mm-find-mime-charset-region):
9300         * mm-bodies.el (mm-encode-body):
9301         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9302
9303 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9306         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9307
9308 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * mail-source.el (mail-source-delete-incoming): Change default.
9311         Supplement doc string.
9312
9313         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9314
9315 2008-02-14  Glenn Morris  <rgm@gnu.org>
9316
9317         * time-date.el (format-seconds): New function.
9318
9319 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * nnmail.el (nnmail-message-id-cache-file): Derive from
9322         `gnus-home-directory'.
9323
9324 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9327         Document negative prefix.
9328
9329         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9330
9331 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * message.el (message-unsent-separator): Add the Exim bounce
9334         separator.
9335
9336 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9337
9338         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9339         list.
9340         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9341         recipient/signer list.
9342
9343 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * Makefile.in (datarootdir): Define.
9346         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9347         name that might contain whitespace.
9348
9349 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9352         fbound (Emacs 23 unicode), signal an error.
9353
9354 2008-02-08  Glenn Morris  <rgm@gnu.org>
9355
9356         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9357
9358 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9359
9360         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9361         ports to the calls to `netrc-machine-user-or-password' in addition to
9362         "imap" and "imaps".
9363
9364 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9365
9366         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9367
9368         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9369
9370 2008-02-01  Kenichi Handa  <handa@m17n.org>
9371
9372         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9373         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9374         (rfc2104-hash): Convert the result of concat to unibyte string.
9375
9376 2008-02-01  Dave Love  <fx@gnu.org>
9377
9378         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9379         coding-system-for-read.
9380         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9381
9382 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9383
9384         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9385         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9386         <hanche@math.ntnu.no>.
9387
9388 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9391
9392         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9393
9394 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9395
9396         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9397         * message.el (message-beginning-of-line): Use featurep instead of bound
9398         tests in order to resolve conditionals at compile time.
9399
9400 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9401
9402         * mail-source.el (mail-sources): Add `group' choice.
9403
9404         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9405         parameter `in-group' to control into which group the articles go.
9406         Add treatment of `group' mail-source.
9407
9408 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9411
9412         * mm-decode.el (mm-dissect-buffer): Decode description.
9413
9414         * mml.el (mml-to-mime): Encode message header first.
9415
9416 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9419         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9420
9421         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9422         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9423
9424 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9425
9426         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9427
9428 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9431         prefix keys.
9432         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9433         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9434         gnus-xmas.el.
9435
9436         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9437         (gnus-xmas-article-describe-bindings): New function.
9438         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9439         gnus-xmas-article-describe-bindings.
9440
9441         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9442
9443 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9444
9445         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9446         Add new variables for article mark management.
9447         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9448         list of extra data entries which, when present, will indicate that the
9449         article ID should not be trimmed from the registry.
9450         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9451         functions.
9452         (gnus-registry-read-mark): New function to read a mark name from the
9453         user.
9454         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9455         (gnus-registry-set-article-mark-internal): New functions to add and
9456         remove marks.
9457         (gnus-registry-get-article-marks): New function to show the marks for
9458         an article, or retrieve them for further use.
9459
9460 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9463         keys when no argument is given.
9464
9465 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * imap.el (imap-ping-server): New variable.
9468         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9469         (imap-ping-server): Minor doc string fixes.
9470
9471 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9472
9473         * imap.el (imap-ping-server): New function.
9474         (imap-opened): Call imap-ping-server.
9475
9476 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * gnus-sum.el (gnus-article-sort-by-random)
9479         (gnus-thread-sort-by-random): Fix doc strings.
9480         Reported by jidanni@jidanni.org.
9481
9482 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * gnus-art.el (gnus-article-describe-bindings): New function.
9485         (gnus-article-read-summary-keys): Use it.
9486         (gnus-article-mode-map): Bind `C-h b' to it.
9487
9488 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9491         XEmacs.
9492         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9493         Protect against non-character events.
9494
9495         * lpath.el: Fbind map-keymap for Emacs 21.
9496
9497 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9500         New command.
9501         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9502         instead of END.  Change name of the temp file.
9503         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9504         customizable.
9505
9506 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9509         bind `S W' to gnus-article-wide-reply-with-original; set default
9510         binding to gnus-article-read-summary-send-keys.
9511         (gnus-article-read-summary-keys): Fix the order of keys; display
9512         continuation keys correctly in the echo area; describe bindings
9513         correctly when keys end with `C-h'.
9514         (gnus-article-read-summary-send-keys): New function.
9515         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9516         Work for gnus-article-read-summary-send-keys; display continuation keys
9517         correctly in the echo area.
9518         (gnus-article-reply-with-original): Ignore prefix argument.
9519         (gnus-article-wide-reply-with-original): New function.
9520
9521         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9522         Emacs 21.
9523
9524 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9527         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9528
9529 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9532         (gnus-group-read-ephemeral-gmane-group): New command.
9533
9534 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9535
9536         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9537
9538 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * message.el (message-send-mail-function): Increase custom version.
9541
9542         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9543         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9544
9545 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9546
9547         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9548         for the cases where imap-authenticate is called with a nil buffer
9549         parameter.
9550
9551 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9554         html parts correctly; support forwarded messages.
9555         (gnus-article-browse-html-article): Remove work buffers.
9556
9557         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9558         compiling.
9559         (netrc-bound-and-true-p): New macro.
9560         (netrc-parse): Use it instead of bound-and-true-p that is not available
9561         in XEmacs 21.4.
9562
9563 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9564
9565         * gnus-registry.el (gnus-registry-mark-article)
9566         (gnus-registry-article-marks): Add functionality to mark articles
9567         through the Gnus registry.
9568
9569         * encrypt.el: Clarify documentation for the new pgg method.
9570         (encrypt-file-alist): Add PGG option.
9571         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9572         functionality.  Abstract password key and messaging to external
9573         functions.
9574         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9575         (encrypt-message-method-and-cipher): Add new convenience external
9576         functions.
9577         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9578         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9579
9580         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9581         (netrc-parse): Use encrypt-file-alist to determine if
9582         encrypt-find-model or encrypt-insert-file-contents should be used.
9583
9584         * encrypt.el: Clarify documentation.  Load password-cache or
9585         password, whichever one is found first, instead of autoloading.
9586
9587 2007-12-19  Glenn Morris  <rgm@gnu.org>
9588
9589         * mml.el (message-options-set, message-narrow-to-head)
9590         (message-in-body-p, message-mail-p, message-encode-message-body):
9591         Autoload.
9592         (message-remove-header, message-narrow-to-headers-or-head)
9593         (message-subscribed-p, message-make-mail-followup-to)
9594         (message-position-on-field, message-news-p)
9595         (message-options-set-recipient, message-generate-headers)
9596         (message-sort-headers): Declare as functions.
9597
9598 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9601         convention in doc string.
9602
9603 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9606         title to html parts.
9607         (gnus-article-browse-html-article): Pass message header to it.
9608
9609         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9610
9611 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9614         or password compatible with XEmacs.
9615
9616 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9617
9618         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9619         format document.
9620         (gnus-mime-delete-part): Don't write description line if empty.
9621         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9622
9623 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9624
9625         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9626         (gnus-summary-mark-read-and-unread-as-read)
9627         (gnus-summary-mark-current-read-and-unread-as-read)
9628         (gnus-summary-mark-unread-as-ticked): Doc fix.
9629         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9630
9631 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9634         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9635
9636 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9639         yes-or-no-p.
9640
9641 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * mm-decode.el (mm-add-meta-html-tag): New function.
9644         (mm-save-part-to-file, mm-pipe-part): Use it.
9645
9646         * gnus-art.el (gnus-article-browse-delete-temp-files):
9647         Use gnus-y-or-n-p instead of y-or-n-p.
9648         (gnus-article-browse-html-parts): Work with message/external-body; use
9649         mm-add-meta-html-tag.
9650
9651 2007-12-11  Glenn Morris  <rgm@gnu.org>
9652
9653         * gnus-cache.el: Require gnus-sum not just when compiling.
9654
9655         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9656
9657         * gnus-int.el (gnus-server-opened, gnus-status-message):
9658         Move definitions before use.
9659
9660         * mm-decode.el: Require gnus-util.
9661         (mm-remove-part): Only call delete-annotation on XEmacs.
9662
9663         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9664
9665         * nnmail.el: Require gnus-int.
9666
9667         * spam.el: Move `require's before `eval-when-compile's.
9668
9669         * gnus-ems.el (gnus-alive-p):
9670         * gnus-fun.el (message-goto-eoh):
9671         * gnus-util.el (gnus-group-name-decode):
9672         * mail-source.el (gnus-compress-sequence):
9673         * message.el (Info-goto-node, format-spec):
9674         * mm-bodies.el (message-options-get):
9675         * mm-decode.el (mm-view-pkcs7):
9676         * mm-util.el (gmm-write-region):
9677         * mml-smime.el (mml-compute-boundary)
9678         (gnus-completing-read-with-default):
9679         * mml.el (widget-button-press, gnus-make-hashtable):
9680         * mml1991.el (mm-decode-content-transfer-encoding)
9681         (mm-encode-content-transfer-encoding)
9682         (message-options-get, message-options-set):
9683         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9684         * nnfolder.el (gnus-request-group):
9685         * nnheader.el (ietf-drums-unfold-fws):
9686         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9687         * smime.el (gnus-run-mode-hooks):
9688         * spam-stat.el (gnus-message): Autoload.
9689
9690         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9691         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9692         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9693         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9694         Add declare-function compatibility definition.
9695
9696         * gnus-cache.el (nnvirtual-find-group-art):
9697         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9698         (gnus-add-image, gnus-add-wash-type):
9699         * gnus-group.el (nnkiboze-score-file):
9700         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9701         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9702         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9703         (message-tokenize-header, gnus-get-buffer-create)
9704         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9705         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9706         * gnus.el (gnus-group-decoded-name):
9707         * mail-source.el (imap-capability):
9708         * mm-bodies.el (message-options-set):
9709         * mm-decode.el (gnus-configure-windows):
9710         * mm-extern.el (message-goto-body):
9711         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9712         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9713         (epg-sub-key-validity, message-options-set):
9714         * mml.el (widget-event-point, gnus-configure-windows):
9715         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9716         * mml2015.el (epg-check-configuration, epg-configuration)
9717         (message-options-set):
9718         * nndb.el (nndb-request-article):
9719         * nnfolder.el (gnus-request-create-group):
9720         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9721         * nnmaildir.el (gnus-group-mark-article-read):
9722         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9723         * rfc1843.el (message-fetch-field):
9724         * spam.el (gnus-extract-address-components):
9725         Declare as functions.
9726
9727 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9730
9731         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9732
9733         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9734         bind show-trailing-whitespace for XEmacs.
9735
9736 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9739         new no-op macro for backward compatibility.
9740
9741         * imap.el (imap-string-to-integer): New function.
9742
9743 2007-12-09  Glenn Morris  <rgm@gnu.org>
9744
9745         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9746
9747         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9748         * message.el, mm-view.el, sieve-manage.el, smime.el:
9749         Add declare-function compatibility definition.
9750
9751         * gnus-art.el (w3-region, w3m-region, Info-menu):
9752         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9753         * gnus-sum.el (gnus-get-predicate):
9754         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9755         * message.el (mail-abbrev-in-expansion-header-p):
9756         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9757         (w3m-detect-meta-charset, w3m-region):
9758         * sieve-manage.el (password-read, password-cache-add)
9759         (password-cache-remove):
9760         * smime.el (password-read-and-add): Declare as functions.
9761
9762 2007-12-08  David Kastrup  <dak@gnu.org>
9763
9764         * gnus-sum.el (gnus-summary-simplify-subject-query):
9765         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9766         `message'.
9767
9768 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9771         it to bind idna-program, installation-directory, defined-colors, and
9772         face-attribute for XEmacs of the version that compiles defcustom forms.
9773
9774 2007-12-07  Glenn Morris  <rgm@gnu.org>
9775
9776         * gnus-art.el (article-make-date-line): Revert previous change.
9777
9778 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9781
9782 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9783
9784         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9785         Call gnus-add-to-range ranges only once with a prepared article-list.
9786
9787 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9788
9789         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9790         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9791         group names with backslashes.
9792         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9793
9794 2007-12-06  Deepak Goel  <deego3@gmail.com>
9795
9796         * gnus-art.el (article-make-date-line):
9797         * gnus-start.el (gnus-load):
9798         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9799
9800 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-art.el (gnus-use-idna)
9803         * gnus-start.el (gnus-site-init-file)
9804         * message.el (message-use-idna)
9805         * mm-uu.el (mm-uu-hide-markers)
9806         * smiley.el (smiley-style): Revert changes that suppress warnings.
9807
9808 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9811         specify charset to html source.
9812         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9813
9814 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9817         idna-program in order to suppress byte compile warning issued by XEmacs
9818         that came to byte compile the default value section of defcustom forms
9819         recently.
9820
9821         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9822         value of installation-directory.
9823
9824         * message.el (message-use-idna): Don't directly refer to the value of
9825         idna-program.
9826
9827         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9828
9829         * smiley.el (smiley-style): Don't directly call face-attribute.
9830
9831 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9834
9835         * gnus-dired.el: Reduce Gnus dependencies.
9836         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9837         Don't require.  Use autoloads instead.
9838         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9839         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9840         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9841         (gnus-dired-mode): Adjust doc string.
9842         (gnus-dired-mail-mode): New variable.
9843         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9844         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9845         (gnus-dired-mail-buffers): New function.  Return mail or message
9846         composition buffers.
9847         (gnus-dired-attach): Use it.
9848         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9849         NO-DECODE.
9850         (gnus-dired-print): Use `gnus-print-buffer' depending on
9851         `gnus-dired-mail-mode'.
9852
9853 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * rfc2047.el (rfc2047-encoded-word-regexp)
9856         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9857         explaining what regexp patterns are for.
9858
9859 2007-12-04  Glenn Morris  <rgm@gnu.org>
9860
9861         * password.el: Move to password-cache.el.
9862
9863         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9864         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9865         * mml-smime.el (password-read, password-cache-add)
9866         (password-cache-remove):
9867         No need to autoload, since mml-sec requires password.
9868
9869         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9870         * message.el (gnus-extract-address-components):
9871         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9872
9873         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9874         password.
9875
9876 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * mailcap.el: Reduce dependencies.
9879         (mail-header-parse-content-type): Autoload.
9880         (mailcap-delete-duplicates): New alias.
9881         (mailcap-mime-info): Add optional argument NO-DECODE.
9882         (mailcap-mime-types): Use mailcap-delete-duplicates.
9883
9884         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9885
9886 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9887
9888         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9889         (imap-parse-status): Upcase status-att for servers that sends them
9890         lower-case (e.g., MS Exchange 2007).
9891
9892 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9893
9894         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9895         function.
9896
9897         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9898         (gnus-uu-yenc-article): New function.
9899
9900         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9901
9902         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9903
9904 2007-12-02  Glenn Morris  <rgm@gnu.org>
9905
9906         * binhex.el (binhex): New custom group.
9907         (binhex-decoder-program, binhex-decoder-switches)
9908         (binhex-use-external): Move to the binhex custom group.
9909
9910         * uudecode.el (uudecode): New custom group.
9911         (uudecode-decoder-program, uudecode-decoder-switches)
9912         (uudecode-use-external): Move to the uudecode custom group.
9913
9914         * netrc.el (top-level): Don't load `encrypt' features.
9915         (netrc-parse): Don't use encrypt.
9916         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9917
9918         * encrypt.el: Remove file.
9919
9920 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9923         matches on patches.
9924
9925         * gnus-art.el (gnus-article-browse-html-article):
9926         Mention `mm-text-html-renderer' in the doc string.
9927
9928         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9929         string.  Add comments.
9930
9931         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9932         if rhs is ASCII.
9933
9934 2007-12-01  Glenn Morris  <rgm@gnu.org>
9935
9936         * mail-source.el (top-level): Require format-spec before
9937         eval-when-compile.
9938
9939 2007-11-30  Glenn Morris  <rgm@gnu.org>
9940
9941         * encrypt.el: Require password, rather than autoloading password-read.
9942
9943 2007-11-29  Glenn Morris  <rgm@gnu.org>
9944
9945         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9946         (sasl-make-client, sasl-next-step, sasl-step-data)
9947         (sasl-step-set-data): Declare as functions.
9948
9949 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9952
9953 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9954
9955         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9956         certs should be verified and what is to be done in the event of a
9957         verification failure.
9958
9959         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9960         caller can indicate whether the cache should be disregarded for this
9961         call.  This way the result of the call is reproducible at all times and
9962         can be considered a canonical server name for the supplied method.
9963         (gnus-agent-method-p): Canonicalize server names by pushing their
9964         method through `gnus-method-to-server' using the no-cache argument.
9965
9966         * gnus-srvr.el (gnus-server-insert-server-line):
9967         Call `gnus-method-to-server' with `no-cache' argument.
9968
9969         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9970         gnus-agent-possibly-synchronize-flags as this should be called when the
9971         server is actually being opened.
9972         (gnus-agent-possibly-synchronize-flags)
9973         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9974         flags file of an agentized server to the latter function.
9975
9976         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9977         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9978         after a connection has been established successfully.
9979
9980 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * gnus-art.el (article-display-face): Force to display face if called
9983         interactively; check if gnus-article-x-face-too-ugly matches author.
9984         (article-display-x-face): Display face even if From header is missing
9985         as article-display-face does.
9986
9987 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9988
9989         * hashcash.el (message-narrow-to-headers-or-head)
9990         (message-fetch-field, message-goto-eoh)
9991         (message-narrow-to-headers): Declare as functions.
9992
9993 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * mail-source.el (mail-sources): Default to fetch from file for
9996         compatibility with default of nnmail-spool-file.
9997
9998 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10001         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10002         to look for encoded word that should be encoded again.
10003         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10004         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10005         encoding pattern.
10006         (rfc2047-decode-region): Switch strict regexp and loose one according
10007         to rfc2047-allow-irregular-q-encoded-words.
10008
10009 2007-11-25  Romain Francoise  <romain@orebokech.com>
10010
10011         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10012
10013 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10014
10015         * tls.el (tls-program): Provide more custom choices from
10016         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10017         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10018
10019 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10020
10021         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10022         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10023
10024         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10025         `nnmail-spool-file'.
10026
10027         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10028         `nnmail-spool-file'.
10029
10030         * gnus-move.el (gnus-change-server): Ditto.
10031
10032         * gnus-kill.el (gnus-batch-score): Ditto.
10033
10034         * gnus-cache.el (gnus-jog-cache): Ditto.
10035
10036         * gnus-msg.el (gnus-summary-reply):
10037         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10038
10039 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10040
10041         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10042         version.  Minor improvement to doc strings.
10043         (tls-program): Add comment.
10044
10045 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10046
10047         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10048         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10049         mismatch between the hostname provided in the certificate and the name
10050         of the host connnecting to.
10051         (open-tls-stream): Use them.  Check certificates against trusted root
10052         certificates.
10053
10054 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * gnus-cache.el (gnus-cache-generate-nov-databases):
10057         Use nnml-generate-nov-databases-directory instead of
10058         nnml-generate-nov-databases-1.
10059
10060 2007-11-24  Glenn Morris  <rgm@gnu.org>
10061
10062         * message.el (message-tool-bar-retro): Update for rename
10063         mail_send.xpm->mail-send.xpm.
10064
10065 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10068         `smime-ldap-search' for Emacs 22 and up.
10069
10070 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10071
10072         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10073
10074         * message.el (message-send-mail-function): Fix error convention.
10075         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10076         (message-widen-reply, message-send-mail, message-talkative-question)
10077         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10078         (message-clone-locals, message-send-news): Use with-current-buffer.
10079         (message-insert-or-toggle-importance): Remove unused var `valid'.
10080         (message-make-references): Remove unused var `new-references'.
10081         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10082
10083 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10084
10085         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10086         (spam-split-symbolic-return-positive): Reflow docstring.
10087         (spam-backends, spam-summary-exit-behavior)
10088         (spam-mark-ham-unread-before-move-from-spam-group)
10089         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10090         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10091         (spam-clear-cache, spam-backend-check, spam-install-backend)
10092         (spam-install-statistical-backend, spam-list-of-processors)
10093         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10094         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10095         (spam-check-crm114, spam-initialize, spam-unload-hook):
10096         Fix typos in docstrings.
10097
10098 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10101         been checked if they have never been read and those group levels are
10102         higher than the one that a user specified.
10103
10104 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10107         foreign groups unless a group level is specified by a user.
10108         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10109
10110 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * message.el (message-send-mail-function): Require sendmail.
10113
10114 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10115
10116         * message.el (message-send-mail-function): Check for smtpmail too.
10117
10118         * utf7.el (utf7-encode, utf7-decode): Use coding system
10119         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10120
10121         * message.el (message-send-mail-function): New function.
10122         (message-send-mail-function): Set default using
10123         message-send-mail-function.  Adjust doc string.
10124         (message-send-mail-with-mailclient): New function.
10125
10126 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10127
10128         * smime.el (from):
10129         * rfc2047.el (message-posting-charset):
10130         * qp.el (mm-use-ultra-safe-encoding):
10131         * pop3.el (parse-time-months):
10132         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10133         * nnml.el (files):
10134         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10135         (jka-compr-compression-info-list, ange-ftp-path-format)
10136         (efs-path-regexp):
10137         * nndiary.el (files):
10138         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10139         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10140         (epg-digest-algorithm-alist, inhibit-redisplay)
10141         (password-cache-expiry):
10142         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10143         (pgg-output-buffer, password-cache-expiry):
10144         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10145         (efs-path-regexp):
10146         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10147         (inhibit-redisplay):
10148         * mm-uu.el (file-name, start-point, end-point, entry)
10149         (gnus-newsgroup-name, gnus-newsgroup-charset):
10150         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10151         (latin-unity-ucs-list):
10152         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10153         (mm-uu-binhex-decode-function):
10154         * message.el (gnus-message-group-art, gnus-list-identifiers)
10155         (rmail-enable-mime-composing, gnus-local-organization)
10156         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10157         (gnus-read-active-file, facemenu-add-face-function)
10158         (facemenu-remove-face-function, gnus-article-decoded-p)
10159         (tool-bar-mode):
10160         * mail-source.el (display-time-mail-function):
10161         * gnus-util.el (nnmail-pathname-coding-system)
10162         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10163         (gnus-original-article-buffer, gnus-user-agent)
10164         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10165         (xemacs-codename, sxemacs-codename, emacs-program-version):
10166         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10167         * gnus-start.el (gnus-agent-covered-methods)
10168         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10169         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10170         (gnus-newsgroup-headers, gnus-group-list-mode)
10171         (gnus-group-mark-positions, gnus-newsgroup-data)
10172         (gnus-newsgroup-unreads, nnoo-state-alist)
10173         (gnus-current-select-method, mail-sources)
10174         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10175         (nnmail-spool-file, gnus-cache-active-hashtb):
10176         * gnus-mh.el (mh-lib-progs):
10177         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10178         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10179         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10180         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10181         (gnus-group-buffer):
10182         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10183         (font-lock-set-defaults):
10184         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10185         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10186         (gnus-summary-post-menu, total-parts, type, condition, length):
10187         * gnus-agent.el (gnus-agent-read-agentview):
10188         * flow-fill.el (show-trailing-whitespace):
10189         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10190         eval-and-compile wrappers for byte compiler pacifiers.
10191
10192         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10193         (mm-display-inline-fontify): Check for featurep 'xemacs not
10194         extent-list.
10195
10196         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10197         itimer-list.
10198         (mm-create-image-xemacs): Only do something for XEmacs.
10199         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10200
10201         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10202
10203         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10204         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10205
10206 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10207
10208         * nnimap.el (nnimap-split-download-body):
10209         * gnus-demon.el (gnus-demon):
10210         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10211
10212 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10215         New macros.
10216         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10217         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10218         copy data from unibyte buffer to multibyte current buffer.
10219         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10220         to copy data from unibyte current buffer to multibyte buffer.
10221         (nntp-make-process-buffer): Make process buffer unibyte.
10222
10223         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10224
10225 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10226
10227         * pop3.el (pop3-open-server): Accept and process data more robustly at
10228         connexion start to avoid spurious "POP SSL connexion failed" errors.
10229
10230 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10233         read group names.
10234
10235 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10238
10239 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10242         (nnmail-save-active): Use a unibyte buffer when saving active file,
10243         which may contain non-ASCII group names.
10244
10245         * nnml.el (nnml-request-group): Decode group names in messages.
10246
10247 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * message.el (message-citation-line-function)
10250         (message-insert-formatted-citation-line): Fix spelling of
10251         `message-insert-formated-citation-line'.
10252
10253 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10256
10257 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10260         nnmail-pathname-coding-system.
10261
10262         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10263         that a user enters; decode group names in messages.
10264
10265         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10266
10267 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10270
10271         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10272
10273         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10274         risky local variable.
10275
10276         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10277
10278 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10279
10280         * encrypt.el: Improve documentation to fix function name typo.
10281         Reported by Daiki Ueno <ueno@unixuser.org>.
10282
10283 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10286         even if the point is not in the last page of an article.
10287         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10288         back to the previous page.
10289
10290 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10293
10294 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10297
10298 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10299
10300         * message.el (message-check-news-body-syntax):
10301         Avoid mm-string-as-multibyte.
10302         (message-hide-headers): Don't assume (point-min)==1.
10303
10304 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * message.el (message-remove-blank-cited-lines): Fix if remove is
10307         given.
10308         (message-bogus-address-regexp): New variable.
10309         (message-bogus-recipient-p): New function.
10310         (message-check-recipients): New command.
10311         (message-syntax-checks): Add `bogus-recipient'.
10312         (message-fix-before-sending): Add `bogus-recipient'.
10313
10314         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10315         (gnus-treat-body-boundary): Don't test window-system.
10316
10317 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10318
10319         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10320
10321 2007-10-28  Miles Bader  <miles@gnu.org>
10322
10323         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10324         at compile-time too.
10325
10326 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * gnus-msg.el (gnus-message-setup-hook):
10329         Add `message-remove-blank-cited-lines' to options.
10330
10331 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10332
10333         * message.el (message-remove-blank-cited-lines): New function.
10334         Suggested by Karl Plästerer.
10335
10336 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10339         mapc.
10340
10341         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10342         (top-level): Use mapc to set functions to be traced for debugging.
10343
10344         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10345         called for effect with while loop.
10346
10347         * message.el (message-talkative-question): Replace mapcar called for
10348         effect with mapc.
10349
10350         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10351         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10352         called for effect with dolist.
10353
10354         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10355
10356         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10357         gnus-extra-headers and nnmail-extra-headers.
10358
10359         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10360         called for effect with dolist.
10361         (top-level): Use mapc to set functions to be traced for debugging.
10362
10363         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10364         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10365         dolist.
10366
10367         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10368         Replace mapcar called for effect with mapc.
10369         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10370         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10371         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10372         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10373
10374         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10375         remove-if that's a cl function.
10376
10377         * webmail.el (webmail-debug): Replace mapcar called for effect with
10378         dolist.
10379
10380         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10381         with mapc.
10382
10383 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10386         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10387         with while loop.
10388
10389         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10390         functions from article-* functions.
10391         (gnus-multi-decode-header): Replace mapcar called for effect with
10392         dolist.
10393
10394         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10395         (gnus-bookmark-show-details): Replace mapcar called for effect with
10396         while loop.
10397
10398         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10399         called for effect with while loop.
10400
10401         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10402         with dolist.
10403
10404         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10405         Replace mapcar called for effect with dolist.
10406
10407         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10408
10409         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10410         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10411         Replace mapcar called for effect with dolist.
10412         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10413         mapc.
10414
10415         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10416         Replace mapcar called for effect with dolist.
10417         (gnus-topic-list): Replace mapcar called for effect with mapc.
10418
10419         * gnus.el: Use mapc instead of mapcar to add autoloads.
10420
10421 2007-10-23  Richard Stallman  <rms@gnu.org>
10422
10423         * gnus-group.el (gnus-group-highlight): Mark as risky.
10424
10425 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus.el (gnus-server-to-method): Return method found first in
10428         gnus-newsrc-alist.
10429
10430         * gnus-art.el (gnus-article-highlight-signature)
10431         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10432         button overlay without the front stickiness.
10433
10434 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10435
10436         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10437         overview buffer needed a catch to receive its throw.
10438         (gnus-agent-flush-cache): Declare as interactive to make this function
10439         easier to use.
10440
10441 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10444         `next-line'.
10445
10446 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10449         exclude address matching message-dont-reply-to-names.
10450
10451 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * gnus-util.el (gnus-string<): New function.
10454
10455         * gnus-sum.el (gnus-article-sort-by-author)
10456         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10457
10458 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10461         the frame-focus tag is set in gnus-buffer-configuration.
10462
10463 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10466         the front stickiness.
10467
10468 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10471         url pattern; remove duplicate one.
10472         (gnus-article-extend-url-button): New function.
10473         (gnus-article-add-buttons): Use it.
10474         (gnus-button-push): Use concatenated url that it makes.
10475
10476 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10477
10478         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10479
10480 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10481
10482         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10483         Don't hardcode point-min==1.
10484
10485 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10488         Fix comment about "iso8859-1".
10489
10490 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10491
10492         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10493         ones returned from the verify-function.
10494
10495         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10496         Call mml2015-extract-cleartext-signature if extraction failed.
10497
10498 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10499
10500         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10501         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10502         failed.
10503
10504 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10507
10508 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10509
10510         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10511         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10512         recommends to use EasyPG instead of PGG.
10513
10514         * pgg.el: Revert to revision 6.23.2.16.
10515
10516         * pgg-def.el: Revert to revision 6.6.2.14.
10517
10518         * pgg-gpg.el: Revert to revision 6.23.2.34.
10519
10520 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10521
10522         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10523         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10524         thread for both the null and zero (kill/expire thread) universal prefix
10525         cases.
10526         (gnus-summary-expire-thread): Add new function to expire a thread,
10527         using gnus-summary-kill-thread.
10528         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10529         shortcuts for gnus-summary-expire-thread.
10530         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10531         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10532
10533 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10534
10535         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10536         extras value, so an extras entry can be deleted.
10537         (gnus-registry-delete-extra-entry): Use it.
10538         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10539         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10540         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10541         storage through the gnus-registry, and provide an appropriate API for
10542         it.
10543
10544 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10547         Suggested by Leo <sdl.web@gmail.com>.
10548
10549         * gnus.el: Do.
10550
10551 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10554         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10555
10556         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10557
10558         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10559         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10560
10561 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10564         newline.
10565         (nnmbox-request-accept-article): Don't change article in source buffer;
10566         narrow to header to use message-fetch-field rather than
10567         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10568         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10569         as delimiters; make sure article ends with newline.
10570         (nnmbox-delete-mail): Correct last position of article to be deleted;
10571         ignore X-Gnus-Newsgroup header in article body.
10572         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10573         positions; make sure article ends with newline.
10574
10575         * message.el (message-display-abbrev): Don't infloop when a user
10576         inserts SPC in the beginning of header.
10577
10578         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10579         coding-system-for-read and coding-system-for-write for XEmacs having no
10580         file-coding feature.
10581
10582         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10583
10584 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10585
10586         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10587         list of groups not followed by default.  Fix type to be regexp.
10588         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10589
10590 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10591
10592         * hmac-def.el (define-hmac-function): Switch from old-style to
10593         new-style backquotes.
10594
10595         * md4.el (md4-make-step): Likewise.
10596
10597 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10600         raw-text coding system when saving .newsrc file, which may contain
10601         non-ASCII group names.
10602
10603 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * gnus-cus.el (gnus-score-extra): New widget.
10606         (gnus-score-extra-convert): New function.
10607         (gnus-score-customize): Use it for Extra.
10608
10609 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10610
10611         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10612         (mml2015-mailcrypt-clear-verify): Use it.
10613         (mml2015-gpg-clear-verify): Use it.
10614         (mml2015-pgg-clear-verify): Use it.
10615         (mml2015-epg-clear-verify): Replace the current part with the output
10616         from GnuPG; don't extract the plaintext by itself.
10617
10618         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10619         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10620         mml2015-clear-verify-function; don't touch the armor headers or
10621         dash-escaped text here.
10622
10623 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10626         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10627         parts, or application/octet-stream as a last resort.
10628         (gnus-mime-view-part-as-type): Don't toggle display.
10629         (gnus-mime-view-part-as-charset): Don't turn off display before
10630         querying charset.
10631
10632         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10633         stuff to undisplayer function in Emacs.
10634         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10635
10636         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10637         text/calendar parts.
10638
10639 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10642         decoding text/calendar parts.
10643
10644         * message.el (message-forward-make-body-mime): Always mark body as
10645         having no illegible text; remove signed-or-encrypted argument.
10646         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10647
10648         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10649         (mml-generate-mime-1): Don't encode body if it is specified to be in
10650         raw form; don't make buffer be unibyte when inserting multibyte string.
10651
10652 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10653
10654         * sha1.el: Fix up comment style.
10655         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10656         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10657
10658         * hex-util.el: Fix up comment style.
10659         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10660
10661         * gnus-salt.el: Use with-current-buffer.
10662         (gnus-pick-setup-message): Fix long-standing typo.
10663
10664 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * imap.el (imap-logout-timeout): New variable.
10667         (imap-logout, imap-logout-wait): New functions.
10668         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10669
10670         * nnimap.el (nnimap-logout-timeout): New server variable.
10671         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10672         nnimap-logout-timeout.
10673
10674         * gnus-art.el (gnus-article-summary-command-nosave)
10675         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10676
10677 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus.el (gnus-maximum-newsgroup): New variable.
10680
10681         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10682         according to gnus-maximum-newsgroup.
10683
10684         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10685         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10686         Limit the range of articles according to gnus-maximum-newsgroup.
10687
10688 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10689
10690         * gnus-art.el (gnus-sticky-article): Fix problems described in
10691         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10692         Don't perform gnus-configure-windows here; reuse existing sticky
10693         article buffer.
10694
10695         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10696         it doesn't exist in gnus-article-mode.
10697
10698 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10701         (gnus-agent-decoded-group-name): New function.
10702         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10703         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10704
10705 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10706
10707         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10708         Add binding for gnus-sticky-article.
10709         (gnus-summary-exit): Don't kill sticky article buffers.
10710
10711         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10712         article buffer.
10713         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10714         (gnus-kill-sticky-article-buffers): New commands.
10715
10716 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * nntp.el (nntp-xref-number-is-evil): New server variable.
10719         (nntp-find-group-and-number): If it is non-nil, don't trust article
10720         numbers in the Xref header.
10721
10722 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-agent.el (gnus-agent-read-group): New function.
10725         (gnus-agent-flush-group, gnus-agent-expire-group)
10726         (gnus-agent-regenerate-group): Use it.
10727         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10728         nnmail-pathname-coding-system.
10729
10730 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10733
10734         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10735         that are unread as unread, and also as selected so that information of
10736         marks having been changed by a user may be updated when exiting group.
10737
10738 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10741
10742 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10745         calculated ignoring signature parts to gnus-treat-article.
10746
10747 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10750         a point here in order to keep the window start.
10751         (gnus-insert-mime-security-button): Make a button overlay without the
10752         front stickiness.
10753         (gnus-mime-display-security): Goto the end of a button.
10754
10755         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10756
10757 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10760         group-name-at-point.
10761         (gnus-group-completing-read): New function that offers decoded
10762         non-ASCII group names for completion.
10763         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10764         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10765         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10766         (gnus-group-fetch-control): Use it.
10767         (gnus-fetch-group): Use group-name-at-point for the initial value
10768         rather than the default value; use gnus-alive-p.
10769
10770         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10771         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10772         (gnus-summary-post-news): Use gnus-group-completing-read.
10773
10774         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10775         (gnus-read-move-group-name): Decode group name for completion.
10776
10777 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10778
10779         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10780         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10781         Yamaoka slightly modified the code).
10782
10783 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10786         (nnmail-split-incoming): Bind it.
10787
10788         * nnml.el (nnml-group-name-charset): New function.
10789         (nnml-decoded-group-name): Use it; don't decode group name if
10790         nnmail-group-names-not-encoded-p is non-nil.
10791         (nnml-encoded-group-name): New function.
10792         (nnml-group-pathname): Inline nnml-decoded-group-name.
10793         (nnml-request-expire-articles): Decode group name in message.
10794         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10795         nnmail-pathname-coding-system.
10796         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10797         not decoded ones according to nnmail-group-names-not-encoded-p.
10798         (nnml-generate-active-info): Use nnml-encoded-group-name.
10799
10800 2007-08-08  Glenn Morris  <rgm@gnu.org>
10801
10802         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10803         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10804         doc-strings and comments.
10805
10806 2007-07-25  Glenn Morris  <rgm@gnu.org>
10807
10808         * Relicense all FSF files to GPLv3 or later.
10809
10810 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * gnus-sum.el (gnus-summary-move-article):
10813         Make gnus-summary-respool-article work.
10814
10815 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10818         string.
10819
10820 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10821
10822         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10823         that should be ignored when comparing distant RSS articles with local
10824         ones.
10825         (nnrss-make-hash-index): New function.  Create a hash index according
10826         to the ignored fields.
10827         (nnrss-check-group): Use it.
10828
10829 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10832
10833         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10834
10835         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10836         the new optional argument ENCODED is non-nil.
10837         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10838         coding system for encoding group name.
10839         (gnus-group-make-rss-group): Pass un-encoded group name to
10840         gnus-group-make-group.
10841         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10842         encoded.
10843
10844         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10845         Encode group name to which articles are moved or copied.
10846         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10847         coding system for encoding Newsgroup, Followup-To and Xref headers.
10848
10849         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10850         marks; use nnheader-file-coding-system to write a file.
10851         (nnagent-retrieve-headers): Bind file-name-coding-system to
10852         nnmail-pathname-coding-system.
10853
10854         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10855
10856         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10857         (nnml-request-article, nnml-request-create-group)
10858         (nnml-request-rename-group, nnml-find-id)
10859         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10860         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10861         (nnml-save-marks): Use nnml-group-pathname instead of
10862         nnmail-group-pathname.
10863
10864         (nnml-request-create-group, nnml-request-expire-articles)
10865         (nnml-request-move-article, nnml-request-delete-group)
10866         (nnml-deletable-article-p, nnml-possibly-create-directory)
10867         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10868         (nnml-open-marks): Bind file-name-coding-system to
10869         nnmail-pathname-coding-system.
10870
10871         (nnml-request-article): Pass server argument to nnml-find-group-number.
10872         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10873         Pass server argument to nnml-possibly-create-directory.
10874         (nnml-request-accept-article): Pass server argument to
10875         nnml-active-number and nnml-save-mail.
10876         (nnml-find-group-number): Pass server argument to nnml-find-id.
10877         (nnml-request-update-info): Pass server argument to
10878         nnml-marks-changed-p.
10879
10880         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10881         (nnml-save-mail, nnml-active-number): Add server argument.
10882
10883         (nnml-request-delete-group): Warn if group is missing.
10884         (nnml-get-nov-buffer): Decode group name.
10885         (nnml-generate-active-info): Encode group name.
10886         (nnml-open-marks): Decode group name in messages.
10887
10888 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10891         if it is not specified.
10892         (gnus-article-pipe-part, gnus-article-save-part)
10893         (gnus-article-interactively-view-part, gnus-article-copy-part)
10894         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10895         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10896         (gnus-article-replace-part, gnus-article-delete-part)
10897         (gnus-article-view-part-as-type): Pass raw prefix argument to
10898         gnus-article-part-wrapper.
10899
10900 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * gnus-agent.el (gnus-agent-save-active):
10903         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10904
10905         * gnus-cache.el (gnus-cache-save-buffers)
10906         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10907         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10908         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10909         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10910         (gnus-cache-generate-active, gnus-cache-rename-group)
10911         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10912         (gnus-cache-update-overview-total-fetched-for):
10913         Bind file-name-coding-system to nnmail-pathname-coding-system.
10914         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10915         New variables.
10916         (gnus-cache-decoded-group-name): New function.
10917         (gnus-cache-file-name): Use it.
10918         (gnus-cache-generate-active): Use non-decoded group name for active.
10919
10920         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10921         right place.
10922         (gnus-write-active-file): Don't break non-ASCII group names.
10923
10924         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10925         nnmail-pathname-coding-system.
10926
10927         * lpath.el: Bind default-file-name-coding-system,
10928         file-name-coding-system and language-info-alist for XEmacs.
10929
10930         * gnus-uu.el (gnus-uu-decode-save): Typo.
10931
10932 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10935
10936 2007-07-14  David Kastrup  <dak@gnu.org>
10937
10938         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10939         finishing actions if we did not edit the article.
10940
10941 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10944         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10945         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10946         (gnus-agent-flush-group, gnus-agent-flush-cache)
10947         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10948         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10949         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10950         (gnus-agent-regenerate-group)
10951         (gnus-agent-update-files-total-fetched-for)
10952         (gnus-agent-update-view-total-fetched-for):
10953         Bind file-name-coding-system to nnmail-pathname-coding-system.
10954         (gnus-agent-group-pathname): Don't encode file names by
10955         nnmail-pathname-coding-system.
10956         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10957         coding-system-for-write instead of buffer-file-coding-system to
10958         gnus-agent-file-coding-system.
10959
10960         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10961         Decode group name.
10962
10963         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10964
10965         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10966         (gnus-read-newsrc-el-file): Make group names unibyte.
10967
10968         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10969         nnmail-pathname-coding-system.
10970
10971         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10972         (nnrss-request-delete-group): Bind file-name-coding-system to
10973         nnmail-pathname-coding-system.
10974         (nnrss-read-server-data, nnrss-read-group-data):
10975         Bind file-name-coding-system correctly.
10976         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10977
10978         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10979         (nntp-server-to-method-cache): New variable.
10980         (nntp-group-pathname): New function that decodes non-ASCII group names.
10981         (nntp-possibly-create-directory, nntp-marks-changed-p)
10982         (nntp-save-marks, nntp-open-marks): Use it.
10983         (nntp-possibly-create-directory, nntp-open-marks):
10984         Bind file-name-coding-system to nnmail-pathname-coding-system.
10985         (nntp-open-marks): Decode group names when bootstrapping marks.
10986
10987         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10988         Newsgroups and Folowup-To headers.
10989
10990 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10993         (gnus-server-closed-face, gnus-server-denied-face)
10994         (gnus-server-offline-face): Remove variable.
10995         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10996
10997         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10998         of modifying message-stack directly for XEmacs.
10999
11000         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11001         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11002         if the coding-system argument is nil for XEmacs.
11003
11004         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11005         mm-charset-override-alist.
11006
11007         * rfc2047.el: Don't require base64; require rfc2045 for the function
11008         rfc2045-encode-string.
11009         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11010         to quote the parameter value.
11011
11012 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11015         form in gnus-group-name-charset-method-alist.
11016
11017         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11018         overrides the default layout edit-form.
11019
11020         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11021
11022         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11023
11024 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11027         as unfetched articles.
11028
11029 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11032
11033 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11036         original back end that keeps marks in the local system.
11037
11038 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11041         arg of pop-to-buffer for XEmacs.
11042         (gnus-article-read-summary-keys): Ditto; don't restore window
11043         configuration if summary command ends up with neither article buffer
11044         nor summary buffer; describe bindings if summary keys end with C-h.
11045
11046 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * message.el (message-fix-before-sending): Skip raw message part to be
11049         forwarded while checking illegible text.
11050         (message-forward-make-body-mime, message-forward-make-body):
11051         Mark signed or encrypted raw message as having no illegible text.
11052
11053 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11056         (gnus-message-with-timestamp-1): New macro.
11057         (gnus-message-with-timestamp): New function.
11058         (gnus-message): Use them.
11059
11060         * nnheader.el (nnheader-message): Use them.
11061
11062 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11065         .newsrc.eld file.
11066
11067 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * gnus-agent.el (gnus-agent-fetch-headers)
11070         (gnus-agent-retrieve-headers):
11071         Bind gnus-decode-encoded-address-function to identity.
11072
11073         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11074         available also when the server returns simply a dot.
11075
11076         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11077
11078 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11081
11082 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-ems.el (gnus-x-splash): Make it work.
11085
11086         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11087         from being used.
11088
11089         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11090
11091 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11094         4th and the 5th arguments.
11095
11096         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11097         the front stickiness.
11098         (gnus-article-summary-command-nosave): Correct the order of the
11099         arguments passed to pop-to-buffer.
11100         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11101         summary command ends up with the article buffer.
11102
11103         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11104         the same faces.
11105
11106 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11107
11108         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11109
11110 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11111
11112         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11113         * gnus-sum.el (gnus-summary-highlight):
11114         * pgg.el (pgg-sign-region, pgg-sign):
11115         * mail-source.el (mail-source-delete-old-incoming-confirm):
11116         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11117
11118 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-art.el (gnus-mime-view-part-externally)
11121         (gnus-mime-view-part-internally): Fix predicate function passed to
11122         completing-read.
11123
11124         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11125
11126         * gnus.el (gnus-update-message-archive-method): Add :version.
11127
11128 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * gnus.el (gnus-update-message-archive-method): New variable.
11131
11132         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11133         according to gnus-message-archive-method if
11134         gnus-update-message-archive-method is non-nil.
11135
11136 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11139         Suggested by Loic Dachary <loic@dachary.org>.
11140         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11141
11142 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * message.el (message-pop-to-buffer): Add switch-function argument.
11145         (message-mail): Pass switch-function argument to it.
11146
11147 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11150         Improve doc string.
11151
11152 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11155         (gnus-header-content)
11156         * gnus-cite.el (gnus-cite-10)
11157         * gnus-srvr.el (gnus-server-closed)
11158         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11159         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11160         (gnus-group-mail-3-empty, gnus-group-mail-low)
11161         (gnus-group-mail-low-empty, gnus-splash)
11162         * message.el (message-header-to, message-header-cc)
11163         (message-header-subject, message-header-other, message-header-name)
11164         (message-header-xheader, message-separator, message-cited-text)
11165         (message-mml): Lighten colors of faces used for dark background.
11166
11167 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11168
11169         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11170         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11171
11172 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * message.el (message-narrow-to-headers-or-head):
11175         Ignore mail-header-separator in the body.
11176
11177 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11180         same as window size.
11181
11182 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11183
11184         * message.el (message-font-lock-keywords): Use message-header-xheader
11185         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11186         ahead of the anything pattern, to get it recognised.
11187
11188 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11191         spam.el loads uses it in the compiled defadvice form.
11192
11193 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11194
11195         * gnus-sum.el (gnus-articles-to-read)
11196         (gnus-summary-insert-old-articles): Don't truncate group name for
11197         `read-string'.
11198
11199         * gnus-util.el (gnus-limit-string): Delete this function.
11200
11201         * gnus-sum.el (gnus-simplify-subject-fully):
11202         Use `truncate-string-to-width' instead.
11203
11204 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11205
11206         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11207         Tell if, on summary exit, the next group has to be selected.
11208         (gnus-summary-exit): Use it.
11209
11210 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11213         non-break space.
11214
11215 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11218         Check if group is not a directory.
11219         (nnfolder-request-expire-articles): Don't delete articles if the target
11220         group is not available.
11221
11222         * nnml.el (nnml-request-create-group): Properly check if group is not a
11223         file.
11224         (nnml-request-expire-articles): Don't delete articles if the target
11225         group is not available.
11226
11227         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11228         Don't quote characters that are within parentheses.
11229
11230 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11233         (gnus-handle-ephemeral-exit): Select article according to it.
11234
11235 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * message.el (message-insert-formated-citation-line): Remove newline.
11238         (message-citation-line-format): Add final \n here so that the user can
11239         avoid a blank line.
11240
11241 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11242
11243         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11244         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11245         Update lanl/arXiv support.
11246
11247 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * gnus.el: Bump version number.
11250
11251 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11252
11253         * gnus.el (gnus-version-number): Bump version.
11254
11255 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11256
11257         * gnus.el: No Gnus v0.6 is released.
11258
11259 2007-04-27  Didier Verna  <didier@xemacs.org>
11260
11261         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11262         * gmm-utils.el (gmm-regexp-concat): ... here.
11263         * message.el: Don't require 'gnus-util.
11264         (message-dont-reply-to-names): Handle name change above.
11265         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11266
11267 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11270         since the initial value varies according to the system.
11271
11272 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11275
11276 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11277
11278         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11279
11280 2007-04-24  Didier Verna  <didier@xemacs.org>
11281
11282         Improve the type of gnus-ignored-from-addresses.
11283         * gnus-util.el (gnus-orify-regexp): New function.
11284         * message.el (gnus-util): Require it.
11285         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11286         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11287         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11288
11289 2007-04-24  Didier Verna  <didier@xemacs.org>
11290
11291         * gnus-sum.el:
11292         * gnus-utils.el: Fix some trailing whitespaces.
11293
11294 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11297         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11298         article's Message-ID; refer parent article in summary buffer.
11299
11300         * message.el (message-bounce): Call mime-to-mml.
11301
11302         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11303         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11304         optimize and/or forms properly.
11305
11306 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11309         URL.
11310
11311 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11314
11315 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11318         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11319         displayed of multipart/alternative part if it is invoked from summary
11320         buffer.
11321
11322         * mm-view.el (mm-inline-text-html-render-with-w3m)
11323         (mm-inline-text-html-render-with-w3m-standalone)
11324         (mm-inline-render-with-function): Use mail-parse-charset by default.
11325
11326 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11327
11328         * parse-time.el (parse-time-string-chars): Check if CHAR
11329         is less than the length of parse-time-syntax.
11330
11331 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11334         from gnus-newsgroup-processable.
11335
11336 2007-04-16  Didier Verna  <didier@xemacs.org>
11337
11338         * gnus-msg.el (gnus-configure-posting-styles):
11339         Handle message-signature-directory properly with :file syntax.
11340         Reported by "Leo".
11341
11342 2007-04-11  Didier Verna  <didier@xemacs.org>
11343
11344         New user option: message-signature-directory.
11345         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11346         * message.el (message-insert-signature): Ditto.
11347         * message.el (message-signature-file): Doc update.
11348         * message.el (message-signature-directory): New.
11349
11350 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-msg.el (gnus-inews-yank-articles):
11353         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11354
11355 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * message.el (message-yank-original): Make sure cited text ends with
11358         newline; don't exchange point and mark.
11359
11360 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11361
11362         * tls.el (open-tls-stream): Properly handle case where there
11363         is no associated buffer.
11364
11365 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11366
11367         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11368         message-yank-original, make sure (< mark TEXT point).
11369
11370 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * message.el (message-fill-column): New variable.
11373         (message-mode): Use it.  Add comment on a possible new hook.
11374
11375         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11376         (nnmail-get-new-mail): Reformat.
11377
11378         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11379
11380         * gmm-utils.el: Fix Commentary.
11381         (gmm-tool-bar-from-list): Fix typo in doc string.
11382
11383 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11384
11385         * message.el (message-yank-original): Don't switch point and mark
11386         unnecessarily to put point and mark as documented.
11387
11388 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11389
11390         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11391         from the message heads.
11392
11393 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11394
11395         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11396         article buffer does not have a window.  This may not be the best
11397         solution but is certainly better than setting the start of the null,
11398         that is the current, window.
11399
11400 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11403         (gnus-draft-setup): Run it.
11404
11405         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11406         gnus-score-fast-scoring.  Allow regexp.
11407         (gnus-score-headers): Use it.
11408
11409         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11410         XEmacs.
11411
11412         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11413         string.
11414         (gnus-button-alist): Also catch `<f1> k ...'.
11415         (gnus-treat-display-x-face): Fix doc string.
11416
11417 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11418
11419         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11420         evaluation of gnus-extended-version to ensure correct generation of the
11421         User-Agent header when message-generate-headers-first is used.
11422
11423 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11424
11425         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11426         hashcash-path is nil.  Don't call callback with incorrect number of
11427         parameters if val is 0.
11428
11429 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11430
11431         * message.el (message-required-news-headers):
11432         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11433
11434 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11435
11436         * tls.el (open-tls-stream): In handshake-waiting loop,
11437         don't wait more if there is output available to process.
11438
11439 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11440
11441         * tls.el (tls-program): Doc fix.
11442
11443 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * message.el (message-generate-new-buffers): Change the meaning of the
11446         nil value; add `standard' to the choices; treat t as `unique'; improve
11447         doc string.
11448         (gnus-select-frame-set-input-focus): Autoload.
11449         (message-buffer-name): Search for the existing message buffer if
11450         message-generate-new-buffers is nil or `standard'; treat the value t of
11451         message-generate-new-buffers as `unique'.
11452         (message-pop-to-buffer): Raise the frame already displaying the message
11453         buffer; clear the echo area after querying.
11454         (message-setup): Pass the `continue' argument to compose-mail.
11455         (message-mail): Prefer `switch-function' if it is given; search for the
11456         existing message buffer if the `continue' argument is non-nil; pass
11457         continue and switch-function arguments to compose-mail by way of
11458         message-setup.
11459         (message-mail-other-window): Adjust argument of message-setup.
11460         (message-mail-other-frame): Ditto.
11461
11462 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11465         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11466         to turn font-lock on when turning gnus-message-citation-mode on.
11467
11468 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11469
11470         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11471         (mml-smime-function-alist): New variable; add epg as the backend.
11472         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11473         mml-smime- functions instead.
11474         * mm-view.el: Require smime.
11475
11476 2007-03-05  Didier Verna  <didier@xemacs.org>
11477
11478         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11479         instead of just inheritance for posting styles.
11480         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11481
11482 2007-02-24  Chris Moore  <dooglus@gmail.com>
11483
11484         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11485         * pgg-pgp.el (pgg-pgp-encrypt-region):
11486         * pgg-gpg.el (pgg-gpg-encrypt-region):
11487         Check pgg-encrypt-for-me if no other recipients.
11488
11489 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11490
11491         * tls.el (tls-certtool-program): Fix custom type.
11492
11493 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11496         and point-at-eol instead of line-(beginning|end)-position.
11497
11498         * assistant.el (assistant-parse-buffer): Ditto.
11499
11500         * netrc.el (netrc-parse-services): Ditto.
11501
11502 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11503
11504         * mml2015.el (mml2015-epg-find-usable-key): New function.
11505         (mml2015-epg-sign): Use it.
11506         (mml2015-epg-encrypt): Use it.
11507
11508 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * message.el (message-make-in-reply-to): Quote name containing
11511         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11512         if there are special characters.  Reported by NAKAJI Hiroyuki
11513         <nakaji@jp.freebsd.org>.
11514
11515 2007-02-27  Didier Verna  <didier@xemacs.org>
11516
11517         Include the group parameters as well as the topic ones in the
11518         inheritance filter process.
11519         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11520         argument GROUP-PARAMS-LIST.
11521         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11522
11523 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * nntp.el (nntp-never-echoes-commands)
11526         (nntp-open-connection-functions-never-echo-commands): New variables.
11527         (nntp-send-command): Use them.
11528
11529 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11530
11531         * mml2015.el (mml2015-epg-verify): Simplify.
11532
11533 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * mml.el (mml-content-disposition-alist): New user option.
11536         (mml-content-disposition): New function.
11537         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11538         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11539
11540 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11541
11542         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11543         verification.
11544
11545 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11546
11547         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11548         articles posted in the last 24 hours.
11549
11550 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11551
11552         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11553
11554 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11555
11556         * nntp.el (nntp-send-command): Don't wait for echoes when
11557         nntp-open-ssl-stream is used.
11558
11559 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11562         (gnus-message-add-citation-keywords)
11563         (gnus-message-remove-citation-keywords): Remove.
11564         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11565         directly, make the variables in font-lock-defaults buffer-local, add
11566         gnus-message-citation-keywords to them and then update the value of
11567         font-lock-keywords.
11568
11569 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * message.el (message-cite-original-1): Don't call
11572         gnus-article-highlight-citation.
11573
11574         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11575         citations; fix line count.
11576
11577 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11580         (gnus-message-add-citation-keywords)
11581         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11582         versions of font-lock-add-keywords and font-lock-remove-keywords to
11583         work with XEmacs correctly.
11584
11585 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-cite.el (gnus-cite-face-list): Set the values of
11588         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11589         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11590         (gnus-message-cite-prefix-regexp): New variable.
11591         (gnus-message-search-citation-line): Use it; protect against long
11592         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11593         the 0th match data for Emacs.
11594         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11595         (gnus-message-add-citation-keywords): Append keywords rather than
11596         prepending; emulate font-lock-add-keywords if it is not available.
11597         (gnus-message-remove-citation-keywords):
11598         Emulate font-lock-remove-keywords if it is not available.
11599
11600         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11601
11602         * message.el (message-cite-prefix-regexp): Set the value of
11603         gnus-message-cite-prefix-regexp.
11604
11605 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11606
11607         * nnweb.el (nnweb-google-parse-1): Update parser.
11608
11609 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11610
11611         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11612
11613 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11614
11615         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11616         regexp.
11617
11618 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11621         string-to-multibyte.
11622         (uudecode-decode-region-internal): Use it.
11623
11624         * lpath.el: Fbind string-as-multibyte for XEmacs.
11625
11626 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11629         Fix custom choice.
11630
11631         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11632
11633 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11634
11635         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11636
11637         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11638         `write-region' to respect `mm-inhibit-file-name-handlers'.
11639
11640 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11643         Use gnus-home-directory instead of "~/" or "$HOME".
11644
11645 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11646
11647         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11648         to mention filename.
11649         Add comments at beginning regarding usage.
11650         (encrypt-write-file-contents): Change interactive so a string is
11651         acceptable.  If the file has no associated model, show an error instead
11652         of a nonsense prompt.
11653
11654 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11655
11656         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11657         Thanks to Yoshihiko Yamada for kind notification of this typo.
11658
11659 2007-01-12  Kenichi Handa  <handa@m17n.org>
11660
11661         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11662         multibyte buffer.
11663
11664 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * gnus-score.el (gnus-score-fast-scoring): New variable.
11667         (gnus-score-headers): Use it.
11668
11669         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11670
11671         * message.el (message-cite-original-1):
11672         Call gnus-article-highlight-citation if requested.
11673         (message-make-from): Allow name and address as optional arguments.
11674
11675         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11676
11677         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11678         bugs to doc string.
11679         (gnus-button-alist): Add mid\\|message-id.
11680         (gnus-button-fetch-group): Extend for use in
11681         `browse-url-browser-function'.
11682         (gnus-button-url-regexp): Try to catch paired parentheses like in
11683         Wikipedia URLs.
11684
11685         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11686         Suggested by Simon Krahnke <overlord@gmx.li>.
11687
11688 2007-01-13  Romain Francoise  <romain@orebokech.com>
11689
11690         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11691         Update copyright.
11692
11693 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11694
11695         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11696
11697 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11698
11699         * gnus-registry.el (gnus-registry-unfollowed-groups)
11700         (gnus-registry-split-fancy-with-parent): Fix documentation.
11701
11702 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11703
11704         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11705         from nnweb groups.
11706
11707 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11708
11709         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11710         Xref urls.  Erase buffer before requesting head.
11711
11712         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11713
11714 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11717         customizable.
11718
11719 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11720
11721         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11722         no signing key is found.
11723         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11724         no encrypting and/or signing key is found.
11725
11726 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11729
11730 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11731
11732         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11733         headers read from disk with the ones newly found in the current search.
11734         This should no longer cause problems, because the article numbers in
11735         Gmane's `nov.php' output are ignored since the previous change.
11736
11737 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11738
11739         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11740
11741 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11744         replace-regexp-in-string; bind url-version; fbind display-images-p and
11745         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11746         find-face and set-itimer-function for Emacs; bind itimer-list for
11747         Emacs.
11748
11749         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11750
11751 2007-01-01  Romain Francoise  <romain@orebokech.com>
11752
11753         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11754
11755 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11756
11757         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11758         `define-minor-mode' macro definition expanded properly.
11759         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11760         exclude it there.
11761
11762         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11763         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11764         `fboundp' test.
11765         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11766         This is OK to autoload in (S)XEmacs now.
11767
11768 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11769
11770         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11771         keystroke.
11772         (gnus-summary-limit-to-singletons): Fix typo.
11773
11774         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11775         else fails.
11776
11777 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11778
11779         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11780         docstring.
11781
11782         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11783         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11784         (gnus-summary-insert-dormant-articles): Fix typo in message.
11785
11786 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11789         nil for XEmacs.
11790         (gnus-message-citation-mode): Don't autoload in XEmacs.
11791
11792         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11793
11794 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11795
11796         * nnimap.el (nnimap-expunge-search-string):
11797         Mention nnimap-search-uids-not-since-is-evil in docstring.
11798
11799 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * spam.el: Revert to make-obsolete-variable because
11802         define-obsolete-variable-alias is not supported in Emacs 21.
11803
11804         * spam.el (spam-ifile-path, spam-ifile-database-path)
11805         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11806         make-obsolete-variable.
11807         (spam-bsfilter-path, spam-bsfilter-program)
11808         (spam-spamassassin-path, spam-spamassassin-program)
11809         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11810         Don't use "path" inappropriately.
11811         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11812         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11813         variable names.
11814
11815 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11816
11817         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11818         summary buffer.
11819
11820         * password.el (password-cache-remove): Use clear-string to burn
11821         password, if available.
11822
11823 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11826
11827         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11828
11829         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11830         (gnus-message-highlight-citation): Move defcustom here from
11831         gnus-cite.el.
11832         (gnus-message-citation-mode): Autoload.
11833
11834         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11835         checks to make it compile with XEmacs.
11836         (gnus-message-citation-mode): New minor mode.
11837         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11838         (gnus-message-highlight-citation): New variables.
11839         (gnus-message-search-citation-line)
11840         (gnus-message-add-citation-keywords)
11841         (gnus-message-remove-citation-keywords)
11842         (turn-on-gnus-message-citation-mode)
11843         (turn-off-gnus-message-citation-mode): New functions.
11844
11845 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11846
11847         * gnus-cite.el: Enable highlighting of different citation levels in
11848         message-mode.
11849
11850 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * message.el (message-make-fqdn): Fix comment.
11853         (message-bogus-system-names): Add ".local".
11854
11855         * spam.el (spam-ifile-path, spam-ifile-program)
11856         (spam-ifile-database-path, spam-ifile-database)
11857         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11858         Don't use "path" inappropriately.
11859         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11860         strings.
11861         (spam-check-ifile, spam-ifile-register-with-ifile)
11862         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11863         Use new variable names.
11864
11865         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11866         (gnus-treat-display-smileys): Simplify using
11867         gnus-image-type-available-p.
11868
11869         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11870         available.
11871
11872         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11873         Use `display-images-p' if available.
11874
11875 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11878         one after turning on the buffer's multibyteness instead of decoding
11879         them directly in the unibyte buffer that causes unexpected conversion
11880         in Emacs 23 (unicode).
11881
11882 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11883
11884         * message.el (message-generate-hashcash): Fix custom type.
11885
11886 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11887
11888         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11889
11890 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11893         disconnect icons.  Add help text.
11894
11895 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11896
11897         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11898         negated to be consistent with the others we handle.
11899
11900 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11901
11902         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11903         version of gnus-summary-buffer to something, so that we can use two
11904         article buffers at the same time.
11905
11906 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11907
11908         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11909         trigger all the extra headers.
11910         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11911         sorting.
11912
11913 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11914
11915         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11916         solid groups.
11917
11918 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11919
11920         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11921
11922 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11923
11924         * legacy-gnus-agent.el: Add Copyright notice.
11925
11926 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11927
11928         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11929
11930 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11931
11932         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11933
11934         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11935         to make it work reliably in CVS Emacs.
11936         (gnus-summary-limit-strange-charsets-predicate)
11937         (gnus-summary-limit-to-predicate): New functions.
11938
11939 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11940
11941         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11942         specifying array size.
11943         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11944         array if it is too small.
11945         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11946         (gnus-sort-threads-loop): New function.
11947
11948 2006-12-06  Chris Moore  <dooglus@gmail.com>
11949
11950         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11951         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11952
11953 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11954
11955         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11956         options.
11957
11958 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11959
11960         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11961         DOS-ing the recipient.
11962
11963         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11964         the headers when creating the mapping to avoid mismappings.
11965         (nnweb-gmane-create-mapping): Always nix out old mapping.
11966
11967 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11970         and mm-verify-option to never.
11971
11972 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * message.el (message-signed-or-encrypted-p): New function.
11975         (message-forward-make-body): Use it.
11976
11977         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11978         Replace encode-coding-string with mm-encode-coding-string.
11979
11980 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * nneething.el (nneething-decode-file-name):
11983         Replace decode-coding-string with mm-decode-coding-string.
11984
11985         * gnus-int.el (gnus-open-server): Say failed server's name.
11986
11987 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11988
11989         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11990         strings to a single string.  Quote `errors-file-name'.
11991         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11992         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11993         Adjust calls.  Use `shell-quote-argument'.
11994
11995 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11996
11997         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11998         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11999
12000         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12001         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12002         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12003         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12004         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12005         (gnus-subscribe-newsgroup, gnus-1):
12006         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12007         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12008         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12009         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12010
12011 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12012
12013         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12014         keystroke.
12015         (gnus-summary-limit-to-bodies): Implement headersp.
12016
12017 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12018
12019         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12020
12021 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12024
12025 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * message.el (message-generate-hashcash): Expand range of values to
12028         include `opportunistic'.
12029         (message-send-mail): Use it.
12030
12031 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12032
12033         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12034         and comment it.
12035
12036         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12037
12038 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12039
12040         * gnus-util.el (gnus-extract-address-components): Improve comment.
12041
12042 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * gnus-util.el (gnus-extract-address-components): Work with address in
12045         which the name portion contains @.
12046
12047         * lpath.el: Fbind custom-autoload.
12048
12049 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * gnus.el (gnus-start): Move custom group up.
12052         (gnus-select-method): Don't autoload, but make it available for
12053         `customize-variable'.
12054         (gnus-getenv-nntpserver): Don't autoload.
12055
12056 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12057
12058         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12059
12060 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * message.el (message-sendmail-extra-arguments): New variable.
12063         (message-send-mail-with-sendmail): Use it.
12064
12065 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12068         mm-with-unibyte-current-buffer to make string unibyte.
12069
12070         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12071         mm-string-as-multibyte.
12072
12073 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12074
12075         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12076         Reported by Werner Koch <wk@gnupg.org>.
12077
12078 2006-11-14  Daiki Ueno  <ueno@p360>
12079
12080         * mml2015.el: Autoload epa-select-keys when compiling.
12081
12082 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12083
12084         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12085         message-options.
12086         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12087
12088 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12089
12090         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12091         EasyPG (< 0.0.6).
12092         (mml2015-always-trust): New user option.
12093         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12094         prompt.
12095
12096 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * nntp.el (nntp-authinfo-force): New variable.
12099         (nntp-send-authinfo): Use it.
12100
12101 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12104         decode encoded words.  Improve prompt.  Add comment about forwarding.
12105         (message-replacement-char): Move up.
12106
12107 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12108
12109         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12110         instead of gnus-intersection because arguments of gnus-sorted-nunion
12111         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12112
12113 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12116         (message-simplify-subject-functions):
12117         Enable message-strip-subject-encoded-words by default.
12118
12119 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * message.el (message-strip-subject-encoded-words): New function.
12122         (message-simplify-subject-functions): New variable.
12123         (message-simplify-subject): Use it.  Fix typo in doc string.
12124         Support message-strip-subject-encoded-words.
12125
12126 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12127
12128         * gnus-diary.el (gnus-diary-delay-format-function):
12129         * nndiary.el (nndiary-reminders):
12130         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12131
12132 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * gnus-art.el (article-hide-boring-headers): Fetch date from
12135         gnus-original-article-buffer to avoid problems with localized date
12136         strings.
12137
12138 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12141
12142 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12145         New variables.
12146         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12147         (mm-charset-synonym-alist): Move some entries to
12148         mm-codepage-iso-8859-list.
12149         (mm-charset-synonym-alist, mm-charset-override-alist):
12150         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12151
12152 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12155
12156 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12159         with Emacs 21 and XEmacs.
12160
12161 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12162
12163         * spam.el (spam-parse-address): New function for better parsing,
12164         catching errors, etc.
12165         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12166
12167 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12168
12169         * mm-view.el: Add interactive arg to html2text autoload.
12170
12171 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12174
12175 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12178         New variables.
12179         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12180         (mm-charset-synonym-alist): Move some entries to
12181         mm-codepage-iso-8859-list.
12182
12183         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12184
12185 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * message.el (message-citation-line-format)
12188         (message-insert-formated-citation-line): Fix implementation of %E, %N
12189         and %n according to the doc string.
12190
12191 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12192
12193         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12194         Use car-safe to avoid bad parses.
12195
12196 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12199         names.
12200
12201         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12202
12203 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12206         header.
12207
12208         * message.el (message-draft-headers): Add Date.
12209         (message-headers-to-generate): Fix typo in docstring.
12210
12211         * nndraft.el (nndraft-required-headers): New variable.
12212         (nndraft-generate-headers): Use it.
12213
12214         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12215
12216 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12217
12218         * gnus-registry.el (gnus-registry-wash-for-keywords)
12219         (gnus-registry-find-keywords): New functions to allow easy searching of
12220         articles that are in the registry.
12221
12222 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12223
12224         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12225         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12226         Reported by Damien Elmes <damien@repose.cx>.
12227
12228 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * gnus.el (gnus-mime): Remove unused custom group.
12231
12232 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12233
12234         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12235         "blank line" when searching for end of armor headers.
12236
12237 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gmm-utils.el (gmm-write-region): Fix variable name.
12240
12241 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * gmm-utils.el (gmm-write-region): New function based on compatibility
12244         code from `mm-make-temp-file'.
12245
12246         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12247
12248         * nnmaildir.el (nnmaildir--update-nov)
12249         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12250         Use `gmm-write-region'.
12251
12252 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12255         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12256
12257         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12258
12259         * message.el (message-replacement-char): New variable.
12260         (message-fix-before-sending): Use it.
12261         (message-simplify-subject): New function to remove duplicate code.
12262         (message-reply, message-followup): Use it.
12263
12264         * gnus-sum.el (gnus-summary-make-menu-bar):
12265         Clarify gnus-summary-limit-to-articles.
12266
12267 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * gnus-util.el (gnus-with-local-quit): New macro.
12270
12271         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12272
12273 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12274
12275         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12276         ignore non-string data.
12277
12278 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12279
12280         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12281         non-string data (needs to be done in the registry too).
12282
12283 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12284
12285         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12286         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12287         (gnus-registry-split-fancy-with-parent)
12288         (gnus-registry-fetch-simplified-message-subject-fast)
12289         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12290         Remove text properties on ingress into the registry and when it's saved.
12291         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12292         registry from entries with no groups.
12293
12294 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12295
12296         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12297         function to remove string properties.
12298
12299 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * gmm-utils.el (gmm): Adjust custom version.
12302
12303         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12304         Adjust custom version.
12305
12306         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12307
12308 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * gnus-art.el (gnus-insert-prev-page-button)
12311         (gnus-insert-next-page-button): Simplify.  Reformat.
12312
12313 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12314
12315         * gnus-art.el (gnus-insert-prev-page-button)
12316         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12317
12318 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12319
12320         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12321
12322 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12323
12324         * gnus-art.el (gnus-insert-mime-button)
12325         (gnus-insert-mime-security-button):
12326         Apply gnus-article-button-face to MIME and security buttons.
12327
12328 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12331         readable.
12332
12333 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12336
12337 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12338
12339         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12340         `browse-url-of-file' instead of `browse-url'.
12341
12342 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12343
12344         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12345         regexp.  Articles containing quotation were cut prematurely.
12346
12347 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * message.el (message-cite-original-1): Use nobody by default for the
12350         value of From header.
12351         (message-reply): Ditto.
12352
12353 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12354
12355         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12356         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12357         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12358
12359 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12360
12361         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12362         mails in the doc string.  Add some URLs in comment.
12363         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12364
12365 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12368         backslashes handling and the way to find boundaries of quoted strings.
12369
12370 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12371
12372         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12373         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12374         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12375         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12376
12377 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12380         doc string.
12381         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12382
12383 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * lpath.el: Fbind epg-check-configuration.
12386
12387 2006-09-06  Simon Josefsson  <jas@extundo.com>
12388
12389         * mml2015.el (mml2015-use): Doc fix, mention epg.
12390
12391 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12392
12393         * mml2015.el (mml2015-use): Default to epg, if available.
12394
12395 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12396
12397         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12398         message-sender.
12399         (mml1991-epg-encrypt): Ditto.
12400         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12401         message-sender.
12402         (mml2015-epg-encrypt): Ditto.
12403
12404 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12405
12406         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12407         several common directories.
12408
12409 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12410
12411         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12412         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12413
12414 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-art.el (article-decode-encoded-words): Make it fast.
12417
12418 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12421
12422         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12423         in quoted string into `\'.
12424
12425 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12428         Use standard-syntax-table.
12429
12430 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-art.el (gnus-decode-address-function): New variable.
12433         (article-decode-encoded-words): Use it to decode headers which are
12434         assumed to contain addresses.
12435         (gnus-mime-delete-part): Remove useless `or'.
12436
12437         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12438         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12439         (gnus-nov-parse-line): Use it to decode From header.
12440         (gnus-get-newsgroup-headers): Ditto.
12441         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12442
12443         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12444         (mail-decode-encoded-address-string): New alias.
12445
12446         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12447         New function.
12448         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12449         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12450         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12451         (rfc2047-decode-string): Ditto.
12452         (rfc2047-decode-address-region): New function.
12453         (rfc2047-decode-address-string): New function.
12454
12455 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * message.el (message-caesar-buffer-body): Allow rotating headers.
12458
12459         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12460
12461         * message.el (message-insert-formated-citation-line): Fix %f.
12462         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12463
12464 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12467         (gnus-bookmark-mouse-available-p): New macro.
12468         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12469         (gnus-bookmark-bmenu-show-infos): Use it.
12470         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12471         (gnus-bookmark-bmenu-hide-infos): Ditto.
12472         (gnus-bookmark-remove-properties): New function.
12473         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12474         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12475         (gnus-bookmark-write-file): Bind coding-system-for-write.
12476         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12477         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12478         group before selecting it.
12479         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12480         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12481         quit-window if it is not available; use gnus-mouse-2 and bind it to
12482         gnus-bookmark-bmenu-select-by-mouse.
12483         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12484         (gnus-bookmark-bmenu-select-by-mouse): New function.
12485
12486 2006-08-13  Romain Francoise  <romain@orebokech.com>
12487
12488         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12489         space.
12490
12491 2006-08-10  Romain Francoise  <romain@orebokech.com>
12492
12493         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12494         (dns-mode-soa-auto-increment-serial): New user option.
12495         (dns-mode-soa-maybe-increment-serial): New function.
12496         (dns-mode): Add the latter to `write-contents-functions'.
12497
12498 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * compface.el (uncompface): Use binary rather than raw-text-unix.
12501
12502 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * compface.el (uncompface): Make sure the eol conversion doesn't take
12505         place when communicating with the external programs.
12506         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12507
12508 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12511
12512 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12513
12514         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12515         Make it more robust by parsing author and date independently.
12516
12517 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12520
12521 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12522
12523         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12524         first matching secret key.
12525         (mml2015-epg-encrypt): Ditto.
12526
12527         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12528         first matching secret key.
12529         (mml1991-epg-encrypt): Ditto.
12530
12531         * mml2015.el (mml2015-encrypt-to-self): New user option.
12532         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12533         mml2015-epg-encrypt-to-self is set.
12534
12535         * mml1991.el (mml1991-encrypt-to-self): New variable.
12536         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12537         mml1991-epg-encrypt-to-self is set.
12538
12539         * mml2015.el (mml2015-signers): New user option.
12540         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12541         (mml2015-epg-encrypt): Allow to select signing keys.
12542
12543         * mml1991.el (mml1991-signers): New variable.
12544         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12545         (mml1991-epg-encrypt): Allow to select signing keys.
12546
12547 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * nnheader.el (nnheader-insert-head): Make it work even if the file
12550         uses CRLF for the line-break code.
12551
12552 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12553
12554         * mml2015.el: Require mml-sec instead of password.
12555         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12556         (mml2015-cache-passphrase): Inherit the default value from
12557         mml-secure-cache-passphrase.
12558         (mml2015-passphrase-cache-expiry): Inherit the default value from
12559         mml-secure-passphrase-cache-expiry.
12560
12561         * mml1991.el: Require mml-sec instead of password.
12562         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12563         (mml1991-cache-passphrase): Inherit the default value from
12564         mml-secure-cache-passphrase.
12565         (mml1991-passphrase-cache-expiry): Inherit the default value from
12566         mml-secure-passphrase-cache-expiry.
12567
12568         * mml-sec.el: Require password.
12569         (mml-secure-verbose): New user option.
12570         (mml-secure-cache-passphrase): New user option.
12571         (mml-secure-passphrase-cache-expiry): New user option.
12572
12573 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12574
12575         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12576         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12577         andreas@altroot.de (Andreas Vögele).
12578
12579         FIXME: Use `tiny change'?
12580
12581 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12582
12583         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12584         workaround for the url package included with Emacs.
12585
12586         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12587
12588 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12591         correctly.  This fixes a bug caused by the 2006-05-12 change.
12592
12593 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12594
12595         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12596         some information about the error when saying that the `bogus' mail
12597         group will be used.
12598
12599 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12600
12601         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12602         string.
12603
12604 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12605
12606         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12607
12608 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12609
12610         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12611
12612 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12613
12614         * mml1991.el (mml1991-function-alist): Add epg.
12615         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12616         (mml1991-epg-encrypt): New functions.
12617
12618 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12619
12620         * mml2015.el (mml2015-verbose): New variable.
12621         (mml2015-cache-passphrase): Ditto.
12622         (mml2015-passphrase-cache-expiry): Ditto.
12623         (mml2015-function-alist): Add epg.
12624         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12625         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12626         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12627         New functions.
12628
12629 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12630
12631         * message.el (message-cite-original-1): Preserve region when removing
12632         quoted text due to X-No-Archive in order to avoid bogus attribution
12633         when citing multiple messages.
12634
12635 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12636
12637         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12638         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12639
12640 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12641
12642         * gnus-diary.el (gnus-user-format-function-d)
12643         (gnus-user-format-function-D): Autoload.
12644
12645         * imap.el (Commentary): Fix typo.
12646
12647         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12648         2006-04-22 contribution.
12649
12650 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12651
12652         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12653         It didn't really fix the bogosity I'm seeing with solid web groups.
12654
12655 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12656
12657         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12658         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12659         created using server names.  If we use the feature without declaring
12660         it, Gnus does not properly manage server and group state.
12661
12662         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12663         bound.
12664
12665 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12666
12667         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12668         looking up the method using GROUP's prefix before inventing a new one.
12669         It is used on killed/unknown groups in various places where returning
12670         an all-new method isn't expected by the caller.
12671
12672         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12673         and match semantics of gnus-group-real-prefix.
12674
12675 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * nnmail.el (nnmail-broken-references-mailers): New variable.
12678         (nnmail-ignore-broken-references): New function generalizing
12679         nnmail-fix-eudora-headers.
12680         (nnmail-fix-eudora-headers): Now obsolete.
12681
12682         * gnus-art.el (gnus-button-handle-custom):
12683         Support `customize-apropos*'.
12684
12685 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686
12687         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12688
12689         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12690         articles.
12691
12692 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * message.el (message-cite-reply-above): New variable.
12695         (message-yank-original): Use it.
12696
12697 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12700
12701 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12704         as read.
12705
12706         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12707
12708 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12711         (gnus-bookmark-default-file): Use gnus-directory.
12712         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12713         Remove "*" in doc string.
12714         (gnus-bookmark-write-file): Simplify.
12715         (gnus-bookmark-maybe-sort-alist): Use `when'.
12716         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12717         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12718         Add FIXME about Emacs 21 and XEmacs compatibility.
12719         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12720         compatibility.
12721         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12722         compatibility.
12723         (gnus-bookmark-menu-heading): Fix version.
12724
12725 2006-06-19  Bastien Guerry  <bzg@altern.org>
12726
12727         * gnus-bookmark.el: New file.
12728
12729 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * message.el (message-syntax-checks): Doc fix.
12732
12733 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12734
12735         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12736         unsubscribed groups as if they were killed ones.  It causes duplicate
12737         entries in gnus-newsrc-alist.
12738
12739 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * message.el (message-syntax-checks): Doc fix.
12742         (message-send-mail): Add check for continuation headers.
12743         (message-check-news-header-syntax): Fix regexp used to check for
12744         continuation headers.
12745
12746 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12749
12750 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12753
12754 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12757         default-truncate-lines.
12758
12759 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12762         to fill the utf-8 entry.
12763
12764         * lpath.el: Fbind unicode-precedence-list.
12765
12766 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12767
12768         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12769
12770 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12771
12772         * gnus-agent.el (directory-files-and-attributes): Move all the way
12773         forward (the third and final move).
12774         (gnus-agent-read-agentview): Trap reconstruction errors due to
12775         nonexistent directory.  Handle by returning nil.
12776
12777 2006-05-30  Didier Verna  <didier@xemacs.org>
12778
12779         * message.el (message-dont-reply-to-names): Update the custom type.
12780         * message.el (message-dont-reply-to-names): New defsubst: potentially
12781         convert a list of regexps into a single one.
12782         * message.el (message-get-reply-headers): Use it.
12783         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12784
12785 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * gnus-agent.el (directory-files-and-attributes): Move forward.
12788
12789 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * gnus-ml.el (gnus-mailing-list-subscribe)
12792         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12793         (gnus-mailing-list-message): Fix doc strings.
12794
12795 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12796
12797         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12798         of doing it manually.
12799
12800 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12803         comment.
12804
12805 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12806
12807         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12808         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12809         (gnus-agent-read-local): All symbols allocated in my-obarray.
12810         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12811         (gnus-agent-regenerate-group): Check numeric names to see if they are
12812         messages or groups.
12813         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12814         better way of do this...)
12815
12816         * gnus-cache.el (gnus-agent-total-fetched-for):
12817         Ignore 'dummy.group' (there should be a better way of do this...)
12818
12819 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12822         (gnus-saved-headers): Ditto.
12823         (gnus-default-article-saver): Mention functions may have properties.
12824         (gnus-article-save): Override gnus-save-all-headers and
12825         gnus-saved-headers by :headers property which saver function may have.
12826         (gnus-summary-save-in-file): Add :headers property.
12827         (gnus-summary-write-to-file): Ditto.
12828
12829         * gnus-sum.el (gnus-summary-save-article): Bind
12830         gnus-prompt-before-saving to t when saving many articles in a file;
12831         always show all headers.
12832
12833         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12834
12835 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12838         marks.
12839
12840         * message.el (message-indent-citation): Add optional arguments to allow
12841         using it outside of message buffers.
12842
12843         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12844         (gnus-article-treat-unfold-headers): Use it.
12845         (gnus-article-truncate-lines): New variable.
12846         (gnus-article-mode): Use it.
12847         (gnus-article-toggle-truncate-lines): New function.
12848
12849         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12850         Add gnus-article-toggle-truncate-lines.
12851
12852         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12853         coding system in XEmacs, use binary.
12854
12855 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12858         after-load-alist.
12859
12860         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12861         this function should save decoded articles.
12862         (gnus-summary-write-to-file): Use property to specify this function
12863         should save decoded articles and specify gnus-summary-save-in-file
12864         should be used to save articles other than the first one when saving
12865         many articles.
12866         (gnus-summary-save-body-in-file): Use property to specify this
12867         function should save decoded articles.
12868         (gnus-summary-write-body-to-file): Use property to specify this
12869         function should save decoded articles and specify
12870         gnus-summary-save-body-in-file should be used to save articles other
12871         than the first one when saving many articles.
12872
12873         * gnus-sum.el (gnus-summary-save-article): Simplify.
12874
12875 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-art.el (gnus-default-article-saver):
12878         Add gnus-summary-write-body-to-file.
12879         (gnus-article-save-coding-system): Don't use coding system object
12880         in XEmacs.
12881         (gnus-read-save-file-name): Add optional `dir-var' argument which
12882         specifies directory in which files are saved; work even if optional
12883         `variable' argument is not specified.
12884         (gnus-summary-write-to-file): Read file name.
12885         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12886         (gnus-summary-write-body-to-file): New function.
12887
12888         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12889         (gnus-summary-local-variables): Add it.
12890         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12891         (gnus-summary-save-article): Remove optional `decode' argument;
12892         determine whether to decode articles by the value of
12893         gnus-default-article-saver; when saving many files using
12894         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12895         it first and use gnus-summary-save-in-file or
12896         gnus-summary-save-body-in-file thereafter unless
12897         gnus-prompt-before-saving is always; move point to article which
12898         will be saved.
12899         (gnus-summary-save-article-file): Revert.
12900         (gnus-summary-write-article-file): Revert.
12901         (gnus-summary-save-article-body-file): Revert.
12902         (gnus-summary-write-article-body-file): New function.
12903
12904 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * gnus-art.el (gnus-default-article-saver): Doc fix.
12907         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12908         from gnus-summary-save-article-coding-system, and default to a
12909         certain coding system.
12910         (gnus-output-to-file): Add coding cookie and encode text according
12911         to gnus-article-save-coding-system; don't use mm-append-to-file.
12912
12913         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12914         gnus-art.el and rename to gnus-article-save-coding-system.
12915         (gnus-summary-save-article): Require gnus-art; don't show all
12916         headers if it decodes articles; don't add coding cookie here;
12917         don't bind mm-text-coding-system-for-write.
12918         (gnus-summary-save-article-file): Save decoded articles.
12919         (gnus-summary-write-article-file): When saving many files, use
12920         gnus-summary-write-to-file first and gnus-summary-save-in-file
12921         thereafter unless gnus-prompt-before-saving is always.
12922         (gnus-summary-save-article-body-file): Save decoded articles.
12923
12924         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12925
12926 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12927
12928         * nnrss.el (nnrss-check-group): Bind hash-index.
12929
12930 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12931
12932         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12933         its hash index.  Store this hash in `nnrss-group-data'.
12934         (nnrss-read-group-data): Update accordingly.
12935
12936 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12937
12938         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12939         entry.
12940
12941         * gnus-sum.el (gnus-summary-make-menu-bar):
12942         Add gnus-article-browse-html-article.
12943
12944 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12945
12946         * gnus-sum.el (gnus-summary-mime-map):
12947         Add gnus-article-browse-html-article.
12948
12949         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12950
12951 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12954         suitable coding systems in customize.
12955
12956 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * mail-source.el (mail-sources): Fix custom type.
12959
12960 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12963         (gnus-summary-expire-articles-now): Shorten prompt.
12964
12965         * gmm-utils.el (wid-edit): Require.
12966         (defun-gmm): Rename from `gmm-defun-compat'.
12967         (gmm-image-search-load-path): Use it.
12968         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12969
12970 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * gnus-sum.el (gnus-summary-save-article-coding-system):
12973         New variable.
12974         (gnus-summary-save-article): Add optional `decode' argument.
12975         If it is set and gnus-summary-save-article-coding-system is non-nil,
12976         save decoded article.
12977         (gnus-summary-write-article-file): Save decoded article if
12978         gnus-summary-save-article-coding-system is non-nil.
12979
12980         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12981         type.
12982
12983 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12986
12987 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12990         first to test gnus-single-article-buffer which may be buffer-local.
12991
12992         * gnus-sum.el (gnus-summary-setup-buffer):
12993         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12994         group; make gnus-article-buffer, gnus-article-current, and
12995         gnus-original-article-buffer always buffer-local.
12996         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12997         group.
12998         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12999
13000 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * nnml.el (nnml-request-compact-group): Compressed files might not
13003         have .gz extension.
13004
13005 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13006
13007         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13008         (mm-copy-to-buffer): Use with-current-buffer.
13009         (mm-display-part): Simplify.
13010         (mm-inlinable-p): Add optional arg `type'.
13011
13012 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13013
13014         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13015         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13016         Try harder to show the attachment internally or externally using
13017         gnus-mime-view-part-as-type.
13018
13019 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * message.el (message-from-style, message-signature-separator)
13022         (message-user-organization-file, message-send-mail-function)
13023         (message-citation-line-function, message-yank-prefix)
13024         (message-indent-citation-function, message-signature)
13025         (message-signature-file, message-signature-insert-empty-line):
13026         Remove autoloads.
13027
13028         * gnus-art.el (gnus-buttonized-mime-types):
13029         Remove "multipart/signed".  Revert 2006-04-26 change.
13030
13031 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13032
13033         * gnus.el (gnus-version-number): Bump version.
13034
13035 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13036
13037         * gnus.el: No Gnus v0.5 is released.
13038
13039 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13040
13041         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13042         fetching articles by message-id.
13043
13044 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13045
13046         * message.el (hashcash): Require hashcash as normal.
13047
13048         * ecomplete.el (ecomplete-highlight-match-line):
13049         Use point-at-eol.
13050         (ecomplete-highlight-match-line): Use `highlight', because that
13051         face exists in both Emacs and XEmacs.
13052
13053         * message.el (message-display-abbrev): Use point-at-bol.
13054
13055         * mail-source.el: Don't require timer/timer-funcs.
13056
13057         * gnus-async.el: Ditto.
13058
13059         * password.el: Ditto.
13060
13061         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13062
13063         * mm-url.el: Ditto.
13064
13065         * gnus-xmas.el: Don't require timer-funcs.
13066
13067         * mm-util.el: Require timer/timer-funcs.
13068
13069 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13070
13071         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13072         Close.
13073
13074 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13077         unibyte after clear-decrypt function runs.
13078
13079         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13080         returns as a unibyte string.
13081
13082 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * lpath.el: Revert.
13085
13086         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13087         (pgg-gpg-process-sentinel): Revert.
13088
13089         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13090         (pgg-pgp-lookup-key): Revert.
13091
13092         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13093         (pgg-pgp5-lookup-key): Revert.
13094
13095         * pgg.el (pgg-fetch-key): Revert.
13096
13097 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * lpath.el: Fbind string-as-multibyte for XEmacs.
13100
13101         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13102         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13103         (mml1991-pgg-encrypt): Ditto.
13104
13105         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13106         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13107         a multibyte buffer.
13108
13109         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13110         (pgg-pgp-lookup-key): Ditto.
13111
13112         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13113         (pgg-pgp5-lookup-key): Ditto.
13114
13115         * pgg.el (pgg-fetch-key): Ditto.
13116
13117 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * message.el (message-user-organization-file): Check several
13120         locations of the organization file.
13121
13122         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13123         Add gnus-article-view-part-as-type.
13124
13125         * gnus-art.el (gnus-article-view-part-as-type): New function.
13126
13127         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13128         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13129
13130         * mml.el: Simplify autoload.
13131         (mml-mode): defvar dnd-protocol-alist instead of using
13132         symbol-value.
13133         (mml-default-directory): New variable.
13134         (mml-minibuffer-read-file): Use it.
13135         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13136
13137         * message.el (message-citation-line-format): New variable.
13138         (message-insert-formated-citation-line): New function.
13139         (message-citation-line-function):
13140         Add `message-insert-formated-citation-line' to custom type.
13141
13142         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13143         to doc string.
13144
13145         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13146         depending on mm-verify-option.
13147
13148 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13151         binding pgg-* variables; reimplement the section which prevents
13152         MIME header from being signed.
13153         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13154         pgg-text-mode; remove a blank line at the top of body.
13155
13156         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13157         lines at the top of body; use gnus-newsgroup-charset if there's no
13158         Charset header.
13159
13160 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * message.el (message-self-insert-commands): Doc fix.
13163
13164         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13165         (mm-uu-pgp-encrypted-test): Ditto.
13166         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13167         between header and body; return application/pgp-encrypted handle
13168         if decryption failed; decode decrypted body by charset.
13169
13170         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13171         element match to application/pgp-*.
13172
13173 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13174
13175         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13176         HTML.
13177
13178 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13179
13180         * mail-source.el (mail-source-call-script): Message the error
13181         string.
13182
13183 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13184
13185         * gnus-util.el (gnus-byte-compile): Use it.
13186
13187 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13188
13189         * gnus-util.el (kill-empty-logs): New function.
13190
13191 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13192
13193         * message.el (message-mail-alias-type): Doc fix.
13194         (message-mail-alias-type-p): New function.
13195         (message-send): Use it.
13196         (message-mode): Ditto.
13197         (message-strip-forbidden-properties): Ditto.
13198
13199         * ecomplete.el (ecomplete-database-file-coding-system):
13200         New variable.
13201         (ecomplete-save): Use it.
13202         (ecomplete-setup): Use it.
13203
13204 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * message.el (message-self-insert-commands): New variable.
13207         (message-strip-forbidden-properties): Use it.
13208
13209 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13210
13211         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13212         that doesn't make XEmacs choke.
13213
13214 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * gnus-util.el (gnus-replace-in-string):
13217         Prefer replace-regexp-in-string over of replace-in-string.
13218
13219 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-util.el (gnus-select-frame-set-input-focus):
13222         Use select-frame-set-input-focus if it is available in XEmacs; use
13223         definition defined in Emacs 22 for old Emacsen.
13224
13225         * dgnushack.el: Autoload unmorse-region for XEmacs.
13226
13227         * lpath.el: Bind cursor-in-non-selected-windows and
13228         select-frame-set-input-focus for XEmacs.
13229
13230 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13233
13234 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13235
13236         * gnus-registry.el (gnus-registry-cache-save): Remove text
13237         properties when saving via the temp buffer.
13238
13239 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * message.el (message-generate-hashcash): Honor custom type.
13242
13243 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13244
13245         * message.el (message-generate-hashcash): Default to non-nil when
13246         hashcash is found.
13247
13248         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13249         (gnus-refer-thread-limit): Increase default to 500.
13250
13251         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13252
13253         * flow-fill.el (fill-flowed): Allow delete-space.
13254
13255 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13256
13257         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13258         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13259         Remove autoloads.
13260
13261 2006-04-18  Simon Josefsson  <jas@extundo.com>
13262
13263         * message.el (message-generate-hashcash): Default to.
13264
13265 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13268         concatenating segments rather than before concatenating them.
13269
13270 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13273
13274 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13275
13276         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13277
13278         * message.el (message-forward-make-body-plain):
13279         Allow message-forward-ignored-headers to be a list.
13280         (message-remove-ignored-headers): Factor out into function.
13281         (message-forward-make-body-mml): Use it.
13282
13283         * imap.el (imap-quote-specials): New function.
13284         (imap-login-auth): Quote specials.
13285
13286         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13287         (rfc2231-parse-string): Allow concatanation of parameters that
13288         aren't contiguous.  The test case is
13289           (mail-header-parse-content-type "message/external-body;
13290             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13291             access-type=LOCAL-FILE;
13292             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13293
13294 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13295
13296         * nntp.el (nntp-accept-process-output): Return the value of
13297         `nnheader-accept-process-output'.
13298
13299 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13300
13301         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13302         (gnus-button-alist): Recognize more diff formats.
13303         (gnus-button-patch): Strip directory.
13304
13305 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13308         Emacs 22 when setting focus.
13309
13310 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13311
13312         * gnus-art.el (gnus-article-treat-types): Do treatment of
13313         text/x-verbatim parts.
13314         (gnus-button-patch): New command.
13315
13316         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13317         addresses that contain invalid characters.
13318
13319 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13320
13321         * message.el (message-put-addresses-in-ecomplete):
13322         Use gnus-replace-in-string.
13323         (message-is-yours-p): Use the more correct
13324         mail-header-parse-address instead of
13325         mail-extract-address-components.
13326         (message-put-addresses-in-ecomplete): Fix typo.
13327
13328         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13329         keystroke.
13330
13331         * gnus-art.el (gnus-treatment-function-alist): Change order of
13332         newsgroups/generic header folding to avoid double-folding.
13333
13334         * message.el (message-hidden-headers): Add X-Draft-From.
13335
13336         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13337         New command.
13338         (gnus-summary-repeat-search-article-backward): New command.
13339
13340         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13341         groups in the parent topic.
13342
13343 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13344
13345         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13346         (spam-extra-header-to-number): Return the CRM114 number as a
13347         number instead of a string.
13348
13349 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13350
13351         * gnus-art.el (gnus-face-properties-alist): Move here from
13352         gnus-fun.
13353
13354         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13355
13356 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13357
13358         * message.el (message-strip-forbidden-properties): Only display on
13359         self-insert-command.
13360
13361         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13362         reindent.
13363         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13364
13365 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13366
13367         * smiley.el (smiley-style): Fix typo.
13368
13369 2006-03-23  Kenichi Handa  <handa@m17n.org>
13370
13371         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13372         instead of set-buffer-multibyte.
13373
13374 2006-03-23  Kenichi Handa  <handa@m17n.org>
13375
13376         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13377         buffer and then decode the buffer text if necessary.
13378         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13379         first, and after mm-encode-body, change the buffer to unibyte.
13380
13381 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13382
13383         * hashcash.el (hashcash-insert-payment-async-2):
13384         Use message-goto-eoh instead of doing it manually.
13385         (mail-add-payment): Use message-narrow-to-header instead of trying
13386         to do the same itself.
13387
13388         * message.el (message-hidden-headers): Add Face.
13389
13390         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13391         reparenting code.
13392         (gnus-summary-reparent-children): Refactored out code.
13393         (gnus-summary-thread-map): New keystroke.
13394         (gnus-summary-reparent-children): Make into command.
13395
13396         * smiley.el (smiley-style): Default to `medium' if using a large
13397         font.
13398
13399         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13400         does it itself.
13401
13402         * message.el (message-point-in-header-p): Simplify definition.
13403
13404 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13405
13406         * nnagent.el (nnagent-request-set-mark): Silence log file
13407         writing.
13408         (nnagent-request-set-mark): Use write-region instead of
13409         append-to-file.
13410
13411         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13412         strange select method.
13413
13414         * ecomplete.el (ecomplete-display-matches): Get highlightling
13415         right.
13416         (ecomplete-display-matches): Use literals.
13417         (ecomplete-display-matches): Disable message logging.
13418
13419         * message.el (message-display-abbrev): Small optimization.
13420
13421         * ecomplete.el (ecomplete-display-matches): Allow automatic
13422         display.
13423
13424         * message.el (message-strip-forbidden-properties):
13425         Display abbrevs.
13426         (message-display-abbrev): Get automatic display right.
13427
13428         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13429         keystrokes.
13430
13431 2006-04-13  Romain Francoise  <romain@orebokech.com>
13432
13433         TODO: Backport to v5-10!
13434
13435         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13436         Move here (and rename) from gnus-registry.el.
13437
13438         * gnus-registry.el: Require gnus-util.
13439         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13440
13441 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13442
13443         * gnus-group.el (gnus-group-catchup-current):
13444         Change if-then-else-if-then-else into cond.
13445         (gnus-group-catchup): Indent.
13446         (group-name-at-point): New function.
13447         (gnus-fetch-group): Provide default from thing at point.
13448
13449 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13450
13451         * message.el (message-display-abbrev): Fix regexp.
13452
13453         * ecomplete.el (ecomplete-highlight-match-line):
13454         Reimplement choosing.
13455         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13456         dead variables.
13457
13458         * message.el (message-newline-and-indent): Remove debugging.
13459         (message-display-abbrev): Use new implementation.
13460
13461 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * gnus-art.el (gnus-article-mode):
13464         Set cursor-in-non-selected-windows to nil.
13465
13466         * smiley.el: Revert previous change.
13467         (smiley-data-directory): defvar it before using it in the
13468         defcustom of `smiley-style'.
13469
13470 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13471
13472         * message.el (message-newline-and-indent): New function.
13473
13474         * ecomplete.el: Implement more bits.
13475
13476         * message.el (message-put-addresses-in-ecomplete): Clean up the
13477         string.
13478
13479         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13480
13481         * gnus-sum.el (gnus-summary-save-parts):
13482         Bind gnus-summary-save-parts-counter and use it to make unique file
13483         names.
13484
13485         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13486
13487         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13488         parameter to say whether to actually parse the individual
13489         addresses.
13490
13491         * message.el (message-put-addresses-in-ecomplete): New function.
13492         (ecomplete): Require.
13493         (message-mail-alias-type): Add ecomplete as an option.
13494
13495 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13496
13497         * flow-fill.el (fill-flowed): Remove trailing space from blank
13498         quoted lines.
13499
13500 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13501
13502         * smiley.el (smiley-style): Move definition later to avoid a
13503         compilation warning.
13504
13505 2006-04-12  Kenichi Handa  <handa@m17n.org>
13506
13507         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13508         buffer and then decode the buffer text if necessary.
13509         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13510         first, and after mm-encode-body, change the buffer to unibyte.
13511         Use mm-disable-multibyte instead of set-buffer-multibyte.
13512
13513 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13516         Content-Type header instead of Content-Disposition header.
13517         (gnus-mime-inline-part): Ditto.
13518         (gnus-mime-view-part-as-charset): Ignore charset that the part
13519         specifies.
13520
13521         * mm-decode.el (mm-display-part): Work with external parts and
13522         usual parts similarly.
13523
13524         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13525         instead of gnus-display-mime.
13526
13527         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13528         instead of with-temp-buffer.
13529
13530         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13531         tag to summarized topics part in order to encode non-ASCII text.
13532
13533 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * smiley.el (smiley-style): New variable.
13536         (smiley-directory): New function.
13537         (smiley-data-directory): Derive from `smiley-style' using
13538         `smiley-directory'.
13539         (smiley-regexp-alist): Add new entries.
13540
13541         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13542         (gnus-article-browse-delete-temp): Add :version.
13543
13544 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13545
13546         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13547         the sieve region.
13548
13549 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13550
13551         * gnus.el (gnus-version-number): Bump version.
13552
13553 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13554
13555         * gnus.el: No Gnus v0.4 is released.
13556
13557 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13558
13559         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13560         layout.
13561
13562         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13563         unknown charset.
13564
13565         * message.el (message-header-synonyms): Add Original-To to the
13566         default.
13567
13568         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13569         optional parameter.
13570
13571 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-fun.el (gnus): Require it for gnus-directory.
13574
13575 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13578
13579 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13580
13581         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13582
13583 2006-04-05  Simon Josefsson  <jas@extundo.com>
13584
13585         * password.el (password-reset): New function.
13586
13587 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13588
13589         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13590         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13591
13592 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13593
13594         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13595         Some whitespace was matched into the url, which broke browsing hits
13596         > 100 when mm-url-use-external was nil.
13597
13598 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13601         Check gnus-extra-headers for 'Newsgroups.
13602
13603         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13604         bound.
13605
13606 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13607
13608         * pgg-gpg.el: Clean up process buffers every time gpg processes
13609         complete.
13610
13611 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13614         doc string.
13615
13616 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13617
13618         * pgg-gpg.el (pgg-gpg-process-filter)
13619         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13620
13621         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13622         lines, temporary fix.
13623
13624 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13627
13628 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13629
13630         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13631         default-enable-multibyte-characters.  This reverts the change from
13632         revision 6.17 which is no longer necessary because the passphrase
13633         is sent separately now.  GnuPG messages are unreadable under
13634         multibyte locales with default-enable-multibyte-characters set to
13635         nil.
13636
13637 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13638
13639         * message.el (message-tool-bar-gnome): Move "spell".
13640
13641 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13644         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13645         instead.
13646
13647 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13648
13649         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13650         Improve newsgroups handling for NNTP overviews which don't include
13651         Newsgroups.
13652
13653 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13654
13655         * message.el (message-resend): Bind message-generate-hashcash to nil.
13656
13657 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13658
13659         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13660         when searching for already-paid recipients.
13661
13662 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13663
13664         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13665         passphrases when it is not needed.
13666         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13667         passphrase stuff from gpg, should only be necessary when you use
13668         gpg with a smartcard.
13669
13670 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * mml.el (mml-insert-mime): Ignore cached contents of
13673         message/external-body part.
13674
13675         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13676         (mm-insert-part): Ditto.
13677
13678 2006-03-23  Simon Josefsson  <jas@extundo.com>
13679
13680         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13681         Reiner.
13682         (pgg-gpg-use-agent-p): Use it again.
13683
13684 2006-03-23  Simon Josefsson  <jas@extundo.com>
13685
13686         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13687         older emacsen.
13688         (pgg-gpg-use-agent-p): Don't use it.
13689
13690 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13693         if we can.
13694
13695 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13696
13697         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13698         (pgg-gpg-update-agent): New function.
13699         (pgg-gpg-use-agent-p): New function.
13700         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13701         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13702         (pgg-gpg-sign-region): Use it.
13703
13704 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13707         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13708
13709 2006-03-21  Simon Josefsson  <jas@extundo.com>
13710
13711         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13712         <wilde@sha-bang.de>.
13713         (pgg-gpg-use-agent): New variable.
13714         (pgg-gpg-process-region): Use it.
13715         (pgg-gpg-encrypt-region): Likewise.
13716         (pgg-gpg-encrypt-symmetric-region): Likewise.
13717         (pgg-gpg-decrypt-region): Likewise.
13718         (pgg-gpg-sign-region): Likewise.
13719         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13720
13721 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13724
13725         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13726         Add comment on version.
13727
13728 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13729
13730         * smiley.el: Add missing test smiley.
13731
13732 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * mm-decode.el (mm-with-part): New macro.
13735         (mm-get-part): Use it; work with message/external-body as well.
13736         (mm-save-part): Treat name and filename equally.
13737
13738         * mm-extern.el (mm-extern-cache-contents): New function.
13739         (mm-inline-external-body): Use it; force the part to be displayed;
13740         move undisplayer added to the cached handle to the parent.
13741
13742         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13743         (gnus-mime-view-part-as-type): Work with message/external-body.
13744
13745         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13746
13747 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13750         images in image-load-path.  [Sync with image.el, revision 1.60, in
13751         Emacs.]
13752
13753 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13756         path rather than symbol.  Always return list of directories.
13757         Guarantee that image directory comes first.  [Sync with image.el,
13758         revision 1.59, in Emacs.]
13759
13760         * message.el (message-make-tool-bar): Adjust to new API of
13761         `gmm-image-load-path-for-library'.
13762
13763         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13764
13765         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13766
13767 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13768
13769         * gnus-art.el (gnus-article-only-boring-p):
13770         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13771         intangible text.
13772         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13773
13774 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13777         Use `defun' instead of `gmm-defun-compat'.
13778
13779 2006-03-14  Simon Josefsson  <jas@extundo.com>
13780
13781         * message.el (message-unique-id): Don't use message-number-base36
13782         if (user-uid) is a float.
13783         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13784
13785 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13788
13789         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13790         empty line between a part and a message part.
13791
13792 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * smiley.el: Add more test smileys.
13795         (smiley-data-directory, smiley-regexp-alist)
13796         (gnus-smiley-file-types): Fix doc strings.
13797         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13798         adding new elements.
13799         (smiley-mouse-map): Unused code.  Make it a comment.
13800
13801 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13804         scan latest NoCeM messages instead of old ones.
13805         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13806         delimiters that are recently used.
13807         (gnus-nocem-load-cache): Add autoload cookie.
13808
13809         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13810
13811         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13812         level which is larger than gnus-use-nocem is specified.
13813
13814         * gnus-group.el (gnus-group-get-new-news): Ditto.
13815
13816 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * gnus-util.el (gnus-tool-bar-update): New function.
13819
13820         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13821         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13822
13823         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13824
13825         * gnus-group.el (gnus-group-redraw-when-idle)
13826         (gnus-group-redraw-check): Remove.
13827         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13828
13829 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13832         if optional last element is specified in splits (FIELD VALUE...).
13833
13834 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13837         to gmm-image-load-path-for-library.  Call with no-error argument.
13838         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13839
13840         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13841
13842         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13843
13844         * gmm-utils.el (gmm-image-load-path): Remove alias.
13845
13846 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gmm-utils.el (gmm-image-load-path): Add alias.
13849
13850         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13851         nnml-generate-nov-databases-1.
13852         (nnml-generate-nov-databases): Use it.
13853         (nnml-generate-nov-databases-directory): Document no-active
13854         argument.
13855
13856         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13857         directory if path is t.  Add no-error.
13858
13859         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13860         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13861
13862         * gnus-art.el (gnus-article-browse-delete-temp-files):
13863         Simplify resetting gnus-article-browse-html-temp-list.
13864
13865         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13866         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13867         Add example to docstring.  Rename local variables.  Move error
13868         checks to default case in cond and simplify.
13869
13870 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13873         handle is multipart when calling it recursively.
13874         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13875
13876 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13877
13878         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13879         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13880
13881 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13884         is loaded.
13885
13886         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13887         loaded.
13888
13889 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13890
13891         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13892         to "Emacs 23 (unicode)" in doc string.
13893
13894         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13895         "Emacs 23 (unicode)" in comment.
13896
13897 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13900
13901         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13902         characters 160 through 255 in Emacs 23.
13903
13904 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13907         gnus-article-browse-html-temp.
13908         (gnus-article-browse-delete-temp): Make it customizable.
13909         Add `file'.  Adjust doc string.
13910         (gnus-article-browse-delete-temp-files): Add argument.
13911         Allow query for each file.  Adjust doc string.
13912         (gnus-article-browse-html-parts):
13913         Add `gnus-article-browse-delete-temp-files' to
13914         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13915
13916 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13917
13918         * gnus-art.el (gnus-article-browse-html-temp)
13919         (gnus-article-browse-delete-temp): New variables.
13920         (gnus-article-browse-delete-temp-files): New function.
13921         (gnus-article-browse-html-parts): Use it.
13922
13923 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13924
13925         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13926
13927         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13928         string.
13929
13930         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13931         gnus-summary-insert-new-articles when unplugged.
13932         Remove gnus-summary-search-article-forward.
13933
13934         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13935         display-visual-class instead of display-color-cells.
13936
13937 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * dgnushack.el: Autoload customize-group for XEmacs.
13940
13941         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13942         message/* containing non-ASCII text properly.
13943
13944 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * message.el: Require gmm-utils, remove autoloads.
13947         (message-tool-bar): Set default based on
13948         gmm-tool-bar-style.
13949         (message-tool-bar-gnome): Add gmm-customize-mode.
13950
13951         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13952         gmm-tool-bar-style.
13953         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13954
13955         * gnus-group.el (gnus-group-tool-bar): Set default based on
13956         gmm-tool-bar-style.
13957         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13958
13959         * gmm-utils.el (gmm-image-directory): Rename variable from
13960         gmm-image-load-path.
13961         (gmm-image-load-path): Use gmm-image-directory.
13962         (gmm-customize-mode): New function.
13963         (gmm-tool-bar-style): New variable.
13964
13965         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13966         gnus-group-redraw-line-number.
13967         (gnus-group-redraw-check): Simplify.
13968         (gnus-group-tool-bar-update): Remove redraw check.
13969         (gnus-group-make-tool-bar): Add redraw check.
13970
13971 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13972
13973         * gnus-art.el (gnus-button): Add missing parentheses.
13974
13975 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * lpath.el: Fbind line-number-at-pos.
13978
13979 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13982
13983 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * gnus-art.el (gnus-button): New face.
13986         (gnus-article-button-face): Use it.
13987
13988         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13989         Add gnus-summary-next-page.  Re-order.
13990
13991         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13992         next-node are now included.
13993         (gnus-group-redraw-line-number): New internal variable.
13994         (gnus-group-redraw-check): Helper function for updating the tool
13995         bar.
13996         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13997
13998         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13999
14000         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14001         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14002         Use it to match format of Spamassassin 3.0 and later.
14003         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14004         (spam-check-bogofilter)
14005         (spam-bogofilter-register-with-bogofilter): Fix args of
14006         `gnus-error' calls.
14007
14008 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14011         unnecessary interaction when sending queued mails.
14012         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14013
14014 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14015
14016         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14017         first or last are nil.
14018
14019 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14020
14021         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14022
14023 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14024
14025         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14026
14027 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14028
14029         * dns.el (query-dns): Protect more against buggy tcp output.
14030
14031 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14034         nov.php.
14035
14036 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14037
14038         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14039         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14040         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14041         output on the server side.
14042         (nnweb-google-create-mapping): Update regexps and add some
14043         progress indication.
14044
14045 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * gnus-group.el (gnus-group-tool-bar-gnome):
14048         Fix gnus-agent-toggle-plugged.  Re-order icons.
14049         (gnus-group-tool-bar-gnome):
14050         Add gnus-group-{prev,next}-unread-group.
14051         (gnus-group-tool-bar-gnome): Re-order icons.
14052
14053         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14054         Move gnus-summary-insert-new-articles.
14055
14056         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14057         Fix comments.
14058
14059         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14060         also available in Emacs 21.3.
14061
14062         * message.el (message-fix-before-sending): Change "Emacs 22" to
14063         "Emacs 23 (unicode)" in comment.
14064
14065         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14066         "Emacs 23 (unicode)" in comment.
14067
14068         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14069         comment.
14070         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14071
14072         * mm-view.el (mm-fill-flowed): Add :version.
14073
14074 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14077         and load-path.
14078
14079 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * message.el: Autoload gmm-image-load-path.
14082         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14083         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14084         consitency.
14085
14086         * gmm-utils.el (gmm-image-load-path): Also search in
14087         "../etc/images".  Don't set gmm-image-load-path if we don't find
14088         the image.
14089
14090 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * gmm-utils.el (gmm-image-load-path): Don't make
14093         `gmm-image-load-path' include subdirectories which the second arg
14094         `image' might specify.
14095
14096         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14097         subdirectory to icon file names.
14098
14099         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14100
14101 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14104         gmm-image-load-path calls.
14105
14106         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14107
14108         * message.el (message-make-tool-bar): Ditto.
14109
14110         * mml.el (mml-preview): Add comment concerning tool bar icons.
14111
14112         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14113         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14114
14115         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14116         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14117
14118         * message.el (message-tool-bar-gnome): Use new icon names.
14119         (message-make-tool-bar): Use `gmm-image-load-path'.
14120
14121         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14122         New functions from MH-E.
14123         (gmm-image-load-path): New variable from MH-E.
14124         (gmm-image-load-path): New function from MH-E.  Add arguments
14125         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14126         *-image-load-path-called-flag.
14127
14128 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14129
14130         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14131
14132 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14133
14134         * nnimap.el (nnimap-request-move-article): Change folder back to
14135         source group before deleting.
14136
14137 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14138
14139         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14140
14141         * gnus-art.el (mm-url-insert-file-contents-external):
14142         Autoload mm-url.
14143
14144         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14145
14146 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14149         coding system which mm-charset-to-coding-system returns for a
14150         given charset is valid.
14151
14152 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14153
14154         * html2text.el (html2text-remove-tag-list):
14155         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14156
14157 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14158
14159         * gnus-cus.el: Revert 2005-10-17 change.
14160
14161 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * gnus-art.el (article-strip-banner):
14164         Call article-really-strip-banner only when the regexp match is made.
14165
14166 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-art.el (article-strip-banner):
14169         Use gnus-extract-address-components instead of
14170         mail-header-parse-addresses to make it work with non-ASCII text;
14171         remove mail-encode-encoded-word-string.
14172
14173         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14174         values which are surrounded with \"...\"; make it never cause a
14175         Lisp error; give up parsing of parameters if it failed in
14176         extracting type.
14177
14178 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14179
14180         * smime.el (smime-cert-by-ldap-1): Fix bug where
14181         `smime-ldap-search' returns results without userCertificates.
14182
14183 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14186
14187 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * spam.el (spam-check-spamassassin-headers): Adapt format for
14190         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14191         <ari@mbf.ocn.ne.jp>.
14192         (spam-list-of-processors): Add spam-use-gmane.
14193
14194 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14197         make-temp-file; make it work with XEmacs as well.
14198
14199         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14200         mm-make-temp-file.
14201
14202         * mm-decode.el (mm-display-external): Use the 3rd arg of
14203         mm-make-temp-file.
14204         (mm-create-image-xemacs): Ditto.
14205
14206 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14209         with message-narrow-to-headers.
14210         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14211         (gnus-draft-check-draft-articles): New function.
14212         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14213
14214 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * gnus-art.el (gnus-article-browse-html-parts):
14217         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14218         Don't use suffix argument for mm-make-temp-file for Emacs 21
14219         compatibility.  Remove useless `format'.
14220
14221 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14222
14223         * nnweb.el (nnweb-google-wash-article): Update regexps.
14224         (nnweb-group-alist): Use defvoo instead of defvar.
14225
14226 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14229         re-loading nn* modules.
14230
14231 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14232
14233         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14234         for `tool-bar-mode' and don't check it's default-value.
14235
14236         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14237
14238         * message.el (message-make-tool-bar): Ditto.
14239
14240         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14241         `substring'.  Shorten tmp-file name.
14242
14243         * gnus.el: Remove bogus comment.
14244
14245 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14246
14247         * gnus-art.el (gnus-article-browse-html-parts): New function.
14248         (gnus-article-browse-html-article): New function for viewing html
14249         articles with a browser.
14250
14251 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14252
14253         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14254         in elisp.
14255         (pgg-gpg-encrypt-symmetric-region): Ditto.
14256         (pgg-gpg-sign-region): Ditto.
14257
14258         * pgg-def.el (pgg-text-mode): New variable.
14259
14260         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14261         (mml2015-pgg-encrypt): Ditto.
14262
14263         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14264         (mml1991-pgg-encrypt): Ditto.
14265
14266 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * nnfolder.el (nnfolder-insert-newsgroup-line):
14269         Use message-make-date instead of current-time-string.
14270
14271         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14272         to gnus-decoded which mm-uu might set.
14273
14274 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14277         don't decode quoted parameters; remove misimported Emacs code.
14278         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14279         (rfc2231-decode-encoded-string): Don't use split-string which
14280         behaves differently according to Emacs version; use
14281         mm-decode-coding-region to convert charset to coding-system.
14282         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14283         (rfc2231-encode-string): Remove misimported Emacs code.
14284
14285 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14288         when calling mail-header-parse-content-type.
14289         (article-de-quoted-unreadable): Ditto.
14290         (article-de-base64-unreadable): Ditto.
14291         (article-wash-html): Ditto.
14292
14293         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14294         calling mail-header-parse-content-type and
14295         mail-header-parse-content-disposition.
14296         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14297         mail-header-parse-content-type.
14298
14299         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14300         insert charset and format parameters; encode description after
14301         inserting it to buffer.
14302         (mml-insert-parameter): Fold lines properly even if a parameter is
14303         segmented into two or more lines; change the max column to 76.
14304
14305         * rfc1843.el (rfc1843-decode-article-body): Don't use
14306         ignore-errors when calling mail-header-parse-content-type.
14307
14308         * rfc2231.el (rfc2231-parse-string): Return at least type if
14309         possible; don't cause an error even if it fails in parsing of
14310         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14311         (rfc2231-encode-string): Don't break lines at the beginning, leave
14312         it to mml-insert-parameter.
14313
14314         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14315         calling mail-header-parse-content-type.
14316
14317 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * spam-report.el (spam-report-gmane-use-article-number):
14320         Improve doc string.
14321         (spam-report-gmane-internal): Check if a suitable header was found
14322         in the article.
14323
14324 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14327         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14328
14329 2006-02-05  Romain Francoise  <romain@orebokech.com>
14330
14331         Update copyright notices of all files in the gnus directory.
14332
14333 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14334
14335         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14336
14337 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14340         segmented lines of parameter value to cope with Thunderbird 1.5
14341         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14342         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14343         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14344
14345 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14346
14347         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14348         parts.
14349
14350 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14351
14352         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14353         there's only one active file for all servers.
14354         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14355         solid groups.  Gnus might have used a FAST request to select the group.
14356         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14357         and nnweb-search redundantly in the active file.
14358         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14359         (nnweb-request-create-group): Don't use ARGS.
14360         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14361         initialisations.  Let nnoo do the work.
14362
14363 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14366         Say the part has been decoded.
14367
14368         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14369
14370 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14371
14372         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14373         mailcap-viewer-test-cache when there's no 'test clause, since that
14374         will invert the meaning of a "nil" test previously determined by
14375         mailcap-mailcap-entry-passes-test.
14376
14377 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14380         compiling.
14381
14382         * gnus-sum.el: Ditto.
14383
14384         * message.el: Don't bind tool-bar-map when compiling.
14385
14386 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14389
14390 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14391
14392         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14393         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14394         current Google Groups.
14395
14396 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14399         and tool-bar-mode.
14400
14401         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14402         and tool-bar-mode.
14403
14404         * message.el (message-tool-bar-update): Simplify.
14405         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14406
14407         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14408         gnus-summary-buffer.
14409         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14410         gnus-summary-reply.
14411
14412         * gmm-utils.el (gmm): Add :version.
14413
14414 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * Makefile.in (clean): New rule.
14417         (distclean): Use it.
14418
14419 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14420
14421         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14422         Don't autoload.
14423
14424 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gmm-utils.el (gmm-verbose): Add :group.
14427
14428 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * message.el: Change some comments WRT tool-bars.
14431
14432         * gnus-sum.el (gnus-summary-tool-bar)
14433         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14434         (gnus-summary-tool-bar-zap-list): New variables.
14435         (gnus-summary-make-tool-bar): Complete rewrite using
14436         `gmm-tool-bar-from-list'.
14437
14438         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14439         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14440         New variables.
14441         (gnus-group-make-tool-bar): Complete rewrite using
14442         `gmm-tool-bar-from-list'.
14443         (gnus-group-tool-bar-update): New function.
14444
14445         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14446
14447 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14450         is dissected into a single part of which the type is the same as
14451         the given one; decode charset.
14452
14453 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14454
14455         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14456         into alists as symbol not string, since that's what
14457         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14458         look for.
14459
14460 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14461
14462         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14463         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14464
14465         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14466
14467 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14470         (gnus-xmas-mime-security-button-menu): New function.
14471
14472         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14473         (gnus-mime-security-button-menu): New definition.
14474         (gnus-mime-security-button-map): Use them.
14475         (gnus-mime-security-button-menu): New function.
14476         (gnus-insert-mime-security-button): Addition to help echo.
14477         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14478         (gnus-mime-security-pipe-part): New functions.
14479
14480         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14481         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14482
14483         * mm-decode.el (mm-handle-set-disposition): Remove.
14484         (mm-handle-set-description): Remove.
14485
14486 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14489         (mm-w3m-standalone-supports-m17n-p): New function.
14490         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14491         w3m usage.
14492
14493         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14494         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14495
14496 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * message.el (message-tool-bar-zap-list):
14499         Use gmm-tool-bar-zap-list as custom type.
14500         (message-tool-bar-update): New function.
14501         (message-tool-bar, message-tool-bar-gnome)
14502         (message-tool-bar-retro): Add message-tool-bar-update.
14503         (message-tool-bar-gnome): Add flyspell-buffer.
14504
14505         * gnus-util.el (gnus-error): Describe `args'.
14506
14507         * gmm-utils.el (gmm-error): Describe `args'.
14508         (gmm-tool-bar-zap-list): New widget.
14509         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14510
14511 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14514         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14515         the number of recursive calls.
14516
14517         * mm-decode.el (mm-handle-set-disposition): New macro.
14518         (mm-handle-set-description): New macro.
14519
14520 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14523         encoding.
14524
14525 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14526
14527         * message.el (message-tool-bar-zap-list, message-tool-bar)
14528         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14529         (message-tool-bar-local-item-from-menu): Remove.
14530         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14531         (message-make-tool-bar): New function.
14532         (message-mode): Use `message-make-tool-bar'.
14533
14534         * gmm-utils.el: New file.
14535         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14536         (gmm-lazy): New widget copied from `nnmail.el'.
14537         (gmm-tool-bar-from-list): New function for creating customizable
14538         tool bars.
14539         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14540         output.
14541         (gmm): Add :prefix to defgroup.
14542
14543 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14544
14545         * gmm-utils.el (gmm-widget-p): New function.
14546
14547 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14548
14549         * mml.el (mml-attach-file): Describe `description' in doc string.
14550         (mml-menu): Add Emacs MIME manual and PGG manual.
14551
14552 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14553
14554         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14555
14556 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14557
14558         * nntp.el (nntp-end-of-line): Doc fix.
14559
14560 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14561
14562         * imap.el (imap-open): Handle case where buffer is a buffer
14563         object.
14564
14565 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14566
14567         * gnus-delay.el (gnus-delay): Don't autoload.
14568         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14569         to be re-loaded when customizing the `gnus-delay' group.
14570
14571 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14572
14573         * message.el (message-insert-citation-line): Use newlines.
14574
14575 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14576
14577         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14578         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14579         these routines, so the passphrase can be managed externally and
14580         passed in to the system.
14581         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14582         pgg-add-passphrase-to-cache function.
14583
14584         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14585         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14586         these routines, so the passphrase can be managed externally and
14587         passed in to the system.
14588         (pgg-pgp5-sign-region): Use new name of
14589         pgg-add-passphrase-to-cache function.
14590
14591 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14592
14593         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14594         part of the decoded armor to find the key-identifier.
14595         (pgg-gpg-lookup-key-owner): New function to return the
14596         human-readable identifier of a key owner.
14597         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14598         itself.
14599         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14600         the key value) if we have a key and can match it against a secret
14601         key.  Also, added a note pointing out fact that the prompt only
14602         indicates the first matching key.
14603
14604         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14605         pgg-decrypt-region.
14606         (pgg-add-passphrase-to-cache): Rename from
14607         `pgg-add-passphrase-cache' to reduce confusion (all callers
14608         changed).
14609         (pgg-remove-passphrase-from-cache): Rename from
14610         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14611         changed).
14612         (pgg-read-passphrase, pgg-add-passphrase-cache)
14613         (pgg-remove-passphrase-cache): Add informative docstrings.
14614         (pgg-decrypt): Convey provided passphrase in subordinate call to
14615         pgg-decrypt-region.
14616
14617 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14618
14619         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14620         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14621         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14622         'passphrase' argument, so the passphrase can be managed externally
14623         and then passed in to the system.
14624
14625         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14626         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14627         so the passphrase cache can be used reliably with identifiers
14628         besides a pgp packet's key id.
14629
14630         * pgg-gpg.el (pgg-gpg-encrypt-region)
14631         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14632         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14633         these routines, so the passphrase can be managed externally and
14634         passed in to the system.
14635
14636         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14637         'notruncate' argument, so the passphrase cache can be used
14638         reliably with identifiers besides a pgp packet's key id.
14639
14640 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14641
14642         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14643         symmetric encryption.
14644         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14645         encrypted session key.
14646         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14647         message ask for the passphrase in a proper way.
14648
14649         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14650         New user commands for symmetric encryption.
14651
14652 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14655
14656         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14657
14658 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14659
14660         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14661
14662 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * mm-decode.el (mm-inlined-types): Add application/pgp.
14665         (mm-automatic-display): Ditto.
14666
14667         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14668         part as text.
14669
14670 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * nnrss.el: Update copyright.
14673         (nnrss-opml-import): Query whether to subscribe to each entry.
14674
14675         * gnus-art.el:
14676         * gnus-sum.el:
14677         * gnus-xmas.el:
14678         * messagexmas.el:
14679         * mm-uu.el:
14680         * mm-view.el: Update copyright.
14681
14682 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * message.el (message-info): New function.
14685         (message-mode-menu): Add it.
14686         Update copyright.
14687
14688         * ChangeLog: Fix and update copyright.
14689
14690 2006-01-13  Romain Francoise  <romain@orebokech.com>
14691
14692         * message.el (message-forward-subject-name-subject): Prefer the
14693         address to 'nowhere' if the sender has no name.
14694         Fix typo.  Update copyright year.
14695
14696 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * gnus-art.el (article-wash-html):
14699         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14700         (gnus-article-wash-html-with-w3m-standalone): New function.
14701
14702         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14703         mm-inline-text-html-render-with-w3m-standalone.
14704         (mm-text-html-washer-alist): Map w3m-standalone to
14705         gnus-article-wash-html-with-w3m-standalone.
14706         (mm-inline-text-html-render-with-w3m-standalone): New function.
14707
14708 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14711         Improve LaTeX.
14712
14713 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14716         (nnrss-request-article): Render text/plain parts as HTML.
14717
14718         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14719         the buffer.
14720
14721 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14724         custom definition of `gnus-posting-styles'.
14725
14726         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14727         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14728
14729 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14732         Use nntp for bug archive.
14733
14734 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14737         parts.
14738         (nnrss-normalize-date): New function converts ISO 8601 date into
14739         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14740         (nnrss-check-group): Use it.
14741
14742 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14745
14746         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14747         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14748         (nnrss-insert-w3): Ditto.
14749
14750 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14753         the articles to be forwarded including the case where neither a
14754         number of articles nor a region is specified.
14755
14756 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * nnrss.el (nnrss-request-article): Fix last change; fill
14759         text/plain parts.
14760
14761 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14764         in text/plain part.
14765         (nnrss-check-group): Don't add excessive newline to dc:subject.
14766
14767 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14768
14769         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14770         article.
14771
14772 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14775         (nnml-use-compressed-files, nnml-save-mail): Support other
14776         comression programs such as bzip2.
14777
14778 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14779
14780         * dns.el (query-dns): Make sure we check the buffer size before
14781         removing tcp headers.
14782
14783 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14786         remove MIME buttons associated with multipart/alternative parts.
14787         (gnus-mime-display-alternative): Tag buttons using `article-type'
14788         text property.
14789
14790         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14791         associated with multipart/alternative parts.
14792
14793         * gnus-art.el (gnus-signature-separator): Fix custom type.
14794
14795         * mm-decode.el (mm-inlined-types): Fix custom type.
14796         (mm-keep-viewer-alive-types): Ditto.
14797         (mm-automatic-display): Ditto.
14798         (mm-attachment-override-types): Ditto.
14799         (mm-inline-override-types): Ditto.
14800         (mm-automatic-external-display): Ditto.
14801
14802 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * spam-report.el (spam-report-user-mail-address)
14805         (spam-report-user-agent): New variables.
14806         (spam-report-url-ping-plain): Use spam-report-user-agent.
14807
14808 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14809
14810         * gnus-art.el (gnus-button-handle-custom): Do not just use
14811         `customize-apropos' for any "M-x customize-*" button but the
14812         function called for.  Accept both the function name and its
14813         argument in order to achieve this.
14814         (gnus-button-alist): Remove support for "custom:" URL's.
14815         Pass function name to `gnus-button-handle-custom' in case of "M-x
14816         customize-*" buttons.
14817
14818 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14821         multipart/alternative and add xref to mm-discouraged-alternatives
14822         in doc string.
14823
14824         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14825         gnus-buttonized-mime-types in doc string.
14826
14827 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14830         Suggest image/.* in the doc string.
14831
14832 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14835         message-marks (Debian bug #342521).
14836
14837 2005-12-12  Simon Josefsson  <jas@extundo.com>
14838
14839         * password.el (password-read-from-cache): Add.
14840         (password-read): Use it.
14841
14842 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * rfc2047.el (rfc2047-charset-to-coding-system):
14845         Recognize us-ascii as a MIME charset.
14846
14847         * mm-bodies.el (mm-decode-content-transfer-encoding):
14848         Protect against the case where the 2nd arg TYPE is nil.
14849
14850 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * pop3.el (pop3-stream-type): Fix custom version.
14853
14854         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14855
14856 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14857
14858         * mm-decode.el (mm-display-external): Add missing cdr.
14859
14860 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14863         RFC1524) if it is in mailcap or add a suffix according to
14864         mailcap-mime-extensions when generating a temp filename; postpone
14865         deleting a temp file for 2 seconds for some wrappers, shell
14866         scripts, and so on, which might exit right after having started a
14867         viewer command as a background job.
14868
14869 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * nntp.el (nntp-marks-directory): Fix custom group.
14872
14873         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14874         steps when < 10.
14875
14876         * gnus-start.el (gnus-no-server-1):
14877         Mention `gnus-level-default-subscribed' in doc string.
14878
14879 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14880
14881         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14882         parens.
14883
14884 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * gnus-xmas.el (gnus-use-toolbar): Revert.
14887         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14888         gnus-use-toolbar is default.
14889
14890         * messagexmas.el (message-use-toolbar): Revert.
14891         (message-setup-toolbar): Use global default-toolbar if
14892         message-use-toolbar is default.
14893
14894 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14897         according to default-toolbar-visible-p.
14898
14899         * messagexmas.el (message-use-toolbar): Ditto.
14900
14901 2005-11-26  Dave Love  <fx@gnu.org>
14902
14903         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14904         (tls-program, tls-success): Provide openssl alternative.
14905
14906         * starttls.el: Doc fixes.
14907         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14908         SERVICE to PORT.
14909
14910         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14911         port null or service name.
14912         (starttls-negotiate): Autoload.
14913
14914 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * message.el (message-kill-to-signature): Fix interactive spec.
14917
14918 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * pop3.el (pop3-open-server): Recognize a string as a service name.
14921
14922 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14923
14924         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14925
14926 2005-11-23  Dave Love  <fx@gnu.org>
14927
14928         Add pop3s, pop3/starttls.
14929
14930         * pop3.el (pop3-authentication-scheme): Clarify doc.
14931         (open-tls-stream, starttls-open-stream): Autoload.
14932         (pop3-stream-type): New.
14933         (pop3-open-server): Use it.
14934
14935         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14936         for POP.
14937         (mail-source-keyword-map): Add :stream for POP.
14938         (mail-source-fetch-pop): Use pop3-stream-type.
14939
14940 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14943         of current-time-string.
14944
14945 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14946
14947         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14948         date header.
14949
14950 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14951
14952         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14953         it can seriously impact performance as it bypasses the agent's
14954         local caches.
14955
14956 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14957
14958         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14959         must be explicitly online rather than "not explicitly offline" for
14960         its flags to be synchronized.
14961
14962         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14963         that gnus-uu-unmark-thread will function correctly.
14964
14965         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14966         1024K is instead displayed as 1M.
14967
14968 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14969
14970         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14971
14972 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14973
14974         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14975
14976 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14977
14978         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14979         error message to display actual error condition.
14980         (gnus-agent-save-local): Avoid saving symbols that are bound to
14981         nil as they simply result in a warning message in
14982         gnus-agent-read-local.
14983
14984 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14987         rather than make-variable-buffer-local for file-precious-flag.
14988
14989 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14990
14991         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14992         for duplicates which are removed.  The invalid sort check then
14993         triggers a rescan after the sort as sorting may have moved
14994         duplicate entries such that they can be cheaply detected.
14995
14996 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14999
15000 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15001
15002         * gnus-agent.el (gnus-agent-article-alist-save-format):
15003         Change internal variable to a custom variable.  Change default value
15004         from compressed(2) to uncompressed(1).
15005         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15006         support for uncompressed agentview files.  Taken together, reading
15007         the agentview file should now be 6-7 times faster.
15008
15009 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15010
15011         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15012         as a buffer-local variable.  This avoids creating truncated
15013         dribble files as a result of a hang up, eg.
15014
15015 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15016
15017         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15018         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15019         XEmacs.
15020
15021 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * gnus-start.el (gnus-start-draft-setup):
15024         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15025
15026         * gnus.el (gnus-splash): Change custom group.
15027         (gnus-group-get-parameter, gnus-group-parameter-value):
15028         Describe allow-list argument.
15029
15030         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15031         string.
15032
15033 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * gnus-art.el (gnus-default-article-saver): Add user-defined
15036         `function' to custom type.
15037
15038 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15039
15040         * imap.el (imap-open): Handle case where buffer is a buffer
15041         object.
15042
15043 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15046         long lines.
15047         (gnus-cache-delete-group): Wrap doc strings.
15048
15049         * gnus-agent.el (gnus-agent-rename-group)
15050         (gnus-agent-delete-group): Wrap doc strings.
15051
15052 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * messagexmas.el (message-use-toolbar): Change the valid values
15055         into default, top, bottom, left, and right.
15056         (message-toolbar-thickness): New variable.
15057         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15058         well.
15059         (message-setup-toolbar): Make it work.
15060
15061         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15062         (gnus-use-toolbar): Change the valid values into default, top,
15063         bottom, left, and right.
15064         (gnus-toolbar-thickness): New variable.
15065         (gnus-xmas-setup-toolbar): New function.
15066         (gnus-xmas-setup-group-toolbar): Use it.
15067         (gnus-xmas-setup-summary-toolbar): Use it.
15068
15069 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15070
15071         * gnus-start.el (gnus-1): Add "native" to
15072         gnus-predefined-server-alist.
15073
15074         * gnus.el (gnus-method-to-server): Don't add "native" to the
15075         lists here, because that leads to problems when
15076         gnus-select-method is bound.
15077
15078 2005-11-09  Simon Josefsson  <jas@extundo.com>
15079
15080         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15081         use (not sort-by-date) instead.
15082
15083 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15084
15085         * gnus-delay.el (gnus-delay-group): Don't autoload.
15086         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15087         to be re-loaded when customizing the `gnus-delay' group.
15088
15089 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15090
15091         * message.el: Revert last changes.
15092         (message-insert-citation-line): Use newlines.
15093
15094 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15095
15096         * message.el (message-courtesy-message)
15097         (message-mark-insert-begin, message-mark-insert-end)
15098         (message-elide-ellipsis, message-cancel-message)
15099         (message-add-header, message-change-subject)
15100         (message-cross-post-followup-to-header)
15101         (message-cross-post-insert-note, message-reduce-to-to-cc)
15102         (message-widen-reply, message-delete-not-region)
15103         (message-kill-to-signature, message-insert-signature)
15104         (message-insert-importance-high, message-insert-importance-low)
15105         (message-insert-or-toggle-importance)
15106         (message-insert-disposition-notification-to)
15107         (message-indent-citation, message-yank-original)
15108         (message-cite-original-without-signature, message-cite-original)
15109         (message-insert-citation-line, message-position-on-field)
15110         (message-fix-before-sending, message-send-mail-partially)
15111         (message-send-mail, message-send-mail-with-sendmail)
15112         (message-send-mail-with-qmail, message-send-news)
15113         (message-check-news-header-syntax, message-generate-headers)
15114         (message-insert-courtesy-copy, message-fill-address)
15115         (message-fill-header, message-shorten-references)
15116         (message-setup-1, message-cancel-news)
15117         (message-forward-make-body-plain, message-forward-make-body-mime)
15118         (message-forward-make-body-mml, message-encode-message-body)
15119         (message-forward-make-body-digest-plain)
15120         (message-forward-make-body-digest-mime)
15121         (message-use-alternative-email-as-from): Insert `hard-newline'
15122         instead of ordinary newlines.
15123
15124 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * message.el (message-generate-headers): Downcase the argument
15127         given to message-check-element.
15128
15129 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15130
15131         * nntp.el (nntp-authinfo-rejected): New error condition.
15132         (nntp-wait-for): Use new error condition to signal authentication
15133         error.
15134         (nntp-retrieve-data): Rethrow new error condition to break out of
15135         recursive call to nntp-send-authinfo.
15136
15137 2005-11-08  Romain Francoise  <romain@orebokech.com>
15138
15139         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15140         (gnus-summary-exit-map): Bind to `Z p'.
15141         (gnus-summary-make-menu-bar): Add menu item.
15142
15143 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15146         (gnus-treat-*): Add `first' in all doc strings.
15147
15148         * gnus-group.el (gnus-group-compact-group): Fix typo.
15149
15150 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * gnus.el (gnus-parameters-case-fold-search): New variable.
15153         (gnus-parameters-get-parameter): Use it.
15154
15155         * gnus-score.el (gnus-home-score-file): Doc fix.
15156
15157 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15158
15159         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15160
15161 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * mm-util.el (mm-special-display-p): New function.
15164
15165         * mml.el (mml-preview): Use it; doc fix.
15166
15167 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15168
15169         * imap.el (imap-open): Handle case where buffer is a buffer object.
15170
15171 2005-10-29  Romain Francoise  <romain@orebokech.com>
15172
15173         * message.el (message-fix-before-sending): Fix comment.
15174
15175 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15176
15177         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15178
15179 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15180
15181         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15182         Used in gnus-score.el.
15183
15184 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15185
15186         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15187
15188 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15191         whitespace removed in revision 7.8.  Use concatenated string to
15192         protect trailing whitespace.
15193
15194 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15195
15196         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15197         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15198         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15199         Courier IMAP ("some version from 2004").  Mostly based on similar
15200         code in the same function.
15201
15202 2005-10-26  Didier Verna  <didier@xemacs.org>
15203
15204         * gnus-group.el (gnus-group-compact-group): Invalidate original
15205         article buffer.
15206         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15207         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15208         NOV database and in article itself.
15209         Invalidate article backlog.
15210
15211 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15214
15215 2005-10-26  Simon Josefsson  <jas@extundo.com>
15216
15217         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15218         part of 2004-07-25 change.
15219
15220 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * message.el (message-display-completion-list): New function.
15223         (message-expand-group): Use it; make sure the Completions buffer
15224         is modifiable.
15225 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15226
15227         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15228         user-mail-name is an empty string.
15229
15230 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15231
15232         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15233         depending on gnus-score-decay-constant.
15234
15235         * encrypt.el (encrypt-insert-file-contents)
15236         (encrypt-write-file-contents): Don't use `gnus-message'.
15237
15238         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15239         arguments.
15240         (mm-uu-type-alist): Add message-marks and insert-marks.
15241         Pass arguments to mm-uu-verbatim-marks-extract.
15242         (mm-uu-hide-markers): New variable.
15243         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15244
15245         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15246         (gnus-convert-image-to-face-command): Use "convert" by default to
15247         allow other input image formats.
15248         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15249         accordingly.
15250
15251 2005-10-23  Simon Josefsson  <jas@extundo.com>
15252
15253         * imap.el (imap-gssapi-program): Align command line parameters
15254         with latest GNU SASL.
15255         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15256
15257 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15258
15259         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15260         HTML.
15261         (nnslashdot-request-article): Ditto.
15262
15263         * lpath.el (featurep): Add nobreak-char-display.
15264
15265 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15266
15267         * mail-source.el (mail-source-fetch-pop): Require pop3.
15268         (mail-source-check-pop): Ditto.
15269
15270 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15273         errors.
15274
15275 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15276
15277         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15278         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15279
15280         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15281
15282         * mm-bodies.el (mm-decode-string):
15283         Call `mm-charset-to-coding-system' with allow-override argument.
15284
15285 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15288         (rfc2047-charset-to-coding-system): New function.
15289         (rfc2047-decode-encoded-words): New function.
15290         (rfc2047-decode-region): Use them.
15291         (rfc2047-decode-cte): Remove.
15292         (rfc2047-parse-and-decode): Remove.
15293         (rfc2047-decode): Remove.
15294
15295 2005-10-15  Kenichi Handa  <handa@m17n.org>
15296
15297         * rfc2047.el (rfc2047-decode-cte): New function.
15298         (rfc2047-decode-region): Change the way to decode successive
15299         encoded-words: decode B- or Q-encoding in each encoded-word,
15300         concatenate them, and decode it as charset.
15301
15302 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * lpath.el: Fbind codepage-setup for XEmacs.
15305
15306 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15307
15308         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15309         widget-move-and-invoke.
15310         (gnus-custom-mode): Use gnus-custom-map.
15311
15312 2005-10-15  Bill Wohler  <wohler@newt.com>
15313
15314         * message.el (message-tool-bar-map): Rename image file from
15315         mail_send to mail/send.
15316
15317 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15318
15319         * message.el (message-expand-group): Pass the common
15320         prefix substring of completion to `display-completion-list'.
15321
15322 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15323
15324         * mml-sec.el (mml-secure-method): New internal variable.
15325         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15326         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15327         New functions using mml-secure-method.
15328
15329         * mml.el (mml-mode-map): Add key bindings for those functions.
15330         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15331         Harder <harder@myrealbox.com>.
15332         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15333         Goto end of message if point is the headers of the message.
15334
15335         * message.el (message-in-body-p): New function.
15336
15337         * assistant.el: Autoload gnus-util and netrc.
15338
15339         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15340         Use `mm-charset-override-alist' only when decoding.
15341
15342         * mm-bodies.el (mm-decode-body):
15343         Call `mm-charset-to-coding-system' with allow-override argument.
15344
15345         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15346         `filename' from Content-Disposition if Content-Type doesn't
15347         provide `name'.
15348         (gnus-mime-view-part-as-type): Set default instead of
15349         initial-input.
15350
15351 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15352
15353         * format-spec.el (format-spec): Propagate text properties of % spec.
15354
15355 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15356
15357         * gnus-art.el (gnus-treat-predicate): Add `first'.
15358
15359 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15360
15361         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15362         (mm-charset-override-alist): New variable.
15363         (mm-charset-to-coding-system): Use it.
15364         (mm-codepage-setup): New helper function.
15365         (mm-charset-eval-alist): New variable.
15366         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15367         Warn about unknown charsets.
15368
15369         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15370
15371 2005-10-04  David Hansen  <david.hansen@gmx.net>
15372
15373         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15374         (nnrss-check-group): Ditto.
15375
15376 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15379         Rename x-gnus-verbatim to x-verbatim.
15380         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15381
15382         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15383         x-verbatim.
15384
15385         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15386
15387         * gnus-util.el (gnus-remove-duplicates): Remove.
15388
15389         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15390         instead of gnus-remove-duplicates.
15391
15392         * message.el (message-remove-duplicates): Remove.
15393         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15394         message-remove-duplicates.
15395
15396         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15397         available, else use implementation from `delete-dups'.
15398
15399         * message.el (message-insert-expires): New function.
15400         (message-mode-map): Add key binding.
15401         (message-mode-field-menu): Add menu entry.
15402         (message-mode): Document it.
15403         (message-make-expires-date): Use `message-make-date'.
15404
15405 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15406
15407         * message.el (message-make-expires-date): New function.
15408
15409 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * Makefile.in (list-installed-shadows): New entry.
15412         (install): Use it.
15413         (remove-installed-shadows): New entry.
15414
15415         * dgnushack.el (dgnushack-default-load-path): New variable.
15416         (dgnushack-find-lisp-shadows): New function.
15417         (dgnushack-remove-lisp-shadows): New function.
15418
15419 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * Makefile.in (install-el-elc): New entry.
15422         (install): Use it so that .el files are necessarily installed.
15423
15424 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15427
15428 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15429
15430         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15431         function rather than the diff-mode.el package.
15432         (mm-display-external): Use with-current-buffer.
15433         (mm-viewer-completion-map, mm-viewer-completion-map):
15434         Move initialization inside declaration.
15435
15436 2005-09-29  Simon Josefsson  <jas@extundo.com>
15437
15438         * spam.el: Load hashcash when compiling, to avoid warnings.
15439         Don't autoload mail-check-payment.
15440         (spam-check-hashcash): Define unconditionally, since hashcash.el
15441         is part of Gnus now.  Ignore errors from payment checking.
15442
15443 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * message.el (message-bold-region, message-unbold-region):
15446         Rename from `bold-region' and `unbold-region'.
15447
15448         * message.el: Remove useless autoloads.
15449
15450 2005-09-28  Simon Josefsson  <jas@extundo.com>
15451
15452         * message.el (message-use-idna): Default to t.
15453         (message-use-idna): Test whether encoding works too.  Doc fix.
15454
15455 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * nntp.el (nntp-warn-about-losing-connection): Remove.
15458
15459 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15460
15461         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15462         customizable.  Change default value.
15463         (mm-uu-diff-groups-regexp): Change default value.
15464         (mm-uu-type-alist): Add doc string.
15465         (mm-uu-configure): Add doc string.  Make it interactive.
15466         (mm-uu-tex-groups-regexp): New variable.
15467         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15468         (mm-uu-type-alist): Add LaTeX documents.
15469         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15470         of "text/verbatim".
15471         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15472
15473         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15474         instead of "text/verbatim".
15475
15476         * message.el (message-mark-inserted-region)
15477         (message-mark-insert-file): Use slrn style marks when called with
15478         prefix argument.
15479
15480 2005-09-27  Simon Josefsson  <jas@extundo.com>
15481
15482         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15483
15484 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15485
15486         * message.el (message-remove-duplicates): New function.
15487         Implementation borrowed from `gnus-remove-duplicates'.
15488         (message-idna-to-ascii-rhs): Also encode idna addresses in
15489         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15490         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15491         only ask about the same idna domain once per header and also tell
15492         in what header to replace the idna domain.
15493
15494         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15495         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15496         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15497         a header is decoded and not just the last one.
15498
15499 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15502         has been decoded.
15503
15504         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15505         (mm-insert-part): Don't modify text if it has been decoded.
15506
15507         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15508         decoded.
15509
15510         * mm-view.el (mm-inline-text): Don't strip text props unless
15511         decoding enriched or richtext parts.
15512
15513 2005-09-25  Romain Francoise  <romain@orebokech.com>
15514
15515         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15516         * gnus-start.el (gnus-subscribe-interactively):
15517         * gnus-uu.el (gnus-uu-grab-articles):
15518         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15519         space.
15520
15521 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15522
15523         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15524         * mm-view.el (mm-view-pkcs7-decrypt):
15525         * gnus-sum.el (gnus-summary-limit-to-extra)
15526         (gnus-summary-respool-article, gnus-read-move-group-name):
15527         * gnus-score.el (gnus-summary-increase-score):
15528         * gnus-util.el (gnus-completing-read-with-default):
15529         * gnus-art.el (gnus-read-save-file-name)
15530         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15531         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15532         * message.el (message-check-news-header-syntax):
15533         Follow convention for reading with the minibuffer.
15534
15535 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15536
15537         * spam-report.el (spam-report-url-ping-plain):
15538         Use gnus-extended-version as User-Agent.
15539
15540         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15541         default value is nil.
15542
15543         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15544         (mm-uu-verbatim-marks-extract): New function.
15545         (mm-uu-extract): New face.
15546         (mm-uu-copy-to-buffer): Use it.
15547
15548         * spam-report.el (spam-report-gmane-ham): Rename from
15549         `spam-report-gmane-unspam'.
15550         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15551         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15552
15553         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15554         Autoload.
15555         (spam-report-gmane-unregister-routine):
15556         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15557
15558 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15559
15560         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15561         (spam-report-gmane-unregister-routine): Add support for gmane
15562         unregistration.
15563
15564         * spam-report.el (spam-report-gmane-unspam)
15565         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15566         (spam-report-gmane): Change to take a single article and do unspam
15567         registration.
15568
15569 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * mm-url.el (mm-url-decode-entities): Fix regexp.
15572
15573 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15574
15575         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15576         default to nil, to be able to use Gnus at all.  If the default
15577         switches to something else, then the function should be fixed not
15578         be exceedingly slow.
15579
15580 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15581
15582         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15583         fail hard.
15584
15585         * spam-report.el: Add better Keywords line.
15586
15587         * spam.el: Add Maintainer and better Keywords line.
15588
15589 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15590
15591         * gnus-art.el (gnus-article-replace-part)
15592         (gnus-mime-replace-part): New functions.
15593         (gnus-mime-action-alist, gnus-mime-button-commands)
15594         (gnus-mime-save-part-and-strip): Add file argument.
15595         (gnus-article-part-wrapper): Add interactive argument.
15596
15597         * gnus-sum.el (gnus-summary-mime-map):
15598         Add `gnus-article-replace-part'.
15599
15600 2005-09-19  Didier Verna  <didier@xemacs.org>
15601
15602         The nnml compaction feature:
15603         * nnml.el (nnml-request-compact-group): New function.
15604         * nnml.el (nnml-request-compact): New function.
15605         * gnus-int.el (gnus-request-compact-group): New function.
15606         * gnus-int.el (gnus-request-compact): New function.
15607         * gnus-group.el (gnus-group-compact-group): New function.
15608         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15609         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15610         * gnus-srvr.el (gnus-server-compact-server): New function.
15611         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15612         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15613
15614 2005-09-18  Deepak Goel  <deego@gnufans.org>
15615
15616         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15617         format spec.
15618
15619 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15622
15623 2005-09-15  Romain Francoise  <romain@orebokech.com>
15624
15625         * message.el (message-fill-paragraph): Clarify docstring.
15626
15627 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-art.el (gnus-mime-display-part): Protect against broken
15630         MIME messages.
15631
15632 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15635         before parsing header.
15636
15637 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15638
15639         * html2text.el (html2text-replace-list): Add new entities.
15640
15641 2005-09-11  Romain Francoise  <romain@orebokech.com>
15642
15643         * message.el (message-alternative-emails): Improve docstring.
15644         (message-setup-1): Call `message-use-alternative-email-as-from'
15645         after `message-setup-hook' to give it precedence over posting
15646         styles, etc.
15647         (message-use-alternative-email-as-from): Add docstring.
15648         Remove the original From header if present.
15649
15650         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15651         (nnml-save-mail): Use it.
15652
15653         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15654         articles.  Add new argument `silent'.
15655         (gnus-uu-mark-all): Report the total number of marked articles.
15656
15657 2005-09-10  Romain Francoise  <romain@orebokech.com>
15658
15659         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15660         (gnus-uu-mark-series): Likewise.
15661
15662 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * spam-report.el (spam-report-gmane): Fix generation of spam
15665         report URL.
15666
15667 2005-09-10  Simon Josefsson  <jas@extundo.com>
15668
15669         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15670         t, based on discussion on the ding list with Robert Epprecht
15671         <epprecht@solnet.ch>.
15672
15673 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * spam-report.el (spam-report-gmane): Make it work without
15676         X-Report-Spam header.  Gmane now only provides Archived-At.
15677         This is only used if `spam-report-gmane-use-article-number' is nil.
15678         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15679
15680         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15681         make `gnus-summary-sort-by-recipient' work with threading.
15682
15683         * nnweb.el (nnweb-google-wash-article): Print a message if article
15684         is not available.
15685
15686 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15687
15688         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15689         change.  Decode text/* parts content before displaying.
15690
15691 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15694
15695 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15698
15699         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15700         url-package-name, url-package-version,
15701         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15702         w3m-display-inline-images, and w3m-minor-mode-map.
15703
15704 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * message.el (message-tab-body-function): Fix mismatched custom type.
15707
15708         * gnus.el (gnus-group-change-level-function): Ditto.
15709
15710         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15711
15712         * gnus-art.el (gnus-signature-limit)
15713         (gnus-article-mime-part-function): Ditto.
15714
15715 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * mml.el (mml-mode): Silence the byte compiler.
15718
15719         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15720         using `(sit-for 0)' before moving the point to the specified part;
15721         skip unbuttonized parts.
15722         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15723         return to the summary window if gnus-auto-select-part is non-nil.
15724
15725 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15726
15727         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15728         New variables.
15729         (mml-dnd-attach-file, mml-mode): Use them.
15730
15731         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15732         Make fetching article by MID work again for Google Groups.
15733         Add FIXME concerning gnus-group-make-web-group.
15734
15735         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15736         Don't depend on Gnus by using mail-extract-address-components if
15737         gnus-extract-address-components is not bound.
15738
15739 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15740
15741         * gnus-art.el (gnus-mime-display-security): Don't display the
15742         signature, but only the signed part.
15743
15744 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15747
15748         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15749         list, not listp.
15750
15751 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15752
15753         * mm-encode.el (mm-encode-content-transfer-encoding):
15754         Likewise when encoding.
15755
15756         * mm-bodies.el (mm-decode-content-transfer-encoding):
15757         De-canonicalize CRLF for all text content types, not just
15758         text/plain.
15759
15760 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15763         valid article; point arrow and cursor at the MIME button.
15764
15765 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15768         Suggested by Dan Christensen <jdc@uwo.ca>.
15769
15770         * mm-decode.el (mm-save-part): Enable change of prompt.
15771
15772 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15773
15774         * gnus-msg.el (gnus-inews-add-send-actions):
15775         Make `message-post-method' lambda parameter ARG `&optional'.
15776
15777 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15778
15779         * gnus-sum.el (gnus-summary-mime-map):
15780         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15781         gnus-article-jump-to-part.
15782
15783         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15784         (gnus-article-edit-part): Use it.
15785         (gnus-article-part-wrapper): Add no-handle argument.
15786         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15787         New functions.
15788
15789 2005-08-29  Romain Francoise  <romain@orebokech.com>
15790
15791         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15792         docstring.
15793         (gnus-face-from-file): Likewise.
15794
15795 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15798         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15799         non-nil.
15800         (gnus-auto-select-part): New variable.
15801         (gnus-article-jump-to-part): New function.
15802         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15803         (gnus-mime-delete-part): Allow selecting specified part after
15804         deleting or stripping parts.
15805         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15806         part if argument is bogus.
15807
15808 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15809
15810         * gnus-art.el (w3m-minor-mode-map):
15811         * gnus-spec.el (gnus-newsrc-file-version):
15812         * gnus-util.el (nnmail-active-file-coding-system)
15813         (gnus-original-article-buffer, gnus-user-agent):
15814         * gnus.el (gnus-ham-process-destinations)
15815         (gnus-parameter-ham-marks-alist)
15816         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15817         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15818         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15819         * mm-decode.el (gnus-current-window-configuration):
15820         * mm-extern.el (gnus-article-mime-handles):
15821         * mm-url.el (url-current-object, url-package-name)
15822         (url-package-version):
15823         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15824         (smime-keys, w3m-cid-retrieve-function-alist)
15825         (w3m-current-buffer, w3m-display-inline-images)
15826         (w3m-minor-mode-map):
15827         * mml-smime.el (gnus-extract-address-components):
15828         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15829         (gnus-newsrc-hashtb, message-default-charset)
15830         (message-deletable-headers, message-options)
15831         (message-posting-charset, message-required-mail-headers)
15832         (message-required-news-headers):
15833         * mml1991.el (mc-pgp-always-sign):
15834         * mml2015.el (mc-pgp-always-sign):
15835         * nnheader.el (nnmail-extra-headers):
15836         * rfc1843.el (gnus-decode-encoded-word-function)
15837         (gnus-decode-header-function, gnus-newsgroup-name):
15838         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15839
15840 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15841
15842         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15843         the end of the date treatments.
15844
15845 2005-08-15  Simon Josefsson  <jas@extundo.com>
15846
15847         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15848         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15849         Capello and Romain Francoise.
15850         (pgg-fetch-key-function): Remove, not used?
15851         (pgg-insert-url-with-w3): Require url, to get
15852         url-insert-file-contents regardless of where it is defined.
15853
15854 2005-08-13  Romain Francoise  <romain@orebokech.com>
15855
15856         * message.el (message-cite-original-1): New function.
15857         (message-cite-original): Use it.
15858         (message-cite-original-without-signature): Ditto.
15859
15860 2005-08-08  Romain Francoise  <romain@orebokech.com>
15861
15862         * message.el (message-yank-empty-prefix): New variable.
15863         (message-indent-citation): Use it.
15864         (message-cite-original-without-signature): Respect X-No-Archive.
15865
15866 2005-08-08  Simon Josefsson  <jas@extundo.com>
15867
15868         * pgg.el: Autoload url-insert-file-contents instead of loading
15869         w3/url.
15870         (pgg-insert-url-with-w3): Don't load url here.
15871
15872 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15873
15874         * message.el (message-kill-to-signature): Don't insert newline at
15875         bol.
15876         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15877
15878 2005-08-06  Romain Francoise  <romain@orebokech.com>
15879
15880         * message.el (message-user-fqdn): Fix typo in docstring.
15881
15882 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15883
15884         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15885
15886         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15887
15888 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * mm-bodies.el (mm-encode-body): Use coding system rather than
15891         charset to encode text.
15892
15893         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15894         number of charsets if utf-8 is available (XEmacs).
15895
15896 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15899         taken from `gnus-button-mid-or-mail-regexp'.
15900         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15901         (gnus-button-alist): Improve regexp for domain part of the MIDs
15902         for news:localpart@domain buttons.
15903         (gnus-button-ctan-directory-regexp): Update.
15904
15905 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * sieve-manage.el (sieve-manage-interactive-login):
15908         Use make-local-variable rather than make-variable-buffer-local.
15909         (sieve-manage-open): Ditto.
15910         (sieve-manage-authenticate): Ditto.
15911
15912         * mml.el (mml-generate-mime-1): Make the content type default to
15913         text/plain if the filename is not specified.
15914
15915 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15918         instead of insert-buffer.
15919
15920         * message.el (message-yank-original): Ditto; set the mark at the
15921         end of the yanked message.
15922
15923 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15926         lines to scroll rather than to stop it.
15927
15928         * mml.el (mml-generate-default-type): Add doc string.
15929         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15930         default to application/octet-stream when determining the content
15931         type if it is not specified for the part or the mml contents; add
15932         a comment about mml-generate-default-type.
15933
15934 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15935
15936         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15937         make it default to application/octet-stream when determining the
15938         content type if it is not specified for the external contents.
15939
15940 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15943         segmented parameter but also other parameters might be there.
15944
15945 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * mm-decode.el (mm-display-external): Delete temp file, directory
15948         and buffer immediately if the external process is exited.
15949
15950 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15953         fewer lines than that of scroll-margin.
15954         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15955
15956 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-art.el (gnus-article-next-page): Revert.
15959         (gnus-article-beginning-of-window): New macro.
15960         (gnus-article-next-page-1): Use it.
15961         (gnus-article-prev-page): Ditto.
15962         (gnus-article-edit-part): Use insert-buffer-substring instead of
15963         insert-buffer.
15964         (gnus-article-edit-exit): Ditto.
15965
15966         * gnus-util.el (gnus-beginning-of-window): Remove.
15967         (gnus-end-of-window): Remove.
15968
15969         * lpath.el: Don't bind header-line-format and scroll-margin.
15970
15971 2005-07-25  Simon Josefsson  <jas@extundo.com>
15972
15973         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15974         to have the url package without w3.  Reported by Daiki Ueno
15975         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15976
15977 2005-07-20  Didier Verna  <didier@xemacs.org>
15978
15979         * gnus-diary.el: Remove the description comment (nndiary is now
15980         properly documented in the Gnus manual).
15981         Fix the spelling of "Back End".
15982         * nndiary.el: Ditto.
15983         Fix the copyright notice.
15984
15985 2005-07-18  Romain Francoise  <romain@orebokech.com>
15986
15987         * gnus-sum.el (gnus-summary-to-prefix)
15988         (gnus-summary-newsgroup-prefix): New variables.
15989         (gnus-summary-from-or-to-or-newsgroups): Use them.
15990
15991 2005-07-17  Romain Francoise  <romain@orebokech.com>
15992
15993         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15994         space as it's generally not especially interesting to the user.
15995
15996 2005-07-16  Romain Francoise  <romain@orebokech.com>
15997
15998         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15999         nil to avoid prompting and file modification if one of the
16000         messages at the top of the nnfolder file contains a copyright
16001         notice.
16002         Update copyright notice.
16003
16004         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16005         instead of `current-time-string' as the latter creates a time
16006         string that is not RFC 2822 compliant (it lacks the zone).
16007         Update copyright notice.
16008
16009 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16010
16011         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16012         for text/rtf.  Display default in prompt.  Pass default for M-n.
16013
16014         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16015
16016 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16017
16018         * gnus-msg.el (gnus-button-mailto):
16019         Remove save-selected-window-window hackery because it relies on
16020         save-selected-window internals.
16021
16022 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16025         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16026         (gnus-article-prev-page): Ditto.
16027
16028         * gnus-util.el (gnus-beginning-of-window): New function.
16029         (gnus-end-of-window): New function.
16030
16031         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16032
16033 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16034
16035         * gnus-score.el (gnus-score-edit-all-score):
16036         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16037         gnus-message.
16038
16039 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16040
16041         * gnus-msg.el (gnus-button-mailto):
16042         Remove save-selected-window-window hackery because it relies on
16043         save-selected-window internals.
16044
16045 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16048         add-minor-mode.
16049         (gnus-binary-mode): Ditto.
16050
16051         * gnus-topic.el (gnus-topic-mode): Ditto.
16052
16053 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16054
16055         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16056         (gnus-article-prev-page): Take scroll-margin into consideration.
16057
16058 2005-07-04  Lute Kamstra  <lute@gnu.org>
16059
16060         Update FSF's address in GPL notices.
16061
16062 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16063
16064         * gnus.el (gnus-exit):
16065         * gnus-group.el (gnus-group-icons):
16066         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16067
16068         * gnus-nocem.el (gnus-nocem):
16069         * message.el (message-various, message-buffers, message-sending)
16070         (message-interface, message-forwarding, message-insertion)
16071         (message-headers, message-news, message-mail):
16072         * pgg-gpg.el (pgg-gpg):
16073         * pgg-parse.el (pgg-parse):
16074         * pgg-pgp.el (pgg-pgp):
16075         * pgg-pgp5.el (pgg-pgp5):
16076         * pop3.el (pop3): Finish `defgroup' description with period.
16077
16078 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * gnus-art.el (article-display-face): Improve the efficiency.
16081         (article-display-x-face): Ditto; remove grey x-face stuff.
16082
16083 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-art.el (article-display-face): Correct the position in
16086         which Faces are inserted.
16087
16088 2005-06-29  Didier Verna  <didier@xemacs.org>
16089
16090         * gnus-art.el (article-display-face): Display faces in correct
16091         order.
16092
16093 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16096         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16097         (gnus-nocem-check-article): Fetch the Type header.
16098         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16099         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16100         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16101         make sure gnus-nocem-hashtb is initialized.
16102         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16103         (gnus-nocem-unwanted-article-p): Ditto.
16104
16105         * pgg.el (pgg-verify): Return the verification result.
16106
16107 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16108
16109         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16110         is ascii.
16111
16112 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16113
16114         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16115         `show-nonbreak-escape'.
16116
16117 2005-06-23  Lute Kamstra  <lute@gnu.org>
16118
16119         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16120
16121         * dig.el (dig-mode):
16122         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16123
16124 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16125
16126         * nnimap.el (nnimap-split-download-body): Fix spellings.
16127
16128 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16129
16130         * gnus-art.el (gnus-article-encrypt-body):
16131         * gnus-cus.el (gnus-score-customize):
16132         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16133         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16134
16135 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16136
16137         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16138         header by looking for magic "MII" at the beginnig.
16139
16140 2005-06-16  Miles Bader  <miles@gnu.org>
16141
16142         * gnus-xmas.el (gnus-xmas-group-startup-message):
16143         Use renamed gnus-splash face.
16144
16145         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16146         (assistant-field-face): New backward-compatibility alias for renamed
16147         face.
16148         (assistant-render-text): Use renamed assistant-field face.
16149
16150         * spam.el (spam): Remove "-face" suffix from face name.
16151         (spam-face): New backward-compatibility alias for renamed face.
16152         (spam-face, spam-initialize): Use renamed spam face.
16153
16154         * message.el (message-header-to, message-header-cc)
16155         (message-header-subject, message-header-newsgroups)
16156         (message-header-other, message-header-name)
16157         (message-header-xheader, message-separator, message-cited-text)
16158         (message-mml): Remove "-face" suffix from face names.
16159         (message-header-to-face, message-header-cc-face)
16160         (message-header-subject-face, message-header-newsgroups-face)
16161         (message-header-other-face, message-header-name-face)
16162         (message-header-xheader-face, message-separator-face)
16163         (message-cited-text-face, message-mml-face):
16164         New backward-compatibility aliases for renamed faces.
16165         (message-font-lock-keywords): Use renamed message faces.
16166
16167         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16168         (sieve-test-commands, sieve-tagged-arguments):
16169         Remove "-face" suffix from face names.
16170         (sieve-control-commands-face, sieve-action-commands-face)
16171         (sieve-test-commands-face, sieve-tagged-arguments-face):
16172         New backward-compatibility aliases for renamed faces.
16173         (sieve-control-commands-face, sieve-action-commands-face)
16174         (sieve-test-commands-face, sieve-tagged-arguments-face):
16175         Use renamed sieve faces.
16176
16177         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16178         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16179         (gnus-group-news-3-empty, gnus-group-news-4)
16180         (gnus-group-news-4-empty, gnus-group-news-5)
16181         (gnus-group-news-5-empty, gnus-group-news-6)
16182         (gnus-group-news-6-empty, gnus-group-news-low)
16183         (gnus-group-news-low-empty, gnus-group-mail-1)
16184         (gnus-group-mail-1-empty, gnus-group-mail-2)
16185         (gnus-group-mail-2-empty, gnus-group-mail-3)
16186         (gnus-group-mail-3-empty, gnus-group-mail-low)
16187         (gnus-group-mail-low-empty, gnus-summary-selected)
16188         (gnus-summary-cancelled, gnus-summary-high-ticked)
16189         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16190         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16191         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16192         (gnus-summary-low-undownloaded)
16193         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16194         (gnus-summary-low-unread, gnus-summary-normal-unread)
16195         (gnus-summary-high-read, gnus-summary-low-read)
16196         (gnus-summary-normal-read, gnus-splash):
16197         Remove "-face" suffix from face names.
16198         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16199         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16200         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16201         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16202         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16203         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16204         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16205         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16206         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16207         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16208         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16209         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16210         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16211         (gnus-summary-normal-ticked-face)
16212         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16213         (gnus-summary-normal-ancient-face)
16214         (gnus-summary-high-undownloaded-face)
16215         (gnus-summary-low-undownloaded-face)
16216         (gnus-summary-normal-undownloaded-face)
16217         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16218         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16219         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16220         (gnus-splash-face):
16221         New backward-compatibility aliases for renamed faces.
16222         (gnus-group-startup-message): Use renamed gnus faces.
16223
16224         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16225         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16226         (gnus-server-agent): Remove "-face" suffix from face names.
16227         (gnus-server-agent-face, gnus-server-opened-face)
16228         (gnus-server-closed-face, gnus-server-denied-face)
16229         (gnus-server-offline-face):
16230         New backward-compatibility aliases for renamed faces.
16231         (gnus-server-agent-face, gnus-server-opened-face)
16232         (gnus-server-closed-face, gnus-server-denied-face)
16233         (gnus-server-offline-face): Use renamed gnus faces.
16234
16235         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16236         Remove "-face" suffix from face names.
16237         (gnus-picon-xbm-face, gnus-picon-face):
16238         New backward-compatibility aliases for renamed faces.
16239
16240         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16241         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16242         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16243         (gnus-cite-11): Remove "-face" suffix from face names.
16244         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16245         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16246         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16247         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16248         New backward-compatibility aliases for renamed faces.
16249         (gnus-cite-attribution-face, gnus-cite-face-list)
16250         (gnus-article-boring-faces): Use renamed gnus faces.
16251
16252         * gnus-art.el (gnus-signature, gnus-header-from)
16253         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16254         (gnus-header-content): Remove "-face" suffix from face names.
16255         (gnus-signature-face, gnus-header-from-face)
16256         (gnus-header-subject-face, gnus-header-newsgroups-face)
16257         (gnus-header-name-face, gnus-header-content-face):
16258         New backward-compatibility aliases for renamed faces.
16259         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16260
16261         * gnus-sum.el (gnus-summary-selected-face)
16262         (gnus-summary-highlight): Use renamed gnus faces.
16263         * gnus-group.el (gnus-group-highlight): Likewise.
16264
16265 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16266
16267         * gnus-sieve.el (gnus-sieve-article-add-rule):
16268         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16269         * spam-stat.el (spam-stat-buffer-change-to-spam)
16270         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16271
16272         * message.el (message-is-yours-p):
16273         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16274
16275 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * mm-view.el (mm-inline-text): Withdraw the last change.
16278
16279 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16282         executing enriched-decode.
16283
16284 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16287         charset of tar files.
16288
16289 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16290
16291         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16292
16293 2005-06-04  Lute Kamstra  <lute@gnu.org>
16294
16295         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16296         information is never recorded.
16297
16298 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16299
16300         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16301
16302 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * pop3.el (pop3-apop): Run md5 in the binary mode.
16305
16306         * starttls.el (starttls-set-process-query-on-exit-flag):
16307         Use eval-and-compile.
16308
16309 2005-05-31  Simon Josefsson  <jas@extundo.com>
16310
16311         * smime.el (smime-replace-in-string): Define.
16312         (smime-cert-by-ldap-1): Use it.
16313
16314 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * gnus-art.el (article-display-x-face): Replace
16317         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16318
16319         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16320         set-process-query-on-exit-flag or process-kill-without-query.
16321
16322         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16323         loop instead of replace-regexp.
16324
16325         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16326         instead of process-kill-without-query if it is available.
16327
16328         * lpath.el: Fbind ldap-search-entries.
16329
16330         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16331         instead of find-file-hooks if it is available.
16332
16333         * mml1991.el: Bind pgg-default-user-id when compiling.
16334
16335         * mml2015.el: Bind pgg-default-user-id when compiling.
16336
16337         * nndraft.el (nndraft-request-associate-buffer):
16338         Use write-contents-functions instead of write-contents-hooks if it is
16339         available.
16340
16341         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16342         instead of find-file-hooks if it is available.
16343
16344         * nntp.el (nntp-open-connection): Replace
16345         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16346         (nntp-open-ssl-stream): Ditto.
16347         (nntp-open-tls-stream): Ditto.
16348
16349         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16350         set-process-query-on-exit-flag or process-kill-without-query.
16351         (starttls-open-stream-gnutls): Use it instead of
16352         process-kill-without-query.
16353         (starttls-open-stream): Ditto.
16354
16355 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16356
16357         * smime.el (smime-cert-by-ldap-1): Don't use
16358         replace-regexp-in-string.
16359
16360 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16361
16362         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16363
16364         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16365         in PEM format.  Adjust to the XEmacs compatibility.
16366
16367 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16368
16369         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16370         by `string-to-number'.
16371         * gnus-agent.el (gnus-agent-regenerate-group)
16372         (gnus-agent-fetch-articles): Ditto.
16373         * gnus-art.el (gnus-button-fetch-group): Ditto.
16374         * gnus-cache.el (gnus-cache-generate-active)
16375         (gnus-cache-articles-in-group): Ditto.
16376         * gnus-group.el (gnus-group-set-current-level)
16377         (gnus-group-insert-group-line): Ditto.
16378         * gnus-score.el (gnus-score-set-expunge-below)
16379         (gnus-score-set-mark-below, gnus-summary-score-effect)
16380         (gnus-summary-score-entry): Ditto.
16381         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16382         (gnus-soup-pack): Ditto.
16383         * gnus-spec.el (gnus-xmas-format): Ditto.
16384         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16385         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16386         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16387         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16388         * nndb.el (nndb-get-remote-expire-response): Ditto.
16389         * nndiary.el (nndiary-parse-schedule-value)
16390         (nndiary-string-to-number, nndiary-request-replace-article)
16391         (nndiary-request-article): Ditto.
16392         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16393         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16394         * nneething.el (nneething-make-head): Ditto.
16395         * nnfolder.el (nnfolder-request-article)
16396         (nnfolder-retrieve-headers): Ditto.
16397         * nnheader.el (nnheader-file-to-number): Ditto.
16398         * nnkiboze.el (nnkiboze-request-article): Ditto.
16399         * nnmail.el (nnmail-process-unix-mail-format)
16400         (nnmail-process-babyl-mail-format): Ditto.
16401         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16402         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16403         (nnmh-request-create-group, nnmh-request-list-1)
16404         (nnmh-request-group, nnmh-request-article): Ditto.
16405         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16406         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16407         * nnsoup.el (nnsoup-make-active): Ditto.
16408         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16409         * nntp.el (nntp-find-group-and-number)
16410         (nntp-retrieve-headers-with-xover): Ditto.
16411         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16412         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16413         (pgg-format-key-identifier): Ditto.
16414         * pop3.el (pop3-last, pop3-stat): Ditto.
16415         * qp.el (quoted-printable-decode-region): Ditto.
16416
16417         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16418         of concat.
16419
16420 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16423
16424         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16425
16426         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16427
16428         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16429
16430         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16431
16432         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16433
16434         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16435         (gnus-carpal-mode): Ditto.
16436
16437         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16438         (gnus-browse-mode): Ditto.
16439
16440         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16441
16442         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16443
16444 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16445
16446         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16447
16448 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus-util.el (gnus-run-mode-hooks): New function.
16451
16452         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16453
16454         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16455         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16456
16457 2005-05-27  Lute Kamstra  <lute@gnu.org>
16458
16459         * dns-mode.el (dns-mode): Specify customization group.
16460
16461 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16462
16463         * gnus-agent.el (gnus-agent-make-mode-line-string):
16464         Use mode-line-highlight as mouse-face.
16465
16466 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * canlock.el (canlock): Change the parent group to news.
16469
16470         * deuglify.el (gnus-outlook-deuglify): Add :group.
16471
16472         * dig.el (dig): Add :group.
16473
16474         * dns-mode.el (dns-mode): Add :group.
16475
16476         * encrypt.el (encrypt): Add :group.
16477
16478         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16479         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16480         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16481         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16482         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16483
16484         * gnus-diary.el (gnus-diary): Add :group.
16485
16486         * gnus.el (gnus-group-news-1-face): Add :group.
16487         (gnus-group-news-1-empty-face): Ditto.
16488         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16489         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16490         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16491         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16492         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16493         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16494         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16495         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16496         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16497         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16498         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16499         (gnus-summary-high-ticked-face): Ditto.
16500         (gnus-summary-low-ticked-face): Ditto.
16501         (gnus-summary-normal-ticked-face): Ditto.
16502         (gnus-summary-high-ancient-face): Ditto.
16503         (gnus-summary-low-ancient-face): Ditto.
16504         (gnus-summary-normal-ancient-face): Ditto.
16505         (gnus-summary-high-undownloaded-face): Ditto.
16506         (gnus-summary-low-undownloaded-face): Ditto.
16507         (gnus-summary-normal-undownloaded-face): Ditto.
16508         (gnus-summary-high-unread-face): Ditto.
16509         (gnus-summary-low-unread-face): Ditto.
16510         (gnus-summary-normal-unread-face): Ditto.
16511         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16512         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16513
16514         * hashcash.el (hashcash): New custom group.
16515         (hashcash-default-payment): Add :group.
16516         (hashcash-payment-alist): Ditto.
16517         (hashcash-default-accept-payment): Ditto.
16518         (hashcash-accept-resources): Ditto.
16519         (hashcash-path): Ditto.
16520         (hashcash-extra-generate-parameters): Ditto.
16521         (hashcash-double-spend-database): Ditto.
16522         (hashcash-in-news): Ditto.
16523
16524         * message.el (message-minibuffer-local-map): Add :group.
16525
16526         * netrc.el (netrc): Add :group.
16527
16528         * sieve-manage.el (sieve-manage-log): Add :group.
16529         (sieve-manage-default-user): Diito.
16530         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16531         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16532         (sieve-manage-authenticators): Ditto.
16533         (sieve-manage-authenticator-alist): Ditto.
16534         (sieve-manage-default-port): Ditto.
16535
16536         * sieve-mode.el (sieve-control-commands-face): Add :group.
16537         (sieve-action-commands-face): Ditto.
16538         (sieve-test-commands-face): Ditto.
16539         (sieve-tagged-arguments-face): Ditto.
16540
16541         * smime.el (smime): Add :group.
16542
16543         * spam-report.el (spam-report): Add :group.
16544
16545         * spam.el (spam, spam-face): Add :group.
16546
16547 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16548
16549         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16550         return \n.\n.\n at the end of articles.  Protect against that.
16551         (nntp-with-open-group): Allow debugging.
16552
16553         * nnheader.el (mail-header-set-extra): Make into a function
16554         because I just could't understand how to quote the list properly.
16555
16556         * dns.el (query-dns-cached): New function.
16557
16558 2005-05-26  Lute Kamstra  <lute@gnu.org>
16559
16560         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16561
16562 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16565
16566         * gnus-art.el: Don't autoload mail-extract-address-components.
16567
16568         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16569         eval-and-compile to evaluate it.
16570
16571         * hashcash.el: Don't autoload executable-find.
16572
16573         * nndb.el: Don't declare the nndb back end two or more times; don't
16574         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16575
16576         * nntp.el: Autoload format-spec instead of format; use
16577         eval-and-compile to evaluate autoload forms.
16578
16579 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16580
16581         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16582
16583 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16584
16585         * gnus.el (gnus-version-number): Bump version.
16586
16587 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16588
16589         * gnus.el: No Gnus v0.3 is released.
16590
16591 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16592
16593         * lpath.el (featurep): Bind show-nonbreak-escape.
16594
16595 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * gnus-art.el (gnus-article-edit-part): Disable undo.
16598
16599 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16602         gnus-article-date-lapsed-new-header is t if date timer is active;
16603         skip headers in which the original date value is empty.
16604         (gnus-article-save-original-date): Redefine it as a macro.
16605         (gnus-display-mime): Use it.
16606
16607 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * gnus-art.el (article-date-ut): Support converting date in
16610         forwarded parts as well.
16611         (gnus-article-save-original-date): New function.
16612         (gnus-display-mime): Use it.
16613
16614 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16615
16616         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16617         enclosure element of <item>.
16618
16619 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * message.el (message-kill-buffer-query): Rename from
16622         `message-kill-buffer-query-if-modified'.  Add :version.
16623
16624 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16627         window layout.
16628
16629 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * mml.el: Autoload dnd when compiling.
16632
16633 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16634
16635         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16636         x-dnd-*.
16637
16638 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * qp.el (quoted-printable-encode-region): Save excursion.
16641
16642 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16643
16644         * message.el (message-kill-buffer-query-if-modified): Add new variable
16645         so the user can kill a modified message buffer quickly.
16646         (message-kill-buffer): Use it.
16647
16648 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * lpath.el: Fbind display-time-event-handler; don't fbind
16651         string-to-multibyte.
16652
16653         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16654
16655 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16658         contained in text because xml.el decodes entities) with LFs.
16659
16660 2005-04-11  Lute Kamstra  <lute@gnu.org>
16661
16662         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16663         differently.
16664
16665 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16666
16667         * mm-util.el (mm-detect-coding-region): Typo.
16668
16669 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16672
16673 2005-04-06  Deepak Goel  <deego@gnufans.org>
16674
16675         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16676         user-function allow user modifications of the scores.
16677         (spam-stat-score-buffer-user): New function, to allow
16678         user-computed modifications to the score.
16679         (spam-stat-score-buffer-user-functions): List of additional
16680         scoring functions.
16681         (spam-stat-error-holder): Global temporary error holder.
16682         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16683         variable.
16684
16685 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16686
16687         * gnus-registry.el (gnus-registry-clean-empty-function)
16688         (gnus-registry-trim, gnus-registry-fetch-groups)
16689         (gnus-registry-delete-group): Groups that match
16690         `gnus-registry-ignored-groups' are removed from the registry
16691         entries, not just ignored for splitting.  This helps clean up the
16692         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16693         to get all the groups a message ID is in.
16694
16695         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16696         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16697         (spam-stat-score-buffer-user-functions): Add :number custom type.
16698
16699 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16702         argument in XEmacs.
16703
16704         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16705         (nnrss-request-group): Decode group name first.
16706         (nnrss-request-article): Make a text/plain article if mml-to-mime
16707         failed.
16708         (nnrss-get-encoding): Return a compatible encoding according to
16709         nnrss-compatible-encoding-alist.
16710         (nnrss-find-el): Use consp instead of listp.
16711         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16712
16713 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16716         which Emacs 20 doesn't support.
16717         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16718
16719 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16720
16721         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16722         silence the byte compiler inside the defun.
16723
16724         * gnus-demon.el (parse-time-string): Add autoload.
16725
16726         * gnus-delay.el (parse-time-string): Add autoload.
16727
16728         * gnus-art.el (parse-time-string): Add autoload.
16729
16730         * nnultimate.el (parse-time): Require for `parse-time-string'.
16731
16732 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16733
16734         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16735
16736         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16737
16738         * smime.el (smime-ldap-host-list): Add :version.
16739
16740 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16741
16742         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16743         pass it to `gnus-browse-read-group'.
16744         (gnus-browse-read-group): Add NUMBER argument and pass it to
16745         `gnus-group-read-ephemeral-group'.
16746
16747         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16748         argument and pass it to `gnus-group-read-group'.
16749
16750 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16751
16752         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16753         mm-xemacs-find-mime-charset-1 if we have the mule feature
16754         available at runtime.
16755
16756 2005-03-25  Werner Lemberg  <wl@gnu.org>
16757
16758         * nnmaildir.el: Replace `illegal' with `invalid'.
16759
16760 2005-03-23  Lute Kamstra  <lute@gnu.org>
16761
16762         * time-date.el: Add comment on time value formats.
16763         Don't require parse-time.
16764         (with-decoded-time-value): New macro.
16765         (encode-time-value): New function.
16766         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16767         (days-to-time): Return a valid time value when arg is huge.
16768         (time-since): Use time-subtract.
16769         (time-to-number-of-days): Use time-to-seconds.
16770
16771 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16772
16773         * gnus-start.el (gnus-display-time-event-handler):
16774         Check display-time-timer at runtime rather than only at load time
16775         in case display-time-mode is turned off in the mean time.
16776
16777 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16780         used.
16781
16782         * nneething.el (nneething-map-file-directory): Derive from
16783         `gnus-directory'.
16784
16785         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16786         the To/Cc button.
16787
16788 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * nnmaildir.el (nnmaildir-request-accept-article):
16791         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16792
16793 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16794
16795         * gnus-async.el: Require timer-funcs at compile time when in
16796         XEmacs for `run-with-idle-timer'.
16797
16798 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16799
16800         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16801         autoloaded function.
16802
16803 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16804
16805         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16806
16807 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16808
16809         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16810
16811 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16812
16813         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16814         Add gnus-expert-user to default.
16815
16816 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16817
16818         * nnimap.el (nnimap-open-server): Ditto.
16819
16820         * imap.el (imap-authenticate): Fix typo.
16821
16822 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16823
16824         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16825         buffer (since IMAP server might return FETCH response out of
16826         order, and the nntp buffer must be sorted).
16827
16828 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16829
16830         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16831         comparison on string.
16832
16833         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16834         (gnus-agent-score): Rename category keywords to match gnus-cus.
16835         (gnus-agent-summary-fetch-series): Modify to protect against
16836         gnus-agent-summary-fetch-group clearing processable flags.
16837         (gnus-agent-synchronize-group-flags): Update live group buffer as
16838         synchronization may occur due to the user toggle the plugged
16839         status.
16840         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16841         successfully downloaded.
16842         (gnus-agent-expire-group-1): Avoid using markers when the overview
16843         is in ascending order; greatly improves performance.
16844         (gnus-agent-regenerate-group):
16845         Use gnus-agent-synchronize-group-flags to reset read status in both
16846         gnus and server.
16847         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16848
16849 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * message.el: Don't autoload former message-utils variables.
16852         (message-strip-subject-trailing-was): Change doc string.
16853
16854         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16855         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16856         (nnweb-google-search): Add "hl=en" here.
16857         (nnweb-google-parse-1, nnweb-google-create-mapping):
16858         Don't hardcode URL.
16859
16860 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16861
16862         * message.el (message-get-reply-headers, message-followup):
16863         Mention related variables `message-use-followup-to' and
16864         `message-use-mail-followup-to', in the information buffer.
16865
16866         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16867         of broken groups(-beta).google.com.
16868
16869 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16870
16871         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16872         parameter to invoked gnus-request-move-article; remove the
16873         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16874         all at once instead of once per article.
16875         (gnus-summary-remove-process-mark): Accept a list of articles as
16876         well as a single article for processing.
16877
16878         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16879         parameter.
16880
16881         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16882
16883         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16884
16885         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16886         parameter.
16887
16888         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16889         parameter.
16890
16891         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16892         parameter and remove the gnus-sum-hint-move-is-internal variable.
16893
16894         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16895         parameter.
16896
16897         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16898         parameter.
16899
16900         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16901         parameter.
16902
16903         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16904
16905         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16906         parameter.
16907
16908         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16909         parameter.
16910
16911 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16912
16913         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16914         a more conservative way.
16915
16916 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16917
16918         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16919         buffer, so it moves the window's cursor.
16920
16921 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16922
16923         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16924         `mm-dissect-multipart' and receive the from field as an (optional)
16925         argument from `mm-dissect-multipart'.
16926         (mm-dissect-multipart): Receive the from field as an argument and
16927         pass it on when we call `mm-dissect-buffer' on MIME parts.
16928         Fixes verification/decryption of signed/encrypted MIME parts.
16929
16930 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16931
16932         * gnus-sum.el (gnus-summary-move-article):
16933         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16934         whatever it calls (right now, only nnimap-request-move article
16935         respects it).
16936
16937         * nnimap.el (nnimap-request-move-article):
16938         When gnus-sum-hint-move-is-internal is set, don't do the extra
16939         nnimap-request-article.
16940
16941 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16944
16945         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16946         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16947
16948         * gnus-sum.el (gnus-summary-caesar-message):
16949         Apply `gnus-treat-article' after rotation.
16950
16951         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16952         doc string.
16953
16954 2005-02-22  Simon Josefsson  <jas@extundo.com>
16955
16956         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16957         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16958         <arne@arnested.dk>.
16959         (encrypt): Add password-cache and password-cache-expiry as group
16960         members.
16961
16962 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16963
16964         * smime.el (smime-ldap-host-list): Doc fix.
16965         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16966         cache) password.
16967         (smime-sign-region): Use it.
16968         (smime-decrypt-region): Use it.
16969         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16970         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16971         fails.
16972         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16973         certificate from DER to PEM format rather than calling openssl.
16974
16975         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16976
16977         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16978         for signing/encryption.
16979
16980         * mml.el (mml-parse-1): Use them.
16981
16982 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16983
16984         * nnrss.el (nnrss-verbose): Remove.
16985         (nnrss-request-group): Use `nnheader-message' instead.
16986
16987 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16988
16989         * nnrss.el (nnrss-verbose): New variable.
16990         (nnrss-request-group): Make it say nnrss is requesting a group.
16991
16992 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16993
16994         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16995         Handle news URL with given port correctly.
16996
16997 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17000         containing special characters.
17001
17002         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17003
17004         * mml.el (mime-to-mml): Ditto.
17005
17006         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17007         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17008         (rfc2047-decode-region): Quote decoded words containing special
17009         characters when rfc2047-quote-decoded-words-containing-tspecials
17010         is non-nil.
17011
17012 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17013
17014         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17015
17016         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17017
17018 2005-02-15  Simon Josefsson  <jas@extundo.com>
17019
17020         * nnimap.el (nnimap-debug): Doc fix.
17021
17022         * imap.el (imap-debug): Doc fix.
17023
17024 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17027
17028 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17029
17030         * gnus.el (spam-contents): Improve docs for spam-contents
17031         parameter in its variable incarnation.
17032
17033 2005-02-14  Simon Josefsson  <jas@extundo.com>
17034
17035         * smime-ldap.el: Use require instead of load-library for ldap.
17036         (smime-ldap-search): Indent.
17037         (smime-ldap-search-internal): Shorten line.
17038
17039         * smime.el (smime-cert-by-dns): Add doc-string.
17040         (smime-cert-by-ldap-1): Indent.
17041
17042         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17043         mml-smime-get-dns-ldap.
17044         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17045
17046 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17047
17048         * smime.el: Require smime-ldap.
17049         (smime-ldap-host-list): New variable.
17050         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17051
17052         * mml-smime.el (mml-smime-encrypt-query): New function.
17053         (mml-smime-encrypt-query): Use it.
17054
17055         * smime-ldap.el: New file.
17056
17057 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17060
17061 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17064         argument in doc string.  Make query for type more clear.
17065
17066 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * gnus.el (gnus-group-startup-message): Search for gnus images in
17069         etc/images/gnus.
17070         * mm-util.el (mm-image-load-path): Likewise.
17071         * smiley.el (smiley-data-directory): Search for smilies in
17072         etc/images/smilies.
17073
17074 2005-02-09  Kim F. Storm  <storm@cua.dk>
17075
17076         Change Emacs release version from 21.4 to 22.1 throughout.
17077         Change Emacs development version from 21.3.50 to 22.0.50.
17078
17079 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17082
17083         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17084         non-Mule XEmacs as well.
17085         (mm-decompress-buffer): Signal an error intentionally if it does
17086         not decompress compressed data because auto-compression-mode is
17087         disabled.
17088
17089 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17090
17091         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17092         an ID in the registry even if it has no groups.
17093
17094 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17097         merge it into mm-decompress-buffer.
17098         (gnus-mime-copy-part): Use the MIME part charset, the value which
17099         a user specified or gnus-newsgroup-charset for decoding, like
17100         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17101         save-buffer what was used.  Suggested by Kevin Ryde
17102         <user42@zip.com.au>.
17103         (gnus-mime-inline-part): Allow the name parameter as well as the
17104         filename parameter; force decompressing of compressed data; always
17105         display contents being not decoded as unibyte.
17106
17107         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17108         as well as the filename parameter.
17109
17110         * mm-util.el (mm-decompress-buffer):
17111         Merge gnus-mime-jka-compr-maybe-uncompress.
17112         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17113         of compressed data.
17114
17115 2005-02-08  Simon Josefsson  <jas@extundo.com>
17116
17117         * imap.el (imap-log): Doc fix.
17118
17119 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17122         the coding cookies; decompress compressed parts.
17123
17124         * mml.el (mml-generate-mime-1): Add the charset parameter according
17125         to the value which a user specified manually or the coding cookie.
17126
17127         * mm-util.el (mm-string-to-multibyte): New function.
17128         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17129         (mm-coding-system-to-mime-charset): New function.
17130         (mm-decompress-buffer): New function.
17131         (mm-find-buffer-file-coding-system): New function.
17132
17133         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17134         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17135         parts.
17136
17137 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17138
17139         * mm-view.el (mm-display-inline-fontify): Decode a part according
17140         to the charset parameter.
17141
17142 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17145         prefix arg is neither nil nor a number, as info specifies.
17146
17147 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17150         timestamps.
17151
17152 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17153
17154         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17155         groups error checking and notify user.
17156
17157 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17158
17159         * message.el (message-send-mail-function): Check existence of
17160         sendmail-program first before using default value
17161         `message-send-mail-with-sendmail'.  Otherwise use more generic
17162         `smtpmail-send-it'.
17163
17164 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * nntp.el (nntp-request-update-info): Always return nil.
17167
17168 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17169
17170         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17171
17172 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17173
17174         * message.el (message-beginning-of-line): Change the behavior when
17175         invoked between BOL and : so that it first moves backward.
17176
17177 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17180         article buffer when editing of the article is discarded.
17181         (gnus-article-prepare): Revert.
17182
17183 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * gnus-art.el (gnus-article-prepare):
17186         Remove message-strip-forbidden-properties from the local hook.
17187
17188 2005-01-27  Simon Josefsson  <jas@extundo.com>
17189
17190         * password.el (password-cache-add): Only start one timer per key.
17191         Reported by Derek Atkins <warlord@MIT.EDU>.
17192
17193 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17194
17195         * run-at-time.el: Remove.  It is no longer needed as
17196         timer-funcs.el in the xemacs-base package has a working version of
17197         `run-at-time'.
17198
17199         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17200
17201         * password.el: Require timer-funcs instead of run-at-time in
17202         XEmacs.
17203         Remove `password-run-at-time' macro.
17204         (password-cache-add): Use `run-at-time' instead of
17205         `password-run-at-time'.
17206
17207         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17208         Remove `nnheader-cancel-function-timers' alias,
17209         `cancel-function-timers' exists in XEmacs in timer-funcs.
17210
17211         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17212         for `run-with-idle-timer'.
17213
17214         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17215         for `run-at-time'.
17216
17217         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17218         for `with-timeout'.
17219
17220         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17221         the same as for XEmacs 21.4.
17222         No need to ignore `run-with-idle-timer', this function exists in
17223         XEmacs now in timer-funcs.el in the xemacs-base package.
17224         (dgnushack-compile): No need to delete
17225         run-at-time.el from the list of files to compile because it
17226         doesn't exist anymore.
17227
17228 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17231         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17232
17233 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17234
17235         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17236         sensitively.
17237
17238 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17239
17240         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17241
17242 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17245         which will be inserted according to the multibyteness of a buffer
17246         rather than the type of contents.  Suggested by ARISAWA Akihiro
17247         <ari@mbf.ocn.ne.jp>.
17248
17249         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17250         of string which old xml.el may return rather than a string.
17251
17252 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17253
17254         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17255
17256 2005-01-16  Simon Josefsson  <jas@extundo.com>
17257
17258         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17259         idn/idna.el isn't available.
17260         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17261         <michael@waxrat.com>.
17262
17263         * hashcash.el: Remove non-FSF copyright header.
17264
17265         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17266         (hashcash-generate-payment): Use it.
17267         (hashcash-generate-payment-async): Use it.
17268
17269 2005-01-15  Simon Josefsson  <jas@extundo.com>
17270
17271         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17272         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17273
17274         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17275         gnus-summary-idna-message.
17276         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17277         (gnus-summary-idna-message): New function.
17278
17279 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17282         gnus-novice-user.
17283
17284 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * nnrss.el (nnrss-request-delete-group): Delete entries in
17287         nnrss-group-alist as well.
17288         (nnrss-save-server-data): Insert newline.
17289
17290 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17291
17292         * gnus.el (gnus-user-agent): Use list of symbols instead of
17293         symbols.  Display full version number for (S)XEmacs.
17294         Optionally display (S)XEmacs codename.
17295
17296         * gnus-util.el (gnus-emacs-version): Update for new
17297         `gnus-user-agent'.
17298
17299         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17300         Gnus version.
17301
17302 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17305         which is unreadable in some setups.
17306
17307 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * gnus-spec.el (gnus-update-format-specifications): Flush the
17310         group format spec cache if it doesn't support decoded group names.
17311
17312 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17313
17314         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17315         Allow to apply decay on score files matching a regexp.
17316
17317 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17320         compatibility in %g and %c.
17321
17322 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17325         name for only %g and %c.
17326         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17327         of gnus-tmp-group to decoded group name.
17328         (gnus-group-make-rss-group): Exclude `/'s from group names.
17329
17330 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * nnrss.el (nnrss-get-encoding): Fix regexp.
17333
17334 2004-12-27  Simon Josefsson  <jas@extundo.com>
17335
17336         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17337         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17338         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17339
17340 2004-12-17  Kim F. Storm  <storm@cua.dk>
17341
17342         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17343
17344         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17345
17346 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17347
17348         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17349
17350 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * nnrss.el: Require rfc2047 and mml.
17353         (nnrss-file-coding-system): New variable.
17354         (nnrss-format-string): Redefine it as an inline function.
17355         (nnrss-decode-group-name): New function.
17356         (nnrss-string-as-multibyte): Remove.
17357         (nnrss-retrieve-headers): Decode group name; don't use
17358         nnrss-format-string.
17359         (nnrss-request-group): Decode group name.
17360         (nnrss-request-article): Decode group name; allow a Message-ID as
17361         well as an article number; don't use nnrss-format-string; encode a
17362         Message-ID string which may contain non-ASCII characters; use
17363         mml-to-mime to compose a MIME article.
17364         (nnrss-request-expire-articles): Decode group name.
17365         (nnrss-request-delete-group): Decode group name.
17366         (nnrss-fetch): Clarify error message.
17367         (nnrss-read-server-data): Use insert-file-contents instead of load;
17368         bind file-name-coding-system; use multibyte buffer.
17369         (nnrss-save-server-data): Bind coding-system-for-write to the
17370         value of nnrss-file-coding-system; bind file-name-coding-system;
17371         add coding cookie.
17372         (nnrss-read-group-data): Use insert-file-contents instead of load;
17373         bind file-name-coding-system; use multibyte buffer.
17374         (nnrss-save-group-data): Bind coding-system-for-write to the
17375         value of nnrss-file-coding-system; bind file-name-coding-system.
17376         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17377         make it work with non-ASCII text.
17378         (nnrss-find-el): Make it work with old xml.el as well.
17379
17380 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17381
17382         * nnrss.el (nnrss-get-encoding): New function.
17383         (nnrss-fetch): Use unibyte buffer initially; bind
17384         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17385         decode contents according to the encoding attribute.
17386         (nnrss-save-group-data): Add coding cookie.
17387         (nnrss-mime-encode-string): New function.
17388         (nnrss-check-group): Use it to encode subject and author.
17389
17390 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17391
17392         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17393         imaginary variable.
17394
17395 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17398         correctly even if there are wide characters.
17399
17400 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17401
17402         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17403         downcased symbol names; make a new cache instead of reusing
17404         bbdb-hashtable.
17405
17406 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17409         concatenating segments rather than before concatenating them.
17410         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17411
17412         * message.el (message-get-reply-headers): Bind `extra'.
17413
17414 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17415
17416         * message.el (message-extra-wide-headers): New variable.
17417         (message-get-reply-headers): Use it.
17418
17419 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17422         (gnus-agent-group-pathname): Ditto.
17423
17424         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17425
17426         * gnus-group.el (gnus-group-make-group): Decode group name.
17427         (gnus-group-make-rss-group): Register the group data after opening
17428         the nnrss group.
17429
17430 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17431
17432         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17433         by expiry now get marked as read.
17434
17435 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17436
17437         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17438
17439 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17440
17441         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17442         unify Latin characters in XEmacs.
17443         (mm-find-mime-charset-region): Use it.
17444
17445 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-util.el (gnus-delete-directory): New function.
17448
17449         * gnus-agent.el (gnus-agent-delete-group): Use it.
17450
17451         * gnus-cache.el (gnus-cache-delete-group): Use it.
17452
17453 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17456         names.
17457
17458 2004-12-16  Simon Josefsson  <jas@extundo.com>
17459
17460         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17461
17462 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17463
17464         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17465
17466         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17467         (gnus-group-set-current-level): Decode group name.
17468
17469 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17470
17471         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17472         failed.
17473
17474 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * gnus-group.el (gnus-group-delete-group): Decode group name.
17477         (gnus-group-make-rss-group): Encode group name.
17478         (gnus-group-catchup-current): Decode group name.
17479         (gnus-group-kill-group): Decode group name.
17480
17481 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17482
17483         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17484
17485 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * gnus-group.el (gnus-group-make-rss-group):
17488         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17489
17490         * gnus-start.el (gnus-setup-news): Honor user's setting to
17491         gnus-message-archive-method.  Suggested by Lute Kamstra
17492         <lute@gnu.org>.
17493
17494 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17495
17496         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17497         global counterparts of the buffer-local variables.
17498
17499 2004-11-16  Romain Francoise  <romain@orebokech.com>
17500
17501         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17502         counterparts of the buffer-local variables.
17503
17504 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * message.el (message-forbidden-properties): Fix typo in doc
17507         string.
17508
17509 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17510
17511         * gnus-util.el (gnus-replace-in-string): Add doc string.
17512
17513         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17514         to avoid problems when splitting mails with many recipients.
17515
17516 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17517
17518         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17519         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17520
17521 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17522
17523         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17524         if there is no hashtable in memory or file modification time is
17525         newer than cached timestamp.
17526
17527 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17528
17529         * gnus-sum.el (gnus-summary-limit-to-recipient):
17530         Implement not-matching option.
17531
17532 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17535         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17536         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17537         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17538         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17539         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17540
17541 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * message.el (message-forward-make-body-mml): Remove headers
17544         according to message-forward-ignored-headers if a message is decoded.
17545
17546 2004-12-02  Romain Francoise  <romain@orebokech.com>
17547
17548         * message.el (message-forward-make-body-plain): Always remove
17549         headers according to message-forward-ignored-headers.
17550
17551 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17552
17553         * spam.el (spam-summary-prepare-exit): Remove the
17554         gnus-summary-limit pop for now, it has problems with ham marks for
17555         me.
17556
17557 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17558
17559         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17560         correctly.
17561
17562 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17563
17564         * format-spec.el (format-spec): Message the char.
17565
17566 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17567
17568         * gnus-art.el (gnus-split-methods): Reformat comments.
17569
17570         * spam.el (spam-summary-prepare-exit): Remove article limits
17571         before exiting the summary buffer.
17572
17573 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17576         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17577
17578         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17579         order to silence the byte compiler.
17580
17581         * spam.el: Fix the way to silence the byte compiler, which
17582         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17583         bbdb-search-simple, spam-BBDB-register-routine,
17584         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17585         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17586         spam-stat-buffer-is-spam, spam-stat-load,
17587         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17588         spam-stat-save and spam-stat-split-fancy.
17589
17590 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17591
17592         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17593         which may confuse users.
17594         (canlock-password-for-verify): Ditto.
17595
17596         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17597
17598         * gnus-art.el (gnus-emphasis-alist): Ditto.
17599
17600         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17601
17602         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17603
17604         * gnus-start.el (gnus-save-killed-list): Ditto.
17605
17606         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17607         (gnus-sum-thread-tree-root): Ditto.
17608         (gnus-sum-thread-tree-false-root): Ditto.
17609         (gnus-sum-thread-tree-single-indent): Ditto.
17610
17611         * message.el (message-courtesy-message): Ditto.
17612         (message-archive-note): Ditto.
17613         (message-subscribed-address-file): Ditto.
17614         (message-user-fqdn): Ditto.
17615
17616         * spam-report.el (spam-report-gmane-regex): Ditto.
17617
17618         * spam.el (spam-blackhole-good-server-regex): Ditto.
17619
17620 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * mml.el (mml-preview): Widen the message buffer before copying
17623         the contents to the preview buffer; sort headers before previewing.
17624
17625         * message.el (message-hidden-headers): Fix the way to avoid a bug
17626         in the `repeat' widget in Emacs 21.3 or earlier.
17627
17628 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * message.el (message-hidden-headers): Default to "^References:".
17631         Improve customization type.  Suggested by Reiner Steib
17632         <Reiner.Steib@gmx.de>.
17633
17634 2004-11-25  Romain Francoise  <romain@orebokech.com>
17635
17636         * message.el (message-strip-forbidden-properties): Remove check for
17637         obsolete `message-hidden' text property, hidden headers are not
17638         accessible in the buffer anymore.
17639
17640 2004-11-22  Romain Francoise  <romain@orebokech.com>
17641
17642         * message.el (message-header-format-alist): Add `From' in list
17643         so that it can be sorted.
17644         (message-fix-before-sending): Widen and sort headers before
17645         sending.
17646         (message-hide-headers): Use narrowing to hide headers by moving
17647         them to the top of the buffer and narrowing to the region
17648         underneath.
17649
17650 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17651
17652         * message.el (message-strip-forbidden-properties):
17653         Bind buffer-read-only (etc) to nil.
17654
17655 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17658         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17659
17660 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17661
17662         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17663
17664 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17665
17666         * dns.el (query-dns): Use sit-for to time instead of
17667         accept-process-output, since that doesn't seem to work on udp
17668         sockets.
17669
17670 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17673
17674 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17675
17676         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17677         doc string.  Improve doc string.
17678
17679 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * nntp.el (nntp-request-update-info): Return nil if
17682         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17683         may not call gnus-activate-group which uselessly issues the GROUP
17684         commands for all nntp groups and wastes time.  Reported by Romain
17685         Francoise <romain@orebokech.com>.
17686
17687         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17688
17689 2004-11-15  Simon Josefsson  <jas@extundo.com>
17690
17691         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17692         headers separately.
17693         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17694         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17695
17696 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17697
17698         * gnus-start.el (gnus-convert-old-newsrc):
17699         Assign legacy-gnus-agent to 5.10.7.
17700
17701 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17702
17703         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17704         start of the lines.
17705
17706 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17707
17708         * hashcash.el (hashcash-default-payment): Change default to 20.
17709         (hashcash-default-accept-payment): Change default to 20.
17710         (hashcash-process-alist): New variable.
17711         (hashcash-generate-payment-async): Add.
17712         (hashcash-already-paid-p): Add.
17713         (hashcash-insert-payment): Don't generate payments twice.
17714         (hashcash-insert-payment-async): Add.
17715         (hashcash-insert-payment-async-2): Add.
17716         (hashcash-cancel-async): Add.
17717         (hashcash-wait-async): Add.
17718         (hashcash-processes-running-p): Add.
17719         (hashcash-wait-or-cancel): Add.
17720         (mail-add-payment): New optional argument.  Conditionally start
17721         asynchronous calculation.
17722         (mail-add-payment-async): Add.
17723
17724         * message.el (message-send-mail): Wait for asynchronous hashcash
17725         results.  Don't clobber existing X-Hashcash headers.
17726         (message-setup-1): Call mail-add-payment-async when
17727         message-generate-hashcash is non-nil.
17728
17729 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17730
17731         * message.el (message-use-alternative-email-as-from): Examine the
17732         From header as well; use message-make-from in order to include a
17733         user's full name.
17734
17735 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17738         default; improve customization type.
17739         (gnus-emphasis-custom-with-format): New macro.
17740         (gnus-emphasis-custom-value-to-external): New function.
17741         (gnus-emphasis-custom-value-to-internal): New function.
17742
17743 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17744
17745         * dns.el (query-dns): Resolve reverse addresses.
17746
17747 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17748
17749         * gnus-group.el (gnus-group-get-new-news): Use it.
17750
17751         * gnus-start.el (gnus-check-reasonable-setup): New function.
17752
17753 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17756         "Args out of range" error.  Reported by Arnaud Giersch
17757         <arnaud.giersch@free.fr>.
17758
17759 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17760
17761         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17762
17763 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17764
17765         * spam.el (spam group): Add :version.
17766
17767         * pgg-def.el (pgg group): Add :version.
17768
17769 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17770
17771         * gnus-art.el (gnus-article-edit-article): Don't associate the
17772         article buffer with a draft file.  This is a temporary measure
17773         against the 2004-08-22 change to gnus-article-edit-mode.
17774
17775 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17778         (html2text-format-tags): Remove unused variable `attr'.
17779
17780 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17781
17782         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17783
17784         * tls.el (tls-process-connection-type, tls-success)
17785         (tls-certtool-program): Add :version.
17786
17787         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17788         (starttls-extra-arguments, starttls-process-connection-type)
17789         (starttls-connect, starttls-failure, starttls-success): Add :version.
17790
17791         * spam-stat.el (spam-stat): Add :version.
17792
17793         * sieve.el (sieve): Add :version.
17794
17795         * sha1.el (sha1): Add :version.
17796         (sha1-use-external): Remove redundant version.
17797
17798         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17799         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17800         (nnmail-split-fancy-match-partial-words)
17801         (nnmail-split-lowercase-expanded): Add :version.
17802
17803         * nndiary.el (nndiary): Add :version.
17804
17805         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17806
17807         * mml-sec.el (mml-default-sign-method)
17808         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17809         Add :version.
17810
17811         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17812
17813         * mm-url.el (mm-url-use-external, mm-url-program)
17814         (mm-url-arguments): Add :version.
17815
17816         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17817         (mm-attachment-file-modes, mm-decrypt-option)
17818         (mm-w3m-safe-url-regexp): Add :version.
17819
17820         * message.el (message-cite-prefix-regexp)
17821         (message-sendmail-envelope-from, message-minibuffer-local-map)
17822         (message-user-fqdn, message-completion-alist): Add :version.
17823
17824         * gnus-win.el (gnus-configure-windows-hook)
17825         (gnus-use-frames-on-any-display): Add :version.
17826
17827         * gnus-art.el (gnus-article-address-banner-alist)
17828         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17829         (gnus-treat-from-picon, gnus-treat-mail-picon)
17830         (gnus-treat-x-pgp-sig): Add :version.
17831
17832         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17833         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17834         (gnus-summary-article-delete-hook)
17835         (gnus-summary-display-while-building): Add :version.
17836
17837         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17838         (gnus-get-top-new-news-hook): Add :version.
17839
17840         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17841         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17842
17843         * gnus-registry.el (gnus-registry): Add :version.
17844
17845         * gnus-spec.el (gnus-use-correct-string-widths)
17846         (gnus-make-format-preserve-properties): Add :version.
17847
17848         * gnus.el (gnus-group-charter-alist)
17849         (gnus-group-fetch-control-use-browse-url)
17850         (gnus-install-group-spam-parameters): Add :version.
17851
17852         * gnus-diary.el (gnus-diary): Add :version.
17853
17854         * gnus-delay.el (gnus-delay): Add :version.
17855
17856         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17857         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17858         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17859         Add :version.
17860
17861         * gnus-agent.el (gnus-agent-max-fetch-size)
17862         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17863         (gnus-agent-prompt-send-queue): Add :version.
17864
17865         * deuglify.el (gnus-outlook-deuglify): Add :version.
17866
17867         * html2text.el: Beautify code.  Improve doc strings.
17868         Some checkdoc cleanup.
17869         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17870
17871 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17872
17873         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17874
17875 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17876
17877         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17878         when package is loaded.
17879
17880         * spam.el (spam-summary-score-preferred-header): Add global preference
17881         for people who want to override the default SpamAssassin over
17882         Bogofilter preference (when both are set).
17883         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17884         (spam-user-format-function-S):
17885         Check spam-summary-score-preferred-header.
17886         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17887         (spam-user-format-function-S): Format the score correctly.
17888
17889 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17892         signature file.  Suggested by Manoj Srivastava
17893         <srivasta@golden-gryphon.com>.
17894
17895         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17896         iso-2022-jp even in the Japanese language environment.
17897         Suggested by Jason Rumney <jasonr@gnu.org>.
17898
17899 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17902         use the same characters as the dummy marks; make it free from
17903         getting affected by the language environment.
17904         (gnus-summary-read-group-1): Update mark positions only when the
17905         format spec is updated.
17906
17907         * gnus-spec.el (gnus-update-format-specifications): Return a list
17908         of updated types.
17909
17910 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17913         of boundp to check if display-warning is available.
17914
17915 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17916
17917         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17918
17919 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * nnspool.el (nnspool-spool-directory): Use news-path if the
17922         news-directory variable is not bound.
17923
17924         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17925         function instead of display-warning if it is not available.
17926
17927 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17928
17929         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17930         v5-10: Use `point-at-bol'.
17931
17932 2004-10-26  Simon Josefsson  <jas@extundo.com>
17933
17934         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17935         <chenggao@gmail.com>.
17936
17937 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17938
17939         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17940         instead.
17941
17942 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17943
17944         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17945         to remove a server from the nnimap-server-buffer-alist.
17946         (nnimap-open-connection, nnimap-close-server): Use it.
17947
17948         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17949
17950 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17953         running the major-mode function.
17954
17955 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17958         dummy marks in the right way.
17959
17960 2004-10-18  David Edmondson  <dme@dme.org>
17961
17962         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17963         excessively.
17964
17965 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17966
17967         * gnus-util.el (gnus-split-references): Accept a nil references
17968         string and go on blissfully.
17969
17970         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17971         cases where the references string is non-nil but has no references.
17972
17973         * encrypt.el: Add autoload tags.
17974
17975         * spam.el (spam-resolve-registrations-routine): Remove article
17976         from unregistration list too.  Reported by David Hanak
17977         <dhanak@isis.vanderbilt.edu>
17978
17979 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17980
17981         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17982         nil.  Change custom type.
17983
17984 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17985
17986         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17987
17988         * gnus-sum.el (gnus-summary-move-article): Use it.
17989
17990 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17991
17992         * encrypt.el: Add autoload cookies.
17993
17994         * spam.el (spam-backend-article-list-property)
17995         (spam-backend-get-article-todo-list)
17996         (spam-backend-put-article-todo-list)
17997         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17998         Resolve registrations separately.
17999         (spam-register-routine): Format comments.
18000         (spam-unregister-routine, spam-register-routine): Always call with
18001         specific-articles, no default list.
18002         (spam-summary-prepare-exit): Use the spam-classifications function.
18003
18004         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18005         gnus-encrypt.el.
18006
18007         * encrypt.el: Copied from gnus-encrypt.el.
18008
18009         * gnus-encrypt.el: Commented that it's obsolete.
18010
18011 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18012
18013         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18014         (gnus-score-save): Use it.
18015
18016         * message.el (message-bury): Use `window-dedicated-p'.
18017
18018 2004-10-15  Simon Josefsson  <jas@extundo.com>
18019
18020         * pop3.el (top-level): Don't require nnheader.
18021         (pop3-read-timeout): Add.
18022         (pop3-accept-process-output): Add.
18023         (pop3-read-response, pop3-retr): Use it.
18024
18025 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18026
18027         * spam.el (spam-register-routine): Move comment.
18028         (spam-verify-bogofilter): Use 'unknown for the initial
18029         spam-bogofilter-valid state, not 'never.
18030
18031         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18032         for netrc-machine.
18033
18034         * nnimap.el (nnimap-open-connection):
18035         Use netrc-machine-user-or-password.
18036
18037 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18038
18039         * gnus-registry.el (gnus-registry-unload-hook):
18040         Set as a variable with add-hook.
18041
18042         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18043         of news-path.
18044
18045         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18046
18047         * spam.el: Delete duplicate `provide'.
18048         (spam-unload-hook): Set as a variable with add-hook.
18049
18050 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18051
18052         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18053         in the doc string.
18054
18055         * message.el (message-ignored-news-headers)
18056         (message-ignored-supersedes-headers)
18057         (message-ignored-resent-headers)
18058         (message-forward-ignored-headers): Improve custom type.
18059
18060 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * message.el (message-tokenize-header): Fix 2004-09-06 change
18063         which used point-min in the wrong place.
18064
18065 2004-10-12  Simon Josefsson  <jas@extundo.com>
18066
18067         * tls.el (tls-certtool-program): New variable.
18068         (tls-certificate-information): New function, based on
18069         ssl-certificate-information.
18070
18071 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * compface.el: Move the version of ELisp-based uncompface program
18074         to the contrib directory because of the copyright problem.
18075
18076 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18077
18078         * message.el (message-kill-buffer): Raise the current frame.
18079
18080 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18081
18082         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18083
18084         * gnus.el (message-y-or-n-p): Autoload.
18085
18086         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18087         (pop3-password-required, pop3-authentication-scheme)
18088         (pop3-leave-mail-on-server): Make customizable.
18089         (pop3): New custom group.
18090         (pop3-retr): Remove `sleep-for' statements.
18091         Suggested by Dave Love <fx@gnu.org>.
18092
18093         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18094         Windows/DOS.
18095
18096         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18097         (imap-parse-body): Fix incorrect use of `assert'.
18098         Suggested by Dave Love <fx@gnu.org>.
18099
18100         * mml.el (mml-minibuffer-read-disposition): Require match.
18101         Suggested by Dave Love <fx@gnu.org>.
18102
18103 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18104
18105         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18106         doc string.
18107
18108 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18111
18112 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18113
18114         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18115         instead of calling `mm-insert-inline', to decode text/* parts
18116         before displaying them.
18117
18118 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * mm-uu.el (mm-uu-text-plain-type): New variable.
18121         (mm-uu-pgp-signed-extract-1): Use it.
18122         (mm-uu-pgp-encrypted-extract-1): Use it.
18123         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18124         bind mm-uu-text-plain-type with that value.
18125         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18126         mm-uu-dissect.
18127
18128 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18129
18130         * gnus-group.el (gnus-update-group-mark-positions):
18131         * gnus-sum.el (gnus-update-summary-mark-positions):
18132         * message.el (message-check-news-body-syntax):
18133         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18134         of string-as-multibyte.
18135
18136 2004-10-05  Juri Linkov  <juri@jurta.org>
18137
18138         * gnus-group.el (gnus-update-group-mark-positions):
18139         * gnus-sum.el (gnus-update-summary-mark-positions):
18140         * message.el (message-check-news-body-syntax):
18141         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18142         8-bit unibyte values to a multibyte string for search functions.
18143
18144 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18145
18146         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18147         (mm-uu-dissect-text-parts): New function.
18148
18149         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18150         dissect text parts.
18151
18152         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18153         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18154
18155         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18156
18157         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18158         Use gnus-current-topics instead of gnus-current-topic.
18159
18160 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18161
18162         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18163
18164 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18167         where approriate.
18168
18169         * nnml.el (nnml-generate-active-info): do.
18170
18171         * nndiary.el (nndiary-generate-active-info): do.
18172
18173         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18174         (gnus-topic-move): do.
18175
18176         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18177         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18178
18179         * gnus-srvr.el (gnus-server-prepare)
18180         (gnus-server-open-all-servers): do.
18181
18182         * gnus-msg.el (gnus-summary-cancel-article)
18183         (gnus-summary-resend-message)
18184         (gnus-summary-mail-crosspost-complaint): do.
18185
18186         * gnus-move.el (gnus-change-server): do.
18187
18188         * gnus-group.el (gnus-group-unmark-all-groups)
18189         (gnus-group-set-current-level): do.
18190
18191 2004-10-04  Simon Josefsson  <jas@extundo.com>
18192
18193         * message.el (message-generate-hashcash): Doc fix.
18194
18195 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18196
18197         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18198         avoid infinite recursion via gnus-get-function.
18199
18200 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18201
18202         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18203
18204         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18205
18206         * nnmail.el (nnmail-split-history): do.
18207
18208         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18209         (nnml-request-delete-group): do.
18210
18211         * nnslashdot.el (nnslashdot-read-groups): do.
18212
18213         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18214         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18215
18216         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18217         (nnspool-sift-nov-with-sed): Use last.
18218         (nnspool-retrieve-headers-with-nov): Use mapc.
18219         (nnspool-request-newgroups): Use dolist.
18220         (nnspool-request-group): Use last.
18221
18222         * nntp.el (nntp-read-server-type): Use dolist.
18223
18224         * nnvirtual.el (nnvirtual-create-mapping)
18225         (nnvirtual-update-read-and-marked): Use dolist.
18226         (nnvirtual-convert-headers): Simplify.
18227
18228 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18229
18230         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18231         Add support for sync'ing tick marks.
18232
18233 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18236         there's no visible header.
18237
18238 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18239
18240         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18241         When necessary, pass full group name to gnus-request-set-marks.
18242
18243 2004-10-01  Simon Josefsson  <jas@extundo.com>
18244
18245         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18246         acroread.
18247
18248 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18249
18250         * spam-report.el (spam-report-gmane): Fix interactive.
18251
18252         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18253
18254         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18255         when writing file.
18256         (gnus-agent-synchronize-flags): Don't default to being
18257         interactive.
18258
18259 2004-09-30  Simon Josefsson  <jas@extundo.com>
18260
18261         * message.el (message-generate-hashcash): Add.
18262         (message-send-mail): Use it, call mail-add-payment.
18263
18264 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18265
18266         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18267
18268 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18269
18270         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18271         gnus-requst-update-info with explicit code to sync the in-memory
18272         info read flags with the marks being sync'd to the backend.
18273
18274         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18275
18276 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18277
18278         * spam.el (spam-verify-bogofilter): Add new function.
18279         (spam-check-bogofilter)
18280         (spam-bogofilter-register-with-bogofilter): Use it.
18281         (spam-verify-bogofilter): Add small fixes.
18282
18283 2004-09-28  Simon Josefsson  <jas@extundo.com>
18284
18285         * hashcash.el (hashcash-generate-payment): Revert.
18286
18287 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18288
18289         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18290         Use gnus-extract-references instead of gnus-split-references.
18291
18292         * gnus-util.el (gnus-extract-references): Add new function, analogous
18293         to gnus-split-references but extracts only the message-ID without
18294         anything extra.
18295
18296         * hashcash.el (hashcash-generate-payment)
18297         (hashcash-check-payment): Do the right thing if hashcash-path is
18298         nil (because the hashcash program could not be found).
18299
18300         * spam.el (spam-use-hashcash): Remove comment.
18301
18302 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18303
18304         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18305         (gnus-cache-enter-article, gnus-cache-remove-article)
18306         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18307
18308         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18309
18310         * gnus-art.el (article-hide-boring-headers)
18311         (article-translate-strings, article-display-face)
18312         (gnus-article-mime-match-handle-first)
18313         (gnus-article-highlight-headers)
18314         (gnus-article-add-buttons-to-head): do.
18315
18316 2004-09-27  Simon Josefsson  <jas@extundo.com>
18317
18318         * hashcash.el: New version, from
18319         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18320         ../contrib/.
18321
18322 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18325
18326 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18327
18328         * gnus-dup.el (gnus-dup-open): Use mapc.
18329         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18330
18331         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18332         Reported by Stefan Wiens <s.wi@gmx.net>.
18333
18334         * gnus.el (gnus-shutdown): Use dolist.
18335
18336         * gnus-undo.el (gnus-undo): Use mapc.
18337
18338         * nnrss.el (nnrss-generate-active): do.
18339
18340         * message.el (message-cite-original-without-signature)
18341         (message-cite-original): Use mapc.
18342         (message-do-actions, message-make-forward-subject): Use dolist.
18343
18344 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18345
18346         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18347         deletion to remove entire duplicate line.  Fixes merged article
18348         number bug.
18349
18350 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18351
18352         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18353         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18354         first ask if you want to open a server and then, even when you
18355         responded with no, asking if you want to synchronize the server's
18356         flags.
18357         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18358         multi-line expressions.
18359         (gnus-agent-synchronize-group-flags): New internal function.
18360         Updates marks in memory (in the info structure) AND in the
18361         backend.
18362
18363         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18364
18365         * nnagent.el (nnagent-request-set-mark):
18366         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18367         method, to ensure that synchronization updates marks in the
18368         backend and in the info (in memory) structure.
18369
18370 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18373         convention fully; don't miss the root article of a thread; make
18374         the X-Draft-From header with correct article numbers.
18375
18376 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18377
18378         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18379         unless plugged.  Disable the agent so that an open failure causes
18380         an error.
18381
18382         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18383         Revert 2004-09-21 change.  The backend must be opened while
18384         synchronizing flags even when the backend stores the flags
18385         locally.
18386
18387 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18388
18389         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18390         in `header' match.  Reported by Svend Tollak Munkejord.
18391
18392         * message.el (message-cite-original): Fix use of
18393         `message-cite-articles-with-x-no-archive'.
18394
18395 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18398         (gnus-window-to-buffer): Ditto.
18399
18400         * mml.el (mml-preview-buffer): New variable.
18401         (mml-preview): Manage window layout with gnus-buffer-configuration.
18402
18403         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18404         X-Draft-From header even if those articles aren't quoted.
18405
18406 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18407
18408         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18409         (gnus-request-set-mark, gnus-request-update-mark): Use new
18410         g-s-t-u-l-m to decide to use backend even when unplugged.
18411
18412 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18415         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18416
18417 2004-09-20  Simon Josefsson  <jas@extundo.com>
18418
18419         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18420         "utf-16-le".
18421
18422 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18423
18424         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18425
18426 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18427
18428         * uudecode.el (uudecode-use-external): Add :version.
18429
18430         * smime.el (smime-CA-file, smime-encrypt-cipher)
18431         (smime-dns-server): Add :version.
18432
18433         * smiley.el (gnus-smiley-file-types): Add :version.
18434
18435         * sha1.el (sha1-use-external): Add :version.
18436
18437         * pgg-def.el (pgg-query-keyserver): Add :version.
18438
18439         * nnmail.el (nnmail-fancy-expiry-targets)
18440         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18441         Add :version.
18442
18443         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18444         (nnimap-retrieve-groups-asynchronous): Add :version.
18445         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18446
18447         * mml.el (mml-content-disposition-parameters)
18448         (mml-insert-mime-headers-always): Add :version.
18449
18450         * mm-util.el (mm-coding-system-priorities): Add :version.
18451
18452         * mm-decode.el (mm-inline-text-html-with-images)
18453         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18454         (mm-verify-option): Add :version.
18455         (mm-text-html-renderer): Change :version.
18456
18457         * message.el (message-fcc-externalize-attachments)
18458         (message-required-headers, message-draft-headers)
18459         (message-subject-trailing-was-query)
18460         (message-subject-trailing-was-ask-regexp)
18461         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18462         (message-mark-insert-end, message-archive-header)
18463         (message-archive-note, message-cross-post-default)
18464         (message-cross-post-note, message-followup-to-note)
18465         (message-cross-post-note-function, message-use-mail-followup-to)
18466         (message-subscribed-address-functions)
18467         (message-subscribed-address-file, message-subscribed-addresses)
18468         (message-subscribed-regexps, message-allow-no-recipients)
18469         (message-yank-cited-prefix, message-signature-insert-empty-line)
18470         (message-hidden-headers, message-hierarchical-addresses)
18471         (message-mail-user-agent, message-use-idna)
18472         (message-valid-fqdn-regexp)
18473         (message-strip-special-text-properties, message-header-synonyms)
18474         (message-beginning-of-line, message-tab-body-function): Add :version.
18475         (message-insert-canlock, message-wide-reply-confirm-recipients):
18476         Change :version.
18477
18478         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18479         and :version.
18480         (mail-source-delete-old-incoming-confirm)
18481         (mail-source-movemail-program): Add :version.
18482
18483         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18484         (gnus-agent-cache, gnus-agent): Change :version.
18485
18486         * gnus-util.el (gnus-use-byte-compile): Change :version.
18487
18488         * gnus-sum.el (gnus-summary-make-false-root-always)
18489         (gnus-summary-default-high-score)
18490         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18491         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18492         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18493         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18494         (gnus-sum-thread-tree-single-indent)
18495         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18496         (gnus-sum-thread-tree-leaf-with-other)
18497         (gnus-sum-thread-tree-single-leaf): Add :version.
18498         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18499         (gnus-article-loose-mime): Change :version.
18500
18501         * gnus-start.el (gnus-backup-startup-file)
18502         (gnus-save-startup-file-via-temp-buffer): Add :version.
18503
18504         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18505         (gnus-server-offline-face): Add :version.
18506
18507         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18508
18509         * gnus-msg.el (gnus-gcc-externalize-attachments)
18510         (gnus-debug-files, gnus-debug-exclude-variables)
18511         (gnus-discouraged-post-methods): Change :version.
18512         (gnus-confirm-mail-reply-to-news)
18513         (gnus-confirm-treat-mail-like-news): Add :version.
18514
18515         * gnus-int.el (gnus-server-unopen-status): Add :version.
18516
18517         * gnus-group.el (gnus-group-jump-to-group-prompt)
18518         (gnus-large-ephemeral-newsgroup)
18519         (gnus-fetch-old-ephemeral-headers): Add :version.
18520
18521         * gnus-fun.el (gnus-x-face-directory)
18522         (gnus-convert-pbm-to-x-face-command)
18523         (gnus-convert-image-to-x-face-command)
18524         (gnus-convert-image-to-face-command): Add :version.
18525
18526         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18527
18528         * gnus-cite.el (gnus-cite-blank-line-after-header)
18529         (gnus-article-boring-faces): Add :version.
18530
18531         * gnus-art.el (gnus-buttonized-mime-types)
18532         (gnus-inhibit-mime-unbuttonizing)
18533         (gnus-treat-display-face)
18534         (gnus-treat-body-boundary): Change :version.
18535         (gnus-body-boundary-delimiter, gnus-picon-databases)
18536         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18537         (gnus-treat-date-english, gnus-treat-fold-headers)
18538         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18539         (gnus-treat-mail-picon, gnus-treat-wash-html)
18540         (gnus-article-encrypt-protocol)
18541         (gnus-use-idna, gnus-article-over-scroll)
18542         (gnus-mime-display-multipart-alternative-as-mixed)
18543         (gnus-mime-display-multipart-related-as-mixed)
18544         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18545         (gnus-ctan-url, gnus-button-ctan-handler)
18546         (gnus-button-handle-ctan-bogus-regexp)
18547         (gnus-button-ctan-directory-regexp)
18548         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18549         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18550         (gnus-button-man-level, gnus-button-emacs-level)
18551         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18552
18553         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18554         (gnus-agent-go-online): Change :version.
18555         (gnus-agent-expire-unagentized-dirs)
18556         (gnus-agent-auto-agentize-methods): Add :version.
18557
18558         * flow-fill.el (fill-flowed-display-column)
18559         (fill-flowed-encode-column): Add :version.
18560
18561         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18562         (gnus-outlook-deuglify-unwrap-max)
18563         (gnus-outlook-deuglify-cite-marks)
18564         (gnus-outlook-deuglify-unwrap-stop-chars)
18565         (gnus-outlook-deuglify-no-wrap-chars)
18566         (gnus-outlook-deuglify-attrib-cut-regexp)
18567         (gnus-outlook-deuglify-attrib-verb-regexp)
18568         (gnus-outlook-deuglify-attrib-end-regexp)
18569         (gnus-outlook-display-hook): Add :version.
18570
18571         * binhex.el (binhex-use-external): Add :version.
18572
18573 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18574
18575         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18576         and `invisible'.
18577
18578 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18579
18580         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18581         in gnus-registry-trim.
18582
18583 2004-09-13  Simon Josefsson  <jas@extundo.com>
18584
18585         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18586
18587         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18588
18589         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18590         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18591         <yamaoka@jpl.org>.
18592         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18593         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18594         <yamaoka@jpl.org>.
18595
18596         * sieve.el (sieve-manage-mode): Ditto.
18597
18598 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18601
18602 2004-09-11  Simon Josefsson  <jas@extundo.com>
18603
18604         * dns-mode.el: Add.
18605
18606         * mm-view.el (mm-display-dns-inline): Add.
18607
18608         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18609         (mm-automatic-display): Ditto.
18610
18611         * mailcap.el (mailcap-mime-data): Add text/dns.
18612         (mailcap-mime-extensions): Map .soa to text/dns.
18613
18614 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18615
18616         * gnus-art.el (article-decode-mime-words, article-babel)
18617         (gnus-article-highlight-signature, gnus-article-add-buttons)
18618         (gnus-signature-toggle): Remove unnecessary bindings of
18619         `inhibit-read-only' inherited from v5.10 merge.
18620
18621 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18622
18623         * nntp.el (nntp): New customization group.
18624         (nntp-authinfo-file): Add customization group.
18625
18626         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18627
18628         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18629
18630         * gnus.el (to-address, to-list, subscribed)
18631         (large-newsgroup-initial): Ditto.
18632
18633         * flow-fill.el (fill-flowed-display-column)
18634         (fill-flowed-encode-column): Ditto.
18635
18636 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18637
18638         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18639         Use point-min rather than 1.
18640         (message-send-mail): Use buffer-size rather than point-max.
18641
18642         * gnus-sum.el (gnus-summary-search-article-forward):
18643         Signal a specific `search-failed' rather than a generic `error'.
18644
18645         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18646         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18647         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18648
18649 2004-09-10  Simon Josefsson  <jas@extundo.com>
18650
18651         * nndb.el (require): Remove tcp and duplicate cl.
18652
18653 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * gnus-agent.el (directory-files-and-attributes): Move forward.
18656
18657 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18658
18659         * gnus-agent.el (directory-files-and-attributes):
18660         Optionally defined to support XEmacs.
18661
18662 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18663
18664         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18665         to avoid run-time CL dependencies.
18666         (gnus-agent-unfetch-articles): New function.
18667         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18668         article numbers even when local .overview file is missing.
18669         (gnus-agent-read-article-number): New function.  Only accepts
18670         27-bit article numbers.
18671         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18672         Use gnus-agent-read-article-number.
18673         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18674         from backend while recognizing that article numbers in .overview
18675         must be valid.
18676         (gnus-agent-update-files-total-fetched-for):
18677         Use directory-files-and-attributes to improve performance.
18678         * gnus-int.el (gnus-request-move-article):
18679         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18680         improve performance.
18681
18682         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18683         some users confused by references to .newsrc when they only have a
18684         .newsrc.eld file.
18685         (gnus-convert-mark-converter-prompt)
18686         (gnus-convert-converter-needs-prompt): Fix use of property list.
18687         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18688         New function.  Used internally to only display 'gnus converting
18689         files' message when actually necessary.
18690
18691         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18692         methods now autoloaded.
18693
18694 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18697         identifiers.
18698
18699 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18700
18701         * gnus-picon.el: Fix indentation and closing parenthesis.
18702
18703 2004-09-01  Simon Josefsson  <jas@extundo.com>
18704
18705         * message.el (message-canlock-generate): Require sha1, not
18706         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18707         to require within a function.  Sadly, if sha1.el isn't loaded, the
18708         let binding in m-c-g will hide the defcustom definition, which is
18709         bad.)
18710
18711         * canlock.el: Require sha1, not sha1-el.
18712
18713         * message.el: Don't autoload sha1 (there is a autoload cookie in
18714         sha1.el).
18715
18716         * sha1-el.el: Rename to sha1.el.
18717
18718 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18719
18720         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18721
18722 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18723
18724         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18725
18726 2004-08-30  Kim F. Storm  <storm@cua.dk>
18727
18728         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18729
18730         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18731         Add :group 'nnimap.
18732
18733 2004-08-30  Andreas Schwab  <schwab@suse.de>
18734
18735         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18736         ?* and ?\;.
18737
18738         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18739         and ?\' to symbol instead of whitespace.
18740
18741 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18744
18745         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18746         instead of re-search-forward.
18747
18748         * gnus-uu.el (gnus-uu-save-article): Ditto.
18749         (gnus-uu-post-encode-uuencode): Ditto.
18750
18751         * html2text.el (html2text-clean-list-items): Ditto.
18752         (html2text-clean-dtdd): Ditto.
18753         (html2text-format-tags): Ditto.
18754
18755         * message.el (message-send-mail-with-sendmail): Fix regexp.
18756         (message-fill-field-general): Use search-forward instead of
18757         re-search-forward.
18758         (unbold-region): Ditto.
18759
18760         * nnrss.el (nnrss-request-article): Ditto.
18761
18762         * nnslashdot.el (nnslashdot-request-article): Ditto.
18763
18764         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18765
18766         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18767         "Unrecognized menu descriptor" error in XEmacs.
18768
18769 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18770
18771         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18772         parent article of a sparse article in the thread hashtb.
18773
18774 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18775
18776         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18777         (nnmail-expand-newtext): Lowercase expanded entries if
18778         nnmail-split-lowercase-expanded is non-nil.
18779
18780 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18781
18782         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18783
18784         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18785         of gnus-tmp-news-method into string under XEmacs.  It will be
18786         passed to gnus-correct-length which takes only a string argument.
18787
18788 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * gnus-util.el (gnus-bind-print-variables): New macro.
18791         (gnus-prin1): Use it.
18792         (gnus-prin1-to-string): Use it.
18793         (gnus-pp): New function.
18794         (gnus-pp-to-string): New function.
18795
18796         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18797         Replace pp-to-string with gnus-pp-to-string.
18798         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18799         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18800         * gnus-msg.el (gnus-debug): Ditto.
18801         * gnus-score.el (gnus-score-save): Ditto.
18802         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18803         gnus-pp-to-string.
18804         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18805         with gnus-pp.
18806         * score-mode.el (gnus-score-pretty-print): Ditto.
18807         * webmail.el (webmail-debug): Ditto.
18808
18809 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * gnus-art.el (article-display-face, article-display-x-face):
18812         Use buffer-read-only.
18813
18814 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18815
18816         * gnus-art.el (article-hide-list-identifiers):
18817         Bind inhibit-read-only as t.
18818
18819 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18820
18821         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18822
18823 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18824
18825         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18826         (gnus-narrow-to-page): Don't assume point-min == 1.
18827         (gnus-article-edit-mode): Derive from message-mode.
18828
18829         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18830         point-min == 1.
18831
18832         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18833         Disable incorrect use of `assert'.
18834
18835         * message.el (message-mode): Set comment-start-skip.
18836
18837
18838 2004-08-22  Sam Steingold  <sds@gnu.org>
18839
18840         * pop3.el (pop3-leave-mail-on-server): New user variable.
18841         (pop3-movemail): Delete mail only when it is nil.
18842
18843 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18844
18845         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18846
18847         * mml.el (mml-preview): Use `pop-to-buffer'.
18848
18849         * message.el (message-goto-mail-followup-to): Insert after "To".
18850         (message-carefully-insert-headers): Add comment.
18851
18852         * gnus.el: Remove unused variable `gnus-article-check-size'.
18853
18854         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18855
18856         * gnus-art.el (gnus-button-alist):
18857         Improve `gnus-button-handle-library' entry.
18858
18859 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18860
18861         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18862         Use downcase, since XEmacs capitalizes error messages differently.
18863
18864 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18865
18866         * nntp.el: Add (require 'gnus) due to reference to
18867         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18868
18869 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18870
18871         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18872         Bind `mm-fill-flowed'.
18873
18874         * mm-decode.el (mm-dissect-singlepart): Check it.
18875
18876 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18877
18878         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18879         'imap' for netrc parsing.
18880
18881 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18882
18883         * mailcap.el (mailcap-mime-data): Mark as risky.
18884
18885 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18886
18887         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18888         may be included in the encoded word.
18889         (rfc2047-encode): Don't append a space if the encoded word
18890         includes close parenthesis.
18891
18892 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18895         of text within parentheses.
18896
18897 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18898
18899         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18900         (gnus-encrypt-write-file-contents): Make the password key the file
18901         name PLUS the cipher, not just the cipher.  Also remove failed
18902         passwords from the cache.
18903
18904 2004-08-06  Simon Josefsson  <jas@extundo.com>
18905
18906         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18907         Doc fix.
18908
18909 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18912         LWSP.
18913
18914 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18915
18916         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18917         Try to append in-reply-to: data to the references: header.
18918
18919         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18920         (netrc-parse): Use gnus-encrypt.el functions.
18921
18922         * gnus-encrypt.el: Add new file for encryption support; currently
18923         does only a few GPG ciphers and an internal XOR cipher.
18924
18925         * password.el: Add comments on using password-read-and-add.
18926         (password-read-and-add): Add function to read and add the
18927         password to the cache at once.
18928
18929 2004-07-28  Simon Josefsson  <jas@extundo.com>
18930
18931         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18932         parameter (but don't use it, for now).
18933
18934         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18935         instead of hard coding to nil.
18936
18937 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18940         as mm-inline-image-xemacs does.
18941
18942 2004-07-26  Simon Josefsson  <jas@extundo.com>
18943
18944         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18945         Revert part of 2004-07-17 change below.
18946
18947 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18950         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18951
18952 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18953
18954         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18955         quotes that actually start with ">" at the beginning of the
18956         lines.
18957
18958 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * rfc2047.el (rfc2047-encode-region): Fix last change.
18961         (rfc2047-encode-parameter): Remove useless concat.
18962
18963 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18966         encode special characters; fix some kind of misconfigured headers;
18967         signal a real error if debug-on-quit or debug-on-error is non-nil.
18968         (rfc2047-encode-max-chars): New variable.
18969         (rfc2047-encode-1): Use it.
18970         (rfc2047-encode-parameter): New function.
18971
18972         * mml.el (mml-insert-parameter): Remove an excessive space.
18973
18974 2004-07-17  Simon Josefsson  <jas@extundo.com>
18975
18976         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18977         Kai Grossjohann <kai@emptydomain.de>.
18978         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18979         (gnus-group-make-menu-bar): Ditto.
18980
18981         * gnus-util.el (gnus-group-server): Add.
18982
18983 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18984
18985         * message.el (message-clone-locals): Clone sendmail and smtp
18986         variables.
18987
18988 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18989
18990         * rfc2047.el (rfc2047-encode-region): Fix last change.
18991
18992 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18995         characters as non-special.
18996
18997 2004-07-09  Simon Josefsson  <jas@extundo.com>
18998
18999         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19000         Users will lose all flag changes made while unplugged with
19001         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19002         good default.  See numerous reports on ding mailing list.
19003
19004 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19007         add generate-head-function and generate-article-function to the
19008         rfc822-forward entry.
19009         (nndoc-rfc822-forward-generate-article): New function.
19010         (nndoc-rfc822-forward-generate-head): New function.
19011
19012         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19013
19014 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19015
19016         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19017         respect display group parameter and gnus-summary-expunge-below.
19018         (gnus-articles-to-read): Remove unused reference to display group
19019         parameter.
19020
19021 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19022
19023         * nnheader.el (nnheader-uniquify-message-id): New experimental
19024         variable.
19025         (nnheader-nov-read-message-id): Use it.
19026
19027         * spam-report.el (spam-report-gmane): Add interactive.
19028
19029 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19030
19031         * mm-encode.el (mm-content-transfer-encoding-defaults):
19032         Use qp-or-base64 for the application/* types.
19033
19034 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19035
19036         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19037
19038 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19039
19040         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19041         trim value.
19042
19043 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19044
19045         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19046         New macro and function.
19047         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19048
19049 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19050
19051         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19052         after-load-alist.
19053
19054 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19055
19056         * gnus-group.el (gnus-group-get-new-news-this-group):
19057         Don't update info that isn't there.
19058
19059 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19060
19061         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19062         entry.
19063
19064 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * mm-view.el (mm-inline-render-with-function): Use multibyte
19067         buffer; decode html source by charset.
19068
19069         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19070
19071         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19072         Mule-UCS is loaded under XEmacs.
19073         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19074
19075 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19076
19077         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19078
19079 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19080
19081         * mm-util.el (mm-coding-system-p): Return a coding-system.
19082         (mm-mime-mule-charset-alist): Use shift_jis instead of
19083         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19084         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19085         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19086         instead of japanese-shift-jis and iso-latin-1 respectively in
19087         order to share the default value with both Emacs and XEmacs-mule.
19088         (mm-mule-charset-to-mime-charset):
19089         Make mm-coding-system-priorities effective.
19090         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19091         while predicating of candidates upon the priorities.
19092
19093 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19094
19095         * gnus-sum.el (gnus-summary-make-menu-bar):
19096         Add gnus-uu-invert-processable.
19097
19098         * gnus.el: Autoload gnus-uu-invert-processable.
19099
19100 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * mm-util.el (mm-with-multibyte-buffer): New macro.
19103
19104         * rfc2047.el (rfc2047-encode-string): Use it.
19105         (rfc2047-encode-region): Move point to the end of the region after
19106         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19107
19108 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19111         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19112
19113 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19116         (gnus-cite-parse): Ignore quoted envelope From_.
19117         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19118
19119 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19120
19121         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19122         invalid addresses.
19123
19124 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19125
19126         * spam.el: Change section markers, revise TODO list.
19127         (spam-backends): Make new master list of all installed backends.
19128         (spam-summary-exit-behavior): Add new variable to determine how
19129         messages moves are done at summary exit.
19130         (spam-move-spam-nonspam-groups-only)
19131         (spam-process-ham-in-nonham-groups)
19132         (spam-process-ham-in-spam-groups): Remove variables, the
19133         spam-summary-exit-behavior variable should be used to manage this
19134         behavior.
19135         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19136         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19137         and spam-old-spam-articles.
19138         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19139         Add empty variables, placeholders for the backends they represent.
19140         (spam-set-difference): Move, unchanged.
19141         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19142         unless the user has a processor variable.
19143         (spam-classifications, spam-classification-valid-p)
19144         (spam-backend-properties, spam-backend-property-valid-p)
19145         (spam-backend-function-type-valid-p)
19146         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19147         (spam-report-articles-gmane, spam-report-articles-resend):
19148         Remove functions, they are not needed.
19149         (spam-install-backend-super, spam-backend-list)
19150         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19151         (spam-backend-function, spam-backend-ham-registration-function)
19152         (spam-backend-spam-registration-function)
19153         (spam-backend-ham-unregistration-function)
19154         (spam-backend-spam-unregistration-function)
19155         (spam-backend-statistical-p, spam-backend-mover-p)
19156         (spam-install-backend-alias, spam-install-checkonly-backend)
19157         (spam-install-mover-backend, spam-install-nocheck-backend)
19158         (spam-install-backend, spam-install-statistical-backend)
19159         (spam-install-statistical-checkonly-backend): Add backend installation
19160         support.
19161         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19162         (spam-group-processor-p): Use the new backend code and respect the
19163         summary exit behavior.
19164         (spam-mark-spam-as-expired-and-move-routine): Remove.
19165         (spam-summary-prepare): Change to use the new spam-old-articles
19166         variable.
19167         (spam-copy-or-move-routine, spam-copy-spam-routine)
19168         (spam-move-spam-routine, spam-copy-ham-routine)
19169         (spam-move-ham-routine): Add code to copy/move ham or spam.
19170         (spam-fetch-field-fast): Improve doc and code, plus allow the
19171         'number request.
19172         (spam-list-of-checks, spam-list-of-statistical-checks):
19173         Remove variables.
19174         (spam-split, spam-find-spam): Use the new backend code.
19175         (spam-registration-functions): Remove variable.
19176         (spam-unregister-routine): Add convenience wrapper.
19177         (spam-log-undo-registration, spam-register-routine)
19178         (spam-log-processing-to-registry)
19179         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19180         where possible.
19181         (spam-check-gmane-xref, spam-check-regex-headers)
19182         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19183         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19184         (spam-check-bogofilter-headers, spam-check-spamoracle)
19185         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19186         (spam-check-crm114-headers): Use the spam-split-group that
19187         spam-split prepares, no need to determine it every time.
19188
19189         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19190         to the nnheader-parse-naked-head call.
19191
19192         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19193
19194         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19195         the nnheader-nov-read-message-id call.
19196
19197 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19200         gnus-activate-group twice.  Suggested by Markus Peter
19201         <warp@spin.de>.
19202
19203 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * gnus-art.el (gnus-article-time-format): Exchange the order of
19206         day and month in the default value; fix customization type.
19207         (article-date-ut): Use add-text-properties.
19208         (article-make-date-line): Use message-make-date instead of
19209         current-time-string.
19210
19211         * message.el (message-fetch-field): Don't use set-text-properties.
19212         (message-make-date): Simplify.
19213
19214         * messagexmas.el (message-xmas-make-date): New function.
19215         (message-xmas-redefine): Defalias message-make-date to it.
19216
19217 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19220         (rfc2047-encode-region): Treat text within parentheses as special;
19221         show the original text when error has occurred.
19222
19223         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19224         already-computed method to gnus-activate-group.
19225
19226         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19227         same select-methods identical Lisp objects.
19228
19229         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19230         object when modifying the info.
19231
19232 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19235         gnus-opened-servers since it has never been opened with the new
19236         configuration yet.
19237
19238 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19241         arg to nnheader-generate-fake-message-id.
19242
19243 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19244
19245         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19246         number and build a fake message ID localized to a group and
19247         article number (so it's repeatable from that point on).
19248         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19249         ID format.
19250
19251         * gnus-sum.el (gnus-get-newsgroup-headers):
19252         Call nnheader-generate-fake-message-id with the article number.
19253
19254 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19255
19256         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19257         end-of-buffer.
19258
19259 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19260
19261         * message.el (message-ignored-supersedes-headers): Add Approved.
19262
19263 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19266         goto-char.
19267         (rfc2047-encode): Fold the line before encoding.
19268
19269 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19270
19271         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19272         folding -- not all headers can be folded, and this should be done
19273         by the message composition mode.  Probably.  I think.
19274
19275 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19278         fast.
19279
19280         * gnus-ems.el (gnus-remove-image): Don't use
19281         message-text-with-property; remove only the image found first.
19282
19283         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19284         found first.
19285
19286 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19287
19288         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19289
19290 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * message.el (message-text-with-property): Make it fast and accept
19293         optional arguments.
19294         (message-strip-forbidden-properties): Use it.
19295         (message-fix-before-sending): Follow the m-t-w-p change.
19296
19297         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19298
19299 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * gnus-art.el (article-hide-headers): Don't change the buffer
19302         mistakenly when performing mml-preview even if
19303         gnus-single-article-buffer is nil.
19304
19305 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19306
19307         * message.el (message-expand-name-databases): New user option.
19308         (message-expand-name): Use it.
19309
19310 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19311
19312         * spam.el (spam-report-articles-resend)
19313         (spam-report-resend-register-routine): Allow ham reporting.
19314         (spam-report-resend-register-ham-routine): Add wrapper.
19315         (spam-registration-functions): Add ham resending functions.
19316         (spam-list-of-processors): Add ham resend processor.
19317
19318         * gnus.el (ham-resend-to): Add new group parameter.
19319         (spam-process): Add ham resend option.
19320
19321         * spam-report.el (spam-report-resend): Allow reporting ham.
19322         (spam-report-resend-ham): Add wrapper.
19323
19324 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19325
19326         * message.el (message-cite-articles-with-x-no-archive):
19327         New variable.
19328         (message-cite-original): Use it.
19329
19330 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19331
19332         * message.el (message-cite-original): Respect X-No-Archive.
19333
19334 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * gnus-art.el (article-hide-headers): Refer to the values for
19337         gnus-ignored-headers and gnus-visible-headers in the summary
19338         buffer since a user may have set them as group parameters.
19339
19340 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19341
19342         * assistant.el (assistant-node-name): Add convenience function.
19343         (assistant-render-text, assistant-render-node): Add error handling,
19344         plus handle multiple next nodes.
19345         (assistant-find-next-node): Comment out for now.
19346         (assistant-find-next-nodes): Add function, returns list of next
19347         nodes.
19348
19349 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19350
19351         * mail-source.el (mail-source-directory): Fix doc-string.
19352
19353 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19354
19355         * assistant.el (assistant-render-text, assistant-eval): Add :set
19356         widget type, which is different because it takes and returns a
19357         list.  Much hilarity ensues.
19358
19359 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19360
19361         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19362
19363         * gnus-group.el (gnus-group-get-new-news-this-group):
19364         Add doc-string.
19365
19366         * gnus-start.el (gnus-activate-group): Add doc-string.
19367
19368 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19371
19372 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19373
19374         * assistant.el (assistant-render-text): Try to add a :set
19375         widget, more to come.
19376
19377         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19378         strings.
19379         (spam-report-articles-resend)
19380         (spam-register-routine): Do registration iff any articles warrant
19381         it.
19382         (spam-summary-prepare-exit): Change log message for nil group
19383         destinations.
19384
19385 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19386
19387         * spam.el (spam-report-resend-register-routine):
19388         Allow spam-report-resend-to to be a group parameter or a global value.
19389
19390 2004-05-26  Simon Josefsson  <jas@extundo.com>
19391
19392         * starttls.el: Merge with my GNUTLS based starttls.el.
19393         (starttls-gnutls-program, starttls-use-gnutls)
19394         (starttls-extra-arguments, starttls-process-connection-type)
19395         (starttls-connect, starttls-failure, starttls-success):
19396         New variables.
19397         (starttls-program, starttls-extra-args): Doc fix.
19398         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19399         New functions.
19400         (starttls-negotiate, starttls-open-stream):
19401         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19402         function if it is set.
19403
19404 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19405
19406         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19407         structured fields.
19408
19409 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19410
19411         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19412
19413 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19414
19415         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19416         Add variable.
19417         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19418         assigning the spam-mark to new messages.
19419
19420 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19421
19422         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19423
19424 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19427
19428         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19429         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19430         default.
19431
19432 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19433
19434         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19435         correct data.
19436
19437 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19438
19439         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19440         (spam-group-processor-p): Fix function.
19441         (spam-group-processor-multiple-p)
19442         (spam-group-spam-processor-report-gmane-p)
19443         (spam-group-spam-processor-report-resend-p)
19444         (spam-group-spam-processor-bogofilter-p)
19445         (spam-group-spam-processor-blacklist-p)
19446         (spam-group-spam-processor-ifile-p)
19447         (spam-group-ham-processor-ifile-p)
19448         (spam-group-spam-processor-spamoracle-p)
19449         (spam-group-spam-processor-crm114-p)
19450         (spam-group-ham-processor-bogofilter-p)
19451         (spam-group-spam-processor-stat-p)
19452         (spam-group-ham-processor-stat-p)
19453         (spam-group-ham-processor-whitelist-p)
19454         (spam-group-ham-processor-BBDB-p)
19455         (spam-group-ham-processor-spamoracle-p)
19456         (spam-group-ham-processor-copy-p): Remove functions with some
19457         prejudice against unneeded code.
19458         (spam-report-articles-resend)
19459         (spam-report-resend-register-routine): Allow the group/topic
19460         spam-resend-to value to override spam-report-resend-to.
19461         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19462         properly now.
19463
19464         * gnus.el (spam-resend-to): Add group/topic parameter.
19465         (spam-process): Move the OBSOLETE processors to the end of the
19466         choices.
19467
19468 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19469
19470         * spam-report.el (spam-report-resend-to, spam-report-resend):
19471         Start with resend-to set to nil, and then ask the user if necessary.
19472         (spam-report-resend): spam-report-resend takes a list of articles, not
19473         separate article numbers.
19474
19475 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19476
19477         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19478         addition to emacs-w3m.
19479
19480 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19481
19482         * assistant.el (assistant-authinfo-data): New function.
19483         (assistant-eval): Eval for entire assistant.
19484
19485         * netrc.el (netrc-services-file): New variable.
19486         (netrc-parse-services): New function.
19487         (netrc-find-service-name): New function.
19488         (netrc-find-service-number): New function.
19489         (netrc-port-equal): New function.
19490         (netrc-machine): Use it.
19491
19492         * nnimap.el (nnimap-open-connection): Use netrc.
19493
19494         * gnus-util.el (gnus-netrc-get): Remove aliases.
19495
19496         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19497
19498         * assistant.el (wid-edit): Fix compilation.
19499
19500         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19501
19502 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19503
19504         * gnus-util.el (gnus-set-file-modes): New function.  (small
19505         patch).
19506
19507 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19508
19509         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19510
19511         * assistant.el (assistant-render-node): Fix up rendering and
19512         read-only text.
19513         (assistant-render-node): Reset.
19514         (assistant-make-read-only): Not sticky.
19515
19516 2004-05-20  Danny Siu  <dsiu@adobe.com>
19517
19518         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19519         centered even when gnus-auto-center-summary is t.
19520
19521 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19522
19523         * dns.el (dns-get-txt-answer): New function.
19524         (dns-read-txt): Ditto.
19525         (query-dns): Use it.
19526
19527 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19530         active for foreign groups even if the group level is higher than
19531         the specified value.
19532
19533 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19534
19535         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19536         non-active groups.
19537
19538         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19539
19540 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19541
19542         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19543
19544 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19545
19546         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19547         (spam-crm114-header, spam-crm114-spam-switch)
19548         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19549         (spam-crm114-positive-spam-header)
19550         (spam-crm114-database-directory, spam-list-of-processors)
19551         (spam-group-spam-processor-crm114-p)
19552         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19553         (spam-generic-score, spam-list-of-checks)
19554         (spam-list-of-statistical-checks, spam-registration-functions)
19555         (spam-check-crm114-headers, spam-crm114-score)
19556         (spam-check-crm114, spam-crm114-register-with-crm114)
19557         (spam-crm114-register-spam-routine)
19558         (spam-crm114-unregister-spam-routine)
19559         (spam-crm114-register-ham-routine)
19560         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19561         From asjo@koldfront.dk (Adam Sjøgren).
19562
19563         * gnus.el: Add spam-use-crm114.
19564
19565         * spam.el (spam-list-of-processors, spam-registration-functions):
19566         Add spam-use-resend.
19567         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19568         (spam-report-articles-gmane): Add doc fix.
19569         (spam-report-articles-resend, spam-report-resend-register-routine):
19570         Add wrappers around spam-report-resend-to.
19571
19572         * spam-report.el (spam-report-resend-to, spam-report-resend):
19573         Add support for resending spam.
19574         (spam-report-gmane): Fix line length >80.
19575
19576         * gnus.el (spam-process): Add spam-use-resend.
19577
19578 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19579
19580         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19581         number of processed spam messages.
19582         (spam-ham-copy-or-move-routine): Return the number of processed
19583         ham messages.
19584         (spam-summary-prepare-exit): Use the above values to decide
19585         whether status messages shouled be displayed.
19586
19587 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19588
19589         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19590         `rfc2047-encoding-function-alist' in order to avoid conflicting
19591         with the old version.
19592         (rfc2047-encode-region): Concatenate words containing non-ASCII
19593         characters in structured fields; don't encode space-delimited
19594         ASCII words even in unstructured fields; don't break words at
19595         char-category boundaries.
19596         (rfc2047-encode-1): New function.
19597         (rfc2047-encode): Use it; encode text so that it occupies the
19598         maximum width within 76-column; work correctly on Q encoding for
19599         iso-2022-* charsets.
19600         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19601         sure not to break a line just after the header name.
19602         (rfc2047-b-encode-region): Remove.
19603         (rfc2047-b-encode-string): New function.
19604         (rfc2047-q-encode-region): Remove.
19605         (rfc2047-q-encode-string): New function.
19606
19607         * mm-util.el (mm-replace-in-string): New function.
19608
19609 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19610
19611         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19612         Really get it right.
19613         (gnus-inews-make-draft): Really.
19614
19615 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19616
19617         * nnmh.el (nnmh-request-list-1): Don't check the link count
19618         before descending.  (small patch)
19619
19620 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19621
19622         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19623         stuff.
19624
19625         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19626         Match on real group name.
19627
19628         * gnus-art.el (gnus-signature-limit): Doc fix.
19629
19630         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19631
19632         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19633
19634 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19635
19636         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19637         isn't a string.
19638
19639 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19640
19641         * gnus-draft.el (gnus-draft-send):
19642         Bind rfc2047-encode-encoded-words.
19643
19644         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19645         (rfc2047-encodable-p): Say that =? needs encoding.
19646         (rfc2047-encode-encoded-words): New variable.
19647
19648         * gnus-group.el (gnus-group-select-group): Doc fix.
19649
19650         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19651
19652         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19653         to nil.
19654
19655         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19656
19657         * nnheader.el (nnheader-get-lines-and-char): New function.
19658
19659 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19660
19661         * gnus-msg.el (gnus-summary-followup-with-original):
19662         Document yanking of region when active.
19663
19664 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19665
19666         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19667         groups if the group level is higher than the specified value.
19668
19669 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19670
19671         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19672         (gnus-group-jump-to-group): Add prefix argument using
19673         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19674         non-active group.
19675
19676         * compface.el (uncompface): Be verbose when changing
19677         `uncompface-use-external'.
19678
19679         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19680         handle manual section.
19681
19682 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19683
19684         * gnus-art.el (gnus-button-alist): Revert previous change.
19685
19686 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19687
19688         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19689
19690 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19691
19692         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19693         whether backend can accept message.
19694
19695         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19696
19697 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19698
19699         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19700         Avoid creating directory when nntp-marks-is-evil is true.
19701         Reported by Reiner Steib.
19702
19703 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19704
19705         * gnus-picon.el (gnus-picon-style): New variable.
19706         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19707         (gnus-picon-transform-address): Support `gnus-picon-style'.
19708         From Jesper Harder <harder@ifa.au.dk>.
19709
19710 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19711
19712         * message.el (message-fill-field): Return point.
19713         (message-generate-headers): Go to end of field.
19714
19715         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19716         stuff for non-living groups.
19717
19718 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19719
19720         * gnus-art.el (gnus-article-followup-with-original)
19721         (gnus-article-reply-with-original): gnus-mark-active-p ->
19722         gnus-region-active-p.
19723
19724 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19725
19726         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19727         only when there is spam or ham to be processed.
19728
19729 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19730
19731         * mail-source.el (mail-source-delete-crash-box): Refactor.
19732         (mail-source-fetch): Use it.
19733         (mail-source-fetch-file): Ditto.
19734         (mail-source-fetch-directory): Run postscript in loop.
19735         (mail-source-fetch-pop): Delete.
19736         (mail-source-fetch-maildir): Ditto.
19737         (mail-source-fetch-imap): Ditto.
19738
19739         * imap.el (imap-authenticators): Comment out sasl.
19740
19741         * message.el (message-skip-to-next-address): New function.
19742         (message-fill-header-address): Refactor.
19743         (message-fill-address): Use it.
19744         (message-delete-address): Use it.
19745         (message-fill-header-general): Refactor.
19746         (message-fill-field-address): Rename.
19747         (message-narrow-to-field): Find the start of the header.
19748         (message-header-format-alist): Don't pre-fill.
19749         (message-fill-header): Remove.
19750         (message-insert-header): New function.
19751         (message-shorten-references): Use it.
19752
19753         * rfc2047.el (rfc2047-field-value): Strip props.
19754
19755         * mail-parse.el (mail-header-make-address): New alias.
19756
19757         * ietf-drums.el (ietf-drums-make-address): New function.
19758
19759         * imap.el: Add compiler directives.
19760
19761         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19762
19763         * gnus-art.el (article-decode-idna-rhs): Don't use
19764         message-idna-inside-rhs-p.
19765
19766 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19767
19768         * message.el (message-idna-inside-rhs-p): Remove.
19769         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19770
19771         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19772         false positives.
19773
19774 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19775
19776         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19777
19778 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19779
19780         * nneething.el (nneething-file-name): Don't create spurious
19781         files.
19782
19783         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19784         (gnus-inews-do-gcc): Remove sleep.
19785
19786         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19787         part under point.
19788
19789         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19790         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19791
19792 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19793
19794         * spam.el (spam-summary-prepare-exit): Fix (length).
19795
19796 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19797
19798         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19799         as expired without moving it" message when there are spam
19800         messages left.
19801
19802 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19803
19804         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19805         header is not nil.
19806
19807 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19808
19809         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19810         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19811         (nntp-marks-changed-p): New arg SERVER.
19812         (nntp-request-update-info): Adjust caller.
19813
19814 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19815
19816         * nntp.el (nntp-save-marks): Pass missing arg.
19817
19818 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19819
19820         * nntp.el: Support marks.
19821         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19822         (nntp-marks-modtime, nntp-marks-directory): New variables.
19823         (nntp-request-set-mark, nntp-request-update-info)
19824         (nntp-possibly-create-directory, nntp-marks-changed-p)
19825         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19826         New functions.
19827
19828 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19831         (gnus-xmas-redefine): Rename.
19832
19833         * gnus-score.el (gnus-score-insert-help):
19834         Use gnus-select-lowest-window.
19835
19836         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19837         appt-select-lowest-window and rename to gnus-select-lowest-window.
19838
19839         * gnus.el: do.
19840
19841 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19842
19843         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19844         encodings of MIME-encoded words, in order to improve
19845         interoperability with several broken MUAs.
19846
19847 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19848
19849         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19850         tags, only when charsets are not specified in headers.
19851         (mm-inline-text-html-render-with-w3m): Ditto.
19852
19853         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19854         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19855
19856 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19857
19858         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19859         instead of MIME-decoded from fields when checking
19860         `gnus-article-address-banner-alist'.
19861
19862 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19863
19864         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19865         description rather than subject.
19866
19867 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19868
19869         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19870
19871 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19872
19873         * gnus.el (gnus-version-number): Bump.
19874
19875 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19876
19877         * gnus.el: No Gnus v0.2 is released.
19878
19879 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19880
19881         * gnus-agent.el (gnus-agent-read-agentview):
19882         Inline gnus-uncompress-range.
19883
19884 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19885
19886         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19887         `exec-installed-p'.
19888
19889 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19890
19891         * gnus.el (spam-process, spam-autodetect-methods):
19892         Add bsfilter and bsfilter-headers.
19893
19894         * spam.el (spam-bsfilter): New customize group.
19895         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19896         (spam-bsfilter-header, spam-bsfilter-probability-header)
19897         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19898         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19899         (spam-bsfilter-database-directory): New options.
19900         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19901         (spam-list-of-statistical-checks, spam-registration-functions):
19902         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19903         (spam-bsfilter-score): New command.
19904         (spam-check-bsfilter-headers, spam-check-bsfilter)
19905         (spam-bsfilter-register-with-bsfilter)
19906         (spam-bsfilter-register-spam-routine)
19907         (spam-bsfilter-unregister-spam-routine)
19908         (spam-bsfilter-register-ham-routine)
19909         (spam-bsfilter-unregister-ham-routine): New functions.
19910         (spam-generic-score): Support bsfilter; Accept an optional argument
19911         to recalcurate spam score even if scoring header has already been
19912         added.
19913         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19914         optional argument to recalcurate spam score even if scoring header
19915         has already been added.
19916
19917 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19918
19919         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19920         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19921         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19922         link is missing.
19923
19924 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19925
19926         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19927         (html2text-get-attr): Rewrite.
19928
19929         * message.el (message-setup-1): Remove redundant put-text-property
19930         on mail-header-separator.
19931
19932 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19933
19934         * gnus-registry.el (gnus-registry-cache-whitespace)
19935         (gnus-registry-action, gnus-registry-spool-action)
19936         (gnus-registry-split-fancy-with-parent): Change message levels
19937         from 5 to 3 or 7, as needed.
19938
19939         * spam.el (spam-summary-prepare-exit)
19940         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19941         (spam-split, spam-find-spam, spam-log-undo-registration)
19942         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19943         level from 5 to 6.
19944
19945 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19946
19947         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19948         2004-03-04 change).
19949
19950 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19951
19952         * sieve-manage.el (sieve-manage-open):
19953         * nnweb.el (nnweb-insert-html):
19954         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19955         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19956         * nnspool.el (nnspool-request-group):
19957         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19958         * nnml.el (nnml-request-update-info):
19959         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19960         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19961         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19962         (nnimap-request-set-mark):
19963         * nnfolder.el (nnfolder-request-update-info):
19964         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19965         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19966         * gnus-uu.el (gnus-uu-find-articles-matching):
19967         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19968         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19969         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19970         * gnus-nocem.el (gnus-nocem-scan-groups):
19971         * gnus-int.el (gnus-start-news-server):
19972         * gnus-group.el (gnus-group-make-kiboze-group)
19973         (gnus-group-browse-foreign-server):
19974         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19975         Use mapc when appropriate.
19976
19977 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19978
19979         FIXME: Make separate entries for each person.
19980
19981         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19982         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19983         <shields@msrl.com>:
19984
19985         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19986         may need for spam sorting and scoring.
19987         (spam-user-format-function-S): Add user format function suitable for
19988         general use.
19989         (spam-article-sort-by-spam-status): Add sorting function for summary
19990         sorting.
19991         (spam-extra-header-to-number): Add function to get a score from a
19992         header.
19993         (spam-summary-score): Add function to get a numeric score from the
19994         headers.
19995         (spam-generic-score): Fix function doc, was in wrong place.
19996         (spam-initialize): Take symbols when it's run, and install the
19997         extra headers that spam-necessary-extra-headers thinks we need.
19998
19999 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20000
20001         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20002         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20003
20004 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20005
20006         * gnus-sum.el (gnus-set-global-variables)
20007         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20008         (gnus-article-get-xrefs, gnus-summary-best-group)
20009         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20010         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20011         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20012         Use with-current-buffer.
20013
20014 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20015
20016         * spam.el (spam-summary-prepare-exit): Simplify logic.
20017         (spam-fetch-article-header): Read the article header if it's not
20018         available.
20019         (spam-list-articles): Simplify logic.
20020         (spam-filelist-register-routine): Fix bug with unregister-list.
20021
20022         * gnus-registry.el: Fix comments at beginning.
20023
20024 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20025
20026         * message.el (message-cater-to-broken-inn): Remove.
20027         (message-shorten-references): Make sure the total folded length of
20028         References is shorter than 998 characters to cater to a bug in INN
20029         2.3.  Also, don't pretend that references aren't folded -- this
20030         hasn't worked for a while.
20031
20032 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20033
20034         * gnus-agent.el (gnus-agentize):
20035         gnus-agent-send-mail-real-function no longer set to current value
20036         of message-send-mail-function but rather a lambda that calls
20037         message-send-mail-function.  The change makes the agent real-time
20038         responsive to user changes to message-send-mail-function.
20039
20040 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20041
20042         * legacy-gnus-agent.el
20043         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20044         help from Florian Weimer <fw@deneb.enyo.de>
20045
20046 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * nnmail.el (nnmail-cache-insert): Revert last change.
20049
20050 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20051
20052         * nnmail.el (nnmail-cache-insert): Always check whether
20053         nnmail-cache-ignore-groups matches a group name.
20054
20055 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20056
20057         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20058         (spam-find-spam, spam-log-processing-to-registry)
20059         (spam-log-registered-p, spam-log-unregistration-needed-p)
20060         (spam-log-undo-registration): Use gnus-message instead of
20061         gnus-error, none of these errors are fatal.
20062
20063         * gnus-registry.el (gnus-registry-clean-empty-function)
20064         (gnus-registry-clean-empty): Remove only empty entries without
20065         extra data.
20066
20067 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20068
20069         * spam-stat.el (spam-stat-buffer-change-to-spam)
20070         (spam-stat-buffer-change-to-non-spam): Change (error) to
20071         (gnus-message 8) invocation.
20072
20073 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20074
20075         * nntp.el (nntp-via-netcat-command): New variable.
20076         (nntp-via-netcat-switches): New variable.
20077         (nntp-open-via-rlogin-and-netcat): New function.
20078         (nntp-open-connection-function): Doc fix.
20079         (nntp-telnet-command): Doc fix.
20080         (nntp-end-of-line): Doc fix.
20081         (nntp-via-rlogin-command): Doc fix.
20082         (nntp-via-user-name): Doc fix.
20083         (nntp-via-address): Doc fix.
20084
20085 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20088         error in Emacs 21.1.
20089
20090 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20093
20094 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20095
20096         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20097         (gnus-agent-with-refreshed-group): New macro.
20098         (gnus-agent-rename-group): New function.
20099         (gnus-agent-delete-group): New function.
20100         (gnus-agent-save-group-info): Use gnus-command-method when
20101         `method' parameter is nil.  Don't write nil entries into the
20102         active file.
20103         (gnus-agent-get-group-info): New function.
20104         (gnus-agent-fetch-articles):
20105         Use gnus-agent-update-files-total-fetched-for to increment disk space
20106         used.
20107         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20108         Use gnus-agent-update-view-total-fetched-for to increment disk space
20109         used.
20110         (gnus-agent-get-local): Add optional parameters to avoid calling
20111         gnus-group-real-name and gnus-find-method-for-group.
20112         (gnus-agent-set-local): Delete stored entry if either min, or max,
20113         are nil.
20114         (gnus-agent-fetch-session): Reworded error/quit messages.
20115         On quit, use gnus-agent-regenerate-group to record existance of any
20116         articles fetched to disk before the quit occurred.
20117         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20118         gnus-agent-update-view-total-fetched-for, and
20119         gnus-agent-update-files-total-fetched-for to decrement disk space
20120         used.
20121         (gnus-agent-retrieve-headers):
20122         Use gnus-agent-update-view-total-fetched-for to increment disk space
20123         used.
20124         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20125         with gnus-agent-update-files-total-fetched-for to decrement disk
20126         space and fresh group buffer.
20127         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20128         (gnus-agent-need-update-total-fetched-for): New variable.
20129         (gnus-agent-update-files-total-fetched-for): New function.
20130         (gnus-agent-update-view-total-fetched-for): New function.
20131         (gnus-agent-total-fetched-for): New function.
20132
20133         * gnus-cache.el (gnus-cache-save-buffers):
20134         Use gnus-cache-update-overview-total-fetched-for to change disk space
20135         used by this group.
20136         (gnus-cache-possibly-enter-article):
20137         Use gnus-cache-update-file-total-fetched-for to increment disk space
20138         used by this group.
20139         (gnus-cache-possibly-remove-article):
20140         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20141         used by this group.
20142         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20143         (gnus-cache-rename-group): New function.
20144         (gnus-cache-delete-group): New function.
20145         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20146         (gnus-cache-need-update-total-fetched-for): New variable.
20147         (gnus-cache-with-refreshed-group): New macro.
20148         (gnus-cache-update-file-total-fetched-for): New function.
20149         (gnus-cache-update-overview-total-fetched-for): New function.
20150         (gnus-cache-rename-group-total-fetched-for): New function.
20151         (gnus-cache-delete-group-total-fetched-for): New function.
20152         (gnus-cache-total-fetched-for): New function.
20153
20154         * gnus-group.el: Require gnus-sum and autoload functions to
20155         resolve warnings when gnus-group.el compiled alone.
20156         (gnus-group-line-format): Documented new %F.
20157         (size of Fetched data) group line format; identifies disk space
20158         used by agent and cache.
20159         (gnus-group-line-format-alist): Defined new F format.
20160         (gnus-total-fetched-for): New function.
20161         (gnus-group-delete-group): No longer update
20162         gnus-cache-active-altered as gnus-request-delete-group now keeps
20163         the cache in sync.
20164         (gnus-group-list-active): Let the agent store a server's active
20165         list if currently plugged.
20166
20167         * gnus-int.el (gnus-request-delete-group):
20168         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20169         local disk in sync with the server.
20170         (gnus-request-rename-group):
20171         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20172         local disk in sync with the server.
20173
20174         * gnus-start.el (gnus-get-unread-articles):
20175         Cosmetic simplification to logic.
20176
20177         * gnus-util.el (gnus-rename-file): New function.
20178
20179 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20180
20181         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20182
20183 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20184
20185         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20186         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20187
20188 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20189
20190         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20191         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20192
20193 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20194
20195         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20196
20197 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20198
20199         * spam.el (spam-set-difference): Add function to replace
20200         gnus-set-difference in spam.el.
20201         (spam-summary-prepare-exit): Use spam-set-difference.
20202
20203 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20204
20205         * gnus-registry.el (gnus-registry-cache-file): Update to use
20206         gnus-dribble-directory OR gnus-home-directory OR ~.
20207         (gnus-registry-split-fancy-with-parent): Fix doc.
20208
20209 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * message.el (message-exchange-point-and-mark):
20212         Use message-mark-active-p.  Suggested by Jesper Harder
20213         <harder@ifa.au.dk>.
20214
20215 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20216
20217         * message.el (message-exchange-point-and-mark): Don't activate
20218         region if it was inactive.  Suggested by Hiroshi Fujishima
20219         <pooh@nature.tsukuba.ac.jp>.
20220
20221 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20222
20223         * gnus-art.el (article-display-face): Display Faces in the same
20224         order as X-Faces.
20225
20226 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20227
20228         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20229
20230 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20231
20232         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20233         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20234         (gnus-article-mime-hierarchy): Remove.
20235         (gnus-article-mime-hierarchy-next): Remove.
20236         (gnus-article-mode): Revert 2004-03-19 change.
20237         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20238         (gnus-insert-mime-button): Revert 2004-03-19 change.
20239         (gnus-mime-accumulate-hierarchy): Remove.
20240         (gnus-mime-enter-multipart): Remove.
20241         (gnus-mime-leave-multipart): Remove.
20242         (gnus-mime-display-part): Revert 2004-03-19 change.
20243         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20244
20245         * mml.el (mml-preview): Revert 2004-03-19 change.
20246
20247 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20248
20249         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20250
20251 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20252
20253         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20254         t while entering a file name using the mm-with-multibyte macro.
20255         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20256
20257         * mm-util.el (mm-with-multibyte): New macro.
20258
20259 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20260
20261         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20262         New user option.
20263         (gnus-mime-multipart-functions): Doc and customization fix.
20264         (gnus-article-mime-hierarchy): New variable.
20265         (gnus-article-mime-hierarchy-next): New variable.
20266         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20267         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20268         gnus-article-mime-hierarchy-next to nil.
20269         (gnus-insert-mime-button): Show hierarchy numbers.
20270         (gnus-mime-accumulate-hierarchy): New function.
20271         (gnus-mime-enter-multipart): New function.
20272         (gnus-mime-leave-multipart): New function.
20273         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20274         (gnus-mime-display-alternative): Show hierarchy numbers.
20275
20276         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20277         gnus-article-mime-hierarchy-next to nil.
20278
20279 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20280
20281         * dns.el: Don't require gnus-xmas.
20282
20283 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20284
20285         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20286         inline PGP.
20287         (mml-menu): Disable mml-quote-region if mark is inactive.
20288
20289 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20290
20291         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20292         when the group's active is not available.
20293
20294 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20295
20296         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20297         error.
20298
20299 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20300
20301         * imap.el (imap-store-password): New variable.
20302         (imap-interactive-login): Use it.
20303         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20304
20305 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20306
20307         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20308         window-start and hscroll to summary window.
20309
20310 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20311
20312         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20313         conversion message to newsrc-dribble when an actual conversion is
20314         performed.
20315
20316 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20317
20318         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20319
20320 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20321
20322         * mm-decode.el (mm-complicated-handles): New function reviving
20323         former definition of mm-multiple-handles.
20324
20325         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20326         (gnus-mime-delete-part): Use it.
20327
20328 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20329
20330         * gnus-agent.el (gnus-agent-read-local):
20331         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20332         avoid the implicit assumption that they will always be equal.
20333         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20334         coding-system-for-write, as the with-temp-file macro first prints
20335         to a buffer then saves the buffer.
20336
20337 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20338
20339         * gnus-art.el (gnus-article-edit-part): New function.
20340         (gnus-mime-save-part-and-strip): Use it; do query instead of
20341         signaling an error; don't use mm-multiple-handles.
20342         (gnus-mime-delete-part): Ditto.
20343
20344 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20345
20346         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20347         old file versions.
20348         (gnus-group-prepare-hook): Remove function that converted list
20349         form of gnus-agent-expire-days to group properties.
20350
20351         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20352         (gnus-request-accept-article): Re-indented.
20353
20354         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20355         converters to handle old agent file formats.  Add logic for a
20356         "backup before upgrading warning".
20357         (gnus-convert-mark-converter-prompt): Developers can mark
20358         functions as needing (default), or not needing,
20359         gnus-convert-old-newsrc's "backup before upgrading warning".
20360         (gnus-convert-converter-needs-prompt): Tests whether the user
20361         should be protected from potentially irreversable changes by the
20362         function.
20363
20364         * legacy-gnus-agent.el: New.  Provides converters that are only
20365         loaded when gnus-convert-old-newsrc needs to call them.
20366
20367 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * mail-source.el (mail-source-touch-pop): Doc fix.
20370
20371         * message.el (message-smtpmail-send-it): Doc fix.
20372
20373 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20374
20375         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20376
20377         * nnmail.el (nnmail-split-fancy): do.
20378
20379         * gnus-kill.el (gnus-kill, gnus-execute): do.
20380
20381 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20382
20383         * gnus-sum.el (gnus-widget-reversible-match)
20384         (gnus-widget-reversible-to-internal)
20385         (gnus-widget-reversible-to-external): New functions.
20386         (gnus-widget-reversible): New widget.
20387         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20388
20389 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20390
20391         * gnus-sum.el (gnus-thread-sort-functions)
20392         (gnus-article-sort-functions): Document `(not F)' items.
20393
20394 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20395
20396         * spam.el (spam-use-gmane-xref): Add new backend.
20397         (spam-gmane-xref-spam-group): Add variable to control the name of the
20398         Gmane spam group.
20399         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20400         (spam-regex-headers-spam, spam-regex-headers-ham)
20401         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20402         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20403         backends and checks.
20404         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20405
20406         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20407         an autodetect method.
20408
20409 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20410
20411         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20412         articles are being added to a group.
20413         (gnus-request-replace-article): Inform the agent that articles
20414         need to be uncached as the cached contents are no longer valid.
20415
20416 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * binhex.el: Don't autoload executable-find.
20419
20420         * canlock.el: Don't autoload mail-fetch-field.
20421
20422         * dgnushack.el: Autoload c-mode for XEmacs.
20423
20424         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20425
20426         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20427         rmail-dont-reply-to and rmail-output.
20428
20429         * gnus-score.el: Don't autoload ffap-string-at-point.
20430
20431         * gnus-setup.el: Don't autoload sc-cite-original.
20432
20433         * imap.el: Don't autoload base64-decode-string,
20434         base64-encode-string and md5.
20435
20436         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20437         and rmail-msg-restore-non-pruned-header.
20438
20439         * mm-decode.el: Don't autoload executable-find.
20440
20441         * mm-url.el: Don't autoload executable-find.
20442
20443         * mm-view.el: Don't autoload diff-mode.
20444
20445         * nndb.el: Don't autoload news-reply-mode, news-setup,
20446         cancel-timer and telnet.
20447
20448         * password.el: Don't autoload run-at-time for Emacs.
20449
20450         * sha1-el.el: Don't autoload executable-find.
20451
20452         * sieve-mode.el: Don't autoload c-mode.
20453
20454         * uudecode.el: Don't autoload executable-find.
20455
20456 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20457
20458         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20459         (gnus-agent-possibly-alter-active): Avoid null in numeric
20460         comparison.
20461         (gnus-agent-set-local): Refuse to save null in local object table.
20462         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20463         list of articles that will be marked as unread.
20464
20465 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20466
20467         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20468
20469 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20470
20471         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20472         language tags.
20473
20474 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20475
20476         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20477         Don't bind "obarray".
20478
20479         * gnus-sum.el (gnus-thread-sort-functions):
20480         Add `gnus-thread-sort-by-most-recent-number' and
20481         `gnus-thread-sort-by-most-recent-date'.
20482         Reported by Kai Grossjohann <kai@emptydomain.de>.
20483
20484 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20485
20486         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20487
20488 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20489
20490         * gnus-cus.el (gnus-agent-customize-category):
20491         Remove ignore-errors macro reference that required cl to be loaded at
20492         run-time.
20493
20494         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20495         single-interval range of the form (min . max).  Previously the
20496         range had to look like ((min . max)).  Likewise, return
20497         (min . max) rather than ((min . max)).
20498         (gnus-range-map): Use gnus-range-normalize to accept
20499         single-interval range.
20500
20501         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20502         the cache, but not the agent, now appear with their usual face.
20503
20504         * dgnushack.el (loaddir): New variable that is bound to the
20505         directory containing the dgnushack.el file. Use loaddir, rather
20506         than srcdir, to update load-path. Change lets dgnushack compile
20507         code in directories other than GNUS/lisp.
20508
20509 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * lpath.el: Don't bind w3m-safe-url-regexp.
20512
20513         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20514         w3m-safe-url-regexp variable buffer-local.
20515
20516         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20517
20518 2004-02-27  Simon Josefsson  <jas@extundo.com>
20519
20520         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20521         gnus-group-real-prefix.
20522         (gnus-summary-move-article): Use it, instead of
20523         gnus-group-real-prefix.
20524
20525 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20526
20527         * lpath.el: Bind w3m-safe-url-regexp.
20528
20529         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20530         w3m-safe-url-regexp variable buffer-local and set it as the value
20531         of mm-w3m-safe-url-regexp.
20532
20533         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20534
20535         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20536         parsing gnus-posting-styles when the message is not for replying.
20537
20538         * dgnushack.el: Autoload sgml-mode for XEmacs.
20539
20540         * nnrss.el (nnrss-opml-export):
20541         Use mm-set-buffer-file-coding-system instead of
20542         set-buffer-file-coding-system.
20543
20544 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20545
20546         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20547         of checkdoc.el).
20548         * nnrss.el: do.
20549         * gnus-mlspl.el: do.
20550         * gnus-ml.el: do.
20551         * gnus-srvr.el: do.
20552
20553         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20554
20555 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20556
20557         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20558         Corrections to custom-manual links.
20559
20560         * gnus-art.el (gnus-article): Ditto.
20561
20562         * mm-decode.el (mime-display, mime-security): Ditto.
20563
20564 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20565
20566         * flow-fill.el: Typo.
20567
20568 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20569
20570         * spam-wash.el: New file.
20571
20572 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20573
20574         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20575
20576 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20577
20578         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20579         to be run with new-articles as LIST1, not LIST2.
20580         (spam-registration-functions): Add spam-use-ham-copy as a nil
20581         registration backend.
20582
20583 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20584
20585         * spam-stat.el (spam-stat-washing-hook): New option.
20586         (spam-stat-buffer-words): Use it.
20587         (spam-stat-process-directory, spam-stat-test-directory):
20588         Use insert-file-contents-literally.
20589         (spam-stat-coding-system): New variable.
20590         (spam-stat-load, spam-stat-save): Use it.
20591
20592 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20593
20594         * spam-report.el (spam-report-plug-agent):
20595         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20596
20597 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20598
20599         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20600         Allow / in mailto URLs.
20601
20602 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20603
20604         * spam-report.el (spam-report-process-queue): Fix interactive use.
20605         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20606         (spam-report-unplug-agent): Doc fixes.
20607         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20608         (spam-report-agentize, spam-report-deagentize): Autoload.
20609
20610 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20613
20614         * message.el (message-setup-fill-variables): Add mml tags to
20615         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20616         <ajk@iu.edu>.
20617         (message-mode): Don't modify paragraph-separate there.
20618
20619 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20620
20621         * compface.el (uncompface-use-external): Default to undecided.
20622         (uncompface-use-external-threshold): New variable.
20623         (uncompface-float-time): New macro.
20624         (uncompface): Determine whether to use the external decoder if
20625         uncompface-use-external is undecided.
20626
20627 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20628
20629         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20630         after images.
20631
20632         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20633
20634 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20635
20636         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20637
20638         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20639
20640         * gnus-sum.el (gnus-summary-limit-to-age)
20641         (gnus-summary-limit-children): do.
20642
20643         * gnus-int.el (gnus-request-scan): do.
20644
20645         * gnus-group.el (gnus-group-suspend): do.
20646
20647         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20648
20649         * gnus-cite.el (gnus-cite-parse-attributions): do.
20650
20651         * gnus-agent.el (gnus-summary-set-agent-mark)
20652         (gnus-agent-regenerate-group): do.
20653
20654         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20655
20656         * binhex.el (binhex-decode-region-internal): do.
20657
20658 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * gnus-fun.el (gnus-face-properties-alist): New user option.
20661         (gnus-display-x-face-in-from): Use it.
20662
20663         * gnus-art.el (article-display-face): Ditto.
20664
20665         * compface.el (uncompface-use-external): Default to nil.
20666
20667 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20668
20669         * nntp.el (nntp-erase-buffer): New function.
20670         (nntp-retrieve-data, nntp-send-command)
20671         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20672         (nntp-possibly-change-group): Use it.
20673
20674         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20675         Use with-current-buffer.
20676
20677 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20678
20679         * compface.el: Merge the ELisp-based uncompface program.
20680         (compface): New customization group.
20681         (uncompface-use-external): New user option.
20682         (uncompface): Call uncompface-internal if uncompface-use-external
20683         is nil.
20684         (uncompface-internal): New function.  Note that there are also
20685         some other functions and variables added for this function.
20686
20687 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20688
20689         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20690         if necessary.
20691
20692 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20693
20694         * spam-report.el (spam-report-unplug-agent)
20695         (spam-report-plug-agent, spam-report-deagentize)
20696         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20697         Add support for the Agent in spam-report: when unplugged, report to a
20698         file; when plugged, submit all the requests.
20699
20700         * spam.el (spam-register-routine): Fix message about
20701         registration.
20702
20703 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20704
20705         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20706         dependencies.
20707         (rfc2047-encode): Use it.
20708
20709         * gnus-art.el (gnus-button-marker-list): Move before first
20710         reference.
20711
20712         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20713         (imap-parse-body): Fix format string mismatch.
20714
20715         * gnus-score.el (gnus-summary-increase-score): do.
20716
20717         * nnrss.el (nnrss-close): New function.
20718
20719 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20720
20721         * nnrss.el (nnrss-make-filename): New function.
20722         (nnrss-request-delete-group, nnrss-read-server-data)
20723         (nnrss-save-server-data, nnrss-read-group-data)
20724         (nnrss-save-group-data): Use it.
20725         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20726         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20727         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20728
20729 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20730
20731         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20732
20733 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20734
20735         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20736         files.
20737
20738         * message.el (message-generate-headers-first): Don't quote nil
20739         and t in docstrings.
20740
20741         * imap.el (imap-id): do.
20742
20743         * gnus-agent.el (gnus-agent-consider-all-articles)
20744         (gnus-agent-queue-mail): do.
20745
20746 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20747
20748         * spam-report.el (spam-report-process-queue): New function.
20749         Process requests from `spam-report-requests-file'.
20750         (spam-report-process-queue): Doc fix.
20751
20752 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20753
20754         * spam.el (spam-register-routine)
20755         (spam-log-processing-to-registry, spam-log-registered-p)
20756         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20757         Change "check" to "spam-check" for semi-clarity.
20758
20759 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20760
20761         * pop3.el: Require nnheader.
20762
20763         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20764
20765         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20766
20767         * gnus-picon.el: Require cl.
20768
20769         * gnus-fun.el: Require gnus-ems and gnus-util.
20770
20771         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20772
20773         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20774
20775         * gnus-art.el (gnus-article-edit-mode): Define before first
20776         reference.
20777
20778 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20779
20780         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20781         (gnus-uu-post-encoded): Use point-at-bol.
20782
20783         * gnus-topic.el (gnus-group-active-topic-p): do.
20784
20785         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20786
20787         * gnus-group.el (gnus-group-kill-region): do.
20788
20789         * gnus-art.el (article-date-ut): do.
20790
20791         * message.el (message-fetch-field): Remove redundant
20792         case-fold-search binding.
20793         (message-narrow-to-field): Simplify.
20794
20795 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20796
20797         * spam.el (spam-directory): Derive from `gnus-directory'.
20798
20799         * spam-report.el (spam-report-url-to-file)
20800         (spam-report-requests-file): New function and variable for offline
20801         reporting.
20802         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20803         and user defined function.
20804         (spam-report-url-ping-mm-url): Remove doubled slash.
20805
20806 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20807
20808         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20809
20810 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20811
20812         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20813         Fix format string mismatch.
20814
20815         * sieve.el (sieve-deactivate-all): do.
20816
20817         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20818
20819         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20820
20821         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20822
20823         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20824
20825 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20826
20827         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20828         the list of checks.
20829
20830 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20831
20832         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20833         padding.
20834
20835 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20836
20837         * mm-view.el (mm-fill-flowed): New variable.
20838         (mm-inline-text): Use it.
20839
20840 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20841
20842         * spam.el (spam-spamassassin-register-ham-routine)
20843         (spam-spamassassin-register-spam-routine): Fix function names.
20844
20845 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20846
20847         * gnus.el (gnus-tmp-grouplens): Remove.
20848         (gnus-summary-line-format): Remove grouplens.
20849
20850         * gnus-group.el (gnus-group-line-format): Ditto.
20851
20852         * gnus-spec.el (gnus-format-specs): Ditto.
20853         (gnus-update-format-specifications): Flush the group format spec
20854         cache if there's the grouplens stuff.
20855         (gnus-parse-simple-format): Replace %l with the empty string.
20856
20857 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20858
20859         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20860         omission.
20861
20862 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20863
20864         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20865         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20866
20867 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20868
20869         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20870         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20871         New macros and functions.
20872         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20873         Handle > NLINK_MAX messages.
20874         * nnmaildir.el (nnmaildir-request-set-mark):
20875         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20876
20877 2004-01-25  Alex Schroeder  <alex@gnu.org>
20878
20879         * spam-stat.el (spam-stat-process-directory-age): New option.
20880         (spam-stat-process-directory): Use it.
20881
20882 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20883
20884         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20885         (spam-stat-save): Accept prefix argument.
20886
20887 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20888
20889         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20890         links" error.
20891
20892 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20893
20894         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20895         the rest of the and/or forms.
20896
20897 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20898
20899         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20900         compatibility with old .newsrc.eld files.
20901
20902         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20903
20904         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20905
20906         * gnus-start.el (gnus-1): do.
20907
20908         * gnus-group.el (gnus-group-line-format-alist): do.
20909
20910         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20911
20912         * gnus-gl.el: Remove.
20913
20914 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20915
20916         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20917         marks consisting of a single range {for example, (3 . 5)} rather
20918         than a list of a single range { ((3 . 5)) }.
20919
20920 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20921
20922         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20923         Use with-current-buffer.
20924         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20925         avoid consing a string.
20926
20927         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20928         Remove obsolete entries for big5 and gb2312.
20929
20930 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20931
20932         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20933         uncompressed list.
20934
20935 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20936
20937         * spam-stat.el (spam-stat-strip-xref): New function.
20938         (spam-stat-process-directory): Use it.
20939
20940         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20941         here -- it's done in message-fetch-field.
20942
20943 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20944
20945         * gnus-agent.el (gnus-agent-queue-mail)
20946         (gnus-agent-prompt-send-queue): New variables.
20947         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20948         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20949         "nndraft:queue" along to gnus-draft-send.
20950         Use gnus-agent-prompt-send-queue.
20951         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20952         is "nndraft:queue".  Suggested by Gaute Strokkenes
20953         <gs234@srcf.ucam.org>
20954
20955         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20956         (agent-enable-undownloaded-faces): Add.
20957         (gnus-agent-cat-groups): Use eval-and-compile, not
20958         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20959         method of gnus-agent-cat-groups even when the buffer has been
20960         evaled.
20961         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20962         delete gnus-agent-save-active-1.
20963         (gnus-agent-save-groups): Delete.  Identical to
20964         gnus-agent-save-active.
20965         (gnus-agent-write-active): No longer adjust agent's copy of active
20966         file as agent's adjustments are now stored in their own
20967         file.  Remove optional parameter.
20968         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20969         servers.  Add use of min/max range limits from server's local
20970         file.
20971         (gnus-agent-save-alist): Remove unused optional argument.
20972         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20973         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20974         (gnus-agent-set-local): A per-server file that keeps min/max range
20975         limits for articles known to the agent.  Provides a fast mechanism
20976         for altering many active ranges.
20977         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20978         active file (local makes it unnecessary).
20979         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20980
20981         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20982         (agent-enable-undownloaded-faces): Add.
20983
20984         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20985         disable it when sending to "nndraft:queue".
20986         (gnus-group-send-queue): Add safety check to avoid sending queue
20987         when unplugged.
20988
20989         * gnus-group.el (gnus-group-catchup): Use new
20990         gnus-sequence-of-unread-articles, not
20991         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20992         numbers of articles.  Use gnus-range-map to avoid having to
20993         uncompress the unread list.
20994         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20995         Fix invalid ange-ftp reference.
20996
20997         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20998         (gnus-sorted-range-intersection): Intersection of two ranges
20999         without requiring that they first be uncompressed.
21000
21001         * gnus-start.el (gnus-activate-group): Unless blocked by the
21002         caller, possibly expand the active range to include both cached
21003         and agentized articles.
21004         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21005         multiple version-dependent converters.
21006         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21007         gnus-agent-save-active.
21008         (gnus-save-newsrc-file): Save dirty agent range limits.
21009
21010         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21011         gnus-agent-possibly-alter-active.
21012         (gnus-adjust-marked-articles): Faster handling of simple lists.
21013
21014 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21015
21016         * spam-stat.el (spam-stat-test-directory): New optional argument
21017         displays a list of files detected.  Suggested by Andrew Cohen
21018         <cohen@andy.bu.edu>.
21019         (spam-stat-buffer-words-with-scores): Don't narrow and change
21020         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21021
21022 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21023
21024         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21025         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21026         (spam-spamassassin-arguments)
21027         (spam-spamassassin-spam-flag-header)
21028         (spam-spamassassin-positive-spam-flag-header)
21029         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21030         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21031         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21032         (spam-list-of-processors, spam-list-of-checks)
21033         (spam-list-of-statistical-checks, spam-registration-functions)
21034         (spam-check-spamassassin-headers, spam-check-spamassassin)
21035         (spam-spamassassin-score)
21036         (spam-spamassassin-register-with-sa-learn)
21037         (spam-spamassassin-register-spam-routine)
21038         (spam-spamassassin-register-ham-routine)
21039         (spam-assassin-register-spam-routine)
21040         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21041         (spam-bogofilter-score): Fix to show article before scoring.
21042
21043 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21044
21045         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21046         default scoring function.
21047         (spam-generic-score): Call spam-spamassassin-score if
21048         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21049         spam-bogofilter-score otherwise.
21050
21051         * gnus.el (spam-process, spam-autodetect-methods):
21052         Add spamassassin and spamassassin-headers.
21053
21054 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21055
21056         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21057         Suppress unnecessary messages.
21058
21059 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21060
21061         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21062         make-hash-table.
21063
21064 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21065
21066         * canlock.el (base64-encode-string): Don't autoload it.
21067
21068 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * run-at-time.el: Remove useless (require 'itimer),
21071         eval-and-compile and (featurep 'xemacs).
21072
21073 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21074
21075         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21076         GROUP is a virtual group.
21077
21078 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21079
21080         * gnus.el: Autoload `message-y-or-n-p'.
21081
21082 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21083
21084         * pgg-parse.el: Remove unnecessary (require 'custom).
21085
21086         * pgg-def.el: do.
21087
21088         * nnmail.el: do.
21089
21090         * gnus-undo.el: do.
21091
21092         * gnus-picon.el: do.
21093
21094         * gnus-util.el: do.
21095
21096 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21097
21098         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21099
21100 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21101
21102         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21103         handle, as well as a list.
21104
21105         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21106         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21107         (mm-w3m-cid-retrieve): Simplify.
21108
21109 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21110
21111         * message.el (message-kill-to-signature): Allow prefix arg to
21112         specify number of lines to keep before signature.
21113
21114 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21115
21116         * message.el (message-kill-to-signature): Change docstring.
21117
21118 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21119
21120         * canlock.el: Always require sha1-el.
21121         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21122
21123         * message.el: Autoload sha1 only when compiling.
21124
21125         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21126         eudc-expand-inline for XEmacs.
21127
21128 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21129
21130         * message.el (message-canlock-generate): Require sha1-el.
21131
21132 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21133
21134         * message.el (message-expand-name): Silence the byte compiler.
21135
21136         * lpath.el: Add detect-coding-system.
21137
21138         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21139         cus-edit.
21140
21141 2004-01-13  Simon Josefsson  <jas@extundo.com>
21142
21143         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21144         Invoke gnus-score-mode.
21145         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21146
21147         * gnus-range.el (gnus-compress-sequence): Doc fix.
21148         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21149
21150 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21151
21152         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21153
21154 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21155
21156         * spam.el (spam-get-article-as-string): Update to use
21157         gnus-request-article-this-buffer, much simpler.
21158         (spam-get-article-as-buffer): Remove.
21159
21160 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21161
21162         * message.el (message-expand-name): Use EUDC if the user uses that.
21163
21164 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21165
21166         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21167         character for the encoding to avoid consing a string.
21168
21169         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21170         unnecessarily.
21171
21172         * mm-util.el (mm-replace-chars-in-string): Remove.
21173
21174         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21175         of mm-replace-chars-in-string.
21176
21177 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21178
21179         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21180
21181         * mm-util.el (mm-subst-char-in-string): Support inplace.
21182
21183         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21184         a new string in every iteration.  Use shy groups.
21185
21186 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21187
21188         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21189         * gnus-soup.el (gnus-soup-group-brew):
21190         * gnus-msg.el (gnus-put-message):
21191         * gnus-move.el (gnus-group-move-group-to-server):
21192         * gnus-kill.el (gnus-batch-score):
21193         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21194         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21195         (gnus-group-update-group, gnus-group-read-group)
21196         (gnus-group-make-group, gnus-group-make-help-group)
21197         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21198         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21199         (gnus-group-sort-by-unread, gnus-group-catchup)
21200         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21201         (gnus-group-yank-group, gnus-group-set-info)
21202         (gnus-group-list-groups):
21203         * gnus.el (gnus-generate-new-group-name):
21204         * gnus-delay.el (gnus-delay-send-queue):
21205         * nnvirtual.el (nnvirtual-catchup-group):
21206         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21207         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21208         (gnus-group-prepare-topics, gnus-topic-check-topology):
21209         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21210         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21211         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21212         (gnus-group-make-articles-read):
21213         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21214         (gnus-group-change-level, gnus-kill-newsgroup)
21215         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21216         (gnus-get-unread-articles, gnus-make-articles-unread)
21217         (gnus-make-ascending-articles-unread): Use accessor
21218         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21219         to get group information for improved readability.
21220
21221
21222 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21223
21224         * gnus-art.el (article-decode-mime-words, article-babel)
21225         (gnus-article-highlight-signature, gnus-article-add-buttons)
21226         (gnus-signature-toggle): Use gnus-with-article-buffer.
21227
21228         * gnus-art.el (gnus-article-highlight-headers)
21229         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21230
21231         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21232         (gnus-article-set-globals, gnus-request-article-this-buffer)
21233         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21234         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21235         (gnus-mime-display-alternative): Use with-current-buffer.
21236
21237 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21238
21239         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21240         also under 80 char limit, and call gnus-error if needed.
21241         (spam-fetch-article-header): Fix - it was a
21242         buffer-local variable (gnus-newsgroup-data).
21243         (spam-find-spam): Use spam-generate-fake-headers, forget about
21244         spam-insert-fake-headers.
21245         (spam-insert-fake-headers): Remove.
21246
21247 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21248
21249         * deuglify.el (gnus-article-outlook-unwrap-lines)
21250         (gnus-outlook-rearrange-article)
21251         (gnus-outlook-repair-attribution-outlook)
21252         (gnus-outlook-repair-attribution-block)
21253         (gnus-outlook-repair-attribution-other): Remove redundant
21254         save-excursion.
21255
21256 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21257
21258         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21259         (spam-fetch-field-subject-fast)
21260         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21261         (spam-fetch-article-header): Add functions to deal with Gnus
21262         internals for fast retrieval of article header data.
21263         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21264
21265 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21266
21267         * pop3.el (pop3-md5): Remove.
21268         (pop3-apop): Replace pop3-md5 with md5.
21269
21270         * mm-bodies.el: base64 is always built-in.
21271
21272         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21273         Use with-current-buffer.
21274
21275 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21276
21277         * canlock.el (canlock-insert-header): Remove excessive grouping in
21278         regexp.
21279
21280         * gnus-sum.el (gnus-summary-read-document): Ditto.
21281
21282         * gnus-uu.el (gnus-uu-part-number): Ditto.
21283
21284         * html2text.el (html2text-remove-tags): Ditto.
21285         (html2text-format-tags): Ditto.
21286         (html2text-format-single-elements): Ditto.
21287
21288         * mml.el (mml-parse-1): Ditto.
21289
21290 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21291
21292         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21293
21294         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21295
21296         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21297
21298         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21299
21300 2003-11-15  Simon Josefsson  <jas@extundo.com>
21301
21302         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21303         (pgg-gpg-lookup-key): Use regexp match instead of
21304         split-string (split-string is different between emacs 21.2 and
21305         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21306
21307 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21308
21309         * gnus-art.el (gnus-mime-view-all-parts)
21310         (gnus-article-part-wrapper, gnus-article-view-part):
21311         Use with-current-buffer.
21312
21313 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21314
21315         * spam.el (spam-disable-spam-split-during-ham-respool)
21316         (spam-spamoracle-database, spam-cache-lookups)
21317         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21318         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21319         (spam-group-ham-marks, spam-group-spam-marks)
21320         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21321         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21322         also add spam-use-blackholes to the statistical checks.
21323         (spam-fetch-field-fast): Add interface to fetching fields, may
21324         become a macro.
21325         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21326         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21327         (spam-insert-fake-headers): Fake an article when needed.
21328         (spam-find-spam): Fake article when possible.
21329         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21330         (spam-check-bogofilter-headers): Use message-fetch-field instead
21331         of nnmail-fetch-field.
21332
21333 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21334
21335         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21336
21337 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21338
21339         * spam.el (spam-split): Do not require spam-use-CHECK to be
21340         enabled if that check is passed to spam-split explicitly; also
21341         fix so 'spam doesn't get converted to spam-split-group when
21342         spam-split-symbolic-return is t.
21343         (spam-find-spam): Find registrations of the article and use those
21344         instead of re-running spam-split to find the spam/ham
21345         classification of the article.
21346         (spam-log-processing-to-registry, spam-log-registered-p)
21347         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21348         Use gnus-error instead of gnus-message.
21349         (spam-log-registration-type): Add function to determine the
21350         classification of a message based on registry entries; will
21351         return nil if both 'spam and 'ham are found.
21352         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21353         a reasonably fast local cache without the loading errors.
21354         (spam-cache-lookups): Set to t by default.
21355         (spam-find-spam): Don't try to guess spam-cache-lookups.
21356         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21357         spam-caches entry.
21358         (spam-filelist-build-cache, spam-filelist-check-cache):
21359         Fix caching of whitelist/blacklist entries.
21360         (spam-check-whitelist, spam-check-blacklist):
21361         Invoke spam-from-listed-p with a type, not a cache variable.
21362         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21363
21364 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21365
21366         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21367
21368         * nnmail.el (nnmail-split-fancy): do.
21369
21370         * mml.el (mml-parse): do.
21371
21372         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21373         (gnus-score-adaptive): do.
21374
21375 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21376
21377         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21378         (gnus-mime-button-map): Don't set keymap parent.
21379         (gnus-button-ctan-directory-regexp): Use shy grouping.
21380         (gnus-prev-page-map): Don't set keymap parent.
21381         (gnus-prev-page-map): Remove duplicated one.
21382         (gnus-next-page-map): Don't set keymap parent.
21383         (gnus-mime-security-button-map): Ditto.
21384
21385         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21386         version number.
21387
21388         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21389
21390 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21391
21392         * canlock.el (canlock-sha1-function): Remove.
21393         (canlock-sha1-function-for-verify): Remove.
21394         (canlock-openssl-program): Remove.
21395         (canlock-openssl-args): Remove.
21396         (canlock-ignore-errors): Remove.
21397         (canlock-sha1-with-openssl): Remove.
21398         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21399         (canlock-verify): Don't use canlock-ignore-errors.
21400
21401         * sha1-el.el (sha1-string-external): Make it can return a string
21402         in binary form.
21403         (sha1-region-external): Ditto.
21404         (sha1-string-internal): Ditto.
21405         (sha1-region-internal): Ditto.
21406         (sha1-region): Ditto.
21407         (sha1-string): Ditto.
21408         (sha1): Ditto.
21409
21410 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21411
21412         * spam.el (spam-report-articles-gmane): New command.
21413
21414 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21415
21416         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21417
21418         * run-at-time.el (run-at-time-saved): Remove.
21419         (run-at-time): Doc fix.
21420
21421 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21422
21423         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21424         (gnus-summary-limit-map): Add it.
21425         (gnus-summary-make-menu-bar): do.
21426
21427 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21428
21429         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21430         Make attempt at some caching support (done for BBDB only now).
21431         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21432         addresses to be checked.
21433         (spam-clear-cache-BBDB): Add function, to be invoked by
21434         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21435         (spam-check-BBDB): Check and use the caches, if
21436         spam-cache-lookups is on, remove superfluous (provide).
21437
21438 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21439
21440         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21441
21442 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21443
21444         * run-at-time.el (run-at-time-saved): Move to after the definition
21445         of `run-at-time'.
21446
21447         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21448
21449 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21450
21451         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21452         mm-w3m-local-map-property.
21453
21454         * mm-view.el (mm-w3m-mode-map): Remove.
21455         (mm-w3m-local-map-property): Remove.
21456         (mm-inline-text-html-render-with-w3m): Don't use
21457         mm-w3m-local-map-property.
21458
21459 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21460
21461         * run-at-time.el: New file.
21462
21463         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21464         under Emacs.
21465
21466         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21467         of gnus-set-text-properties.
21468
21469         * gnus-uu.el (gnus-uu-save-article): Ditto.
21470
21471         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21472
21473         * gnus-cite.el (gnus-cite-parse): Ditto.
21474
21475         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21476         of gnus-.
21477
21478         * gnus-xmas.el (run-at-time): Require run-at-time.
21479
21480         * gnus.el: Change calls to nnheader-run-at-time and
21481         password-run-at-time throughout to use run-at-time directly.
21482
21483         * password.el: Remove definition of run-at-time.
21484
21485         * nnheaderxm.el: Remove definition of run-at-time.
21486
21487 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21488
21489         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21490         in prompt.
21491
21492 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21493
21494         * messagexmas.el (message-xmas-redefine): Alias
21495         `message-make-caesar-translation-table' to
21496         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21497         version.
21498
21499         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21500         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21501         `gnus-xmas-set-text-properties'.
21502         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21503         `gnus-xmas-completing-read'.
21504         (gnus-xmas-completing-read): Removed.
21505         (gnus-xmas-open-network-stream): Removed.
21506
21507         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21508         XEmacs version.
21509
21510         * dns.el (dns-make-network-process): Use `open-network-stream'
21511         instead of `gnus-xmas-open-network-stream'.
21512
21513         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21514
21515         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21516
21517 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21518
21519         * gnus-art.el (gnus-mime-display-alternative)
21520         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21521         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21522         Don't use gnus-local-map-property.
21523
21524         * gnus-util.el (gnus-local-map-property): Remove.
21525
21526         * mm-view.el (mm-view-pkcs7-decrypt):
21527         Replace gnus-completing-read-maybe-default with completing-read.
21528
21529         * gnus-util.el (gnus-completing-read): do.
21530         (gnus-completing-read-maybe-default): Remove.
21531
21532 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21533
21534         * password.el: Only autoload `run-at-time' if not XEmacs.
21535         Only autoload the itimer functions if XEmacs.
21536
21537 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21538
21539         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21540         XEmacsen.
21541
21542         * dgnushack.el: Autoload executable-find for XEmacs.
21543
21544 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21545
21546         * gnus-art.el (gnus-read-string): Remove.
21547         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21548         read-string.
21549
21550 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21551
21552         * netrc.el: Autoload password-read.
21553         (netrc): Add configuration group.
21554         (netrc-encoding-method, netrc-openssl-path):
21555         Add variables for encoding and decoding of files with symmetric
21556         ciphers.
21557         (netrc-encode): Add assistant function to encode a file with
21558         netrc-encoding-method.
21559         (netrc-parse): Add interactive parameter, added optional
21560         decoding if netrc-encoding-method is non-nil but otherwise
21561         behavior is standard.
21562         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21563         Do s/encode/encrypt/ everywhere.
21564
21565         * spam.el: Remove executable-find autoload.
21566
21567 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21568
21569         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21570
21571         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21572
21573 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21574
21575         * gnus-art.el (gnus-treat-ansi-sequences)
21576         (article-treat-ansi-sequences): New variable and function.
21577         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21578
21579         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21580         Use it.
21581
21582 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21583
21584         * mm-util.el (mm-quote-arg): Remove.
21585
21586         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21587         shell-quote-argument.
21588
21589         * gnus-uu.el (gnus-uu-command): do.
21590
21591         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21592
21593         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21594         with make-char.
21595
21596         * mm-util.el (mm-make-char): Remove.
21597
21598         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21599         add-minor-mode.
21600
21601         * gnus-undo.el (gnus-undo-mode): do.
21602
21603         * gnus-topic.el (gnus-topic-mode): do.
21604
21605         * gnus-sum.el (gnus-dead-summary-mode): do.
21606
21607         * gnus-start.el (gnus-slave-mode): do.
21608
21609         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21610
21611         * gnus-ml.el (gnus-mailing-list-mode): do.
21612
21613         * gnus-gl.el (gnus-grouplens-mode): do.
21614
21615         * gnus-draft.el (gnus-draft-mode): do.
21616
21617         * gnus-dired.el (gnus-dired-mode): do.
21618
21619         * gnus-ems.el (gnus-add-minor-mode): Remove.
21620
21621         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21622         Replace gnus-char-width with char-width.
21623
21624         * gnus-ems.el (gnus-char-width): Remove.
21625
21626         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21627         Replace gnus-char-width with char-width.
21628
21629         * gnus-ems.el (gnus-char-width): Remove.
21630
21631         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21632         definition.
21633         Remove Emacs 20 hash table compatibility code.
21634
21635         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21636         20 compatibility code.
21637
21638         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21639
21640         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21641
21642         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21643         Replace with point-at-{eol,bol}.
21644
21645         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21646
21647         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21648
21649         * flow-fill.el (fill-flowed-point-at-bol)
21650         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21651
21652         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21653         Replace with point-at-{eol,bol} throughout all files.
21654
21655 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21656
21657         * ntlm.el (ntlm-string-as-unibyte): New macro.
21658         (ntlm-build-auth-response): Use it.
21659
21660         Remove Emacs 20 stuff:
21661         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21662         (butlast, mapc, remove): Remove the compiler macros.
21663         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21664         of delq and copy-sequence.
21665         * gnus-art.el (popup-menu): Remove the compiler macro.
21666         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21667         Emacs 20.
21668
21669 2004-01-05  Simon Josefsson  <jas@extundo.com>
21670
21671         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21672         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21673         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21674         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21675         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21676         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21677         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21678         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21679         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21680         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21681         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21682         string-xor into ntlm-string-xor.
21683         Suggested by Jesper Harder <harder@myrealbox.com>.
21684
21685         * ntlm.el: Don't include poem.
21686
21687         * md4.el (print-int32, print-string-hexa): Remove.
21688         Suggested by Jesper Harder <harder@myrealbox.com>.
21689
21690         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21691
21692         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21693         probably breaks emacs with DL patch, but do we care? Is anyone
21694         still using the DL stuff?)
21695
21696         * sieve-manage.el: Use the password package.
21697         (sieve-manage-read-passwd): Remove.
21698         (sieve-manage-interactive-login): Use password.  Re-add
21699         condition-case around loop.
21700
21701         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21702         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21703         Use the password package.
21704
21705 2003-02-19  Simon Josefsson  <jas@extundo.com>
21706
21707         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21708         token.
21709
21710 2002-08-07  Simon Josefsson  <jas@extundo.com>
21711
21712         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21713         (sieve-manage-authenticators):
21714         (sieve-manage-authenticator-alist): Add some SASL mechs.
21715         (sieve-sasl-auth): New function.
21716         (sieve-manage-cram-md5-auth):
21717         (sieve-manage-plain-auth): Rewrite using SASL library.
21718         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21719         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21720         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21721         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21722
21723 2004-01-05  Simon Josefsson  <jas@extundo.com>
21724
21725         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21726         New files.
21727
21728 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21729
21730         * gnus-group.el (gnus-no-groups-message): Update.
21731
21732         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21733
21734 2003-11-09  Simon Josefsson  <jas@extundo.com>
21735
21736         * imap.el: Support for ID IMAP extension (RFC 2971).
21737         (imap-local-variables): Add imap-id.
21738         (imap-id): New variable.
21739         (imap-id): New function.
21740         (imap-parse-response): Parse untagged ID response.
21741         * nnimap.el (nnimap-id): New variable.
21742         (nnimap-open-connection): Use it.
21743
21744 2003-12-28  Simon Josefsson  <jas@extundo.com>
21745
21746         * gnus-score.el (gnus-score-edit-all-score): New.
21747         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21748
21749 2004-01-04  Simon Josefsson  <jas@extundo.com>
21750
21751         * password.el: Add.
21752
21753 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21754
21755         * dns.el (dns-query-types): Fix typo.
21756         (dns-query-types): New function.
21757         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21758         PTR and SOA replies, see RFC 1035.
21759
21760 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21761
21762         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21763
21764         * Move to Changelog.2.
21765
21766 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21767
21768         * gnus.el (gnus-version-number): Bump version.
21769
21770 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21771
21772         * gnus.el: No Gnus v0.1 is released.
21773
21774 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21775
21776         * gnus.el: No Gnus v0.0 is released.
21777
21778 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21779
21780         * gnus.el (gnus-version-number): Bump.
21781         (gnus-version): No.
21782
21783 See ChangeLog.2 for earlier changes.
21784
21785   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21786
21787   This file is part of GNU Emacs.
21788
21789   GNU Emacs is free software: you can redistribute it and/or modify
21790   it under the terms of the GNU General Public License as published by
21791   the Free Software Foundation, either version 3 of the License, or
21792   (at your option) any later version.
21793
21794   GNU Emacs is distributed in the hope that it will be useful,
21795   but WITHOUT ANY WARRANTY; without even the implied warranty of
21796   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21797   GNU General Public License for more details.
21798
21799   You should have received a copy of the GNU General Public License
21800   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21801
21802 ;; Local Variables:
21803 ;; coding: utf-8
21804 ;; fill-column: 79
21805 ;; add-log-time-zone-rule: t
21806 ;; End: