registry.el: Require CL before using defmacro*.
[gnus] / lisp / ChangeLog
1 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2
3         * registry.el: Require CL before using defmacro*.
4
5 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gnus-art.el (article-treat-date): Assume that
8         gnus-article-date-headers may be a group parameter.
9
10 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
11
12         * gnus-registry.el (gnus-registry-handle-action): More debugging.
13
14         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
15         interactively so the newsrc file can contain foreign groups too.
16         Useful for debugging but not much for users.
17
18 2011-04-07  David Engster  <dengste@eml.cc>
19
20         * registry.el (registry-usage-test): Only do
21         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
22         lexical binding.
23
24 2011-04-07  David Engster  <dengste@eml.cc>
25
26         * Makefile.in (check, test-registry): New rules for test-suite.
27
28 2011-04-06  David Engster  <dengste@eml.cc>
29
30         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
31         argument NOERROR for `require', since XEmacs 21.4 does not support it.
32
33 2011-04-06  David Engster  <dengste@eml.cc>
34
35         * registry.el (initialize-instance): Change :after to :AFTER to be
36         compatible with old EIEIO version in XEmacs.
37
38 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
39
40         * gnus-registry.el (gnus-registry-post-process-groups)
41         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
42         and provide better messaging.
43
44 2011-04-06  David Engster  <dengste@eml.cc>
45
46         * Makefile.in (fail-on-warning): New rule to compile with warnings as
47         errors.
48
49         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
50         dgnushack-compile with error-on-warn enabled, and to signal an error if
51         clean compilation failed.
52         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
53         with `byte-compile-error-on-warn'.  Return nil if errors occured.
54
55 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * gnus-registry.el: Don't use ERT if it's not available.  Load it
58         unconditionally anyway, discarding errors.
59         (gnus-registry-delete-entries): New convenience function.
60         (gnus-registry-import-eld): Import from old .eld registry.
61
62         * registry.el: Don't use ERT if it's not available.  Load it
63         unconditionally anyway, discarding errors.
64
65         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
66         version from the Claudio Bley GnuTLS patch (extra optional parameters
67         and host name).
68
69 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
70
71         * gnus-registry.el (gnus-registry-fixup-registry): New function to
72         fixup the parameters that can be customized by the user between
73         save/read cycles.
74         (gnus-registry-read): Use it.
75         (gnus-registry-make-db): Use it.
76         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
77         messaging.
78         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
79         references to actual group names with sender and subject tracking.
80         (gnus-registry-post-process-groups): Use `cond' for better messaging.
81         (gnus-registry-usage-test): Add subject lookup test.
82
83         * registry.el (registry-db, initialize-instance): Set up constructor
84         instead of :initform arguments for the sake of older Emacsen.
85         (registry-lookup-breaks-before-lexbind): New method to demonstrate
86         pre-lexbind merge bug.
87         (registry-usage-test): Use it.
88         (initialize-instance, registry-db): Move the non-function initforms
89         back to the class definition.
90
91 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
92
93         * registry.el: New library to manage gnus-registry-style data.
94
95         * gnus-registry.el: Use it (major rewrite).
96
97         * nnregistry.el: Use it.
98
99         * spam.el: Use it.
100
101 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
104         marks on non-selected articles.
105
106 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
107
108         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
109         parameter to open-protocol-stream.
110
111 2011-04-01  Julien Danjou  <julien@danjou.info>
112
113         * mm-view.el (mm-display-inline-fontify): Do not fontify with
114         fundamental-mode.
115
116 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
119         servers.
120
121 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
124         made marks not propagate, again.
125
126 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
127
128         * proto-stream.el (open-protocol-stream): Bring back `network' type.
129         Make this the default type.
130         (proto-stream-open-plain): Rename from proto-stream-open-default.
131         (open-protocol-stream, proto-stream-open-starttls)
132         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
133         with `plain'.
134
135         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
136         value.
137
138         * nntp.el (nntp-open-connection-function): Document the fact that some
139         values are not functions but are instead handled specially.  Recognize
140         nntp-open-plain-stream value.
141         (nntp-open-connection): Recognize that value.
142
143 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
146         where it seems to be needed.
147
148 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
151         stuff.
152
153         * gnus-score.el (gnus-score-string): Fix calling convention of
154         `gnus-simplify-buffer-fuzzy' after last patches.
155
156         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
157         server for articles we didn't get any headers for.  This is a sanity
158         check.
159
160 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
161
162         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
163         new CAPABILITY, use it.
164
165 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
168         downloading anything.
169
170         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
171
172 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
173
174         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
175         colors.
176         (gnus-splash-svg-color-symbols): New function.
177
178 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
181         instead of using the global gnus-simplify-subject-fuzzy-regexp.
182         (gnus-simplify-subject-fuzzy): Use the local
183         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
184         makes using this variable in group parameters work.
185
186 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
187
188         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
189         "archive:sent" to the unfollowed group regex (for the recent Gnus
190         archive:sent-YYYY-MM-DD groups).
191         (gnus-registry-split-fancy-with-parent): Bail out early in sender
192         tracking if there are more than `gnus-registry-max-track-groups'
193         matches.
194
195 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
196
197         * message.el (message--yank-original-internal): New function to do the
198         insertion cleanly inside eval in `message-yank-original'.
199         (message-yank-original): Use it.
200
201 2011-03-29  Julien Danjou  <julien@danjou.info>
202
203         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
204         local variables disabled rather than `normal-mode'.
205
206 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
207
208         * imap.el (imap-shell-open, imap-process-connection-type): Use
209         imap-process-connection-type for 'shell' streams as well as
210         Kerberos, SSL, other subprocesses.
211
212 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
213
214         * proto-stream.el: Changes preparatory to merging open-protocol-stream
215         with open-network-stream.
216         (proto-stream-always-use-starttls): Option removed.
217         (open-protocol-stream): Return a process object by default.  Provide a
218         new parameter :return-list specifying a list-type return value, which
219         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
220         :type `network' to `try-starttls', and `network-only' to `default'.
221         Make `default' the default, for compatibility with open-network-stream.
222         Handle the no-parameter case exactly as open-network-stream, with no
223         additional stream processing.  Search plists using plist-get.
224         Explicitly add :end-of-commend parameter if it is missing.
225         (proto-stream-open-default): Renamed from
226         proto-stream-open-network-only.  Return 'default as the type.
227         (proto-stream-open-starttls): Rename from proto-stream-open-network.
228         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
229         failed.  Always return a list with a (possibly dead) process as the
230         first element, for compatibility with open-network-stream.
231         (proto-stream-open-tls): Use plist-get.  Always return a list.
232         (proto-stream-open-shell): Return `default' as connection type.
233         (proto-stream-capability-open): Use plist-get.
234         (proto-stream-eoc): Function deleted.
235
236         * nnimap.el (nnimap-stream, nnimap-open-connection)
237         (nnimap-open-connection-1): Handle renaming of :type parameter for
238         open-protocol-stream.
239         (nnimap-open-connection-1): Pass a :return-list parameter
240         open-protocol-stream to obtain a list return value.  Parse this list
241         using plist-get.
242
243         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
244         for open-protocol-stream.  Accept open-protocol-stream return value
245         that is a subprocess object instead of a list.  Handle the case of a
246         dead returned process.
247
248 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
249
250         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
251
252         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
253
254 2011-03-21  Julien Danjou  <julien@danjou.info>
255
256         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
257         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
258         query.
259         (mm-inline-text): Render normal text with fontification whenever
260         possible.
261
262         * gnus-sum.el (gnus-summary-save-parts-1):
263         * gnus-art.el (gnus-article-browse-html-save-cid-content)
264         (gnus-article-browse-html-parts, gnus-mime-delete-part)
265         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
266         Use `mm-handle-filename'.
267
268         * mm-util.el (mm-handle-filename): New function, return the filename of
269         an handle.
270
271 2011-03-18  Julien Danjou  <julien@danjou.info>
272
273         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
274         (gnus-buffer-live-p): Check that buffer is not nil.
275
276 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
277
278         * gnus.el: No Gnus v0.15 is released.
279
280 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * time-date.el (format-seconds): Use assoc instead of assoc-string to
283         avoid warning on XEmacs.
284
285         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
286         on XEmacs.
287
288         * gnus-art.el: Require mouse, which the build bot seems to say is
289         needed.
290
291         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
292
293         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
294         XEmacs, since it doesn't have url-retrieve-synchronously.
295
296         * time-date.el (format-seconds): Use assoc instead of assoc-string,
297         since assoc-string doesn't exist in XEmacs.
298
299 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
300
301         * gnus-group.el (gnus-group-list-ticked): New function.
302         (gnus-group-make-menu-bar): Provide a menu entry for it.
303         (gnus-group-list-map): Provide a binding for it.
304
305 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * shr.el (shr-visit-file): New command.
308
309         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
310
311 2011-03-17  Bjørn Mork  <bjorn@mork.no>
312
313         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
314         servers.
315
316 2011-03-16  Julien Danjou  <julien@danjou.info>
317
318         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
319         inline.
320
321         * gnus-art.el (article-hide-list-identifiers): Use
322         gnus-group-get-list-identifiers.
323
324         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
325         (gnus-summary-remove-list-identifiers): Use
326         gnus-group-get-list-identifiers to get regexp.
327         (gnus-select-newsgroup, gnus-summary-insert-subject)
328         (gnus-summary-insert-articles): Call
329         gnus-summary-remove-list-identifiers unconditionally.
330
331 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
334         we're selecting a group with unread articles.
335
336         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
337
338         * gssapi.el: New file separated out from imap.el to provide a general
339         Kerberos 5 connection facility for Emacs.
340
341         * message.el (message-elide-ellipsis): Document the format spec
342         ellipsis.
343
344 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
345
346         * message.el (message-elide-region): Allow the ellipsis to say how many
347         lines were removed.
348
349 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
352         window configurations containing buffers that are now dead.
353
354         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
355         parsing to avoid integer overflows.
356         (nnimap-parse-flags): Simplify the last change.
357         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
358         too large for 32-bit Emacsen.
359
360 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
361
362         * auth-source.el (auth-source-netrc-create):
363         * message.el (message-yank-original): Fix use of `case'.
364
365 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
366
367         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
368         XEmacs, which was one character too wide.
369
370 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
371
372         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
373         default number of articles to display.
374         (gnus-articles-to-read): Use pretty names for prompt.
375
376 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * gnus-int.el (gnus-open-server): Ditto.
379
380         * gnus-start.el (gnus-activate-group): Give a backtrace if
381         debug-on-quit is set and the user hits `C-g'.
382         (gnus-read-active-file): Ditto.
383
384         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
385
386 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
387
388         * message.el (message-yank-original): Use cond instead of CL case.
389
390 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
391
392         * auth-source.el (auth-source-netrc-create): Use usual format for the
393         default in prompts.
394
395 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * lpath.el: Fbind read-char-choice for XEmacs.
398
399 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         * auth-source.el (auth-source-netrc-create): Show the default in the
402         prompt when prompting for token creation.
403
404 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
405
406         * auth-source.el (auth-source-format-prompt): Always convert the value
407         to a string to avoid evaluating non-string arguments.
408         (auth-source-netrc-create): Offer default properly, not as initial
409         content in `read-string'.
410         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
411         of line to determine if we've been run before.  If so, don't run again,
412         but print a trivial message to indicate the cache was hit instead.
413
414 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
415
416         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
417         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
418         The user will have to run `gnus-sync-read' manually and wait for Cloudy
419         Gnus.
420
421 2011-03-11  Julien Danjou  <julien@danjou.info>
422
423         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
424         modified file".
425
426 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
427
428         * auth-source.el (auth-source-read-char-choice): New function to read a
429         character choice using `dropdown-list', `read-char-choice', or
430         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
431         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
432         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
433         (auth-source-netrc-saver): Use it.
434         (auth-source-pick-first-password): New convenience function.
435
436 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
439         parameter in the credentials.
440         (nnimap-open-connection-1): Use it after a successful login.
441         (nnimap-credentials): Add IMAP-specific user and password prompt.
442
443         * auth-source.el (auth-source-search): Add :require parameter, taking a
444         list.  Document it and the :save-function return token.  Pass :require
445         down.  Change the CREATED message from a warning to a debug statement.
446         (auth-source-search-backends): Pass :require down.
447         (auth-source-netrc-search): Pass :require down.
448         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
449         Change save prompt to indicate all modifications saved here are
450         deletions.
451         (auth-source-netrc-create): Take user login name as default in user
452         prompt.  Move all the save functionality to a lexically bound function
453         under the :save-function token in the returned list.  Set up clearer
454         default prompts for user, host, port, and secret.
455         (auth-source-netrc-saver): New function, intended to be wrapped for
456         :save-function.
457
458 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * shr.el (shr-table-horizontal-line): Change the defaults for the table
461         lines to be spaces instead.
462
463 2011-03-07  Julien Danjou  <julien@danjou.info>
464
465         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
466         (sieve-sasl-auth): Check that auth-source-search did return something,
467         or just return an empty string.
468
469 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
470
471         * gnus.el (gnus-interactive): Use read-directory-name.
472
473         * gnus-uu.el (gnus-uu-decode-uu-and-save)
474         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
475         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
476         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
477         Likewise.
478
479         * gnus-group.el (gnus-group-make-directory-group): Likewise.
480
481 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
484         onto the list of killed groups, too.  This makes killed nnimap groups,
485         for instance, more reliably not reappear.
486
487         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
488         the parent.
489
490         * gnus-sum.el (gnus-update-read-articles): Fix typo.
491
492         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
493         really have server-side marks.
494
495         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
496         since most backends do not usefully have server-side marks.
497         (gnus-update-read-articles): Propagate marks to all backends that
498         really have server-side marks.
499
500 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
501
502         * message.el (message-cite-reply-position, message-cite-style):
503         New variables.
504         (message-yank-original): Use the new citation styles.
505
506 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
507
508         * message.el (message-options): Revert 22da67af (workaround for XEmacs
509         buffer-local issue); don't mark it buffer-local when running under
510         XEmacs.
511
512 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
513
514         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
515         numbers too big to be `read'.
516
517 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * password-cache.el (password-in-cache-p): Add autoload.
520
521         * message.el (message-options): Make buffer-local two ways to attempt
522         to fix a XEmacs bug.
523
524 2011-03-02  Julien Danjou  <julien@danjou.info>
525
526         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
527
528 2011-03-01  Julien Danjou  <julien@danjou.info>
529
530         * gnus-art.el (list-identifier): Add list-identifier as a parameter
531         group.
532         (article-hide-list-identifiers): Use list-identifier group parameter.
533
534 2011-02-28  Julien Danjou  <julien@danjou.info>
535
536         * sieve.el (sieve-buffer-script-name): New local variable to store
537         sieve script name.
538         (sieve-edit-script): Store sieve script name.
539         (sieve-upload): Use sieve script name when uploading.
540         (sieve-upload): Use substitute-command-keys.
541         (sieve-edit-script): Use substitute-command-keys.
542         (sieve-refresh-scriptlist): Use substitute-command-keys.
543         (sieve-manage-mode-map): Define keymap properly.
544         (sieve-manage-mode): Do not set mode name manually, change mode-name to
545         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
546         Remove commented code about cvs.
547         (sieve-manage-quit): New function.
548         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
549
550 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * gnus-group.el (gnus-import-other-newsrc-file): New function.
553
554 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * auth-source.el (auth-source-search): Cache empty result sets.
557
558         * password-cache.el (password-in-cache-p): Convenience function to
559         check if a key is in the cache, even if the value is nil.
560
561         * auth-source.el (auth-source-save-behavior): New variable to replace
562         `auth-source-never-create'.
563         (auth-source-netrc-create): Use it.
564         (auth-source-never-save): Remove.
565
566 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
567
568         * nnimap.el (nnimap-stream): Doc fix.
569         (nnimap-open-connection-1): Reverse the order of the ports to that the
570         prompted-for port is first.
571
572         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
573         retrieval by the no-group selection.
574
575         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
576         numerical parameters.
577
578 2011-02-25  Julien Danjou  <julien@danjou.info>
579
580         * gnus-gravatar.el: Use gnus-with-article-buffer.
581
582         * gnus-art.el (gnus-with-article-buffer): Check that the
583         gnus-article-buffer is alive.
584
585 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
586
587         * auth-source.el (auth-source-creation-prompts): New variable to manage
588         creation-time prompts.
589         (auth-source-search): Document it.
590         (auth-source-format-prompt): Add utility function.
591         (auth-source-netrc-create): Don't default the user name to
592         user-login-name.  Use `auth-source-creation-prompts' and some default
593         prompts for user, host, port, and password (the default generic prompt
594         remains ugly).
595         (auth-source-never-save): Add customizable option to never save info.
596         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
597         mode excursion.
598
599 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
602         argument that XEmacs doesn't support.
603
604         * dgnushack.el (dgnushack-compile): Exclude color.el from being
605         compiled for Emacsen having no `libxml-parse-html-region' support.
606
607         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
608
609         * lpath.el: Bind buffer-save-without-query for XEmacs.
610
611 2011-02-23  Julien Danjou  <julien@danjou.info>
612
613         * gnus-art.el (article-make-date-line): Ignore errors if time is
614         invalid and not convertible.
615         (article-make-date-line): Only add lapsed time if time is not nil.
616
617 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
618
619         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
620         `read-char-choice' for backwards compatibility.
621         (auth-source-netrc-element-or-first): New function to DTRT for
622         parameter extraction.
623         (auth-source-netrc-create): Use it and fix multiple parameter print
624         bug.  Use the default passed from above (given-default) or the
625         built-in (user-login-name for :user).
626
627 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * gnus-start.el (gnus-dribble-read-file):
630         Set buffer-save-without-query, since we always want to save the dribble
631         file, probably.
632
633         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
634         nnimap.
635
636         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
637         -summary- since it's a user-visible variable.
638
639         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
640         first time you use the new Gnus.
641
642 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * auth-source.el: Don't load netrc.el.
645         (auth-sources): Search ~/.netrc as well by default.
646         (auth-source-debug): Add 'trivia option for extra output.
647         (auth-source-do-trivia): Use it.
648         (auth-source-search): Simplify logic to use
649         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
650         appropriate.  Don't keep a running count at this level.  Layer :create
651         and :delete options appropriately on the first and second passes.
652         Don't track the backend with the search results.
653         (auth-source-search-backends): New function to search a list of
654         backends for a processed spec.
655         (auth-source-netrc-parse): Cache all netrc files, making
656         auth-source-netrc-cache an alist keyed by the file name and using the
657         file mtime as the caching criterion.  Keep the obfuscated data secret
658         with a lexical bind.
659         (auth-source-netrc-search): Don't calculate the length of the results
660         unnecessarily.
661         (auth-source-search-backends): Fix bug.
662         (auth-source-netrc-create): Rework prompts.
663
664 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
665
666         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
667         Lower case names of search constraints.
668         (nnir-run-query): Cache and reuse search constraints for all imap
669         servers.
670
671 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
674         after exit.
675         (gnus-setup-message): Define missing variable from last checkin.
676
677         * gnus-sum.el (gnus-summary-show-article): When called with t as the
678         value, show the raw article.
679
680 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
681
682         * gnus.el: No Gnus v0.13 is released.
683
684 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
685
686         * nnimap.el (nnimap-open-connection-1): Revert last change, since
687         auth-source now accepts numbers.
688
689         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
690         spec, too.
691         (auth-source-ensure-strings): New function.
692
693         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
694         (gnus-article-setup-buffer): Always restart the date timer so that user
695         changes to the frequency is respected.
696
697         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
698         port numbers, so make sure it gets that if nnimap-server-port is
699         explicit.
700
701 2011-02-21  Simon Josefsson  <simon@josefsson.org>
702
703         * nnimap.el (nnimap-inbox): Doc fix.
704
705 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
706
707         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
708         Autoload.  Add optional arg FRAME, and pass it to color-values.
709         (color-complement): Caller changed.  Doc fix.
710         (color-gradient): Rewrite for better clarity and efficiency.
711
712 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
713
714         * shr-color.el (shr-color->hexadecimal): Use renamed function names
715         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
716         color-lab-to-srgb.
717
718 2011-02-20  Drew Adams  <drew.adams@oracle.com>
719
720         * color.el: First part of merge from hexrgb.el.
721         (color-rgb-to-hex): Rename from color-rgb->hex.
722         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
723         saturation to zero if the value is too small.
724         (color-rgb-to-hsl): Rename from color-rgb->hsl.
725         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
726         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
727         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
728         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
729         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
730         (color-cie-de2000): Doc fix.
731
732 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
733
734         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
735         given method as in the group name if we're using an extended method.
736         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
737         command, if we're using that, instead of waiting for the beginning.
738
739         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
740         we're sure to get unique server names, and we don't output two async
741         commands in the same buffer.  This fixes an NNTP hang for some users.
742
743 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
744
745         * gnus.el: No Gnus v0.11 is released.
746
747 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
748
749         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
750         summary buffer before reading going to the next buffer.  This avoids
751         putting the point in the group buffer if you `C-g' the command.
752
753         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
754         cache (for now) to make ~/.authinfo.gpg files usable.
755
756         * nnfolder.el (copyright-update): Define for the compiler.
757
758         * auth-source.el (auth-source-search): Fix unbound variable.
759
760 2011-02-19  Glenn Morris  <rgm@gnu.org>
761
762         * gnus.el (gnus-meta): Doc fix.
763
764 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
765
766         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
767         in case it's not yet loaded.
768
769 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
770
771         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
772         line we're waiting for.
773
774 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
775
776         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
777         face with line-width greater than zero will cause RET in gnus summary
778         buffer to scroll down article page-wise because auto vscroll happens,
779         it should be temporalily disabled when doing a scroll-up.
780
781 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
782
783         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
784         outputs from the server.
785
786 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
787
788         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
789         later so that bbdb can hook in easier.
790
791 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
792
793         * auth-source.el (auth-source-search): Don't try to create credentials
794         if the caller doesn't want that.
795         (auth-source-search): If we don't find a match, don't bug out on
796         non-bound variables.
797         (auth-source-search): Only ask a single backend to create the
798         credentials.
799
800         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
801         logging.
802         (nnimap-credentials): Protect against auth-source-search returning nil.
803         (nnimap-request-list): Protect against not being able to open the
804         server.
805
806 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * auth-source.el (auth-source-search): Do a two-phase search, one with
809         no :create to get the responses from all backends.
810
811         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
812         when getting credentials.
813
814         * gnus-util.el (gnus-delete-duplicates): New function.
815
816 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
817
818         * nnimap.el (nnimap-credentials): Instead of picking the first port as
819         a creation default, pass the whole port list down.  It will be
820         completed.
821
822         * auth-source.el (auth-source-search): Updated docs to talk about
823         multiple creation choices.
824         (auth-source-netrc-create): Accept a list as a value (from the search
825         parameters) and do completion on that list.  Keep a separate netrc line
826         with the password obscured for showing the user.
827
828         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
829         first choice to `auth-source-search' so it will be used for entry
830         creation instead of the server's Gnus-specific name.
831         (nnimap-credentials): Rely on the auth-source library to select which
832         port is actually wanted in the new netrc entry, so don't override
833         `auth-source-creation-defaults'.
834
835         * auth-source.el (auth-source-netrc-parse): Use :port instead of
836         :protocol and accept a missing user, host, or port as a wildcard match.
837         (auth-source-debug): Default to off.
838
839         (auth-source-netrc-search, auth-source-netrc-create)
840         (auth-source-secrets-search, auth-source-secrets-create)
841         (auth-source-user-or-password, auth-source-backend, auth-sources)
842         (auth-source-backend-parse-parameters, auth-source-search): Use :port
843         instead of :protocol.
844
845         * nnimap.el (nnimap-credentials): Pass a port default to
846         `auth-source-search' in case an entry needs to be created.
847         (nnimap-open-connection-1): Use :port instead of :protocol.
848
849 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * auth-source.el: Bind load-path when loading EIEIO from
852         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
853         21.4 doesn't support, to `require'.
854         (auth-source-secrets-search): Use mm-delete-duplicates instead of
855         delete-dups that is not available in XEmacs 21.4.
856
857 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
858
859         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
860         as EIEIO must also be loaded when auth-source.el is being
861         byte-compiled.
862
863 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
864
865         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
866
867         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
868
869         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
870
871         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
872
873         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
874
875         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
876
877         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
878
879         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
880         necessary.
881
882 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
885         nil means that nnimap doesn't get updated.
886
887 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
888
889         * auth-source.el (auth-source-netrc-create): Return a synthetic search
890         result when the user doesn't want to write to the file.
891         (auth-source-netrc-search): Expect a synthetic result and proceed
892         accordingly.
893         (auth-source-cache-expiry): New variable to override
894         `password-cache-expiry'.
895         (auth-source-remember): Use it.
896
897         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
898         parameter.  Create entry if necessary by using :create t.
899         (nnimap-open-connection-1): Don't pass `inhibit-create'.
900
901 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
902
903         * auth-source.el (auth-source-debug): Enable by default and don't
904         mention the obsolete `auth-source-hide-passwords'.
905         (auth-source-do-warn): New function to debug unconditionally.
906         (auth-source-do-debug): Use it.
907         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
908         and for Secrets API entries when the secrets.el library is not
909         available.
910
911 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
912
913         * gnus-sum.el (gnus-propagate-marks): Default to nil.
914         (gnus-summary-exit): Kill the correct article buffer on exit from a
915         `C-d' group.
916
917         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
918         gnus-propagate-marks.
919
920         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
921         before killing the buffers so that a non-full window conf gets handled
922         correctly.
923         (gnus-summary-exit): Ditto.
924         (gnus-summary-read-group-1): Ditto.
925
926         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
927         async code again so that we can debug it properly.
928
929         * message.el (message-reply): Take an optional switch-buffer parameter
930         so that Gnus window confs are respected better.
931
932 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
933
934         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
935         `plist-get' to accept non-list parameters (XEmacs issue).
936         Fix docstring.
937         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
938         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
939         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
940         Login collection is "Login" and not "login".
941
942 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
945         multiple headers.
946
947         * nnimap.el (nnimap-inhibit-logging): New variable.
948         (nnimap-log-command): Don't log login commands.
949
950         * auth-source.el (auth-source-netrc-search): The asserts seem to want
951         to have more parameters.
952
953         * nnimap.el (nnimap-send-command): Mark the command time for each
954         command, so that we don't get NOOPs stepping on our toes.
955
956         * gnus-art.el (article-date-ut): Get the date from the Date header on
957         `t'.
958
959 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * auth-source.el (auth-source-search): Use copy-sequence instead of
962         the cl.el copy-list.
963
964 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
965
966         * imap.el: Bring it back (revert
967         84d800cd31de3064f0ed39617d725709a2f8f42f).
968
969 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
970
971         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
972         Improve prompt.
973
974 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-art.el (gnus-article-mode-line-format): Remove the article
977         washing status from the default format.  It isn't very informative.
978
979 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
980
981         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
982         Fix Gcc processing on imap.
983
984 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
985
986         * imap.el: Remove file.  All the functionality is in nnimap.el.
987
988 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
989
990         * message.el (message-bury): Don't pop up a new window when selected
991         window is dedicated.
992
993 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
994
995         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
996
997 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * sieve-manage.el: Autoload `auth-source-search'.
1000         (sieve-sasl-auth): Use it.
1001
1002 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1003
1004         * nnimap.el: Autoload `auth-source-forget+'.
1005         (nnimap-open-connection-1): Use it if the connection fails.
1006
1007         * auth-source.el: Require `password-cache'.
1008         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1009         obsolete.
1010         (auth-source-magic): Marker for `password-cache' keys.
1011         (auth-source-do-cache): Update docstring.
1012         (auth-source-search): Use and check cache.
1013         (auth-source-forget-all-cached, auth-source-remember)
1014         (auth-source-recall, auth-source-forget, auth-source-forget+)
1015         (auth-source-specmatchp): Caching support functions.
1016         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1017         Remove and obsolete.
1018         (auth-source-user-or-password): Remove caching to further discourage
1019         using it.  Always hide passwords.
1020
1021         * password-cache.el (password-cache-remove): Accept secrets that are
1022         not strings.
1023
1024 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1025
1026         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1027         code for now, since it doesn't work for all users.
1028
1029 2011-02-09  Julien Danjou  <julien@danjou.info>
1030
1031         * message.el (message-options): Make message-options really buffer
1032         local.
1033
1034 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1035
1036         * mail-source.el: Autoload `auth-source-search'.
1037         (mail-source-keyword-map): Note order matters.
1038         (mail-source-set-1): Get all the mail-source source values and
1039         defaults and search auth-source on those if needed.  This can all
1040         probably be simplified.
1041
1042         * nnimap.el: Autoload `auth-source-search'.
1043         (nnimap-credentials): Use it.
1044         (nnimap-open-connection-1): Ask for the virtual server and physical
1045         address in one shot.
1046
1047         * nntp.el: Autoload `auth-source-search'.
1048         (nntp-send-authinfo): Use it.  Note TODO.
1049
1050 2011-02-08  Julien Danjou  <julien@danjou.info>
1051
1052         * shr.el (shr-tag-body): Add support for text attribute in body
1053         markups.
1054
1055         * message.el (message-options): Make message-options a local variable.
1056
1057 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * auth-source.el (auth-source-secrets-search)
1060         (auth-source-user-or-password): Use `append' instead of `nconc'.
1061         (auth-source-user-or-password): Build return list better and protect
1062         against nil :secret.
1063
1064 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1065
1066         * nnimap.el (nnimap-update-info): Refactor slightly.
1067         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1068         (nnimap-update-info): Clean up slightly.
1069         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1070         characters.
1071         (nnimap-process-quirk): Rename function to avoid collision.
1072         (nnimap-update-info): Fix macrology bug-out.
1073         (nnimap-update-info): Simplify split history test.
1074
1075 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1076
1077         * auth-source.el (top): Require 'eieio unconditionally.
1078         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1079         (auth-source-secrets-search): Limit search when `max' is greater than
1080         number of results.
1081
1082 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1083
1084         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1085         part not returning any data.
1086
1087         * proto-stream.el (open-protocol-stream): Document the return value.
1088
1089 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1090
1091         * auth-source.el (auth-source-secrets-search): Add examples.
1092
1093 2011-02-06  Julien Danjou  <julien@danjou.info>
1094
1095         * message.el (message-setup-1): Handle message-generate-headers-first
1096         set to t.
1097
1098 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1099
1100         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1101         API with a string "secrets:collection-name" and with 'default.
1102         (auth-source-backend-parse): Parse "secrets:collection-name" and
1103         'default.  Recurse on parses instead of repeating code.  Use the
1104         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1105         message when ignoring a source.
1106         (auth-source-search): List ignored search keys at the top level.
1107         (auth-source-netrc-create): Use `case' instead of `cond'.
1108         (auth-source-secrets-search): Created with TODOs.
1109         (auth-source-secrets-create): Created with TODOs.
1110         (auth-source-retrieve, auth-source-create, auth-source-delete)
1111         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1112         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1113         (auth-source-user-or-password-sftp)
1114         (auth-source-user-or-password-smtp): Remove.
1115         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1116         around `auth-source-search'.  Not tested thoroughly.
1117
1118 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1119
1120         * auth-source.el: Bring in assoc and eioeio libraries.
1121         (secrets-enabled): New variable to track the status of the Secrets API.
1122         (auth-source-backend): New EIOEIO class to represent a backend.
1123         (auth-source-creation-defaults): New variable to set prompt defaults
1124         during token creation (see the `auth-source-search' docstring for
1125         details).
1126         (auth-sources): Simplify to allow a simple string as a netrc backend
1127         spec.
1128         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1129         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1130         (auth-source-search): Main auth-source API entry point.
1131         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1132         (auth-source-search-collection): Helper function for searching.
1133         (auth-source-netrc-parse, auth-source-netrc-normalize)
1134         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1135         Supports search, create, and delete.
1136         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1137         backend stubs.
1138         (auth-source-user-or-password): Call `auth-source-search' but it's not
1139         ready yet.
1140
1141 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1142
1143         * message.el (message-setup-1): Remove the read-only stuff, since it
1144         doesn't work under XEmacs, for some reason.
1145
1146         * gnus-sum.el (gnus-user-date): Rename back from
1147         gnus-summary-user-date since user code refers to it.
1148
1149         * shr.el (shr-render-td): Store the actual background colour used.
1150
1151         * message.el (message-setup-1): Don't bind the constant
1152         -forbidden-properties.
1153         (message-setup-1): Revert previous change, since it needs to bind the
1154         props to insert them.
1155         (message-resend): Allow removing the read-only separator line.
1156
1157 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1158
1159         * nnimap.el (nnimap-request-accept-article): Give an error message if
1160         the APPEND wasn't successful.
1161
1162 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1163
1164         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1165         that have no groups.
1166
1167 2011-02-03  Julien Danjou  <julien@danjou.info>
1168
1169         * gnus-draft.el: Remove progn around gnus-draft-setup.
1170
1171 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-start.el (gnus-read-active-for-groups): This function is never
1174         called with a nil `infos', so clean that up.
1175         (gnus-get-unread-articles): Request active files from primary/secondary
1176         methods that have no groups (yet).
1177
1178 2011-02-03  Julien Danjou  <julien@danjou.info>
1179
1180         * message.el (message-setup-1): Always generate References first.
1181         (message-mail): Return the return value of message-setup, not always t.
1182         (message-setup-1): Insert mail-header-separator with read-only and
1183         intangible properties set.
1184
1185         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1186         user-date in docstring.
1187
1188         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1189
1190         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1191         docstring.
1192
1193         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1194         defcustom, with type and group. Move from gnus-util.el. Rename to
1195         gnus-summary-user-date-format-alist.
1196
1197 2011-02-03  Glenn Morris  <rgm@gnu.org>
1198
1199         * nnimap.el (gnus-fetch-headers): Declare.
1200
1201         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1202
1203 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1204
1205         * message.el (message-forward-make-body-digest-plain)
1206         (message-followup, message-reply): Clean up things noted by Stefan.
1207
1208         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1209         gnus-article-update-date-headers is nil.
1210         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1211         it didn't really work with defcustom.
1212         (article-update-date-lapsed): Make sure the window start doesn't move,
1213         either.
1214
1215 2011-02-01  Julien Danjou  <julien@danjou.info>
1216
1217         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1218         format.
1219
1220         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1221         standard in Emacs nowadays.
1222
1223         * color.el (color-gradient): Add a color-gradient function.
1224
1225 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1226
1227         * message.el (message-expand-name): Don't trust the return value of
1228         bbdb-complete-name.
1229         (message-check-news-header-syntax): Remove unused var `start'.
1230         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1231         (message-inhibit-body-encoding): Move to before first use.
1232         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1233         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1234         (Organization, Message-ID, Date, mh-previous-window-config):
1235         Defvar the vars using dynamic scoping.
1236
1237 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1238
1239         * shr.el (shr-render-td): Only do colours at the final rendering.
1240         Should be slightly faster.
1241         (shr-insert-table): Fix up TD background colours when doing the
1242         vertical padding.
1243
1244         * gnus-art.el (article-date-ut): Protect against articles with no Date
1245         header.
1246         (article-update-date-lapsed): Don't use current-column to find the
1247         horizontal position.  It's fragile in the presence of \003 characters.
1248
1249         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1250
1251 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-art.el (article-transform-date): Rewrite to still work when
1254         there are several rfc2822 parts.
1255         (article-transform-date): Fix infinite recursion.
1256         (article-date-ut): Replace infinitely many Date headers with a single
1257         one when called interactively.
1258
1259         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1260         secure manner.
1261
1262         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1263         move around by not using save-window-excursion.  It seems to work...
1264
1265 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gnus-art.el (article-make-date-line): Work for user-defined format.
1268
1269 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1270
1271         * nntp.el (nntp-retrieve-group-data-early)
1272         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1273         fetching functions.
1274
1275         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1276         thoroughly for all backends that have no known groups.  This should
1277         allow new nnml methods to retrieve mail.
1278
1279         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1280         that Gnus doesn't know exists again.
1281
1282         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1283         (gnus-treat-date-ut): Ditto.
1284         (gnus-article-update-date-header): Rename.
1285         (gnus-treat-date-local): Remove.
1286         (gnus-treat-date-english): Remove.
1287         (gnus-treat-date-lapsed): Remove.
1288         (gnus-treat-date-combined-lapsed): Remove.
1289         (gnus-treat-date-original): Remove.
1290         (gnus-treat-date-iso8601): Remove.
1291         (gnus-treat-date-user-defined): Remove.
1292         (gnus-article-date-headers): New variable to control all the date
1293         header options.
1294         (article-date-ut): Rewrite to allow using the new way to format date
1295         headers(s).
1296
1297 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1298
1299         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1300         method.
1301         (nnmail-article-group): A better test for fanciness.
1302
1303         * nnimap.el (nnimap-request-head): Protect against not finding the
1304         article by Message-ID.
1305
1306 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1309         keep point at the "same place".
1310
1311 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1314         data if the group is unactivated.
1315
1316 2011-01-28  Julien Danjou  <julien@danjou.info>
1317
1318         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1319         (gnus-all-windows-visible-p): Remove old compatibility code.
1320         (gnus-window-top-edge): Add docstring.
1321
1322         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1323
1324 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1325
1326         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1327         older request-update-info.
1328
1329         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1330
1331 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1332
1333         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1334         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1335
1336 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1339         groups.  This makes the nndraft:queue group pop up if it's not already
1340         there.
1341
1342         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1343         messages" logic, which was reversed.
1344
1345         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1346         the "same place" even if point is on the line being replaced.
1347         (article-update-date-lapsed): Allow updating both the combined lapsed
1348         and the lapsed headers.
1349         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1350         (article-make-date-line): Limit the number of segments dynamically to
1351         avoid too-long lines.
1352
1353 2011-01-27  Julien Danjou  <julien@danjou.info>
1354
1355         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1356         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1357
1358 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1361         Use plist-get instead of the cl function getf.
1362
1363 2011-01-27  Glenn Morris  <rgm@gnu.org>
1364
1365         * gnus-util.el (float-time): Get rid of compiler warning, again.
1366
1367 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1368
1369         * shr.el (shr-put-color): Special-case background colours: Do put them
1370         at the blank parts at the front of the lines.
1371
1372         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1373         exit hook to nix out all data on readedness on group exit.
1374
1375         * gnus-util.el (float-time): If float-time is bound, always use it on
1376         all Emacsen.  It's unclear why the subrp check was there.
1377         (time-date): Require to make some autoload issues on XEmacs go away.
1378
1379         * shr.el (shr-put-color): Don't do the box padding in tables, since
1380         they're already padded.
1381
1382 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1383
1384         * gnus-art.el (gnus-article-next-page): When the last line of the
1385         article is displayed, scroll down once more instead of going to the
1386         next article at once.
1387         (article-lapsed-string): Refactor out and allow specifying how many
1388         segments you want.
1389         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1390         (gnus-article-update-lapsed-header): New variable.
1391
1392         * shr.el: Revert change that made headings use different-sized faces.
1393         The Emacs display engine isn't advanced enough that, for instance,
1394         tables can comfortably use differently-sized faces.
1395
1396 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1397
1398         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1399         used.
1400         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1401         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1402         we're using an encrypted connection.
1403
1404         * proto-stream.el: Alter the interface functions to also return the
1405         actual stream type used: network or tls.
1406
1407 2011-01-25  Julien Danjou  <julien@danjou.info>
1408
1409         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1410         (mm-display-javascript-inline): New function.
1411
1412         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1413         viewing function.
1414
1415 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * shr.el (shr-expand-newlines): Fix variable name.
1418
1419 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * shr.el (shr-expand-newlines): Make nested boxes work.
1422
1423 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1424
1425         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1426         backgrounds.
1427         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1428         in a more sensible manner.
1429
1430 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1433         if EPG is loaded.
1434
1435 2011-01-24  Julien Danjou  <julien@danjou.info>
1436
1437         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1438         tags.
1439
1440 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1441
1442         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1443         commands.
1444
1445         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1446         in the article buffer.
1447         (gnus-gravatar-insert): Use blank space from the current buffer to
1448         avoid breaking text properties.  This makes X-Sent updating work again.
1449
1450         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1451
1452 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1455         fix the bug in url-http.el instead.
1456
1457         * shr.el (shr-image-fetched): Ditto.
1458
1459         * shr.el (shr-image-fetched): Avoid having point move in the article
1460         buffer.
1461
1462         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1463         buffer after being called.  It's apparently being killed by url.el, and
1464         killing it made point move to end-of-buffer in a random buffer.
1465
1466         * shr.el (shr-image-fetched): Ditto.
1467
1468 2011-01-23  Julien Danjou  <julien@danjou.info>
1469
1470         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1471
1472         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1473         text/x-org.
1474
1475 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1476
1477         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1478         (i.e., nnimap) returning nil as the article number.
1479
1480 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1481
1482         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1483         "DelSp" parameter in RFC3676.
1484
1485 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1486
1487         * message.el (message-check-recipients): Display the encoded version of
1488         the bogus address if they differ.
1489
1490         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1491         after sending.
1492
1493         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1494
1495         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1496
1497         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1498         group buffer after sending the queue.
1499
1500         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1501
1502 2011-01-22  Julien Danjou  <julien@danjou.info>
1503
1504         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1505
1506 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1507
1508         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1509         nested related parts.
1510
1511         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1512         unexpired articles.  This fixes the regression that led expiry marks to
1513         disappear from nnfolder groups.
1514
1515 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1516
1517         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1518         Don't confuse the "ret" of "retrograde" with RET.
1519
1520 2011-01-21  Julien Danjou  <julien@danjou.info>
1521
1522         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1523         than mm-insert-inline.
1524
1525 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1528         Widen article buffer.
1529
1530 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1531
1532         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1533         the temp buffer.
1534         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1535
1536 2011-01-20  Julien Danjou  <julien@danjou.info>
1537
1538         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1539
1540         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1541         than mm-insert-inline to insert inline part: this respect
1542         mm-inline-media-tests displayers.
1543
1544         * mm-view.el (mm-display-shell-script-inline): New function.
1545
1546         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1547
1548         * mm-uu.el (mm-uu-type-alist): Add org block.
1549         (mm-uu-org-src-code-block-extract): New function.
1550
1551         * mm-view.el (mm-display-org-inline): New function.
1552
1553         * mm-decode.el (mm-automatic-display): Add text/org.
1554
1555         * mailcap.el (mailcap-mime-extensions): Add .org.
1556
1557 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1560         gnus-article-add-buttons.
1561
1562 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1563
1564         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1565         From header with a date and "nobody" as the sender.
1566
1567 2011-01-19  Julien Danjou  <julien@danjou.info>
1568
1569         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1570         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1571         if you have the same regexp several times.
1572         (gnus-button-push): Fix matching when regexp is symbol.
1573
1574 2011-01-15  Glenn Morris  <rgm@gnu.org>
1575
1576         * message.el (message-mail): A compose-mail function should
1577         accept headers as strings.
1578
1579 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1580
1581         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1582         Add :vert-only tags.
1583         (message-mail): New arg RETURN-ACTION.
1584         (message-return-action): New var.
1585         (message-bury): Use it.
1586         (message-mode): Make it buffer-local.
1587         (message-send-and-exit): Always call message-bury.
1588
1589         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1590         message-mail.
1591
1592 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * nnimap.el (nnimap-convert-partial-article): Protect against
1595         zero-length body parts.
1596
1597         * mm-decode.el (mm-preferred-alternative-precedence):
1598         Discourage showing empty parts.
1599
1600         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1601         and stuff if the backend didn't return the article number.  This fixes
1602         an Exchange-related nnimap bug.
1603
1604         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1605         group window, because it does the wrong thing when a separate frame
1606         displays the group buffer.
1607
1608         * proto-stream.el (open-protocol-stream): Protect against the low-level
1609         transport functions returning nil.
1610
1611 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1612
1613         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1614         (mml2015-epg-find-usable-secret-key): New function.
1615         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1616         mml2015-epg-find-usable-key (Bug#7797).
1617         (mml2015-epg-encrypt): Ditto.
1618
1619 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * dgnushack.el (rot13-string): Fix the way to get the argument.
1622
1623 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1626
1627 2011-01-03  Glenn Morris  <rgm@gnu.org>
1628
1629         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1630
1631         * sieve.el (sieve-open-server): Give a more explicit error if
1632         sieve-manage-open returns nil.  (Bug#7720)
1633
1634 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1635
1636         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1637
1638 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1641         This avoids sending passwords in plain text over non-encrypted
1642         channels.
1643
1644         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1645
1646         * nnimap.el (nnimap-login): Refactored out into own function, and
1647         implement CRAM-MD5.
1648         (nnimap-wait-for-line): Refactored out.
1649
1650         * mm-view.el (mml-smime): Require.
1651
1652 2010-12-20  David Engster  <deng@eml.cc>
1653
1654         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1655         use EPG to decrypt S/MIME messages instead of openssl.
1656
1657 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1660
1661         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1662         status is the group clearly is unreachable.
1663
1664         * auth-source.el (auth-source-create): Add the optional second
1665         parameter to `local-variable-p' to be compatible with XEmacs.
1666
1667 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1668
1669         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1670         work when using a compressed nnml folder.
1671
1672 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1675         backends after sanitising on entry, because this never makes sense:
1676         If the articles have gone missing, then the data no longer exists on
1677         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1678         overwrite anything anyway.
1679
1680         * shr.el (shr-insert-document): Bind shr-width dynamically to
1681         window-width if it's nil.
1682
1683 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1684
1685         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1686         with the meaning of using the full emacs window width for rendering.
1687
1688 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1689
1690         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1691         case when sender is not given.
1692
1693 2010-12-23  Julien Danjou  <julien@danjou.info>
1694
1695         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1696         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1697         the addresses, otherwise we might misplaced the gravatar.
1698
1699 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1700
1701         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1702         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1703         obsolete in Emacs.
1704
1705 2010-12-20  Julien Danjou  <julien@danjou.info>
1706
1707         * gnus-util.el (gnus-rescale-image): Revert last change.
1708
1709 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1710
1711         * binhex.el: Improve commentary (Bug#7482).
1712
1713 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * gnus-group.el (gnus-group-delete-articles): New command.
1716
1717 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1718
1719         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1720
1721 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1724         here, since it's up to the backends to do CRLF removal if their
1725         protocol has it.
1726
1727         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1728
1729 2010-12-17  Julien Danjou  <julien@danjou.info>
1730
1731         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1732         they are from file. Can also scale up.
1733
1734 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1735
1736         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1737         gnus-use-agent.
1738         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1739
1740         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1741
1742 2010-12-17  Julien Danjou  <julien@danjou.info>
1743
1744         * gravatar.el (gravatar-retrieve-synchronously): New function.
1745         (gravatar-get-data): Make more robust.
1746
1747 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1750
1751 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1754         to really consider the last line.
1755
1756 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1757
1758         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1759         list of recipient keys, or use symmetric encryption if not a list.
1760         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1761         EPA override, replacing the call to `netrc-store-data'.
1762
1763 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1764
1765         * gnus-srvr.el: Avoid passing nil regexp argument to
1766         delete-matching-lines.
1767
1768 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1771         fetching stops when Gnus exits.
1772
1773         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1774         function.
1775         (nnfolder-request-expire-articles): Save all the buffers after doing
1776         expiry.
1777
1778         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1779         the last article", since that led to serious performance regressions
1780         when expiring nnml groups.
1781
1782 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1783
1784         * nnir.el: Improve customizations.
1785
1786 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1789
1790         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1791         group has been killed.
1792         (gnus-group-yank-group): Ditto.
1793
1794         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1795
1796         * nnimap.el (nnimap-request-update-group-status): New function.
1797
1798         * gnus-int.el (gnus-request-update-group-status): New interface
1799         function.
1800
1801         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1802         copying read-ness to the backends.
1803
1804         * nnimap.el (nnimap-quirk): New function.
1805         (nnimap-retrieve-group-data-early): Use it.
1806         (nnimap-quirks): New alist.
1807
1808 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1811         don't delete it within indentation.
1812
1813 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1816         previous line.
1817
1818 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1821         QRESYNC command by deleting a superfluous space which broke Cyrus
1822         servers.  This change will break other servers that are buggy the other
1823         way around.
1824
1825 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1826
1827         * spam.el: Reindent and fix long lines.
1828         (spam-copy-or-move-routine): Exclude invalid move destinations.
1829
1830 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1833         installed the registry.
1834
1835 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1838
1839 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1840
1841         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1842         groupname doesn't contain "gmane".
1843
1844 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1847         and netrc-bound-and-true-p bindings.
1848         (netrc-parse): Cache the netrc contents.
1849
1850         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1851         (gnus-1): Don't create the nndrafts group twice.
1852         (gnus-setup-news): There's no need to read the active file here, since
1853         that's done again later on a per-backend basis.
1854         (gnus-start-draft-setup): Make sure that the new group is started out
1855         empty.
1856
1857         * gnus-agent.el (gnus-agentize): Don't create the queue group
1858         automatically on startup.  It'll be created later, if needed.
1859
1860         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1861         of automatically subscribed groups.
1862         (gnus-auto-subscribed-categories): New variable.
1863         (gnus-matches-options-n): Use it.
1864         (gnus-default-subscribed-newsgroups): Remove unused variable.
1865         (gnus-start-draft-setup): Message a bit less.
1866
1867 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1868
1869         * nnir.el (nnir-run-imap): Return article list in order of increasing
1870         UID.
1871
1872 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * gnus-sum.el (gnus-summary-enter-digest-group):
1875         Mention gnus-auto-select-on-ephemeral-exit.
1876
1877         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1878         convention of the network-only option.
1879
1880 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * proto-stream.el (proto-stream-open-network-only): New function to
1883         have a way to specify non-STARTTLS upgrade connections.
1884
1885 2010-12-10  Julien Danjou  <julien@danjou.info>
1886
1887         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1888         email address is nil.
1889
1890         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1891
1892 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1893
1894         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1895         deletion.
1896         (nnir-run-imap): Only need to parse list once.
1897
1898 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * shr.el (shr-tag-script): Ignore <script>.
1901         (shr-tag-label): Add <label> support.
1902
1903 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1906
1907         * shr.el (shr-image-displayer): Work for images lined side by side.
1908
1909 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1910
1911         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1912         parameter, since XEmacs doesn't accept t as a parameter.
1913
1914 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1915
1916         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1917         ids.
1918         (nnir-run-gmane): Simplify groupspec formatting.
1919         (nnir-request-expire-articles): New function.
1920
1921 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1924         overflow, possibly.
1925
1926         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1927         (shr-render-td): Handle td style="" better.
1928         (shr-tag-table): Use the color from the style sheet.
1929         (shr-render-td): Make sure we copy over all the overlays, too.
1930
1931 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1932
1933         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1934         (nnir-request-article): Improve article retrieval.
1935
1936 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * mm-util.el (mm-extra-numeric-entities): New variable.
1939
1940         * mm-url.el (mm-url-decode-entities):
1941         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1942
1943         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1944
1945 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1946
1947         * message.el: Use completion-at-point.
1948         (message-completion-function): New fun, extracted from message-tab.
1949         (message-mode): Use it for completion-at-point-functions.
1950         (message-tab): Use it and completion-at-point.
1951
1952 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1955         character if a non-breakable character follows.
1956
1957 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1960         any stream.
1961
1962         * shr.el (shr-tag-font): Colorize the region.
1963         (shr-tag-body): Ditto.
1964         (shr-tag-font): Actually let the styles be inherited instead of
1965         overwriting them.
1966         (shr-tag-font): Get the background color right.
1967         (shr-tag-style): Ignore all <style> tags for the moment.
1968
1969         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1970         a Message-ID to avoid having nnimap depend on gnus-sum.
1971
1972         * shr.el (shr-descend): Only colorize something if we have a node that
1973         sets colors.
1974
1975 2010-12-06  Julien Danjou  <julien@danjou.info>
1976
1977         * shr.el (shr-render-td): Render td content with shr-descend, so style
1978         will be applied to <td> too.
1979         (shr-colorize-region): Colorize region even if we only have a background.
1980         (shr-tag-body): Fix color and background color inheritance.
1981         Do not recolorize after shr-generic.
1982         (shr-tag-font): Let shr-generic colorize via inheritance.
1983
1984 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1987
1988 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1989
1990         * nnir.el (nnir-request-move-article): Remove obsolete code.
1991
1992 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1995
1996 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * gnus-sum.el (gnus-summary-respool-article): The completion function
1999         expects a list instead of an alist.
2000
2001         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2002         string as the parameter.
2003
2004         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2005
2006         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2007         styles.
2008         (shr-colorize-region): New function.
2009         (shr-insert-background-overlay): Remove.
2010         (shr-render-td): Background setting should be taken care of on a higher
2011         level.
2012         (shr-tag-body): Use post-hoc colorizations.
2013         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2014         (shr-put-color-1): Don't overwrite old colors.
2015         (shr-colorize-region): When the background color isn't explicit, use
2016         a fixed background.
2017
2018         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2019         nnmail variables.
2020
2021 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2022
2023         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2024         unless necessary.
2025
2026 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2027
2028         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2029         server.
2030
2031 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2034         so that TAB works.
2035
2036         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2037         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2038
2039         * shr.el (shr-urlify): Show the URL before the title to avoid
2040         misleading URLs.
2041
2042 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2043
2044         * shr.el (shr-urlify): Display the title in <a> tags.
2045
2046 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2047
2048         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2049
2050 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2051
2052         * nnir.el: Rearrange code to allow macros to be autoloaded by
2053         gnus-sum.el.
2054         (nnir-retrieve-headers-override-function): Make this variable
2055         customizable.
2056         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2057
2058         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2059         from nnir.el.
2060
2061 2010-12-03  Julien Danjou  <julien@danjou.info>
2062
2063         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2064
2065 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2068         allow optional argument `environment'.
2069
2070 2010-12-03  Glenn Morris  <rgm@gnu.org>
2071
2072         * mm-extern.el (message-goto-body): Update declaration.
2073
2074 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-util.el (gnus-macroexpand-all): New function.
2077
2078         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2079         instead of macroexpand-all that is unavailable in XEmacs.
2080
2081 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2082
2083         * nnir.el (nnir-summary-line-format): New variable.
2084         (nnir-mode): Use it.
2085         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2086         (nnir-article-ids): Reimplement as defsubst.
2087         (nnir-retrieve-headers): Don't mangle the subject header.
2088         (nnir-run-imap): Use 100 as RSV score.
2089         (nnir-run-find-grep): Fix for full server searching.
2090         (nnir-run-gmane): Better restriction to gmane groups.
2091
2092         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2093         summary buffers.
2094
2095 2010-12-02  Julien Danjou  <julien@danjou.info>
2096
2097         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2098
2099         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2100
2101         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2102         support.
2103
2104 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2105
2106         * nnir.el: Update to handle the registry better.
2107         (autoload): Silence byte-compiler.
2108         (nnir-open-server): Add a hook for nnir groups.
2109         (nnir-request-move-article): Don't mangle the header. Better to use
2110         formating variables (which will be added in the future).
2111         (nnir-registry-action): Update the registry using the original article
2112         group name.
2113         (nnir-mode): Install nnir-specific hooks for updating the registry.
2114
2115         * gnus-sum.el
2116         (gnus-article-original-subject,gnus-newsgroup-original-name):
2117         Remove obsolete variables.
2118         (gnus-summary-move-article): Remove use of obsolete variables.
2119         (gnus-summary-local-variables): Make move and delete hooks local to
2120         summary buffers.
2121
2122 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * rtree.el: New file.
2125
2126 2010-12-01  Julien Danjou  <julien@danjou.info>
2127
2128         * message.el (message-user-organization): Do not use
2129         gnus-local-organization.
2130
2131         * gnus.el: Remove gnus-local-organization.
2132
2133         * gnus-msg.el: Remove nastygram thing.
2134
2135 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2136
2137         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2138         funcall.
2139
2140 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2143         names.
2144
2145         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2146         characters.
2147
2148         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2149         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2150         Suggested by Štěpán Němec <stepnem@gmail.com>.
2151         (gnus-gravatar-transform-address): Use mail-extract-address-components
2152         that supports non-ASCII names rather than mail-header-parse-addresses.
2153
2154 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * proto-stream.el (open-protocol-stream): All starttls connections are
2157         handled by the network handler.
2158
2159 2010-11-30  Julien Danjou  <julien@danjou.info>
2160
2161         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2162         (nnimap-open-connection-1): Fix PREAUTH.
2163
2164         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2165
2166 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2169         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2170         (shr-insert): Use them.
2171         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2172
2173 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2174
2175         * nnir.el (nnir-request-move-article): Bail out if original group
2176         doesn't support article moves.
2177         (nnir-get-active): Improve active list retrieval.
2178
2179 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2182
2183 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2184
2185         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2186         seem to accept strings-with-numbers as port numbers,
2187
2188 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2189
2190         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2191         change the registry.
2192
2193 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2196         delete-dups that is not available in XEmacs 21.4.
2197
2198         * mm-util.el (mm-delete-duplicates): Add comment.
2199
2200 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2201
2202         * nnir.el (nnir-ignored-newsgroups): New variable.
2203         (nnir-get-active): Use it.
2204
2205 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * proto-stream.el (proto-stream-open-network): Add some comments.
2208
2209         * nntp.el (nntp-open-connection): Provide a :success condition.
2210
2211         * nnimap.el (nnimap-open-connection-1): Ditto.
2212
2213         * proto-stream.el (proto-stream-open-network): See what the response to
2214         the STARTTLS command is.
2215
2216         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2217         backwards compatibility).
2218         (nnimap-open-connection-1): Really respect nnimap-server-port.
2219
2220         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2221         TLS upgrades we don't really care about the identity of the peer.
2222         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2223         that what we've checked for.
2224         (proto-stream-always-use-starttls): Only default to t if
2225         open-gnutls-stream exists.
2226         (proto-stream-open-network): If STARTTLS failed, then just open a
2227         normal connection.
2228         (proto-stream-open-network): Wait until the greeting before doing
2229         STARTTLS.
2230
2231         * nntp.el (nntp-open-connection): Report what the connection error is.
2232
2233         * proto-stream.el (open-protocol-stream): Rename from
2234         open-proto-stream.
2235
2236 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * nnimap.el (nnimap-stream): Change default to `undecided'.
2239         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2240         first, and then network.
2241         (nnimap-open-connection-1): Respect nnimap-server-port.
2242         (nnimap-open-connection): Be more backwards-compatible.
2243
2244         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2245         (proto-stream-open-starttls): De-duplicate the starttls code.
2246         (proto-stream-open-starttls): Folded back into the main function.
2247         (proto-stream-open-network): Fix typo in the gnutls path.
2248         (proto-stream-command): Refactor out.
2249
2250         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2251
2252         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2253         starttls.el STARTTLS.
2254
2255         * color.el (color-lab->srgb): Fix function call name.
2256
2257         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2258         if we're using tls.el.
2259         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2260         built in, then don't try to establish a STARTTLS connection.
2261
2262         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2263         servers.
2264
2265         * proto-stream.el (open-proto-stream): Use network, not stream.
2266         (open-proto-stream): Add a way to specify what the end of a command is.
2267
2268         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2269         connections types.
2270         (nntp-open-network-stream): Remove.
2271         (nntp-open-ssl-stream): Remove.
2272         (nntp-open-tls-stream): Remove.
2273         (nntp-ssl-program): Remove.
2274
2275         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2276
2277 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2278
2279         * nnir.el: Fix typos.
2280         (nnir-retrieve-headers-override-function): Rename variable to reflect
2281         new semantics.
2282         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2283         macros.
2284         (nnir-request-article, nnir-request-move-article): Use them.
2285         (nnir-categorize): New function.
2286         (nnir-run-query): Use it.
2287         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2288         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2289         sorted.
2290         (nnir-group-full-name): Use gnus-group-full-name instead.
2291         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2292         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2293
2294 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2297
2298         * proto-stream.el: New library to provide protocol-specific
2299         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2300         protocols.
2301         (open-proto-stream): Complete the documentation.
2302         (proto-stream-open-network): Fix some typos.
2303
2304         * nnimap.el (nnimap-open-connection): Use it.
2305
2306 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2307
2308         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2309         negotiation.
2310
2311 2010-11-26  Julien Danjou  <julien@danjou.info>
2312
2313         * color.el: Rename various rgb functions to srgb.
2314
2315 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2318         names.
2319
2320 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * shr.el (shr-insert): Revert last change.
2323         (shr-find-fill-point): Never leave point being at bol;
2324         relax the kinsoku limitation when rendering tables.
2325
2326 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2329         results from -accept-article.
2330
2331         * shr-color.el: Require cl when compiling.
2332
2333         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2334         checkin.
2335
2336         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2337
2338         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2339
2340         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2341         'add and 'delete to set backend marks.
2342
2343         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2344
2345         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2346
2347         * nntp.el (nntp-request-set-mark): Use it.
2348
2349         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2350
2351         * nnml.el (nnml-request-set-mark): Ditto.
2352
2353         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2354         introduces regressions in article selection.
2355         (nnimap-find-uid-response): New function.
2356         (nnimap-request-accept-article): Use the UID returned, if any.
2357         (nnimap-request-move-article): Use the UID returned, if any.
2358         (nnimap-get-groups): Reimplement to work with folded lines.
2359         (nnimap-find-uid-response): The UID is the last element in the list.
2360         (nnimap-request-set-mark): Extend syntax with 'set.
2361
2362         * nnml.el (nnml-request-set-mark): Ditto.
2363
2364         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2365
2366         * nntp.el (nntp-request-set-mark): Ditto.
2367
2368 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * message.el (message-called-interactively-p): A temporary macro.
2371         (message-goto-body): Use it temporarily.
2372
2373 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2376         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2377         (nnimap-last-response-string): Fix last unfolding fix.
2378
2379 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * shr.el (shr-insert): Fix the way to fold lines.
2382
2383 2010-11-25  Julien Danjou  <julien@danjou.info>
2384
2385         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2386
2387         * color.el: Rename from color-lab.el
2388         (color-rgb->hex): Add.
2389         (color-complement): Add.
2390         (color-complement-hex): Add.
2391
2392         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2393
2394 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2397         don't exist.
2398
2399 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2402         assuming that article displaying or another mml-preview may be
2403         interrupted for an error or for the like.
2404
2405         * shr.el (shr-get-background): Fix argument name.
2406
2407 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2410
2411         * gnus-sum.el (gnus-summary-include-articles): New function.
2412
2413         * message.el (message-goto-body): called-interactively-p needs a
2414         parameter, so use `any'.
2415
2416         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2417         clear marks before moving, since they're synced from the Gnus side
2418         first.
2419
2420         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2421         (gnus-summary-move-article): Copy over all marks before moving, so that
2422         IMAP doesn't think a new article has arrived.
2423
2424 2010-11-24  Julien Danjou  <julien@danjou.info>
2425
2426         * shr.el (shr-insert-background-overlay): Fix typo.
2427         (shr-render-td): Copy the background before rendering.
2428
2429         * shr-color.el (shr-color-visible): Fix docstring.
2430
2431         * shr.el (shr-tag-table): Add bgcolor support.
2432         (shr-render-td): Add bgcolor support.
2433         (shr-get-background): Add.
2434         (shr-insert-foreground-overlay): Use shr-get-background.
2435
2436         * message.el (message-goto-body): Use called-interactively-p.
2437         (message-in-body-p): message-goto-body returns point.
2438
2439 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2442         Fixes something or other in Emacs 23, and is backwards compatible.
2443
2444         * message.el (message-goto-body): Remove the <#secure special-casing,
2445         which is too special.
2446
2447         * shr.el (shr-parse-style): Drop !important from styles.
2448
2449 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2450
2451         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2452         this function to return incorrect results when calling it with an
2453         explicit article argument different from
2454         (gnus-summary-article-number).
2455
2456 2010-11-24  Julien Danjou  <julien@danjou.info>
2457
2458         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2459         (shr-tag-body): Add background support.
2460         (shr-descend): Add background support.
2461         (shr-tag-title): Add.
2462
2463         * shr-color.el (shr-color-visible): Really return original background
2464         if fixed.
2465
2466 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * shr.el (shr-color-check): Protect against non-existent colour names.
2469
2470 2010-11-24  Julien Danjou  <julien@danjou.info>
2471
2472         * color-lab.el: Require 'cl when compiling.
2473
2474         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2475
2476         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2477         matched part.
2478
2479         * color-lab.el: Fix all expt calls to use float type.
2480
2481 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2484         expression to shr-color-check as is.
2485
2486         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2487
2488         * color-lab.el: Add coding cookie.
2489         (float-pi): Use eval-and-compile.
2490
2491         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2492         compiled for Emacsen having no `libxml-parse-html-region' support.
2493
2494 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * shr.el (shr-insert-color-overlay): Split stuff like
2497         "#444444 !important" to find the real colour.
2498         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2499         parse <font color="red"> entries.
2500
2501 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2502
2503         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2504         point when parsing headers.
2505
2506         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2507         is positioned properly when parsing headers.
2508
2509 2010-11-23  Julien Danjou  <julien@danjou.info>
2510
2511         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2512
2513         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2514
2515         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2516
2517         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2518         Use shr-color-hue-to-rgb.
2519         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2520
2521 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * shr.el (shr-color->hexadecimal): Autoload.
2524         (shr-descend): Add color to all tags.
2525
2526 2010-11-22  Julien Danjou  <julien@danjou.info>
2527
2528         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2529         shr-color->hexadecimal.
2530
2531         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2532         RGB() or HSL() color representation.
2533
2534         * shr.el (shr-tag-font): Add.
2535         (shr-tag-color-check): New function to get better colors.
2536         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2537         tag-span.
2538
2539         * shr-color.el: New file.
2540
2541         * color-lab.el: New file.
2542
2543         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2544
2545 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2546
2547         * nnir.el: Fix typo in comments.
2548         (nnir-run-imap): Simplify code. No need to reverse artlist.
2549         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2550
2551 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2554
2555         * nnimap.el (nnimap-get-capabilities): Refactor out.
2556         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2557
2558 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2559
2560         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2561         appearing when `mm-uu-hide-markers' is nil.
2562
2563 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * nnimap.el (nnimap-unselect-group): Make into its own function.
2566         (nnimap-request-rename-group): Unselect group before renaming.
2567         This had gotten lost somewhere.
2568         (nnimap-request-accept-article): Keep track of examined groups, and
2569         unselect the group before APPENDing to read-only groups.
2570         (nnimap-request-move-article): Clear flags before moving so that they
2571         can be re-set later.
2572
2573 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2576         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2577
2578 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-art.el (gnus-mime-display-single)
2581         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2582         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2583         parameter.
2584
2585 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2588         (shr-table-vertical-line): New variable.
2589         (shr-insert-table): Use it.
2590
2591 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * gnus-html.el (gnus-html-wash-images): Don't display images if
2594         gnus-inhibit-images is non-nil; register displayer for cid images.
2595         (gnus-html-display-image): Work for cid image.
2596         (gnus-html-insert-image): Allow arguments.
2597         (gnus-html-put-image): Inhibit read-only.
2598         (gnus-html-prefetch-images): Don't prefetch images if
2599         gnus-inhibit-images is non-nil.
2600
2601 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * shr.el (shr-put-image): Break lines when inserting big pictures.
2604
2605 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2606
2607         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2608         sender, thanks Katsumi Yamaoka.
2609
2610 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2611
2612         * nnir.el (nnir-run-imap): Reverse the article list for each group
2613         rather than the whole list.
2614
2615 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * shr.el (shr-image-displayer): Protect function against non-existent
2618         image source.
2619
2620         * gnus-art.el (gnus-inhibit-images): New user option.
2621         (gnus-mime-display-single): Don't display image if it is non-nil.
2622
2623         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2624         gnus-inhibit-images.
2625
2626         * shr.el (shr-image-displayer): New function.
2627         (shr-tag-img): Use it.
2628
2629 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2630
2631         * mml2015.el (mml2015-epg-sign): Use From header.
2632
2633 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2636
2637         * gnus-util.el (gnus-find-text-property-region): Return markers.
2638
2639         * shr.el (shr-tag-img): Put a displayer in the text property.
2640
2641         * gnus-util.el (gnus-find-text-property-region): New utility function.
2642
2643         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2644         (gnus-html-show-images): Remove.
2645
2646         * gnus-art.el (gnus-article-show-images): New, more general function.
2647
2648         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2649         image url text properties.
2650
2651         * shr.el: Ditto.
2652
2653         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2654         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2655
2656 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2659         work for two or more articles.
2660
2661 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2664         divide an image that's in an html article to two or more when washing
2665         non-ASCII characters in alt text of it.
2666
2667 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2670         smime-decrypt-region using function argument.
2671         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2672
2673         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2674
2675         * smime.el (smime-decrypt-region): Catch it.
2676
2677 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2678
2679         * smime.el (smime-mode-map): Move initialization into declaration.
2680         (gnus-run-mode-hooks): Don't autoload.
2681         (smime-mode): Use define-derived-mode.
2682
2683 2010-11-11  Glenn Morris  <rgm@gnu.org>
2684
2685         * smime.el (from): Restrict declaration to XEmacs.
2686
2687         * nnir.el (gnus-group-topic-name): Autoload.
2688
2689 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * shr.el (shr-insert): Don't break long line if it is because of
2692         kinsoku-bol characters in the line end.
2693
2694 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2695
2696         * nnir.el (nnir-request-move-article): Fix to provide original group
2697         and subject.
2698         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2699         been retrieved.
2700
2701         * gnus-sum.el (gnus-summary-move-article): Use original group and
2702         subject for virtual articles such as those in an nnir summary buffer.
2703
2704 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2707         least 21.5).
2708
2709         * smime.el (from): Declare it again for XEmacs.
2710
2711 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * message.el (message-resend): Don't disable encoding unless it's
2714         already encoded.
2715
2716         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2717         low-numbered articles.
2718
2719 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * rfc2047.el (rfc2047-syntax-table): Simplify.
2722
2723         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2724
2725         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2726         set-char-table-range for XEmacs.
2727
2728 2010-11-10  Glenn Morris  <rgm@gnu.org>
2729
2730         * time-date.el (time-to-seconds): Always an alias on Emacs,
2731         never a real function.
2732         (with-no-warnings): Remove compat stub, now unused.
2733         (time-less-p): Doc fix.
2734         (time-to-number-of-days): Simplify.
2735
2736         * smime.el (from): Remove unused declaration.
2737
2738         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2739         (gnus-float-time): On Emacs, always an alias.
2740
2741         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2742         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2743
2744 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * dgnushack.el: Don't use ignore-errors in the top level form since it
2747         is unavailable in XEmacs even if cl is loaded.
2748
2749         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2750
2751 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * shr.el (browse-url-mailto): Autoload.
2754
2755         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2756
2757         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2758         regexp doesn't need quoting.
2759
2760 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2761
2762         * message.el (message-subject-trailing-was-ask-regexp)
2763         (message-subject-trailing-was-regexp): Match was: in addition to was.
2764
2765 2010-11-09  Glenn Morris  <rgm@gnu.org>
2766
2767         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2768         (nnbabyl-check-mbox): Use point-at-bol.
2769
2770 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2773
2774         * message.el (message-mailto): New function.
2775         (message-mailto): Should accept other parameters.
2776         (message-mailto): Remove since it duplicates browse-url-mailto
2777         functionality.
2778
2779 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2782         methods.
2783         (gnus-read-active-file): Ditto.
2784
2785         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2786         ": " from the prompt.
2787         (gnus-group-make-group): Ditto.
2788
2789 2010-11-07  Glenn Morris  <rgm@gnu.org>
2790
2791         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2792         (gnus-bookmark-kill-line): Use point-at-eol.
2793
2794 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2797         asterisks in From header.
2798
2799 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2802         string to avoid making the From headers syntactically invalid.
2803
2804         * message.el (message-send-mail): Don't insert courtesy messages if the
2805         message already has List-Post and List-ID messages.
2806
2807 2010-11-06  Glenn Morris  <rgm@gnu.org>
2808
2809         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2810         `condition', `type', `length' a prefix.
2811         (gnus-treat-predicate): Update for above name changes.
2812
2813 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2814
2815         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2816         binding.  Handled by `gnus-summary-refer-thread' instead.
2817         (nnir-warp-to-article): New backend function.
2818
2819         * nnimap.el (nnimap-request-thread): Force dependency updating.
2820
2821         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2822         (gnus-summary-refer-thread): Rework to improve thread-referral.
2823
2824         * gnus-int.el (gnus-warp-to-article): New function.
2825
2826         * gnus-sum.el (gnus-summary-article-map): Bind it.
2827
2828 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2829
2830         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2831         gnus-summary-refer-thread.
2832
2833         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2834         headers.
2835         (gnus-summary-limit-include-thread): Prevent articles in thread from
2836         being cut in gnus-cut-threads.
2837         (gnus-summary-refer-thread): Limit retrieved headers to those in
2838         thread.
2839
2840 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * message.el (message-send-mail): Use the value of
2843         message-courtesy-message from the message buffer.
2844
2845         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2846
2847         * shr.el (shr-browse-url): Implement mailto: URLs.
2848
2849         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2850         "raw".
2851
2852         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2853         if it's already selected.
2854
2855         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2856
2857 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2860         to measure the length and truncate alt text.
2861
2862 2010-11-03  Glenn Morris  <rgm@gnu.org>
2863
2864         * nndiary.el (nndiary-generate-nov-databases-1)
2865         (nndiary-generate-active-info): Rename dynamic variable `files' to
2866         something less generic.
2867
2868 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2869
2870         * nnir.el (nnir-request-move-article): Call the underlying backend to
2871         move articles from nnir.
2872
2873 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2876
2877 2010-11-02  Julien Danjou  <julien@danjou.info>
2878
2879         * nnir.el: Remove wais support.
2880
2881 2010-11-02  Glenn Morris  <rgm@gnu.org>
2882
2883         * gnus-html.el: Reorder requirements to quieten compiler.
2884
2885 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2888         properly for XEmacs as well.
2889         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2890         (gnus-article-natural-long-line-p): Use window-width rather than
2891         frame-width.
2892
2893 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2894
2895         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2896         (nnir-read-parms): Don't modify query.
2897         (nnir-run-query): Add ability to search topic on current line.
2898         (nnir-get-active): Clean up.
2899
2900 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2903         degenerate articles.
2904
2905         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2906         (gnus-print-buffer): Just print the buffer as is, without any copying
2907         to a buffer and then re-highlighting.
2908
2909         * nnimap.el (nnimap-request-group): Store the new updated info.
2910         (nnimap-request-group): Select the group when we don't know whether it
2911         exists or not.
2912
2913         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2914         groups.
2915
2916         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2917         groups.
2918
2919         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2920         groups.
2921
2922         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2923         long-lines case by only filling the long lines.
2924
2925         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2926         (bug #7311).
2927
2928 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * shr.el: No need to declare `declare-function' since shr.el is for
2931         only Emacsen that provide `libxml-parse-html-region'.
2932
2933         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2934         effective only in a file it is referred to.
2935
2936 2010-11-01  Glenn Morris  <rgm@gnu.org>
2937
2938         * mm-util.el (gnus-completing-read): Autoload.
2939         (mm-read-coding-system): Simplify Emacs definition.
2940
2941         * nnmail.el (gnus-activate-group):
2942         * nnimap.el (gnutls-negotiate):
2943         * nntp.el (netrc-parse): Fix declarations.
2944
2945 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2948         string-match-p in Emacs >=23.
2949
2950         * gnus-msg.el (gnus-configure-posting-styles)
2951         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2952
2953 2010-11-01  Glenn Morris  <rgm@gnu.org>
2954
2955         * nnir.el (declare-function): Add compat stub.
2956         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2957         (nnir-run-gmane): Require 'mm-url.
2958
2959         * mm-util.el (mm-string-to-multibyte): Simplify.
2960
2961         * shr.el (declare-function): Add compat stub.
2962         (url-cache-create-filename): Declare.
2963         (mm-disable-multibyte, widget-convert-button): Autoload.
2964
2965         * smime.el (ldap-search): Declare.
2966         (smime-cert-by-ldap-1): Require ldap on Emacs.
2967
2968         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2969         (nnimap-keepalive): Use gnus-float-time.
2970
2971         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2972         (mail-source-delete-crash-box): Use gnus-float-time.
2973
2974         * gnus-dired.el (gnus-completing-read): Autoload.
2975
2976         * mm-view.el (gnus-rescale-image): Autoload.
2977
2978         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2979
2980         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2981
2982         * sieve-manage.el: Require 'cl when compiling.
2983
2984         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2985         (gnus-iswitchb-completing-read): Require iswitchb.
2986         (gnus-select-frame-set-input-focus): Silence compiler.
2987
2988 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * message.el (message-subject-trailing-was-query): Change default to t,
2991         since I think that's what most people want.
2992
2993         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2994         appending for easier debugging.
2995         (nnimap-wait-for-connection): Take a regexp.
2996         (nnimap-request-accept-article): Wait for the continuation line before
2997         sending anything unless we're streaming.
2998
2999         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3000         leave the header washing to take place.
3001
3002 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3003
3004         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3005         regular expression match and replace in posting styles.
3006
3007 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3008
3009         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3010         an entire server.
3011         (nnir-get-active): New function.
3012         (nnir-run-imap): Use it.
3013         (nnir-run-gmane): Who knew, gmane search returns an article score!
3014
3015         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3016         server on the current line with nnir.
3017
3018 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3021         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3022         left edge.
3023         (gnus-article-foldable-buffer): Skip past the prefix when determining
3024         raggedness.
3025
3026         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3027         the raw article, and change `C-u g' to show the article without doing
3028         treatments.
3029
3030         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3031         on to `gnus-treat-article'.
3032         (gnus-inhibit-article-treatments): New variable.
3033
3034         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3035
3036         * gnus-art.el (gnus-treatment-function-alist): Have
3037         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3038         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3039         sections.
3040
3041         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3042         parameter.
3043         (gnus-article-fill-cited-long-lines): New function.
3044         (gnus-article-fill-cited-article): Allow filling only long sections.
3045
3046         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3047         and non-punctuation (like after the apostrophe in "'We").
3048
3049         * gnus-sum.el (gnus-summary-select-article): Make sure
3050         gnus-original-article-buffer is alive.
3051
3052         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3053         reflect the order they're in in the digest.
3054
3055         * gnus.el (gnus-group-startup-message): Move point to the start of the
3056         buffer.
3057
3058         * nnimap.el (nnimap-capability): New function.
3059         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3060         is set.
3061
3062 2010-10-31  David Engster  <dengste@eml.cc>
3063
3064         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3065         conform with changes to gnus-completing-read.
3066
3067 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3070
3071 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3072
3073         * nnir.el: Move defvar, defcustom around to keep file organized
3074         and keep byte-compiler quiet.
3075         (nnir-read-parms): Accept search-engine as arg.
3076         (nnir-run-query): Pass search-engine as arg.
3077         (nnir-search-engine): Remove.
3078
3079 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080
3081         * shr.el (shr-generic): The text nodes should be text, not :text.
3082
3083         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3084         later in the file.
3085
3086 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3087
3088         * nnir.el: General clean up.  Allow searching with multiple engines.
3089         Allow separate extra-parameters for each engine.
3090         Batch queries when possible.
3091         (nnir-imap-default-search-key,nnir-method-default-engines):
3092         Add customize interface.
3093         (nnir-run-gmane): New engine.
3094         (nnir-engines): Use it.  Qualify all prompts with engine name.
3095         (nnir-search-engine): Remove global variable.
3096         (nnir-run-hyrex): Restore for now.
3097         (nnir-extra-parms,nnir-search-history): New variables.
3098         (gnus-group-make-nnir-group): Use them.
3099         (nnir-group-server): Remove in favor of gnus-group-server.
3100         (nnir-request-group): Avoid searching twice.
3101         (nnir-sort-groups-by-server): New function.
3102
3103 2010-10-30  Julien Danjou  <julien@danjou.info>
3104
3105         * gnus-group.el: Remove gnus-group-fetch-control.
3106
3107         * gnus-start.el (gnus-find-new-newsgroups):
3108         Remove gnus-check-first-time-used.
3109
3110         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3111
3112 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3113
3114         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3115         set on groups that don't have \* permanentflags.
3116
3117 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3120         control the background color.
3121         (shr-tag-img): Ignore very small web bug type images.
3122         (shr-put-image): Add help-echo alt texts to the images.
3123         (shr-tag-video): Show the video poster image.
3124
3125 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * shr.el (shr-table-depth): New variable.
3128         (shr-tag-table-1): Only insert the images after the top-level table.
3129
3130         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3131
3132         * gnus-util.el (gnus-list-memq-of-list): New function.
3133
3134         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3135         selected.
3136         (nnimap-unsplittable-articles): New slot.
3137         (nnimap-new-articles): Use it.
3138
3139 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3140
3141         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3142         move to the previous line on `M-g'.
3143
3144 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3147         *-request-group, which seems unnecessary.
3148
3149         * nnimap.el (nnimap-quote-specials): Function copied over from
3150         imap.el.
3151         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3152         they support that.  Suggested by Tom Regner.
3153
3154 2010-10-29  Julien Danjou  <julien@danjou.info>
3155
3156         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3157         defalias.
3158         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3159
3160         * gnus.el: Remove `gnus-nntp-service' variable.
3161         (gnus-secondary-servers): Make obsolete.
3162         (gnus-nntp-server): Make obsolete.
3163
3164         * gnus-start.el (gnus-1): Remove x-splash calls.
3165
3166         * gnus-ems.el (gnus-x-splash): Remove.
3167
3168         * gnus.el (gnus-group-startup-message): Simplify/update code.
3169
3170         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3171         definition.
3172
3173         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3174         capability before doing anything.
3175         (gnus-group-insert-group-line): Remove useless
3176         gnus-group-remove-excess-properties.
3177
3178 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3181
3182 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3185         config after reselecting.
3186
3187 2010-10-28  Julien Danjou  <julien@danjou.info>
3188
3189         * shr.el (shr-put-image): Use point even if only inserting text.
3190         (shr-put-image): Save excursion when inserting alt text on non-graphic
3191         display, so the behaviour is the same when we are on a graphic display.
3192
3193         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3194
3195 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3198         (gnus-mime-copy-part): Check coding system, not charset.
3199         (gnus-mime-view-part-externally): Never remove part.
3200         (gnus-mime-view-part-internally): Don't remove part here.
3201         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3202         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3203         multipart/alternative.
3204
3205         * mm-decode.el (mm-display-part): Take optional arg `force'.
3206
3207 2010-10-26  Julien Danjou  <julien@danjou.info>
3208
3209         * gnus-group.el (gnus-group-default-list-level): Add this function to
3210         compute the default list level.
3211         (gnus-group-default-list-level): Add possibility to use a function.
3212
3213 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3216
3217         * gnus-group.el (gnus-group-completing-read)
3218         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3219         gnus-replace-in-string.
3220
3221 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * shr.el (shr-tag-div): Add.
3224
3225         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3226
3227 2010-10-25  Julien Danjou  <julien@danjou.info>
3228
3229         * gnus-util.el: Remove `gnus-with-local-quit'.
3230
3231         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3232
3233 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3236         the original article buffer.
3237
3238 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * nnimap.el (nnimap-request-head): New function.
3241         (nnimap-request-move-article): Try to be slighly faster by not
3242         requesting the entire message when moving.
3243         (nnimap-transform-headers): Don't bug out on bodiless articles.
3244         (nnimap-send-command): Have no outstanding messages if the IMAP server
3245         doesn't support streaming.
3246         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3247
3248 2010-10-24  Julien Danjou  <julien@danjou.info>
3249
3250         * message.el (message-default-headers): Fix type.
3251
3252 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3255         prefetching images.
3256
3257         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3258         backend for unknown groups.  This is mainly useful for nnimap groups.
3259
3260         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3261         group isn't covered by the agent.
3262
3263 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3264
3265         * nnir.el (nnir-method-default-engines): New variable.
3266         (nnir-run-query): Use it.
3267         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3268         (gnus-summary-nnir-goto-thread): Change group if needed.
3269
3270         * gnus-group.el (gnus-group-group-map): Add key binding for
3271         gnus-group-make-nnir-group.
3272
3273 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * shr.el (shr-tag-object): Add.
3276
3277         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3278         original article buffer live.
3279         (gnus-summary-select-article-buffer):
3280         Mention gnus-widen-article-buffer.
3281
3282 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * shr.el (shr-tag-strong): Add.
3285
3286 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3289         group names.  They mess up the group buffer badly.
3290
3291         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3292
3293         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3294         instead of the summary one.
3295
3296 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * mml.el (mml-preview): Work properly when editing article.
3299
3300         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3301         gnus-have-read-active-file if it's already been in.
3302
3303 2010-10-22  Tom Tromey  <tromey@redhat.com>
3304
3305         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3306         gnus-group-completing-read.
3307
3308 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * message.el (message-mode-map): Don't bind M-; to comment region, to
3311         allow the global comment-dwim to work.
3312
3313 2010-10-21  Julien Danjou  <julien@danjou.info>
3314
3315         * message.el (message-setup-1): Allow message-default-headers to be a
3316         function.
3317
3318 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * shr.el (shr-tag-table): Simplify.
3321
3322 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3325         to avoid trying to snarf invalid stuff.
3326
3327         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3328
3329         * gnus.el (gnus-message-archive-group): Quote value.
3330         (gnus-message-archive-group): Mark as changed.
3331
3332         * shr.el (shr-add-font): Don't put the font properties on the newline
3333         or the indentation.
3334
3335         * message.el (message-fix-before-sending): Change options when sending
3336         non-printable characters.
3337
3338         * gnus.el (gnus-message-archive-method): Change the default to
3339         monthly outgoing groups.
3340
3341         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3342         that have gotten new numbers.
3343
3344         * nnimap.el (nnimap-request-replace-article): New function.
3345
3346 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3349         (nnrss-request-article): Don't use special html washing code.
3350
3351 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * shr.el (shr-tag-table): Remove useless nconc.
3354
3355 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * gnus-art.el (article-wash-html): Simplify and remove the charset
3358         stuff.  Use the normal html rendering code instead of the special html
3359         washing code.
3360
3361         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3362         `gnus-w3m' symbols.
3363         (mm-text-html-washer-alist): Remove.
3364
3365         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3366         (mm-inline-media-tests): Remove use.
3367         (mm-text-html-renderer): Change default to the `shr' symbol.
3368
3369         * mm-view.el (mm-inline-text-html): Remove use.
3370
3371         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3372         `gnus-blocked-images' to be a function.
3373         (gnus-article-wash-function): Remove.
3374
3375 2010-10-20  Julien Danjou  <julien@danjou.info>
3376
3377         * spam.el (spam-list-of-processors): Mark as obsolete.
3378
3379         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3380         (nnimap-insert-partial-structure): Fix boundary detection.
3381
3382 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3383
3384         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3385         run file-truename on remote files.  This can be expensive and even
3386         prevent one from editing drafts if some unrelated buffer has a stale
3387         connection.
3388
3389 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3392         kinsoku-eol regardless of shr-kinsoku-shorten.
3393         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3394         (shr-tag-table): Support caption, thead, and tfoot.
3395
3396 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3399         lines.
3400         (shr-save-contents): New command and keystroke.
3401
3402         * nndoc.el (nndoc-type-alist): Add git support.
3403         (nndoc-git-type-p): New function.
3404         (nndoc-transform-git-article): Ditto.
3405         (nndoc-transform-git-headers): Ditto.
3406         (nndoc-transform-git-headers): Generate Subject headers.
3407
3408         * shr.el (shr-parse-style): New function.
3409         (shr-tag-span): Ditto.
3410
3411         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3412         to `G G' to avoid collisions.
3413
3414 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * shr.el: Load kinsoku if necessary.
3417         (shr-kinsoku-shorten): New internal variable.
3418         (shr-find-fill-point): Make kinsoku shorten text line if
3419         shr-kinsoku-shorten is bound to non-nil.
3420         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3421         shr-indentation too when testing if table is wider than frame width.
3422         (shr-insert-table): Use `string-width' instead of `length' to measure
3423         text width.
3424         (shr-insert-table-ruler): Make sure indentation is done at bol.
3425
3426 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3427
3428         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3429         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3430         undecoded network data.
3431
3432 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3435         name in the mode line spec so that the mode line menu works
3436         (bug #2431).
3437
3438         * message.el (message-get-reply-headers): If we're fed `to-address',
3439         then always use that.
3440
3441         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3442         aren't so wide as to need to switch off the edit menu.
3443
3444         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3445         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3446
3447         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3448         `M-g'.
3449         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3450         the permanent marks.
3451
3452 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3453
3454         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3455         Splitting according to references/in-reply-to obeys the ignore-groups
3456         variable, while splitting by sender and subject do not.
3457
3458 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3459
3460         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3461         alist, so that we can look for non-Unicode chars.
3462         (article-translate-strings): Allow both character and string maps.
3463
3464 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * shr.el (shr-insert): Don't insert space behind a wide character
3467         categorized as kinsoku-bol, or between characters both categorized as
3468         nospace.
3469
3470 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3471
3472         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3473         headers to gnus-newsgroup-headers.
3474
3475 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * shr.el (shr-tag-img): Don't align images -- since we're not
3478         rescaling, this often leads to ugly displays.
3479
3480 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3481
3482         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3483         duplicates.
3484
3485 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3486
3487         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3488         call.
3489
3490 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * gnus.el: Autoload gnus-html-show-images.
3493
3494         * nnimap.el: Use nnheader-message throughout.
3495
3496         * shr.el (shr-tag-img): Ignore images with no data.
3497
3498 2010-10-15  Julien Danjou  <julien@danjou.info>
3499
3500         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3501         a possibility to disable format=flow encoding when using hard newlines.
3502
3503 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * shr.el (shr-insert): Remove space inserted before or after a
3506         breakable character or at the beginning or the end of a line.
3507         (shr-find-fill-point): Do kinsoku; find the second best point or give
3508         it up if there's no breakable point.
3509
3510 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * nnimap.el (nnimap-open-connection): Message when opening connection
3513         for debugging purposes.
3514
3515         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3516         on every setup buffer call to allow this to change from article to
3517         article.
3518
3519         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3520         buffers where we have a wide table.
3521
3522 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3523
3524         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3525         uses *-request-thread.
3526
3527 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3530         incantation, which is no longer valid.
3531
3532 2010-10-14  Julien Danjou  <julien@danjou.info>
3533
3534         * shr.el: Fix defcustom type (char -> character).
3535
3536 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3539         programs.
3540
3541 2010-10-14  Julien Danjou  <julien@danjou.info>
3542
3543         * shr.el (shr-tag-a): Use url-link as widget type.
3544
3545         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3546         `gnus-group-get-icon'.
3547
3548 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3551         This should make server editing work better.
3552
3553         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3554
3555         * tls.el (tls-program): Remove spurious %s from openssl.
3556
3557         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3558         (nnimap-parse-flags): Fix regexp.
3559
3560         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3561         probably work for CJVK text, too.
3562
3563         * nnimap.el (nnimap-extend-tls-programs): Remove.
3564         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3565
3566         * tls.el (tls-starttls-switches): Remove starttls hack.
3567         (open-tls-stream): Ditto.
3568         (tls-find-starttls-argument): Ditto.
3569
3570 2010-10-13  Julien Danjou  <julien@danjou.info>
3571
3572         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3573         responses.
3574
3575 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3578
3579         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3580         anything in Emacs.
3581
3582         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3583
3584 2010-10-13  Julien Danjou  <julien@danjou.info>
3585
3586         * shr.el (shr-width): Make shr-width a defcustom with default to
3587         fill-column.
3588         (shr-tag-img): Use shr-width rather than fill-column.
3589
3590 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * dgnushack.el (byte-optimize-apply)
3593         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3594
3595         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3596         position when (X-)Faces exist.
3597         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3598         avatars when called interactively.
3599
3600 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3603         gnus-article-x-face-too-ugly is bound.
3604
3605 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3608
3609         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3610         mailbox that doesn't exist.
3611
3612 2010-10-12  Julien Danjou  <julien@danjou.info>
3613
3614         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3615         (shr-get-image-data): Encode URL properly when fetching from cache.
3616         (shr-tag-img): Use aligned-to spaces to align correctly images.
3617
3618         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3619         before inserting the Gravatar.
3620
3621         * shr.el (shr-tag-img): Add align attribute support for <img>.
3622
3623 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * gnus-gravatar.el (gnus-art): Require.
3626
3627         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3628         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3629         Remove long obsoleted functions.
3630
3631 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3634
3635         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3636
3637         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3638         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3639         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3640         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3641         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3642         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3643         * sieve-manage.el, smime.el, spam.el:
3644         Fix comment for declare-function.
3645
3646 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * nnimap.el (nnimap-request-rename-group): Select group read-only
3649         before renaming it.
3650
3651         * shr.el (shr-insert): Fix up the white space only regexp.
3652
3653         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3654         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3655
3656         * shr.el (shr-current-column): New function.
3657         (shr-find-fill-point): New function.
3658
3659 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3660
3661         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3662         numbers.
3663
3664 2010-10-11  Julien Danjou  <julien@danjou.info>
3665
3666         * shr.el (shr-hr-line): Add.
3667         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3668         display hr lines.
3669         (shr-max-columns): Do not change state to nil if we just inserting
3670         spaces.
3671
3672 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3675         select the last group.
3676
3677 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3678
3679         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3680
3681 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3682
3683         * dig.el (dig-mode-map): Declare and define in one step.
3684
3685 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3688         for Gnus.
3689         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3690         (nnimap-update-qresync-info): Mark \Seen articles as read.
3691
3692         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3693         non-variable, too.
3694
3695         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3696         available.
3697         (nnimap-update-info): Rely more on the current active than the param
3698         active to avoid marking articles as read too much.
3699
3700         * auth-source.el (auth-source-create): Use (user-login-name) for the
3701         user name default.
3702
3703         * nnimap.el (nnimap-update-info): If the server doesn't return any
3704         useful info, just use the previous info.
3705         (nnimap-update-info): Prefer old info over start-article.
3706         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3707
3708 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3709
3710         * nnir.el (autoload): Clean up autoloads.
3711         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3712         Use key rather than value.
3713         (nnir-imap-search-other): New variable.
3714         (nnir-read-parm): Use it.
3715         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3716         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3717
3718 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3719
3720         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3721         the process, too.
3722
3723 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * spam.el (gnus-summary-mode-map): Bind to "$".
3726         Suggested by Russ Allbery.
3727
3728         * shr.el: Rework the way things are indented by <li> slightly.
3729
3730         * gnus.el (gnus-group-set-parameter): Fix typo.
3731
3732         * nnimap.el: Start implementing QRESYNC support.
3733
3734 2010-10-09  Julien Danjou  <julien@danjou.info>
3735
3736         * nnir.el (nnir-engines): Fix too many arguments.
3737
3738 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3741         group is the "last", so that the backends like nnfolder actually save
3742         their folders.
3743
3744         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3745         try to use that for the tls stream.
3746         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3747         UIDVALIDITY and find out which groups are read-only and not.
3748         (nnimap-get-flags): Use the same marks parsing code as the rest of
3749         nnimap.
3750
3751 2010-10-09  Julien Danjou  <julien@danjou.info>
3752
3753         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3754
3755         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3756         retrieving gravatars.
3757
3758         * shr.el (shr-table-corner): Add.
3759         (shr-table-line): Add.
3760         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3761
3762 2010-10-08  Julien Danjou  <julien@danjou.info>
3763
3764         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3765
3766 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3767
3768         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3769
3770         * gnus-sum.el (gnus-mark-article-as-unread)
3771         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3772         (gnus-summary-set-bookmark): Use it.
3773
3774         * gnus-msg.el (gnus-setup-message): Use it.
3775
3776         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3777
3778         * gnus.el (gnus-group-remove-parameter): Use it.
3779
3780         * gnus-group.el (gnus-group-make-web-group): Use it.
3781
3782         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3783
3784         * nnregistry.el: Update docs to mention manual.
3785
3786         * gnus-registry.el: Update docs to mention nnregistry.el.
3787         (gnus-registry-initialize): Don't install nnregistry refer method
3788         automatically.
3789         (gnus-registry-install-nnregistry): Remove it.
3790
3791 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * shr.el (shr-insert): Don't insert double spaces.
3794
3795 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-gravatar.el (gnus-treat-from-gravatar)
3798         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3799         called interactively.
3800
3801         * gnus-art.el (gnus-mime-view-part-externally)
3802         (gnus-mime-view-part-internally): Make predicate function passed to
3803         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3804         of a mime type.
3805
3806         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3807
3808 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * shr.el (require): Require cl when compiling.
3811         (shr-tag-hr): New function.
3812
3813         * nnimap.el (nnimap-update-info): Remove double setting of high.
3814         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3815         This makes nnimap work properly on Courier again.
3816
3817         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3818         the variable for backwards compatibility.
3819
3820         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3821         the file name before using to avoid setting mm-default-directory to
3822         nil.
3823
3824         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3825         bidning gnus-agent variables.
3826
3827         * shr.el (shr-render-td): Use a cache for the table rendering function
3828         to avoid getting an exponential rendering behaviour in nested tables.
3829         (shr-insert): Rework the line-breaking algorithm.
3830         (shr-insert): Don't leave trailing spaces.
3831         (shr-insert-table): Also insert empty TDs.
3832         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3833
3834 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3835
3836         * gnus-sum.el (gnus-number): Rename from `number'.
3837         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3838         (gnus-summary-limit-children): Update uses correspondingly.
3839
3840 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3843         (gnus-gravatar-transform-address): Don't show avatars of people of
3844         which mail addresses match gnus-gravatar-too-ugly.
3845
3846 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * shr.el (shr-table-widths): Expand TD elements to fill available
3849         space.
3850
3851 2010-10-07  Julien Danjou  <julien@danjou.info>
3852
3853         * nnimap.el (nnimap-request-rename-group): Add this method.
3854
3855 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3858         name from XEmacs' function-arglist.
3859
3860         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3861         gravatar under XEmacs.
3862
3863 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3864
3865         * auth-source.el: Update docs with TODO items.
3866
3867         * gnus-sync.el: Update docs to explain state and plans.
3868
3869         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3870         Hooks for mark updates.
3871         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3872
3873         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3874         hooks with arguments, which is needed for mark update hooks.
3875
3876 2010-10-06  Julien Danjou  <julien@danjou.info>
3877
3878         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3879         was matched.
3880
3881         * sieve-manage.el: Update example in `Commentary'.
3882
3883         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3884
3885         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3886         not 2000.
3887         (sieve-manage-authenticate): Re-add function.
3888
3889 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * shr.el (shr-insert): Get 'space transition right.
3892         (shr-render-td): Only delete space at the end of the TD.
3893
3894         * nnimap.el (nnimap-open-connection): Prepare to support
3895         open-gnutls-stream.
3896
3897         * shr.el: Rearrange function order to be more logical.
3898
3899 2010-10-06  Julien Danjou  <julien@danjou.info>
3900
3901         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3902         (nnrss-discover-feed): Remove 404 URL in docstring.
3903
3904         * nnir.el: Fix Swish-E URL.
3905         Fix Namazu URL.
3906
3907         * message.el (message-change-subject): Remove 404 URL in a comment.
3908
3909 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3912         called interactively.
3913
3914         * gnus-util.el (gnus-remove-if): Allow hash table.
3915         (gnus-remove-if-not): New function.
3916
3917         * gnus-art.el (gnus-mime-view-part-as-type)
3918         * gnus-score.el (gnus-summary-score-effect)
3919         * gnus-sum.el (gnus-read-move-group-name):
3920         Replace remove-if-not with gnus-remove-if-not.
3921
3922         * gnus-group.el (gnus-group-completing-read):
3923         Regard collection as a hash table if it is not a list.
3924
3925 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3928
3929         * shr.el: Document the table-rendering algorithm.
3930
3931 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3934         for Emacsen having no `libxml-parse-html-region' support.
3935
3936 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3939         invalid URLs.
3940
3941         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3942         line-broken.
3943         (shr-tag-img): Ignore image fetching errors.
3944         (shr-overlays-in-region): Compute overlay positions correctly.
3945
3946         * mm-decode.el (mm-shr): Require shr.
3947
3948         * gnus-art.el (gnus-blocked-images): Move variable here.
3949
3950         * shr.el (shr-insert-table): Bind free variable.
3951
3952         * mm-decode.el (mm-shr): Bind shr-content-function.
3953
3954         * shr.el (shr-content-function): New variable.
3955
3956         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3957         added for symmetry.
3958
3959         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3960
3961         * gnus-group.el (gnus-group-make-group): Doc fix.
3962
3963         * nnimap.el (nnimap-request-newgroups): Return success.
3964
3965         * shr.el (shr-find-elements): New function.
3966         (shr-tag-table): Put all the images after the table.
3967         (shr-tag-table): Really inhibit images inside the table.
3968         (shr-collect-overlays): Copy over overlays from the TD elements to the
3969         main document.
3970
3971         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3972         gnus-blocked-images.
3973
3974 2010-10-05  Julien Danjou  <julien@danjou.info>
3975
3976         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3977
3978         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3979         (gnus-html-maximum-image-size): Add this function.
3980         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3981
3982         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3983         server-value of the capability is nil.
3984
3985 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * shr.el (shr-tag-em): Add <EM> tag.
3988
3989 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3990
3991         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3992         customizable.
3993
3994         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3995         handing broken links to browse-url.
3996
3997 2010-10-05  Julien Danjou  <julien@danjou.info>
3998
3999         * gnus-util.el (gnus-emacs-completing-read)
4000         (gnus-iswitchb-completing-read): Use autoload rather than require.
4001
4002 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4005         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4006         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4007         iswitchb-temp-buflist for XEmacs.
4008
4009         * gnus-util.el (gnus-completing-read-function): Exclude
4010         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4011         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4012         XEmacs.
4013
4014         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4015         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4016
4017         * gnus-html.el: Don't require help-fns under XEmacs.
4018         (gnus-html-schedule-image-fetching): Work for XEmacs.
4019
4020         * mm-decode.el (mm-shr): Decode contents by charset.
4021
4022 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4025         unknown.
4026
4027         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4028         (shr-get-image-data): Ensure against the cache file missing.
4029
4030         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4031         for data.
4032
4033         * spam-report.el (spam-report-url-ping-plain): Don't query about
4034         killing the process.
4035
4036         * shr.el (shr-render-td): Protect against too-wide text.
4037
4038 2010-10-04  Julien Danjou  <julien@danjou.info>
4039
4040         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4041         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4042
4043         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4044         retrieved.
4045
4046 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * shr.el (browse-url): Require.
4049         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4050         lines.
4051         (shr-show-alt-text, shr-browse-image): New commands.
4052         (shr-browse-url, shr-copy-url): New commands.
4053
4054         * gnus-sum.el (gnus-widen-article-window): New variable.
4055         (gnus-summary-select-article-buffer): Use it.
4056
4057         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4058         without @ signs.
4059
4060 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4061
4062         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4063
4064 2010-10-04  Julien Danjou  <julien@danjou.info>
4065
4066         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4067         for XEmacs.
4068
4069 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4072
4073         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4074         (nnimap-close-server): Implement.
4075
4076         * dgnushack.el (iswitchb): Require to shut up the compiler.
4077
4078         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4079         (shr-insert): Tweak line breaking.
4080         (shr-insert): Handle <pre> better.
4081         (shr-tag-li): Get <li> indentation right.
4082         (shr-tag-li): Get <li> indentation even righter.
4083         (shr-tag-blockquote): Ensure paragraph start.
4084         (shr-make-table): Tweak table generation.
4085         (shr-make-table): Fix typo.
4086
4087         * shr.el: Implement table rendering.
4088
4089 2010-10-04  Julien Danjou  <julien@danjou.info>
4090
4091         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4092
4093 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * shr.el (shr-insert): Use string anchors instead of line anchors.
4096
4097 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4098
4099         * shr.el: Add headings.
4100         (shr-ensure-paragraph): Actually work.
4101         (shr-tag-li): Make <ul> prettier.
4102         (shr-insert): Get white space at the beginning/end of elements right.
4103         (shr-tag-p): Collapse subsequent <p>s.
4104         (shr-ensure-paragraph): Don't insert double line feeds after blank
4105         lines.
4106         (shr-insert): \t is also space.
4107         (shr-tag-s): Fix "s" tag name function.
4108         (shr-tag-s): Fix face prop name.
4109
4110 2010-10-03  Julien Danjou  <julien@danjou.info>
4111
4112         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4113
4114         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4115         gnus-window-inside-pixel-edges.
4116
4117         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4118         gnus-ems.
4119
4120         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4121
4122         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4123         function.
4124
4125         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4126         resize choice.
4127
4128 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4131         beginning of the buffer.
4132
4133         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4134         article buffer again.
4135
4136         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4137
4138         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4139         when it's at the start of the buffer.
4140
4141         * shr.el (shr-tag-blockquote): Convert name.
4142         (shr-rescale-image): Use the right image-size variant.
4143
4144         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4145         buffer isn't shown, then select the current article first instead of
4146         bugging out.
4147         (gnus-summary-select-article-buffer): Show both the article and summary
4148         buffers again.
4149
4150         * shr.el (shr-fontize-cont): Protect against regions with no text.
4151         Rename tag functions to shr-tag-* for enhanced security.
4152         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4153
4154 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4155
4156         * shr.el (shr-insert):
4157         * pop3.el (pop3-movemail):
4158         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4159         loaded.
4160
4161 2010-10-03  Glenn Morris  <rgm@gnu.org>
4162
4163         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4164
4165         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4166
4167         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4168
4169         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4170
4171         * gnus-util.el (gnus-make-local-hook): Simplify.
4172
4173 2010-10-02  Julien Danjou  <julien@danjou.info>
4174
4175         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4176         (gnus-ido-completing-read): New function.
4177         (gnus-emacs-completing-read): New function.
4178         (gnus-completing-read): Use gnus-completing-read-function.
4179         Add gnus-completing-read-function.
4180
4181 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * shr.el (shr-insert-document): Autoload.
4184         (shr-img): Be silent.
4185         (shr-insert): Add a newline after every picture before text.
4186         (shr-add-font): Use overlays for combining faces.
4187         (shr-insert): Pass upwards the text start point.
4188
4189         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4190         possible.
4191         (mm-shr): New function.
4192
4193 2010-10-02  Julien Danjou  <julien@danjou.info>
4194
4195         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4196         should go backward.
4197
4198 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4199
4200         * shr.el (shr): Fix typo in provide call.
4201
4202 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4203
4204         * shr.el: New file.
4205
4206         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4207
4208         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4209         completing read.
4210
4211 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4214         we're being queried about.  Suggested by Dan Jacobson.
4215
4216         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4217         Suggested by Jason Eisner.
4218
4219         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4220         table, too.  Suggested by Stefan Wiens.
4221         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4222         the table unnecessary.  Suggested by Stefan Wiens.
4223
4224         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4225         longer needed, and probably doesn't work either, as pointed out by
4226         Stefan Wiens.
4227         (gnus-summary-exit): Remove call to the clearing function.
4228         (gnus-summary-exit-no-update): Ditto.
4229
4230         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4231         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4232         Reported by Stefan Monnier.
4233         (gnus-summary-save-in-rmail): Ditto.
4234
4235         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4236         article buffer, instead of both the article buffer and the summary
4237         buffer.  Sort of suggested by Dan Jacobson.
4238
4239         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4240
4241         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4242         Suggested by Dan Jacobson.
4243
4244         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4245         documentation clearer.
4246
4247         * message.el (message-shorten-references): Comment on the number "21".
4248         Suggested by Stefan Monnier.
4249
4250         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4251         Suggested by Dan Jacobson.
4252
4253         * gnus.el (gnus-large-newsgroup):
4254         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4255
4256         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4257         externalize attachments.  Bug reported by Steve Wen.
4258
4259         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4260         really message anything to the user.
4261
4262         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4263         directly.
4264
4265         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4266         messages in empty groups.
4267
4268 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4269
4270         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4271         non-UIDNEXT group.
4272
4273 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274
4275         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4276         not the value from the collection.
4277
4278         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4279         values.  This sometimes happens on some groups that have no info.
4280         (nnimap-request-newgroups): New function.
4281
4282 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4283
4284         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4285         check into `gnus-registry-initialize'.
4286         (gnus-registry-initialize): Ditto.
4287         Fix and extend header docs.
4288
4289 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4292         regexp backtrace overflows.
4293
4294         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4295         for starttls that tls.el implements; i.e. openssl.
4296
4297         * tls.el (tls-starttls-switches): Give up on using starttls with
4298         gnutls-cli.
4299         (tls-program): Add --insecure to be consistent with the defaults from
4300         openssl s_client.  Now all three commands are insecure.
4301
4302 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * lpath.el: Bind completion-styles-alist for XEmacs.
4305
4306         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4307         (gravatar-create-image): New function that's an alias to
4308         gnus-xmas-create-image, gnus-create-image, or create-image.
4309         (gravatar-data->image): Use it.
4310
4311 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4312
4313         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4314         install the nnregistry refer method.
4315         (gnus-registry-install-hooks): Use it.
4316         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4317         unfollowed groups.
4318
4319 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4320
4321         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4322         expanding threads.
4323
4324 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * nnir.el: Use the server names without suffixes (bug #7009).
4327
4328         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4329         unencrypted to STARTTLS, if possible.
4330
4331 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4332
4333         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4334         headers before superseding.
4335
4336 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * nnrss.el (nnrss-use-local): Add documentation.
4339
4340         * nnimap.el (nnimap-extend-tls-programs): New function.
4341         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4342         (nnimap-wait-for-connection): Accept the greeting from the stupid
4343         output from openssl s_client -starttls, too.
4344
4345         * tls.el (tls-starttls-switches): New variable.
4346         (tls-find-starttls-argument): Use it.
4347         (open-tls-stream): Ditto.
4348
4349         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4350         (netrc-machine): Ditto.
4351
4352         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4353         article number.
4354         (nnimap-split-fancy): New variable.
4355         (nnimap-split-incoming-mail): Use it.
4356
4357         * nntp.el (nntp-server-list-active-group): Document.
4358
4359         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4360         SELECT to get the message-id.
4361
4362         * mail-source.el (mail-sources): Remove webmail support.
4363         (defvar): Ditto.
4364         (mail-source-fetcher-alist): Ditto.
4365         (mail-source-fetch-webmail): Remove.
4366
4367         * webmail.el: Remove -- doesn't seem relevant any more.
4368
4369         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4370
4371         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4372         the \r.
4373
4374 2010-09-30  Julien Danjou  <julien@danjou.info>
4375
4376         * gnus-agent.el (gnus-agent-add-group): Fix call to
4377         gnus-completing-read.
4378
4379 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * nndoc.el (nndoc-retrieve-groups): New function.
4382
4383         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4384         `default', use nnmail-split-methods.
4385         (nnimap-request-article): Downcase the NILs so that they are nil.
4386
4387         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4388         symbol.
4389
4390         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4391         code, since if the user has requested network, that's what they ought
4392         to get.
4393         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4394         (nnimap-split-rule): Mark as obsolete.
4395
4396         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4397         New variable.
4398
4399         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4400         correct slot, too.
4401
4402 2010-09-29  Julien Danjou  <julien@danjou.info>
4403
4404         * gnus.el (gnus-local-domain): Declare variable obsolete.
4405
4406         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4407         Fix history computing.
4408         (gnus-ido-completing-read): Require ido.
4409
4410 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4413         build Gnus.
4414
4415         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4416         when interpreting the structures.
4417         (nnimap-request-accept-article): Add \r\n to the lines to make this
4418         work with Cyrus.
4419
4420         * nndraft.el (nndraft-request-expire-articles): Use the group name
4421         instead if "nndraft".  Fix found by Nils Ackermann.
4422
4423 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4424
4425         * nnregistry.el: Add.
4426
4427 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4428
4429         * nnmail.el (group, group-art-list, group-art):
4430         Remove unneeded directives.
4431
4432 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4435         (mm-mime-charset)
4436         * rfc2047.el (rfc2047-syntax-table)
4437         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4438
4439         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4440         rather than `insert-file-contents' and `eval-region'.
4441
4442         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4443         construction.
4444
4445         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4446
4447         * time-date.el: No need to require cl for Emacs 21.
4448
4449 2010-09-29  Julien Danjou  <julien@danjou.info>
4450
4451         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4452         replacement of `gnus-gravatar-relief' to mimic
4453         `gnus-faces-properties-alist'.
4454         Add :version property.
4455
4456 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * mail-source.el (mail-source-report-new-mail)
4459         * message.el (message-default-mail-headers)
4460         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4461
4462         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4463
4464 2010-09-28  Julien Danjou  <julien@danjou.info>
4465
4466         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4467         mail-address contains the same string as real-name.
4468
4469         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4470         non-blank in header, otherwise it'll get stripped.
4471
4472         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4473         real-name, and then for mail address rather than doing : or , search.
4474
4475 2010-09-27  Julien Danjou  <julien@danjou.info>
4476
4477         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4478         right completing-read function.
4479         (gnus-use-ido): New variable
4480         (gnus-completing-read-with-default): Remove.
4481         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4482         (gnus-agent-add-group):
4483         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4484         * mm-view.el (mm-view-pkcs7-decrypt):
4485         * mm-util.el (mm-codepage-setup):
4486         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4487         * mml-smime.el (mml-smime-openssl-sign-query):
4488         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4489         (mml-insert-multipart):
4490         * gnus-msg.el (gnus-summary-yank-message):
4491         * gnus-int.el (gnus-start-news-server):
4492         * mm-decode.el (mm-interactively-view-part):
4493         * gnus-dired.el (gnus-dired-attach):
4494         * gnus.el (gnus-read-method):
4495         * gnus-bookmark.el (gnus-bookmark-jump):
4496         * gnus-art.el (gnus-mime-view-part-as-type)
4497         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4498         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4499         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4500         * nnmairix.el (nnmairix-create-server-and-default-group)
4501         (nnmairix-update-groups, nnmairix-get-server)
4502         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4503         (nnmairix-get-group-from-file-path):
4504         * nnrss.el (nnrss-find-rss-via-syndic8):
4505         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4506         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4507         (gnus-group-browse-foreign-server):
4508         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4509         (gnus-summary-execute-command, gnus-summary-respool-article)
4510         (gnus-read-move-group-name):
4511         * gnus-score.el (gnus-summary-increase-score)
4512         (gnus-summary-score-effect):
4513         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4514
4515 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4518         x-focus-frame.
4519
4520         * nnimap.el (auth-source-forget-user-or-password)
4521         (auth-source-user-or-password): Autoload.
4522
4523         * message.el (message-from-style, message-interactive)
4524         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4525         (message-yank-prefix, message-indentation-spaces, message-signature)
4526         (message-signature-file): Add comment.
4527
4528 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4529
4530         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4531         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4532         new articles.
4533
4534         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4535         parts.
4536         (nnimap-request-article): Work with the t setting, too.
4537
4538         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4539         that you don't get flashes of other buffers.
4540         (gnus-summary-show-complete-article): Intern before setting.
4541
4542 2010-09-27  David Engster  <dengste@eml.cc>
4543
4544         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4545         well as HEADERS.
4546         (nnmairix-retrieve-headers): Provide new argument for the above.
4547
4548 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549
4550         * gnus-sum.el (gnus-summary-move-article): Don't alter
4551         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4552         group.
4553
4554         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4555
4556         * message.el (message-cite-prefix-regexp): Revert my last edit.
4557
4558         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4559         variable instead of the Gnus variable.
4560
4561         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4562
4563         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4564
4565         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4566         since some servers don't like it.
4567         (nnimap-open-connection): Forget credentials if the server says the
4568         password was wrong.
4569         (nnimap-parse-line): Protect against invalid data.
4570
4571         * gnus-sum.el (gnus-summary-move-article): Add comment.
4572         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4573         nothing alters it while scanning for new messages.
4574
4575         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4576         which may or may not help.
4577         (nnimap-open-connection): If we're doing a stream connection, and then
4578         discover we're on a STARTTLS-capable server, then open a STARTTLS
4579         connection instead.
4580
4581 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * nnimap.el (utf7): Require.
4584
4585         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4586         prefix.
4587
4588 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4589
4590         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4591
4592 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * nnimap.el (nnimap-request-accept-article): Message the error on
4595         error.
4596
4597 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4600
4601 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602
4603         * nndoc.el (nndoc-request-list): Return success always.
4604
4605         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4606         `fetch-old' -- we only want to fetch the articles we've requested.
4607         The rest are in the agent, probably.
4608         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4609         disappeared server" to something low.  It's not important.
4610
4611         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4612         arrived before the FETCH data.
4613
4614         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4615         target here, because we don't know the Gnus name of the group.
4616
4617         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4618         for the correct group.
4619
4620         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4621
4622         * gnus.el (gnus): Give a final warning after startup.
4623
4624         * gnus-util.el (gnus-action-message-log): New variable.
4625         (gnus-message): Use it.
4626         (gnus-final-warning): New function.
4627
4628         * nnimap.el (nnimap-open-connection): Record the greeting.
4629         (nnimap): Add greeting.
4630
4631 2010-09-26  Julien Danjou  <julien@danjou.info>
4632
4633         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4634         arguments.
4635         (gnus-html-wash-images): Fix spec computing to include start/end.
4636
4637         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4638
4639 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4642         deletion.
4643         (nnimap-retrieve-headers): Don't select the group, because that's
4644         already done by nnimap-possibly-change-group.
4645
4646         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4647         (gnus-picon-transform-address): Use it.
4648
4649         * mail-source.el (mail-source-value): Revert previous patch.
4650
4651         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4652         on failure.
4653         (nnimap-open-connection): Look up both virtual and physical server name
4654         credentials.
4655
4656         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4657
4658 2009-02-07  Dave Love  <fx@gnu.org>
4659
4660         * tls.el (open-tls-stream): Don't query killing process.
4661
4662 2009-02-08  Dave Love  <fx@gnu.org>
4663
4664         * gnus-win.el (gnus-window-to-buffer-helper)
4665         (gnus-all-windows-visible-p): Function needn't be a symbol.
4666
4667         * mail-source.el (mail-source-value): Function needn't be a symbol.
4668
4669 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * message.el (message-cite-prefix-regexp): Remove } from the cite
4672         prefix.
4673
4674         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4675         highlight again, so that the highlight is correct.
4676
4677         * gnus-picon.el (gnus-picon): Remove again.
4678         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4679
4680         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4681         doing the header highlightling, so that the background colour of the
4682         picon is correct.
4683
4684         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4685         (gnus-picon): Ditto.
4686         (gnus-picon): Reinstate.  The background colour for picons is white.
4687         (gnus-picon-insert-glyph): Make the background white.
4688
4689         * nnml.el (nnml-open-nov): Don't return dead buffers.
4690
4691         * auth-source.el (auth-source-create): Query the user for whether to
4692         store the credentials.
4693
4694         * netrc.el (netrc-store-data): New function.
4695
4696         * auth-source.el (auth-source-user-or-password): Use the existing auth
4697         sources, if any, for creation.
4698
4699         * gnus.el (gnus-group-fast-parameter): Return the last matching
4700         parameter instead of the first matching parameter.
4701
4702 2010-09-26  Julien Danjou  <julien@danjou.info>
4703
4704         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4705
4706 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * mml2015.el (mml2015-use): Remove gpg support.
4709
4710         * mml1991.el (mml1991-function-alist): Remove gpg function.
4711         (mml1991-gpg-sign): Remove.
4712
4713 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4714
4715         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4716         (gnus-browse-unsubscribe-current-group): Document it.
4717         (gnus-browse-unsubscribe-group): Use it.
4718
4719 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4722         address to the To list for easier response.
4723
4724         * gnus.el (gnus-play-startup-jingle): Remove.
4725         (gnus-splash): Don't play jingle.
4726         (gnus): Silence gnus-load message.
4727
4728         * gnus-art.el (gnus-treat-play-sounds): Remove.
4729
4730         * gnus.el (gnus-play-jingle): Remove audio support.
4731
4732         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4733
4734         * earcon.el: Remove -- no users.
4735
4736         * gnus-audio.el: Remove -- no users of this package.
4737
4738         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4739
4740         * gnus-start.el (gnus-setup-news): Remove nocem support.
4741
4742         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4743
4744         * gnus.el (gnus-use-nocem): Remove.
4745
4746         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4747         Remove.
4748
4749         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4750         uses NoCeM any more.
4751
4752         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4753         (gnus-button-ctan-handler): Ditto.
4754         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4755         (gnus-button-ctan-directory-regexp): Ditto.
4756         (gnus-button-handle-ctan): Ditto.
4757         (gnus-button-tex-level): Ditto.
4758         (gnus-button-alist): Remove CTAN stuff.
4759
4760 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4763         nnimap-streaming test.
4764
4765         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4766         servers twice.
4767
4768         * nnimap.el (nnimap-open-connection): Add more error reporting when
4769         nnimap fails early.
4770
4771         * nnheader.el (nnheader-get-report-string): New function.
4772         (nnheader-get-report): Use it.
4773
4774         * gnus-int.el (gnus-check-server): Say what the error was when opening
4775         failed.
4776
4777         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4778         using streaming.
4779
4780 2010-09-25  Julien Danjou  <julien@danjou.info>
4781
4782         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4783         gnus-window-inside-pixel-edges.
4784
4785 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4788
4789         * mm-decode.el (mm-save-part): Allow saving to other directories the
4790         normal Emacs way.
4791
4792         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4793         Suggested by Jay Berkenbilt.
4794
4795         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4796         there isn't a single byte.
4797
4798         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4799         just do it.  It doesn't really seem to matter what the user responds
4800         here, I think, so it's just a confusing question.
4801
4802         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4803         non-streaming case.
4804
4805         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4806         (gnus-article-encrypt-body): Use it.
4807
4808         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4809         keystroke.
4810
4811         * nnimap.el (nnimap-find-wanted-parts-1):
4812         Use gnus-fetch-partial-articles.
4813
4814         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4815
4816         * nnimap.el (nnimap-insert-partial-structure): New function.
4817         (nnimap-get-partial-article): New function.
4818         (nnimap-request-article): Use it.
4819         (nnimap-wait-for-response): Return whether the wait was successful.
4820         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4821         retrieval wasn't successful.
4822         (nnimap-retrieve-group-data-early): Allow throttling servers.
4823         (nnimap-streaming): New variable.
4824         (nnimap-fetch-partial-articles): Remove.
4825
4826         * mm-decode.el (mm-with-part): Protect against killed buffers.
4827
4828         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4829         for prettier summary display.
4830
4831 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4832
4833         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4834
4835 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836
4837         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4838         apparently third-party libraries depend on it.
4839
4840         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4841         before starting negotiation.
4842
4843         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4844         privacy reasons.
4845         (gnus-treat-mail-gravatar): Ditto.
4846
4847         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4848         buffer when inserting images.  Inserting text into the headers, for
4849         instance, can make them invalid.
4850
4851 2010-09-25  Julien Danjou  <julien@danjou.info>
4852
4853         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4854         variables.
4855
4856         * nnheader.el: Remove useless variables news-reply-yank-from and
4857         news-reply-yank-message-id.
4858
4859         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4860         variables.
4861
4862         * mml1991.el: Remove useless mml1991-verbose.
4863
4864         * gnus.el: Remove useless variable gnus-use-generic-from.
4865         Remove obsolete variable gnus-topic-indentation.
4866
4867         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4868
4869         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4870
4871         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4872
4873         * gnus-group.el: Remove useless gnus-group-icon-cache.
4874         Remove useless gnus-ephemeral-group-server.
4875
4876         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4877
4878         * mml2015.el: Remove useless mml2015-verbose.
4879
4880         * mml-smime.el: Remove useless mml-smime-verbose.
4881
4882         * gnus.el: Remove useless gnus-local-domain.
4883
4884         * gnus-gravatar.el (gnus-gravatar-transform-address):
4885         Use gnus-gravatar-size.
4886
4887         * gnus-art.el: Remove useless gnus-treat-translate.
4888
4889 2010-09-24  Julien Danjou  <julien@danjou.info>
4890
4891         * gnus-sum.el: Add support for Gravatars.
4892
4893         * gnus-art.el: Add support for Gravatars.
4894
4895         * gnus-gravatar.el: Add this file.
4896
4897         * gravatar.el: Add this file.
4898
4899 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900
4901         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4902
4903         * gnus-group.el (gnus-group-fetch-faq): Remove.
4904
4905         * gnus.el (gnus-group-faq-directory): Remove.
4906
4907         * gnus-group.el (gnus-group-fetch-charter): Remove.
4908
4909         * gnus.el (gnus-group-charter-alist): Remove.
4910
4911         * gnus-group.el (gnus-group-archive-directory): Remove.
4912         (gnus-group-recent-archive-directory): Ditto.
4913         (gnus-group-make-archive-group): Remove.
4914
4915         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4916
4917         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4918         use the same article number for all the cached articles.
4919
4920         * nnimap.el (nnimap-command): Register the last command time so
4921         that we can use it for idling NOOPs.
4922         (nnimap-open-connection): Start the keeplive timer.
4923         (nnimap-make-process-buffer): Store all the process buffers.
4924         (nnimap-keepalive): New function.
4925
4926         * starttls.el (starttls-open-stream): Add autoload cookie.
4927
4928 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4929
4930         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4931         handling.
4932
4933 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4936         its data structures.
4937
4938         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4939         instead of the cl.el copy-list.
4940         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4941         equalp.
4942
4943 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4946         and tool-bar-local-item-from-menu.
4947
4948         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4949         mode-line-highlight face for Emacs.
4950
4951         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4952         loading gnus-sum.elc; fix comment for canlock-verify.
4953         (gnus-article-jump-to-part): Use read-number.
4954         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4955         Remove Emacs pre-21 compatible code for help-echo.
4956         (gnus-article-next-page-1): No need to adjust the number of lines.
4957         (gnus-article-describe-bindings): Always use help-buffer.
4958
4959         * gnus-audio.el (gnus-audio-inline-sound)
4960         * gnus-cus.el (gnus-custom-mode)
4961         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4962
4963         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4964
4965         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4966         compatible code.
4967
4968 2010-09-24  Glenn Morris  <rgm@gnu.org>
4969
4970         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4971         visiting the fcc file in rmail-mode.
4972
4973         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4974
4975 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * nnir.el: Silence the byte compiler.
4978
4979         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4980         alias to browse-url-url-encode-chars if any.
4981         (gnus-html-encode-url): Use it.
4982
4983 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * gnus-start.el (gnus-use-backend-marks): New variable.
4986         (gnus-get-unread-articles-in-group): Use it.
4987
4988         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4989         makeover.
4990
4991 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4992
4993         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4994
4995 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4998         Remove.
4999         (gnus-setup-news-hook):
5000         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5001
5002         * gnus-int.el (gnus-request-update-info): Protect against backends not
5003         having the function.
5004
5005         * nnimap.el (nnimap-stream): Mention starttls.
5006         (nnimap-open-connection): Add starttls support.
5007
5008 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5009
5010         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5011
5012 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5015         BODYSTRUCTUREs.
5016         (nnimap-transform-headers): Unfold quoted {42} headers.
5017
5018         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5019         the info.
5020         (gnus-get-unread-articles): Only call updatep on backends that support
5021         it.
5022
5023         * nnweb.el (nnweb-request-update-info): NOOP.
5024
5025         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5026
5027         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5028         since it only deals with marks.
5029
5030         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5031         gnus-request-marks, and make a new gnus-request-update-info.
5032
5033         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5034         the active instead of the high number, which is usually too low.
5035
5036 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5037
5038         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5039         * encrypt.el: Remove.
5040
5041 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5042
5043         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5044         server in symbolic form.
5045
5046         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5047
5048 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5051         (nnimap-update-info): Fix up code slightly.
5052
5053         * gnus-int.el (gnus-open-server): Add tracing for performance
5054         debugging.
5055
5056         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5057         (gnus-group-insert-group-line): Pass the real group name so that it
5058         gets the right data.
5059
5060         * gnus-start.el (gnus-get-unread-articles): Don't have
5061         `gnus-get-unread-articles-in-group' update info, since that can be
5062         really slow and doesn't seem to be needed?
5063
5064 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5065
5066         * time-date.el (date-to-time): Try using parse-time-string first before
5067         using the slower timezone-make-date-arpa-standard.
5068
5069 2010-09-22  Julien Danjou  <julien@danjou.info>
5070
5071         * gnus-group.el (gnus-group-insert-group-line):
5072         Call gnus-group-highlight-line.
5073         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5074         default hook list.
5075         (gnus-group-update-eval-form): Add new function.
5076         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5077         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5078
5079 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5082         immediate, then expire all articles.
5083         (nnimap-update-info): Fix off-by-one errors.
5084         (nnimap-flags-to-marks): Would return no marks lists for group with no
5085         flags.  Instead return the other data.
5086
5087 2010-09-22  Julien Danjou  <julien@danjou.info>
5088
5089         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5090         Only return an icon.
5091         (gnus-group-insert-group-line): Compute icon to return.
5092
5093         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5094         (gnus-html-image-fetched): Only cache if
5095         gnus-html-image-automatic-caching is set.
5096         (gnus-html-image-fetched): Check for errors.
5097
5098 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5101         once per method on `g'.  This ensures that backends like nnfolder don't
5102         open all their folders.
5103
5104         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5105         (nnimap-request-list): Nix out group in the correct buffer.
5106         (nnimap-parse-flags): Implement by using `read' instead of
5107         hand-parsing.
5108         (nnimap-flags-to-marks): Pass on permanent-flags.
5109         (nnimap-make-process-buffer): Record the server name.
5110         (nnimap-parse-flags): Fix typo.
5111         (nnimap-request-scan): Run split on the server in general, not just a
5112         single group.
5113
5114         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5115         parameter, and propagate this downwards.
5116
5117         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5118         since EXAMINE changes it on the server.
5119
5120         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5121         this command might take a while.
5122
5123 2010-09-22  Julien Danjou  <julien@danjou.info>
5124
5125         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5126         harmful if you have 2 images side-by-side, they can't be properly
5127         update on text deletion.  Using text-property is safer here.
5128         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5129         data.
5130
5131 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5132
5133         * nnimap.el (nnimap-expunge-inbox): Remove.
5134         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5135         (nnimap-expunge): Flip default to t.
5136
5137         * gnus.el (gnus-method-to-server): Don't push things to the cache
5138         unless it's unique.
5139         (gnus-server-to-method): Ditto.
5140
5141 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5142
5143         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5144
5145 2010-09-22  Julien Danjou  <julien@danjou.info>
5146
5147         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5148         get the start of data.
5149         (gnus-html-encode-url): Add this function to encode special chars in
5150         URL.
5151         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5152         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5153
5154         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5155         default.
5156         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5157
5158         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5159         images alt-text.
5160         (gnus-html-put-image): Put alt-text as help-echo.
5161
5162 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5165         * mm-util.el (mm-decompress-buffer)
5166         * nnir.el (nnir-run-find-grep)
5167         * pop3.el (pop3-list): Use 3rd arg of split-string.
5168
5169         * time-date.el (format-seconds): Comment fix.
5170
5171         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5172         and byte-optimize-form-code-walker.
5173         (dgnushack-make-auto-load): Don't advise make-autoload.
5174
5175         * lpath.el: Remove Emacs 21 stuff.
5176
5177 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5178
5179         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5180         outside the active range.  Suggested by Dan Christensen.
5181
5182         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5183         slightly later to avoid double-getting it.
5184
5185         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5186         previous patch.
5187
5188         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5189
5190 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5191
5192         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5193
5194 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * gnus-int.el (gnus-open-server): Give a better error message in the
5197         "go offline" case.
5198
5199         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5200         marks for nnimap, which is seldom the right thing to do.
5201
5202         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5203         (gnus-same-method-different-name): New function.
5204
5205         * nnimap.el (parse-time): Require.
5206
5207         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5208         method in the presence of many similar methods.
5209
5210         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5211
5212         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5213         nnml-inhibit-expiry.
5214
5215         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5216         find out whether methods are equal.
5217
5218         * nnimap.el (nnimap-find-expired-articles): New function.
5219         (nnimap-process-expiry-targets): New function.
5220         (nnimap-request-move-article): Request the article before looking at
5221         what the Message-ID is.  Fix found by Andrew Cohen.
5222         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5223
5224         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5225         for oldness in addition to being a predicate.
5226
5227         * nnimap.el (nnimap-request-group): When we have zero articles, return
5228         the right data to Gnus.
5229         (nnimap-request-expire-articles): Only delete articles immediately if
5230         the target is 'delete.
5231
5232         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5233         method, this would bug out.
5234
5235         * gnus-group.el (gnus-group-expunge-group): Rename from
5236         gnus-group-nnimap-expunge, and implemented as a normal interface
5237         function.
5238
5239         * gnus-int.el (gnus-request-expunge-group): New function.
5240
5241         * nnimap.el (nnimap-request-create-group): Implement.
5242         (nnimap-request-expunge-group): New function.
5243
5244 2010-09-21  Julien Danjou  <julien@danjou.info>
5245
5246         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5247         (gnus-html-cache-expired): Add new function.
5248         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5249         wethever we should display image for fetch it.
5250         Compute alt-text earlier to pass it to the fetching function too.
5251         (gnus-html-schedule-image-fetching): Change function argument to only
5252         get one image at a time, not a list.
5253         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5254         cache.
5255         (gnus-html-get-image-data): New function to retrieve image data from
5256         cache.
5257         (gnus-html-put-image): Change buffer argument to use image data rather
5258         than file, and place image above region rather than inserting a new
5259         one.  Do not take alt-text as argument, since it's useless now: we place
5260         the image above alt-text.
5261         (gnus-html-prune-cache): Remove.
5262         (gnus-html-show-images): Start to fetch image when we find one, do not
5263         push into a temporary list.
5264         (gnus-html-prefetch-images): Only fetch image if they have expired.
5265         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5266         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5267
5268 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5271
5272 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5275         spec inser "*" if the group isn't active instead of 0.
5276
5277         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5278         opening the server.
5279         (nnimap-request-delete-group): Implement group deletion.
5280         (nnimap-transform-headers): Return the size of the entire message in
5281         the Bytes header, not just the size of the first part.
5282         (nnimap-request-move-article): When moving an article from nnimap,
5283         request the article first so the accepting form has an article to
5284         accept.  Reported by Dan Christensen.
5285         (nnimap-command): Make sure that the error message doesn't error out.
5286
5287 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5288
5289         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5290         we haven't requested anything.
5291
5292 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5293
5294         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5295         "".  Fix found by Andrew Cohen.
5296
5297         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5298         instead of -encode-string.
5299
5300 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5303
5304         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5305         by mm-subst-char-in-string.
5306
5307 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5310         waiting for the connection string.
5311
5312         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5313         arriving.
5314
5315         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5316         bogus characters.  This allows selecting certain Gmail groups.
5317
5318         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5319         (nnimap-fetch-partial-articles): New variable.
5320         (nnimap-open-connection): When looking for credentials, also use the
5321         nnimap-server-port.
5322         (nnimap-request-article): Return the group/article number, so that Gnus
5323         `^' works as expected.
5324         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5325
5326         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5327         comments.
5328         (gnus-methods-sloppily-equal): New function.
5329         (gnus): When using the development version of Gnus, load the gnus-load
5330         file.
5331
5332         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5333         `gnus-open-server' on each method before trying to scan them etc.
5334         This ensures that all the backend parameters are set correctly.
5335
5336         * nnimap.el (nnimap-authenticator): New variable.
5337         (nnimap-open-connection): Allow anonymous login.
5338         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5339         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5340
5341         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5342         patch, found by Knut Anders Hatlen.
5343
5344 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5345
5346         * gnus-agent.el (gnus-agent-batch-confirmation)
5347         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5348         to gnus-message.
5349         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5350         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5351         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5352         * gnus-int.el (gnus-open-server): Likewise.
5353         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5354         (gnus-score-check-syntax): Likewise.
5355         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5356         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5357         Likewise.
5358         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5359
5360 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5361
5362         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5363         calling conventions so that prefetch doesn't bug out.
5364
5365 2010-09-19  Julien Danjou  <julien@danjou.info>
5366
5367         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5368         rather than `subst-char-in-region' in order to be able to replace ASCII
5369         char by UTF-8 ones.
5370
5371         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5372         than curl.
5373         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5374         the right URL and ALT text on images.
5375         (gnus-html-wash-tags): Fix tag case.
5376         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5377         (gnus-article-html): Add -o display_ins_del=2 option.
5378         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5379
5380 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5383         the extra mail headers, which sometimes seem to happen for unknown
5384         reasons.
5385
5386         * mail-parse.el (mail-header-encode-parameter): Define as
5387         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5388         (or most, perhaps?) mail readers don't understand the latter, but do
5389         understand the former.
5390
5391         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5392         to nil, so that no methods are automatically agentized.  I think this
5393         is probably what most users want.
5394
5395         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5396         from url-retrieve, for instance about invalid URLs.
5397
5398         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5399         groups that have no articles.
5400         (nnimap-request-article): Check that we really got an article when we
5401         requested one.
5402
5403         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5404         doesn't exist.
5405
5406         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5407         nntp buffer so the agent can save it.
5408         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5409         that CRLF doesn't get translated to \n.
5410         (nnimap-open-connection): Don't make 'shell commands only send \n.
5411
5412 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5413
5414         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5415         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5416         Update var name.
5417         (nnml-generate-nov-file): Use dolist.
5418         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5419         Use with-current-buffer.
5420
5421 2010-09-18  Julien Danjou  <julien@danjou.info>
5422
5423         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5424         parallel.
5425
5426 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5429         the range update right.
5430         (nnimap-request-group): Don't make `M-g' bug out on group with no
5431         marks.
5432         (nnoo): Require, so that other packages can require nnimap.
5433         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5434         command we're looking for.  This helps when the server sends more
5435         responses after we've gotten everything we expected.
5436         (nnimap): Add a `newlinep' field to keep track of end-of-line
5437         conventions.
5438         Don't send CRLF to things that don't want it.
5439         (nnimap-request-accept-article): Ditto.
5440
5441 2010-09-18  Julien Danjou  <julien@danjou.info>
5442
5443         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5444         than curl to retrieve images.
5445
5446 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447
5448         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5449         the marks.
5450         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5451         (nnimap-wait-for-connection): New function.
5452         (nnimap-open-connection): If we have PREAUTH, don't query for login
5453         credentials.
5454         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5455         when doing a partial update.
5456
5457 2010-09-18  Julien Danjou  <julien@danjou.info>
5458
5459         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5460         tags.
5461
5462 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * nnimap.el (nnimap-credentials): New function.
5465         (nnimap-open-connection): Use the new function to look for credentials
5466         also on the numeric equivalents of "imap" and "imaps".
5467
5468         * gnus-start.el (gnus-activate-group): Send the info to
5469         gnus-request-group.
5470
5471         * nnimap.el (nnimap-request-group): Have the "check" version of the
5472         function parse flags and update the info, so that a `M-g' get a total
5473         resync of all flags from the group.
5474
5475         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5476         to allow backends to alter the info on group selection.  Also alter all
5477         the backend -request-group functions to take the parameter.
5478
5479         * nnimap.el (nnimap-store-info): New function.
5480         (nnimap-update-info): Store the info for later usage.
5481         (nnimap-request-group): Use the stored info for the dont-check case, so
5482         that we don't retrieve all marks when we enter a group.
5483
5484         * nnimap.el: Use deffoo instead of defun for interface functions.
5485
5486         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5487         update the group info.  This makes the nndraft groups, for instance, go
5488         back to their old behaviour.
5489
5490         * gnus-sum.el (gnus-select-newsgroup): Indent.
5491
5492         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5493         in.
5494         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5495         nothing.
5496
5497         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5498         from methods that are denied.
5499
5500         * gnus-int.el (gnus-method-denied-p): New function.
5501
5502         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5503         store the password instead of netrc.
5504         (nnimap-open-connection): Don't error out when we can't make a
5505         connections.
5506
5507         * auth-source.el (auth-source-create): In the password prompt, say what
5508         we're querying for.  Also prompt for user name if that hasn't been
5509         given.
5510
5511         * nnimap.el (nnimap-with-process-buffer): Remove.
5512
5513 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5516         method when we're reading from the agent.
5517
5518         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5519
5520         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5521         that's probably most useful for users.
5522
5523         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5524         "failed" all the time.
5525
5526         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5527         ...)) with (with-current-buffer ... ).
5528
5529         * nntp.el (nntp-open-server): Return whether the open was successful or
5530         not.
5531
5532         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5533         select an unread unseen article first.
5534
5535         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5536         /etc/services, supply some sensible port defaults.
5537
5538         * dgnushack.el: Define netrc-credentials.
5539
5540 2010-09-17  Julien Danjou  <julien@danjou.info>
5541
5542         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5543
5544 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5545
5546         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5547         doesn't have any parameters.
5548
5549 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550
5551         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5552         only upcased checks.
5553
5554         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5555
5556         * nnimap.el (nnimap-open-shell-stream): New function.
5557         (nnimap-open-connection): Use it.
5558         (nnimap-transform-headers): Get the number of lines in each message.
5559         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5560         number of lines.
5561         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5562         problem.
5563
5564         * utf7.el (utf7-encode): Autoload.
5565
5566         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5567         to allow the mail splitting to not return a default group.  This is
5568         useful for nnimap, which will leave unmatched mail in the inbox.
5569
5570         * nnimap.el: Rewritten.
5571
5572         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5573         nnimap usage.
5574
5575         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5576         if the move is internal, so that nnimap can do fast internal moves.
5577
5578         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5579         data.
5580         (gnus-read-active-for-groups): Support finishing the early retrieval of
5581         data.
5582
5583         * gnus-range.el (gnus-range-nconcat): New function.
5584
5585         * gnus-int.el (gnus-finish-retrieve-group-infos)
5586         (gnus-retrieve-group-data-early): New functions.
5587
5588 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5589
5590         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5591         (nnrss-retrieve-groups):
5592         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5593         (pop3-quit): Use with-current-buffer.
5594
5595 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5598         instead of nnheader-accept-process-output.
5599
5600         * dgnushack.el (dgnushack-compile): Add comment.
5601
5602         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5603
5604         * gnus-html.el (gnus-html-schedule-image-fetching)
5605         (gnus-html-prefetch-images): Replace process-kill-without-query by
5606         gnus-set-process-query-on-exit-flag.
5607
5608 2010-09-16  Romain Francoise  <romain@orebokech.com>
5609
5610         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5611
5612 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5615         parameter to unintern is mandatory-ish in Emacs 24.
5616
5617         * gnus-html.el (gnus-html-schedule-image-fetching)
5618         (gnus-html-prefetch-images): Check for curl before using it.
5619
5620         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5621         depend on curl, which isn't essential.
5622
5623         * imap.el: Revert back to version
5624         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5625         seem problematic.
5626
5627 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5628
5629         * gnus-registry.el (gnus-registry-install-shortcuts):
5630         Explicitly pass `obarray' to `unintern' to avoid a warning.
5631
5632 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5635         change.
5636
5637         * nnrss.el (nnrss-request-list): Remove this function and related
5638         functions, including the moreover stuff.
5639
5640 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * nnrss.el (nnrss-retrieve-groups): New function.
5643
5644 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5645
5646         * .dir-locals.el: Add no-byte-compile cookie.
5647
5648 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * time-date.el (format-seconds): Comment fix.
5651
5652         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5653         for back end that doesn't support request-scan.
5654
5655 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5658         then do request scans from the backends.
5659
5660         * netrc.el (netrc-credentials): New conveniency function.
5661
5662         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5663         avoid running a hook per line, since this takes a lot of time,
5664         profiling shows.
5665         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5666         directly if gnus-visual-p is true.
5667
5668 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5671         groups; replace mapcar with dolist which is a bit faster; pass groups
5672         info to gnus-read-active-file-1.
5673         (gnus-read-active-file-1): Scan only specified groups if the new
5674         optional arg `infos' is given.
5675
5676 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5677
5678         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5679
5680         * pop3.el (pop3-movemail): Remove.
5681         (pop3-streaming-movemail): Rename to pop3-movemail.
5682
5683         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5684         don't restrict end-tag searches to the end of the line.
5685
5686 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5689         articles of every unchecked group to t, which means unknown since the
5690         server has never been opened.
5691
5692 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693
5694         * gnus-html.el (gnus-html-show-alt-text): New command.
5695         (gnus-html-browse-image): Ditto.
5696         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5697         to browse the image directly.
5698         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5699         better.
5700
5701         * gnus-async.el (gnus-async-article-callback):
5702         Call `gnus-html-prefetch-images' unconditionally.
5703
5704         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5705         before feeding URLs to curl.
5706
5707 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5710         internal images as deletable by `W D D'.
5711
5712         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5713         (gnus-async-article-callback): Fix typo.
5714
5715 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5716
5717         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5718         current line to work around bugs in the output from w3m.
5719
5720         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5721         for groups that want that.
5722
5723         * nntp.el (nntp-wait-for-string): Supply a timeout for
5724         accept-process-output to ensure progress.
5725
5726         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5727         level to get unread articles from, then use that for foreign groups,
5728         too.
5729
5730         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5731         confuses the rest of the function.
5732
5733         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5734         for the methods that support -retrieve-groups, too.
5735
5736         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5737
5738 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5741         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5742
5743         * pop3.el: Require cl when compiling.
5744         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5745
5746 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5749         that aren't going to be activated.
5750         (gnus-get-unread-articles): Fix up the last commit.
5751
5752         * gnus-html.el (gnus-article-html): Allow calling without specifying
5753         the handle.  In that case, dissect the buffer first.
5754
5755         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5756
5757         * nnimap.el (nnimap-open-connection): Revert the change that would look
5758         into authinfo for imaps instead of imap.
5759
5760         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5761         say that you don't want to call gnus-request-group with don-check, but
5762         do check the reponse.  This is for virtual groups only.
5763         (gnus-get-unread-articles): Count the archive groups as secondary, so
5764         that they're activated the same way as before.
5765
5766         * imap.el (imap-message-map): Removed optional buffer parameter, since
5767         no callers use it.
5768         (imap-message-get): Ditto.
5769         (imap-message-put): Ditto.
5770         (imap-mailbox-map): Ditto.
5771         (imap-mailbox-put): Ditto.
5772         (imap-mailbox-get): Ditto.
5773         (imap-mailbox-get): Revert last change for this function.
5774
5775         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5776         case-insensitively.
5777         (nnimap-debug): Remove.
5778
5779         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5780         to use `imap-fetch' instead.  According to the comments, this should be
5781         safe, since all other IMAP clients use the 1:* syntax.
5782         (imap-enable-exchange-bug-workaround): Removed.
5783         (imap-debug): Removed -- doesn't seem very useful.
5784
5785         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5786         mail from a file, and the file doesn't exist.
5787
5788         * imap.el (imap-log): New convenience function used throughout instead
5789         of repeating the same code all over the place.
5790
5791         * pop3.el (pop3-streaming-movemail): Return t for success.
5792
5793         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5794         .authinfo if we're using ssl connection.
5795
5796         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5797         already have if we're in a main Gnus `g' run.
5798
5799         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5800
5801 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5804
5805         * nnmh.el (nnmh-request-list-1): Bind `file'.
5806
5807         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5808         alias to set-process-query-on-exit-flag or process-kill-without-query.
5809         (pop3-open-server): Use it.
5810
5811 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812
5813         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5814         box to the Incoming file.  Fixes mistake in previous checkin.
5815
5816         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5817         request loop (for debugging purposes) removed.
5818
5819         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5820         culprit is more visible.
5821         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5822         (nnml-add-incremental-nov): New functions to do "incremental" nov
5823         updates, where we just append to the end of the existing nov files
5824         without reading/writing them in full.
5825
5826         * mail-source.el (mail-source-delete-crash-box): Really only check the
5827         incoming files once in a while.
5828
5829         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5830
5831         * mail-source.el (mail-source-delete-crash-box): Only check the
5832         incoming files for deletion once per day to save a lot of file
5833         accesses.
5834
5835         * pop3.el (pop3-logon): Fix up unbound variable typo.
5836
5837         * mail-source.el (pop3-streaming-movemail): Autoload.
5838
5839         * pop3.el (pop3-streaming-movemail):
5840         Respect pop3-leave-mail-on-server.
5841
5842         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5843         retrieval.
5844
5845         * pop3.el (pop3-process-filter): Remove unused function.
5846         (pop3-streaming-movemail, pop3-send-streaming-command)
5847         (pop3-wait-for-messages, pop3-write-to-file)
5848         (pop3-number-of-responses): New functions for streaming pop3
5849         retrieval.
5850
5851         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5852         come from no known methods.
5853         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5854         list.
5855
5856         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5857         message sizes.
5858         (pop3-movemail): Use erase-buffer instead of looping and deleting
5859         regions, which seems rather odd.
5860
5861         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5862         file once per `g' run.
5863
5864         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5865         directories.  This makes the draft queue directory work.
5866
5867         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5868         data from the backends, so that we only request the list of groups from
5869         each method once.  This should speed things up considerably.
5870
5871         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5872         detect that it's not implemented.
5873
5874         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5875         we actually do recurse down into the tree, but don't stat all leaf
5876         nodes.
5877
5878         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5879         then say so instead of bugging out.
5880
5881         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5882         files exist before trying to read them.
5883
5884         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5885         around <pre_int>.
5886
5887         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5888
5889         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5890
5891 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892
5893         * mm-util.el (mm-image-load-path): Just return the image directories,
5894         not all directories in the path in addition to the image directories.
5895         (mm-image-load-path): Maintain a cache of the image directories so that
5896         the `g' command in Gnus doesn't have to stat dozens of directories each
5897         time.
5898
5899         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5900         (gnus-html-wash-tags): Add a new `i' command to insert images.
5901         (gnus-html-insert-image): New command and keystroke.
5902         (gnus-html-redisplay-with-images): New command and keystroke.
5903         (gnus-html-show-images): Rename command.
5904         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5905         spacers.
5906         (gnus-html-wash-tags): Decode entities at the end, so that entities
5907         inside the tags don't mess up the rest of the "parsing".
5908
5909         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5910         so that nnimap methods aren't agentized by default.  There's apparently
5911         many problems related to agent/imap behaviour.
5912
5913         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5914
5915         * gnus-html.el: Doc fix.
5916
5917 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5920         specifier-spec-list for Emacs 21.
5921
5922         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5923         glyph-width and glyph-height instead of display-graphic-p and
5924         image-size; make avoidance of displaying small images work for XEmacs.
5925
5926         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5927         for XEmacs.
5928
5929         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5930         of symbol that holds plist data.
5931         (gnus-process-plist): Remove plist of process after getting it.
5932
5933 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * message.el (message-generate-hashcash): Change default to
5936         'opportunistic if hashcash is installed.
5937
5938         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5939         (gnus-html-put-image): Only call image-size once, since it's somewhat
5940         time-consuming on remote X servers.
5941
5942 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5945         type on data, not a file name.
5946
5947         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5948         window-pixel-edges for Emacs 21.
5949
5950         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5951         decoded contents.
5952         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5953
5954 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5957         group line format, since it isn't very interesting.
5958
5959         * gnus-agent.el (gnus-agent-short-article),
5960         (gnus-agent-long-article): Increase values for these two variables,
5961         since most people are likely to have more network connection and
5962         storage than before.
5963
5964         * gnus.el (gnus-refer-article-method): Change default to 'current.
5965         When referring an article, the common behaviour is to refer it from the
5966         current select method, not the native select method.  The chances of
5967         the native select method having the message in question is rather slim
5968         these days.
5969
5970         * gnus-sum.el (gnus-auto-select-subject): Change default to
5971         `unseen-or-unread'.  I think it's likely that most people want to
5972         select an unseen article over a previously seen, but unread one.
5973
5974         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5975         means that in the article buffer none of the minor mode elements will
5976         be shown, usually, and this is not desirable in most cases.
5977
5978         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5979         that commands like `d' (and the like) go to the next line in the
5980         buffer, instead of the next unread article.  I think this is the
5981         behaviour that is most natural for most users.
5982         (gnus-single-article-buffer): Change default to nil, so that people can
5983         have as many article buffers open as they have summary buffer.  I think
5984         this is the most natural way for the groups to behave.
5985
5986         * message.el (message-generate-new-buffers): Change default to
5987         `unsent', so that all new message buffers start their names with the
5988         string "*unsent", and it's easier to find the buffers if you move from
5989         them.
5990
5991 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5992
5993         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5994         small.  They're probably tracking images.
5995         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5996         (gnus-html-rescale-image): Yet another try at getting the image sizing
5997         right.
5998
5999         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6000         nntp-marks-file-name is nil.
6001
6002 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6003
6004         * gnus-html.el (gnus-html-wash-tags)
6005         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6006         Better logging.
6007
6008 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009
6010         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6011
6012         * gnus-html.el (gnus-html-wash-tags): Check the value of
6013         gnus-blocked-images in the summary buffer.
6014
6015 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6018
6019 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6022         like "a", it seems like.
6023         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6024         since it needs to be picked from the correct buffer.
6025
6026         * nnwfm.el: Remove.
6027
6028         * nnlistserv.el: Remove.
6029
6030 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6031
6032         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6033         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6034
6035 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6036
6037         * nnkiboze.el: Remove.
6038
6039         * nndb.el: Remove.
6040
6041         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6042         alt text.
6043         (gnus-html-rescale-image): Try to get the rescaling logic right for
6044         images that are just wide and not tall.
6045
6046         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6047         overshadow variable bindings.
6048
6049 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6050
6051         * gnus-html.el (gnus-html-wash-tags)
6052         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6053         Add extra logging.
6054
6055 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6058         (gnus-max-image-proportion): New variable.
6059         (gnus-html-rescale-image): New function.
6060         (gnus-html-put-image): Rescale images.
6061
6062 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6063
6064         Fix up some byte-compiler warnings.
6065         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6066         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6067         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6068         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6069         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6070         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6071         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6072
6073 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-html.el (gnus-article-html): Decode contents by charset.
6076
6077 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6078
6079         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6080         (gnus-html-frame-width, gnus-blocked-images)
6081         * message.el (message-prune-recipient-rules): Add custom version.
6082         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6083
6084         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6085         functions.
6086
6087         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6088         gnus-process-get.
6089
6090 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6091
6092         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6093         instead of lsub directly.
6094
6095 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6096
6097         * nnwarchive.el: Remove.
6098
6099         * gnus-soup.el: Remove.
6100
6101         * nnsoup.el: Remove.
6102
6103         * nnultimate.el: Remove.
6104
6105         * gnus-html.el (gnus-blocked-images): New variable.
6106
6107         * message.el (message-prune-recipients): New function.
6108         (message-prune-recipient-rules): New variable.
6109
6110         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6111         guess whether a long line is natural text or not.
6112
6113         * gnus-html.el (gnus-html-schedule-image-fetching):
6114         Use gnus-process-plist and friends for compatibility.
6115
6116 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6117
6118         * gnus-html.el: Require packages that define macros used in this file.
6119         (gnus-article-mouse-face): Declare to silence byte-compiler.
6120         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6121         process-get.
6122         (gnus-html-put-image): Use plist-get to avoid getf.
6123         (gnus-html-prefetch-images): Use with-current-buffer.
6124
6125 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-ems.el: Provide compatibility functions for
6128         gnus-set-process-plist.
6129
6130         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6131         header-line-format for XEmacs 21.4.
6132
6133         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6134         * gnus.el (gnus-valid-select-methods)
6135         * message.el (message-send-mail-partially-limit)
6136         * mm-decode.el (mm-text-html-renderer)
6137         * mml.el (mml-insert-mime-headers-always)
6138         * smiley.el (smiley-regexp-alist): Bump custom version.
6139
6140 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6141
6142         * gnus-html.el: require mm-url.
6143         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6144         with the url to `url'.
6145         (gnus-html-wash-tags): Support cid: URLs/images.
6146
6147 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6150         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6151         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6152
6153         * gnus-move.el: Remove file, since it doesn't really work.
6154
6155         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6156         UTF-8.  This seems to fix problems with some German web feeds.
6157
6158         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6159         at the top so that the proper colours are applied.
6160
6161         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6162         don't have dots in their names.
6163
6164         * gnus-art.el (gnus-article-view-part): Doc fix.
6165
6166         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6167         XEmacs-compatible.
6168         (gnus-html-put-image): Don't do images on non-graphic displays.
6169
6170         * nnslashdot.el: Remove this unused backend.
6171
6172         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6173         actions.
6174         (gnus-undo-register-1): Revert last change.
6175
6176         * gnus-group.el (gnus-group-completing-read): Protect against not
6177         having completion-styles bound.
6178
6179         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6180         make broken recipients happier.
6181
6182         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6183
6184         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6185         point parameter.
6186
6187         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6188
6189         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6190         completion-styles for group selection.
6191
6192 2009-02-04  Andreas Schwab  <schwab@suse.de>
6193
6194         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6195         headers and regexp-quote the match if necessary.
6196
6197 2009-03-24  Miles Bader  <miles@gnu.org>
6198
6199         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6200         the blinking smiley.
6201
6202 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6203
6204         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6205         blink smiley.
6206
6207 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6210         where the dribbel file lives exists.
6211
6212         * message.el (message-send-mail-partially-limit): Change the default to
6213         nil, since most people don't want this.
6214
6215         * mm-url.el (mm-url-decode-entities): Also decode entities like
6216         &#x3212.
6217
6218 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6219
6220         * gnus-sum.el (gnus-summary-idna-message):
6221         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6222         Hyperlink urls in docstrings with URL `...'.
6223
6224 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6225
6226         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6227         functions.
6228
6229 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230
6231         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6232         say what the mouseover text should be.
6233
6234         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6235         version of the mm-w3m-safe-url-regexp variable to only download images
6236         in the groups where we want that to happen.
6237
6238         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6239
6240         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6241         easier debugging.
6242         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6243         big pictures in the article buffer.
6244
6245         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6246         gnus-article-html.
6247         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6248         w3m.
6249
6250         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6251
6252 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6255         which doesn't exist.
6256
6257         * message.el (message-inhibit-ecomplete): New variable to allow some
6258         function to inhibit ecomplete address storage.
6259         (message-resend): Disable ecomplete message storage when resending
6260         messages.
6261
6262         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6263
6264 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6267         Save excursion while copying, moving, and deleting articles in order to
6268         prevent the cursor from jumping to unforeseen place.
6269
6270 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * lpath.el: No need to bind bookmark-current-buffer,
6273         bookmark-yank-point and bookmark-make-record-function.
6274
6275 2010-08-17  Glenn Morris  <rgm@gnu.org>
6276
6277         * gnus-sync.el: Require gnus components whose functions are used.
6278
6279         * gnus-art.el (bookmark-make-record-function):
6280         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6281         Declare for compiler.
6282
6283         * mm-url.el (mml-compute-boundary): Autoload.
6284
6285 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6288
6289 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6290
6291         Typo fix "hoo4a" -> "hook".
6292
6293         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6294
6295 2010-08-14  Glenn Morris  <rgm@gnu.org>
6296
6297         * gnus-sync.el (gnus-sync): Fix defgroup version.
6298
6299 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6300
6301         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6302
6303         * gnus-sync.el: Fix docs.
6304         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6305         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6306
6307 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6308
6309         Optimizations for gnus-sync.el.
6310
6311         * gnus-sync.el: Add docs about gnus-sync-backend
6312         possibilities.
6313         (gnus-sync-save): Remove unnecessary message.
6314         (gnus-sync-read): Optimize and show what groups were skipped.
6315
6316 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         Minor bug fixes for gnus-sync.el.
6319
6320         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6321         Don't read the sync on get-new-news.
6322
6323         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6324         quiet.
6325
6326         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6327         (fix typo).
6328
6329 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6330
6331         Make saving and restoring of hidden threads work with overlays.
6332         Patch applied by Ted Zlatanov.
6333
6334         * gnus-sum.el (gnus-hidden-threads-configuration)
6335         (gnus-restore-hidden-threads-configuration): Update to deal with text
6336         properties, rather than searching for a magic character.
6337
6338 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         New gnus-sync.el library for synchronization of marks.
6341
6342         * gnus-sync.el: New library for synchronization of marks.
6343
6344         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6345         renamed from `gnus-registry-grep-in-list'.
6346
6347         * gnus-registry.el (gnus-registry-follow-group-p):
6348         Use `gnus-grep-in-list'.
6349
6350         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6351
6352 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6355         determining charset of text fails.
6356
6357 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * nnmail.el (nnmail-get-new-mail-1): Revert.
6360
6361         * nnml.el (nnml-active-number): Make sure names of newly created groups
6362         in nnml-group-alist are encoded.
6363
6364 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6367         containing non-ASCII characters in active file for nnml back end.
6368
6369 2010-07-24  David Engster  <dengste@eml.cc>
6370
6371         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6372         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6373
6374 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6375
6376         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6377         tag (Bug#6654).
6378
6379 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6382         the article buffer, not the summary buffer.
6383
6384 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6387         Emacs 23 as well.
6388
6389 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6392         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6393
6394 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6395
6396         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6397         Patch applied by Karl Fogel.
6398
6399         * gnus-sum.el (gnus-summary-bookmark-make-record):
6400         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6401
6402 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6403
6404         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6405         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6406         C-w still not working correctly from Article buffers; Thierry's
6407         patch to fix that will be applied after this.
6408
6409         * gnus-art.el (bookmark-make-record-function): New local variable.
6410
6411         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6412         article buffer.
6413         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6414
6415 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6416
6417         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6418         on changes in bookmark.el.
6419
6420 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6423         `no-log' instead of message not to log prompt string.
6424
6425 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6426
6427         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6428         the *other* type of HTML form submission.
6429
6430 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6431
6432         * auth-source.el (auth-source-pick): If choice does not contain a
6433         questioned keyword, set the check to t.
6434
6435 2010-06-12  Romain Francoise  <romain@orebokech.com>
6436
6437         * gnus-util.el (gnus-date-get-time): Move up before first use.
6438
6439 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6442         (gnus-article-edit-part): Bind it to make last part that is substituted
6443         or deleted visible.
6444         (gnus-mime-display-single): Buttonize part of which id equals to
6445         gnus-mime-buttonized-part-id.
6446
6447 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6448
6449         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6450         (gnus-dd-mmm): Use gnus-date-get-time.
6451         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6452         simplify logic.
6453         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6454         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6455
6456 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6457
6458         * auth-source.el (top): Autoload `secrets-list-collections',
6459         `secrets-create-item', `secrets-delete-item'.
6460         (auth-sources): Fix tag string.
6461         (auth-get-source, auth-source-retrieve, auth-source-create)
6462         (auth-source-delete): New defuns.
6463         (auth-source-pick): Rewrite in order to avoid 2 passes.
6464         (auth-source-forget-user-or-password): New parameter USERNAME.
6465         (auth-source-user-or-password): New parameters CREATE-MISSING and
6466         DELETE-EXISTING.  Retrieve password interactively, if needed.
6467
6468 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6469
6470         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6471         deleting unused directories when gnus-expert-user is t.
6472
6473 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6476         for each temp file when gnus-article-browse-delete-temp is ask.
6477
6478 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6479
6480         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6481         Lisp calls to delete-backward-char by calls to delete-char.
6482
6483 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6484
6485         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6486
6487 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6488
6489         * password-cache.el (password-cache-remove): Fix docstring.
6490
6491 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6494         article unless decoding article to be saved.
6495
6496 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6499         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6500         generated within the mm-with-unibyte-current-buffer macro.
6501
6502 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6505         to nil when we're in a mml-preview buffer and no group is selected.
6506
6507 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6508
6509         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6510         when catching the `C-g'.  Reported by "Leo".
6511
6512 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * message.el (message-forward-make-body-plain)
6515         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6516         multibyte-string-p.
6517
6518         * lpath.el: Revert.
6519
6520 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * message.el (message-forward-make-body-mml): Assume original message
6523         is multibyte string; error on unibyte.
6524         (message-forward-make-body-plain): Ditto; don't add excessive newline
6525         in body end.
6526
6527         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6528
6529 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6530
6531         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6532         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6533
6534 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * mm-extern.el (mm-extern-url): Don't use
6537         mm-with-unibyte-current-buffer.
6538         (mm-extern-cache-contents): Use with-current-buffer instead of
6539         save-excursion + set-buffer.
6540
6541 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * mm-util.el (mm-emacs-mule): Remove.
6544
6545 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6546
6547         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6548         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6549         change.
6550
6551 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6554         bind the default value of enable-multibyte-characters to nil.
6555
6556 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * message.el (message-forward-make-body-plain)
6559         (message-forward-make-body-mml):
6560         Don't use mm-with-unibyte-current-buffer.
6561
6562 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6563
6564         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6565
6566 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6567
6568         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6569         (Bug#5592).
6570
6571 2010-05-07  Julien Danjou  <julien@danjou.info>
6572
6573         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6574         it to mm-pipe-part.
6575
6576         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6577         it is given.
6578
6579 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * binhex.el (binhex-decode-region-internal)
6582         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6583         (dns-query)
6584         * nnweb.el (nnweb-gmane-search)
6585         * pgg-parse.el (pgg-parse-armor)
6586         * pgg.el (pgg-verify-region)
6587         * sha1.el (sha1-string-external)
6588         * uudecode.el (uudecode-decode-region-internal)
6589         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6590         XEmacs.
6591
6592         * gnus-art.el (gnus-article-browse-html-parts)
6593         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6594         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6595         make-temp-file.
6596
6597         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6598         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6599         compiling.
6600
6601         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6602         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6603         XEmacs when compiling.
6604
6605         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6606         gnus-pick-mode-off-hook for XEmacs when compiling.
6607         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6608         gnus-binary-mode-off-hook for XEmacs when compiling.
6609
6610         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6611         Return nil if char-charset is not available.
6612
6613         * imap.el (imap-disable-multibyte)
6614         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6615         macros.
6616
6617         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6618         instead of encode-coding-string.
6619
6620         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6621         'xemacs) instead of mm-emacs-mule to switch function definitions.
6622         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6623
6624         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6625         bind temporary-file-directory for XEmacs;
6626         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6627         timer-set-function for XEmacs 21.4 and SXEmacs;
6628         bind timer-list for XEmacs 21.4 and SXEmacs;
6629         fbind char-charset and find-charset-region for non-Mule XEmacs;
6630         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6631         encode-coding-region and encode-coding-string for XEmacs having no
6632         file-coding feature.
6633
6634 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6635
6636         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6637
6638 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6641         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6642
6643 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6644
6645         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6646         alias `jka-compr-delete-temp-file' no longer exists.
6647
6648 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6649
6650         Use define-minor-mode in Gnus where applicable.
6651         * mml.el (mml-mode): Use define-minor-mode.
6652         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6653         (gnus-undo-mode): Use define-minor-mode.
6654         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6655         (gnus-dead-summary-mode): Use define-minor-mode.
6656         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6657         Initialize in declaration.
6658         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6659         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6660         (gnus-mailing-list-mode): Use define-minor-mode.
6661         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6662         (gnus-draft-mode): Use define-minor-mode.
6663         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6664         (gnus-dired-mode): Use define-minor-mode.
6665
6666 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6667
6668         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6669         handles on recursive mml-to-mime translation and check them for
6670         boundary delimiter collisions.  Reported by Greg Troxel.
6671
6672 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6675
6676 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6677
6678         * mm-util.el (mm-find-buffer-file-coding-system):
6679         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6680
6681 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6682
6683         * message.el (message-generate-headers): Record insertion of optional
6684         headers as well.  Otherwise the check to prevent repeated insertion of
6685         optional headers is a no-op.
6686
6687 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6688
6689         * smime.el: Don't mention CVS.
6690
6691         * nnrss.el (nnrss-fetch): Don't mention CVS.
6692
6693         * nnir.el: Don't mention CVS.
6694
6695 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6696
6697         * gnus-sum.el (gnus-summary-bookmark-make-record):
6698         Add `location' field.
6699
6700 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * lpath.el: Fbind bookmark-default-handler,
6703         bookmark-get-bookmark-record, bookmark-make-record-default,
6704         bookmark-prop-get for Emacs <23 and XEmacs.
6705
6706 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6707
6708         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6709         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6710         Use with-current-buffer to silence the byte-compiler.
6711         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6712         bother to require `gnus'.
6713         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6714
6715 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6716
6717         * gnus-sum.el (gnus-summary-bookmark-make-record)
6718         (gnus-summary-bookmark-jump): New functions.
6719         (gnus-summary-mode): Setup bookmark support.
6720
6721 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6722
6723         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6724         if set.
6725
6726 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6729         gnus-article-browse-html-save-cid-image; make it work recursively for
6730         forwarded messages as well.
6731         (gnus-article-browse-html-parts): Work when prefix arg is given.
6732         (gnus-article-browse-html-article): Doc fix.
6733
6734 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6735
6736         * message.el (message-default-mail-headers):
6737         (message-default-headers): Carry the value mail-default-headers over
6738         into message-default-mail-headers, rather than message-default-headers.
6739
6740 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6741
6742         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6743         charset.
6744
6745         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6746         charset into the <meta> tag when the article is encoded to utf-8.
6747
6748 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-art.el (gnus-article-browse-delete-temp-files):
6751         Delete directories as well.
6752         (gnus-article-browse-html-parts): Work for images that do not specify
6753         file names; delete temp directory when quitting; insert header at the
6754         right place; use file: scheme for image files.
6755
6756 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6757
6758         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6759         (gnus-article-browse-html-parts): Use it to make temporary cid image
6760         files in addition to html file so that browser may display them.
6761
6762 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6765
6766 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6767
6768         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6769
6770 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * auth-source.el (auth-sources): Change default to be simpler.
6773         Explain about Secret Service API sources.  Improve Customize options.
6774         (auth-source-pick): Change to accept any number of search parameters.
6775         Implement fallbacks iteratively, not recursively.  Add scoring on the
6776         second pass and sort by score.  Call Secret Service API when needed.
6777         (auth-source-user-or-password): Use it.  Call Secret Service API
6778         directly when needed to get the user name and the password.
6779
6780 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6781
6782         * message.el (message-interactive): Doc fix.
6783         (message-qmail-inject-args): Reflow.
6784         (message-kill-to-signature): Fix typo in docstring.
6785
6786         * smiley.el (smiley-buffer): Fix typo in docstring.
6787
6788 2010-03-24  Glenn Morris  <rgm@gnu.org>
6789
6790         * mail-source.el (gnus-message): Declare.
6791         (mail-source-delete-old-incoming): Require gnus-util.
6792
6793 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6796
6797         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6798
6799         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6800         password-cache's default if it is not bound.
6801         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6802         password-cache-expiry's default if it is not bound.
6803
6804         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6805         available in Emacs 21.
6806
6807         * lpath.el: Suppress compiler warnings for:
6808         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6809         XEmacs;
6810         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6811         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6812         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6813
6814 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * auth-source.el (auth-sources): Fix up definition so extra parameters
6817         are always inline.
6818
6819 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6820
6821         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6822         wasn't updated after mismatch.  Clear cached mailbox info correctly
6823         when uidvalidity changes.
6824         (nnimap-group-prefixed-name): New function to avoid some code
6825         duplication.
6826         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6827         (nnimap-request-group): Use it.
6828         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6829         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6830         with many imap folders.  This is done by caching the group status from
6831         the imap server persistently in a group parameter `imap-status'.  (This
6832         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6833         but not persistently, so every Gnus startup was still very slow.)
6834
6835 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6836
6837         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6838         delete the extra newline.  Otherwise editing of :string and :number
6839         types don't work.
6840
6841 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6842
6843         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6844         secrets.el dependency.
6845         (auth-sources): Add optional user name.  Add secrets.el configuration
6846         choice (unused right now).
6847
6848 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * gnus-sum.el (gnus-summary-make-menu-bar):
6851         Let `gnus-registry-install-shortcuts' fill in the functions.
6852
6853         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6854         warnings.
6855         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6856         (gnus-registry-install-shortcuts): Populate and use it in a
6857         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6858
6859 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6860
6861         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6862         In-place substitutions for the group name encoding/decoding.
6863         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6864         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6865         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6866         (nnimap-update-unseen, nnimap-request-list)
6867         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6868         (nnimap-request-set-mark, nnimap-split-to-groups)
6869         (nnimap-split-articles, nnimap-request-newgroups)
6870         (nnimap-request-create-group, nnimap-request-accept-article)
6871         (nnimap-request-delete-group, nnimap-request-rename-group)
6872         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6873         `encoded-mbx' for consistency.
6874         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6875         variable `imap-current-mailbox'.
6876
6877         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6878         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6879
6880 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6881
6882         * pop3.el (pop3-display-message-size-flag): Display message size byte
6883         counts during POP3 download.
6884         (pop3-movemail): Use it.
6885         (pop3-list): Implement listing of available messages.
6886
6887 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6888
6889         * nnir.el (nnir-get-article-nov-override-function): New function to
6890         override the normal NOV retrieval.
6891         (nnir-retrieve-headers): Use it.
6892
6893 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6894
6895         * auth-source.el (netrc-machine-user-or-password): Autoload.
6896
6897 2010-03-19  Glenn Morris  <rgm@gnu.org>
6898
6899         Stop message.el from loading about 40 libraries it doesn't always need.
6900         The general approach is to autoload rather than require, and to
6901         require in the specific functions rather than the file.  (Bug#5642)
6902
6903         * gmm-utils.el: Don't require wid-edit.
6904         (widget-create-child-value, widget-convert, widget-default-get):
6905         Autoload.
6906
6907         * gnus-util.el: Don't require time-date, netrc.
6908         (message-fetch-field, gnus-group-name-decode): Declare rather than
6909         autoloading.
6910         (gnus-fetch-field): Require message.
6911         (gnus-decode-newsgroups): Require gnus-group.
6912
6913         * ietf-drums.el: Don't require time-date.
6914
6915         * message.el: Don't require hashcash, canlock, ecomplete.
6916         Do require mail-utils.  Require nnheader only when compiling.
6917         (smtpmail-default-smtp-server): Remove declaration.
6918         (message-send-mail-function): Check smtpmail-default-smtp-server
6919         is bound rather than requiring smtpmail.
6920         (message-auto-save-directory, message-insert-signature):
6921         Use expand-file-name rather than nnheader-concat.
6922         (nnheader-insert-file-contents): Autoload.
6923         (hashcash-wait-async): Declare.
6924         (message-send-mail): Only call gnus-setup-posting-charset if
6925         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6926         (message-send-mail-with-sendmail): Require sendmail.
6927         (canlock-password, canlock-password-for-verify): Declare.
6928         (message-canlock-password): Require canlock.
6929         (nnheader-get-report): Autoload.
6930         (gnus-setup-posting-charset): Declare.
6931         (message-send-news): Require gnus-msg.
6932         (message-make-references, message-make-in-reply-to): Use mail-header-id
6933         rather than the alias mail-header-message-id.
6934         (ecomplete-add-item, ecomplete-save): Declare.
6935         (message-put-addresses-in-ecomplete): Require ecomplete.
6936         (ecomplete-display-matches): Autoload.
6937
6938         * mm-decode.el: Don't require mailcap, gnus-util.
6939         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6940         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6941         Autoload.
6942         (mailcap-mime-extensions): Declare.
6943
6944         * mm-encode.el: Don't require mailcap.
6945         (mailcap-extension-to-mime): Autoload.
6946
6947         * mml-sec.el: Don't require password-cache.
6948
6949         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6950         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6951         (mml-minibuffer-read-type): Require mailcap.
6952         (mml-preview): Require gnus-msg.
6953
6954         * mml1991.el: Require password-cache.
6955         (password-cache-expiry): Remove declaration.
6956
6957         * mml2015.el: Require password-cache.
6958         (password-cache-expiry): Remove declaration.
6959
6960         * nneething.el (mailcap): Require mailcap.
6961
6962         * nnheader.el (declare-function): Add compatibility stub.
6963         (message-remove-header): Declare rather than autoload.
6964         (nnheader-replace-header): Require message.
6965
6966         * nnimap.el (declare-function): Add compatibility stub.
6967         (netrc-parse, netrc-machine-user-or-password): Declare.
6968         (nnimap-open-connection): Require netrc.
6969
6970         * nntp.el (declare-function): Add compatibility stub.
6971         (netrc-parse, netrc-machine, netrc-get): Declare.
6972         (nntp-send-authinfo): Require netrc.
6973
6974         * rfc2047.el: Don't require qp.
6975         (quoted-printable-encode-region, quoted-printable-decode-string):
6976         Autoload.
6977
6978         * sieve-mode.el: Don't require easymenu.
6979         (easy-menu-add-item): Autoload it.
6980
6981         * spam-stat.el (time-to-number-of-days): Autoload it.
6982
6983 2010-03-19  Glenn Morris  <rgm@gnu.org>
6984
6985         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6986
6987 2010-03-18  Glenn Morris  <rgm@gnu.org>
6988
6989         * hashcash.el (declare-function): Remove duplicate definition.
6990
6991 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6992
6993         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6994         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6995         value if any backslash escapes).
6996
6997 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7000         if it is available.  (bug#5647)
7001
7002         * lpath.el: Suppress compiler warning for coding-system-from-name for
7003         Emacs 21 and XEmacs.
7004
7005 2010-03-14  Juri Linkov  <juri@jurta.org>
7006
7007         * hmac-def.el:
7008         * hmac-md5.el:
7009         * netrc.el: Fix keywords.
7010
7011 2010-02-26  Glenn Morris  <rgm@gnu.org>
7012
7013         * message.el (message-send-mail-function): Change the default, so that
7014         it inherits from a customized send-mail-function.  (Bug#5643)
7015
7016 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7017
7018         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7019         shell-command-to-string signals an error (bug#5299).
7020
7021 2010-02-24  Glenn Morris  <rgm@gnu.org>
7022
7023         * message.el (message-smtpmail-send-it)
7024         (message-send-mail-with-mailclient): Doc fixes.
7025
7026 2010-02-16  Glenn Morris  <rgm@gnu.org>
7027
7028         * message.el (message-default-mail-headers): Change the default value
7029         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7030
7031 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7034         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7035
7036 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7037
7038         * time-date.el (date-to-time): Doc fix (Bug#5408).
7039
7040 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7041
7042         * message.el (message-mail): Just pass yank-action on to message-setup.
7043         (message-setup): Handle (FUN . ARGS) form of yank-action.
7044         (message-with-reply-buffer, message-widen-reply)
7045         (message-yank-original): Handle non-buffer values of
7046         message-reply-buffer (Bug#4080).
7047         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7048
7049 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7050
7051         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7052         Fix typo in docstring.
7053
7054 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7055
7056         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7057         response.
7058
7059 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7062
7063         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7064
7065         * message.el (message-check-news-header-syntax): Protect against a
7066         string that `rfc822-addresses' returns when parsing fails.
7067
7068 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7071         (gnus-previous-char-property-change): New functions.
7072
7073         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7074
7075 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7076
7077         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7078         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7079
7080 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7081
7082         * message.el (message-exchange-point-and-mark): Rework last change to
7083         avoid using optional arg of exchange-point-and-mark, for backward
7084         compatibility.
7085
7086 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7087
7088         * message.el (message-exchange-point-and-mark):
7089         Call exchange-point-and-mark with an argument rather than setting
7090         mark-active by hand (Bug#5175).
7091
7092 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * nntp.el (nntp-service-to-port): Work for service expressed with
7095         numeric string; replace [:digit:] with [0-9] for XEmacs.
7096
7097 2009-12-17  Glenn Morris  <rgm@gnu.org>
7098
7099         * gnus-group.el (gnus-bug-group-download-format-alist):
7100         Change emacs entry to debbugs.gnu.org.  Bump :version.
7101
7102 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7105
7106 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * message.el (message-info): Explain why we use `Info-goto-node'.
7109
7110 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7113
7114 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7115
7116         * message.el (message-completion-in-region): New compatibility function.
7117         (message-expand-group): Use it.
7118
7119 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7122         with no unread article should be listed if the 2nd arg `predicate' is
7123         given.
7124
7125 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7128
7129 2009-11-29  Juri Linkov  <juri@jurta.org>
7130
7131         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7132         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7133         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7134
7135 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7136
7137         * sha1.el (sha1-string-external): default-directory "/" in case
7138         otherwise non-existent.  process-connection-type pipe for touch of
7139         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7140
7141 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7142
7143         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7144         it's comms related and sgml-mode.el has "comm" on that basis too.
7145
7146 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7149         containing tspecial characters if they have been already quoted.
7150
7151 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7152
7153         * dns-mode.el (auto-mode-alist): Purecopy string.
7154
7155 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7156
7157         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7158
7159 2009-10-24  Glenn Morris  <rgm@gnu.org>
7160
7161         * gnus-art.el (help-xref-stack-item): Define for compiler.
7162
7163 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7164
7165         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7166
7167 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7170
7171 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7174         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7175
7176 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7179         (gnus-overlays-in): New alias to overlays-in.
7180
7181         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7182         gnus-overlay-get, and gnus-delete-overlay.
7183         (gnus-summary-show-thread): Make it work as well for systems in which
7184         next-single-char-property-change is not available.
7185         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7186
7187         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7188         (gnus-overlay-get): New alias to extent-property.
7189         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7190
7191         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7192         SXEmacs.
7193
7194         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7195         SXEmacs.
7196
7197 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7200
7201 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7202
7203         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7204         and XEmacs that don't have `remove-overlays'.
7205
7206 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7207
7208         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7209         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7210         selective display.  Use overlays instead.
7211
7212 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7213
7214         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7215
7216 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7217
7218         * spam-stat.el (spam-stat-load): Fix typo in message.
7219
7220 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7221
7222         * dig.el (dig-invoke): Fix typo in docstring.
7223         (query-dig): Reflow docstring.
7224
7225 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7226
7227         * gnus-art.el (gnus-article-encrypt-body):
7228         * message.el (message-check-recipients):
7229         * mm-util.el (mm-codepage-setup):
7230         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7231         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7232
7233 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7234
7235         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7236         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7237         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7238         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7239         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7240
7241 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7242
7243         * dig.el: Add "Keywords: comm", as per net-utils.el.
7244
7245 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7246
7247         * dig.el (dig-mode): Use define-derived-mode.
7248
7249 2009-09-19  Glenn Morris  <rgm@gnu.org>
7250
7251         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7252
7253 2009-09-18  Glenn Morris  <rgm@gnu.org>
7254
7255         * gnus-diary.el (gnus-diary-check-message):
7256         * message.el (message-insert-formatted-citation-line):
7257         * nnbabyl.el (top-level):
7258         * nndiary.el (nndiary-schedule):
7259         Fix typos in condition-case handlers.
7260
7261 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7264         configuration that provides the sole article window in a frame;
7265         position point correctly after deleting a part.
7266
7267 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7268
7269         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7270         (spam-resolve-registrations-routine): Use it to unregister articles
7271         that change status.
7272
7273 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7276         with XEmacs.
7277         (parse-time-string-chars): Use it.
7278
7279 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7280
7281         * imap.el (imap-interactive-login): Better messages.
7282         (imap-open): Fix bug with renamed buffer on reconnect.
7283         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7284         for easier debugging and cleaner code.  On successful (guessed based on
7285         server capabilities) secondary authentication, set imap-state
7286         correctly.
7287         (imap-last-authenticator): Define imap-last-authenticator as a variable
7288         to avoid warnings.
7289
7290 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * nnrss.el (nnrss-request-article): Remove binding of
7293         default-enable-multibyte-characters that has gotten needless by
7294         the 2007-07-13 change in rfc2047-encode-message-header.
7295
7296         * mml.el (mml-insert-multipart): Error on the message header.
7297         (mml-insert-part): Error on the message header; position point at
7298         the end of a MIME tag.
7299
7300 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * time-date.el (autoload): Expand define-obsolete-function-alias into
7303         defalias and make-obsolete for old Emacsen that Gnus supports.
7304         (with-no-warnings): Define it for old Emacsen.
7305         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7306         is available.
7307         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7308         float-time is available; suppress compile warning for time-to-seconds.
7309
7310         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7311         (gnus-float-time): Alias to float-time if it exists.
7312
7313         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7314         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7315         float-time is available; suppress compile warning for time-to-seconds.
7316
7317         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7318         XEmacs.
7319
7320 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7321
7322         * imap.el (imap-message-map): Docstring fix.
7323
7324 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7327         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7328         Add the optional argument `encoding' that overrides the default.
7329
7330         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7331         mm-encode-buffer.
7332
7333 2009-09-04  Glenn Morris  <rgm@gnu.org>
7334
7335         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7336         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7337         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7338         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7339         * mm-util.el (mm-with-unibyte-current-buffer)
7340         (mm-find-buffer-file-coding-system):
7341         * yenc.el (yenc-decode-region): Use default-value rather than
7342         default-enable-multibyte-characters.
7343
7344 2009-09-03  Glenn Morris  <rgm@gnu.org>
7345
7346         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7347         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7348         than default-enable-multibyte-characters.
7349
7350 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7351
7352         * gnus-art.el (gnus-article-read-summary-keys):
7353         Fix gnus-buffer-configuration's value temporarily used.
7354
7355 2009-09-02  Glenn Morris  <rgm@gnu.org>
7356
7357         * gnus-util.el (gnus-float-time): New function.
7358         * gnus-delay.el (gnus-delay-article):
7359         * gnus-sum.el (gnus-thread-latest-date):
7360         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7361         * nnspool.el (nnspool-request-newgroups):
7362         Use gnus-float-time rather than time-to-seconds.
7363         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7364
7365         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7366         (gnus-header-subject-face, gnus-header-newsgroups-face)
7367         (gnus-header-name-face, gnus-header-content-face):
7368         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7369         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7370         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7371         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7372         (gnus-cite-face-11):
7373         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7374         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7375         (gnus-server-closed-face, gnus-server-denied-face)
7376         (gnus-server-offline-face):
7377         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7378         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7379         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7380         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7381         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7382         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7383         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7384         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7385         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7386         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7387         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7388         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7389         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7390         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7391         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7392         (gnus-summary-high-undownloaded-face)
7393         (gnus-summary-low-undownloaded-face)
7394         (gnus-summary-normal-undownloaded-face)
7395         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7396         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7397         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7398         (gnus-splash-face):
7399         * message.el (message-header-to-face, message-header-cc-face)
7400         (message-header-subject-face, message-header-newsgroups-face)
7401         (message-header-other-face, message-header-name-face)
7402         (message-header-xheader-face, message-separator-face)
7403         (message-cited-text-face, message-mml-face):
7404         * sieve-mode.el (sieve-control-commands-face)
7405         (sieve-action-commands-face, sieve-test-commands-face)
7406         (sieve-tagged-arguments-face):
7407         * spam.el (spam-face):
7408         Mark face aliases with "-face" in the name as obsolete.
7409
7410 2009-09-01  Glenn Morris  <rgm@gnu.org>
7411
7412         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7413         than goto-line.
7414
7415 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7418         Don't move point if the command is invoked inside the message header.
7419
7420 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7421
7422         * imap.el (imap-send-command): Simplify.
7423         (imap-wait-for-tag): point-max -> buffer-size.
7424
7425 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7426
7427         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7428         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7429         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7430         * nnir.el (nnir-swish-e-index-file):
7431         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7432         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7433         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7434         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7435         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7436         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7437
7438 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7441         Don't save excursion.
7442
7443 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7444
7445         * nnheader.el (nnheader-find-file-noselect):
7446         * mm-util.el (mm-insert-file-contents):
7447         Use (default-value 'major-mode) instead of default-major-mode.
7448
7449 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7450
7451         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7452
7453 2009-08-26  Glenn Morris  <rgm@gnu.org>
7454
7455         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7456         than placing in files.el.
7457
7458 2009-08-25  Glenn Morris  <rgm@gnu.org>
7459
7460         * nnir.el (top-level): Don't require cl at run-time.
7461         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7462         Replace cl-function substitute with gnus-replace-in-string.
7463         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7464         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7465         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7466         simplified expansions.
7467
7468 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7469
7470         * dig.el (dig): Add autoload cookie.
7471
7472 2009-08-22  Glenn Morris  <rgm@gnu.org>
7473
7474         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7475         goto-line.
7476
7477 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7478
7479         * parse-time.el (parse-time-string-chars): Save match data.
7480
7481 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7482
7483         * parse-time.el (parse-time-string-chars): Compute using character
7484         classes, to handle non-ascii characters (Bug#3190).
7485
7486 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7489
7490         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7491         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7492         (gnus-mm-display-part, gnus-mime-display-single)
7493         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7494         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7495
7496         * gnus-sum.el
7497         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7498         (gnus-summary-move-article): Add expirable mark to articles copied or
7499         moved to group that has auto-expire turned on if the option is non-nil.
7500
7501 2009-07-24  Glenn Morris  <rgm@gnu.org>
7502
7503         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7504         Fix typo.  (Bug#3903)
7505
7506 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7509         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7510         that should not be used for draft articles.
7511         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7512         that has no concern in minor mode keys.
7513         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7514         Abolish.
7515
7516 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7519         article without making inquiry to a user for unknown encoding.
7520
7521         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7522         (nnmaildir--scan): Assume i-node and device number that file-attributes
7523         returns might be cons-cell.
7524
7525         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7526
7527         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7528
7529 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7530
7531         * auth-source.el: Remove docs now in auth.texi.  Don't use
7532         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7533         `auth-source-hide-passwords' and use them.
7534
7535 2009-07-15  Glenn Morris  <rgm@gnu.org>
7536
7537         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7538
7539 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7542         excessive whitespace from the default values of title and description.
7543
7544 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7547         mail-fetch-field to fetch Content-Description header in order to
7548         exclude newlines.
7549
7550 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7551
7552         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7553         format used by GnuPG 2.0.11.
7554
7555 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7558         to deleted part.
7559
7560 2009-05-30  David Engster  <dengste@eml.cc>
7561
7562         * nnmairix.el: Remove old documentation in the commentary block.
7563         (nnmairix-request-group): Do not update active file for nnml back ends.
7564         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7565         end so that overview files are ignored.
7566         (nnmairix-update-groups): Make updating the groups more robust by using
7567         marks.
7568         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7569         with dollar characters in message-id.
7570
7571 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7572
7573         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7574         2008-12-25 in dns.el.
7575
7576 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7577
7578         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7579         could happen if the text is only composed of spaces and/or tabs.
7580
7581 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7582
7583         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7584         when sending a queued message to avoid extra mml tags.
7585
7586 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7589
7590 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7593         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7594         rmail-toggle-header for XEmacs;
7595         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7596
7597 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-dired.el: Remove autoload for gnus-setup-message.
7600         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7601         displaying Gnus logo; always use compose-mail.
7602
7603 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7606
7607 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7610         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7611         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7612         available.
7613         (gnus-nocem-epg-verify): New function.
7614
7615 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7618
7619 2009-02-15  Glenn Morris  <rgm@gnu.org>
7620
7621         * gnus-util.el (rmail-insert-rmail-file-header)
7622         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7623         autoloads.
7624         (rmail-default-rmail-file): Remove unnecessary declaration.
7625         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7626
7627 2009-02-14  Glenn Morris  <rgm@gnu.org>
7628
7629         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7630         variable (only used in gnus-util, which declares it anyway).
7631         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7632         which was only needed by gnus-art (changed to not use it any more).
7633         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7634         only used in gnus-util, which autoloads it itself.
7635         (rmail-update-summary): Fix autoload.
7636
7637         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7638         rather than rmail-output-to-rmail-file.
7639
7640 2009-02-07  Glenn Morris  <rgm@gnu.org>
7641
7642         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7643         autoload of function that no longer exists.
7644         (rmail-toggle-header): Declare.
7645         (message-forward-rmail-make-body): Handle mbox Rmail.
7646
7647 2009-01-31  Glenn Morris  <rgm@gnu.org>
7648
7649         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7650         2009-01-09 change.
7651
7652 2009-01-31  Dave Love  <fx@gnu.org>
7653
7654         * imap.el (imap-fetch-safe): Bind debug-on-error.
7655         (imap-debug): Add imap-fetch-safe.
7656
7657 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7658
7659         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7660         (auth-source-forget-all-cached): New convenience function.
7661         (auth-source-user-or-password): Accept list of modes or a single mode.
7662
7663         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7664         auth-source modes.
7665
7666         * netrc.el (netrc-machine-user-or-password): Use list of
7667         auth-source modes.
7668
7669         * nnimap.el (nnimap-open-connection): Use list of
7670         auth-source modes.
7671
7672         * nntp.el (nntp-send-authinfo): Use list of
7673         auth-source modes.
7674
7675 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7678         now.
7679
7680 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7683         coding system in XEmacs; add a workaround for XEmacs.
7684
7685         * lpath.el: Fbind coding-system-aliasee.
7686
7687 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7690         of current-language-environment.
7691
7692 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7695         available at runtime.
7696
7697 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7700
7701 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7702
7703         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7704         the greatest positive fixnum value doesn't work under an XEmacs with
7705         bignum support; use the most-positive-fixnum constant instead,
7706         available since Emacs 21.1 with cl and XEmacs 21.1.
7707
7708 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7711         XEmacs gets not to work.
7712
7713 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * mm-util.el (mm-coding-system-priorities): Allow the value like
7716         "Japanese (UTF-8)" of current-language-environment.
7717
7718 2009-01-09  Glenn Morris  <rgm@gnu.org>
7719
7720         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7721         with last-command-event.
7722
7723 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7726         in the doc string.
7727
7728         * message.el (message-fix-before-sending): Amend comment.
7729
7730 2009-01-08  Dave Love  <fx@gnu.org>
7731
7732         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7733
7734 2009-01-07  David Engster  <dengste@eml.cc>
7735
7736         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7737         simplified server definitions by converting it via
7738         gnus-server-to-method.
7739
7740 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7743         parameter's operands.
7744
7745 2009-01-06  David Engster  <dengste@eml.cc>
7746
7747         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7748         primary select method (for gnus-group-mark-article-as-read).
7749
7750 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7751
7752         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7753         `(gnus)Face', not `(gnus)X-Face'.
7754
7755 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * mm-util.el (mm-ucs-to-char): New function.
7758
7759         * mm-url.el (mm-url-decode-entities): Use it.
7760
7761         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7762         unicode-to-char.
7763
7764 2009-01-05  Dave Love  <fx@gnu.org>
7765
7766         * time-date.el: Require cl for `declare'.
7767
7768 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7771         Dave Love.
7772
7773 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * message.el (message-fix-before-sending): Add `eight-bit' to
7776         illegible-text check.
7777
7778 2009-01-03  Michael Olson  <mwolson@gnu.org>
7779
7780         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7781         `headers' is nil.  This can occur if the IMAP server does not have
7782         permissions to read messages from a folder, but can write new messages
7783         to the folder.
7784         (nnimap-request-article-part): Do not insert `data' if it is nil.
7785
7786         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7787         characters which will confuse `read', so skip past them.
7788
7789 2009-01-01  Dave Love  <fx@gnu.org>
7790
7791         * imap.el (imap-string-to-integer): Fix typo.
7792         (imap-fetch-safe): New function.
7793         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7794
7795         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7796
7797         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7798         (imap-parse-greeting): Fix doc strings.
7799         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7800         (imap-parse-flag-list): Make messages unique.
7801         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7802
7803         * nnimap.el: Fix author email.
7804         (nnimap-split-rule): Add FIXME comment.
7805         (nnimap-debug): Fix doc string.
7806
7807 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7808
7809         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7810
7811 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7814         nslookup if resolv.conf isn't available.
7815         (dns-query): Rename from query-dns.
7816         (dns-query-cached): Rename from query-dns-cached.
7817
7818 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7821         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7822         to check if those variables exist (first appeared in Emacs 18.50).
7823
7824 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * mm-util.el (mm-line-number-at-pos): New function.
7827
7828         * spam-report.el (spam-report-process-queue): Use it.
7829
7830 2008-12-24  David Engster  <dengste@eml.cc>
7831
7832         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7833         parameters that haven't existed as variables as buffer-local variables.
7834
7835 2008-12-23  Dave Love  <fx@gnu.org>
7836
7837         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7838         cadar.
7839
7840         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7841         imap-starttls-p.
7842         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7843
7844 2008-12-22  Dave Love  <fx@gnu.org>
7845
7846         * imap.el: Fix author email.  Doc fixes.
7847         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7848         reply.
7849
7850 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * spam-report.el (spam-report-gmane-max-requests): New constant.
7853         (spam-report-gmane-wait): New variable.
7854         (spam-report-gmane-ham, spam-report-gmane-spam)
7855         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7856         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7857         the server.
7858
7859         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7860         Add explanations.
7861
7862         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7863         nnheader-accept-process-output and nnheader-read-timeout if available.
7864         (pop3-movemail): Use it.
7865
7866         * message.el (message-check-news-body-syntax): Fix signature check if
7867         there's an attachment.
7868
7869 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * mm-util.el: Add comments to the mm- emulating functions.
7872
7873 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7876         Reported by Stephen Berman <stephen.berman@gmx.net>.
7877
7878 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * mm-util.el (mm-substring-no-properties): New function.
7881         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7882         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7883         (mm-string-to-multibyte): Doc fix.
7884
7885         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7886
7887 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * mml.el (mml-attach-file): Strip text properties from file name.
7890         (Bug#1574)
7891
7892 2008-12-16  Glenn Morris  <rgm@gnu.org>
7893
7894         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7895
7896 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7899         knows since the charset specified might be a bogus alias that
7900         mm-charset-synonym-alist provides.
7901
7902 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7905         "ISO_8859-1".
7906
7907         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7908
7909 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * mm-util.el (mm-charset-eval-alist):
7912         Define it before mm-charset-to-coding-system.
7913         (mm-charset-to-coding-system): Add optional argument `silent';
7914         define it before mm-charset-override-alist.
7915         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7916         default value if it can be used in Emacs currently running;
7917         silence mm-charset-to-coding-system.
7918
7919 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7922         `allow-override' which says whether to use `mm-charset-override-alist'.
7923         (rfc2047-decode-encoded-words): Use it.
7924
7925         * mm-util.el (mm-charset-override-alist): Fix custom type;
7926         add `(gb2312 . gbk)' to choices.
7927
7928 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7931         fast.
7932
7933         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7934
7935         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7936
7937 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7938
7939         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7940         on links.
7941
7942         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7943
7944 2008-12-03  Lute Kamstra  <lute@gnu.org>
7945
7946         * sha1.el: Remove leading * from docstrings of defcustoms,
7947         deffaces, defconsts and defuns.
7948
7949 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7952         users' addresses that don't have domain parts.
7953         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7954         rather than message-narrow-to-head since there will be the message
7955         header separator.
7956
7957 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7958
7959         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7960         since the result is inserted in a unibyte buffer anyway.
7961         (nnimap-demule-use-string-to-multibyte): Remove.
7962         (nnimap-demule): Alias it to mm-string-to-multibyte.
7963
7964 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7967         variable for debugging bug#464 and bug#1174.
7968         (nnimap-demule): Use it.
7969
7970 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7973         score calculation correctly.
7974
7975 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7976
7977         * message.el (message-send-mail): Just set the buffer to unibyte
7978         rather than use mm-with-unibyte-current-buffer which does a lot more.
7979         (message-send-mail-partially): Don't bother with
7980         mm-with-unibyte-current-buffer since it's already been made unibyte by
7981         message-send-mail.
7982
7983 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7984
7985         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7986
7987 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7990
7991 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7994         require itself and to remove `with-no-warnings'.
7995
7996 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7997
7998         * starttls.el (starttls-any-program-available): Get the name of the
7999         available TLS layer program.
8000         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8001         well as the host name in the "opening" message.
8002
8003         * auth-source.el (auth-source-cache, auth-source-do-cache)
8004         (auth-source-user-or-password): Cache passwords and logins by default,
8005         allow override with `auth-source-do-cache'.
8006         (auth-source-forget-user-or-password): Allow users to remove cache
8007         entries if needed.
8008
8009 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8010
8011         * md4.el (md4-buffer): Fix typo in docstring.
8012         (md4, md4-64): Doc fixes.
8013         (md4-pack-int32): Reflow docstring.
8014
8015 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8016
8017         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8018         condition-case to only the forward-sexp call.
8019
8020 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8021
8022         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8023         quotes contained.  Make it more robust regardless by an extra
8024         condition-case wrapper.
8025
8026 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8029
8030 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * nnml.el (nnml-request-expire-articles): Check if the function set to
8033         `nnmail-expiry-target' returns the symbol `delete'.
8034
8035         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8036
8037         * nnmail.el (nnmail-expiry-target): Fix custom type.
8038
8039 2008-10-02  Glenn Morris  <rgm@gnu.org>
8040
8041         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8042         Silence compiler warning.
8043
8044 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8045
8046         * tls.el (open-tls-stream): Show the actual command being
8047         executed, instead of the format string.
8048
8049 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * lpath.el: Fbind codepage-setup for Emacs 23.
8052
8053 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8054
8055         * mml.el (mml-menu): Don't assume mml2015 is bound.
8056
8057 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8060         exists.
8061
8062 2008-09-27  Glenn Morris  <rgm@gnu.org>
8063
8064         * gnus-util.el (mail-header-remove-comments): Autoload it.
8065
8066 2008-09-27  Andreas Schwab  <schwab@suse.de>
8067
8068         * gnus-util.el (gnus-split-references): Strip comments.
8069         (gnus-parent-id): Likewise.
8070
8071 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * message.el (message-confirm-send): Fix version.
8074
8075 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * message.el (message-idna-to-ascii-rhs-1): Use
8078         mail-extract-address-components rather than mail-header-parse-addresses
8079         that is an alias by default to ietf-drums-parse-addresses that does not
8080         support non-ASCII names in headers' contents.
8081
8082 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8083
8084         * message.el (message-confirm-send): Fix variable documentation to
8085         avoid the "y/n" wording.
8086
8087 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8088
8089         * message.el (message-set-auto-save-file-name): Save to a different
8090         filename so multiple messages (especially drafts) can be recovered.
8091
8092 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * message.el (message-confirm-send): Add appropriate version.
8095
8096 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8097
8098         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8099         defvar.
8100
8101 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8102
8103         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8104         (mm-pkcs7-enveloped-magic): Ditto.
8105
8106 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8107
8108         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8109         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8110
8111 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8112
8113         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8114         default, it's better.
8115
8116 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8119         summary line gnus-number property and ignore them (with a warning
8120         message).
8121
8122 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8125         macro caddr in the interactive form since it won't be expanded.
8126
8127 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8130         `charset'; fix name of function called recursively.
8131         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8132
8133 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8136         (gnus-mime-set-charset-parameters): New function.
8137         (gnus-mime-view-part-as-charset): Use it to correctly display part
8138         specifying wrong charset.
8139
8140 2008-09-08  David Engster  <dengste@eml.cc>
8141
8142         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8143         in completing-read for back end server.
8144
8145 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8146
8147         * message.el (message-confirm-send): New variable to confirm sending a
8148         message.
8149         (message-send): Use it.
8150
8151 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8152
8153         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8154
8155 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8158
8159 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8160
8161         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8162         prevent tracking too many groups.
8163         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8164         Use it.
8165
8166 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8167
8168         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8169         moving point to the bottom of the window in order to avoid recentering.
8170
8171 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8174
8175         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8176         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8177         (gnus-article-beginning-of-window): Fix calculation.
8178
8179 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * gnus-msg.el (gnus-summary-supersede-article)
8182         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8183         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8184         message header.
8185
8186 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8187
8188         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8189         pending output coming after the status change.
8190
8191 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8192
8193         * message.el:
8194         * gnus-start.el:
8195         * gnus-registry.el: Remove VMS support.
8196
8197 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8200         macro.
8201         (rfc2104-hash): Use it.
8202
8203 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8206         (gnus-summary-sort-by-most-recent-date): New commands.
8207         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8208         and menu entries.
8209
8210 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8213         don't redisplay article for raw contents; remove plural articles stuff.
8214
8215         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8216         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8217         on gnus-summary-save-article; display results properly.
8218
8219 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * lpath.el: No need to fbind ns-focus-frame.
8222
8223 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8226
8227 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (gnus-summary-save-in-pipe):
8230         Consider gnus-save-all-headers.
8231
8232 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8233
8234         * gnus-util.el (ns-focus-frame): Remove declaration.
8235         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8236         like x.
8237
8238 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8239
8240         * rfc2104.el (rfc2104-zero): Delete defconst.
8241         (rfc2104-hex-alist): Likewise.
8242         (rfc2104-hex-to-int): Delete func.
8243         (rfc2104-hexstring-to-bitstring): Likewise.
8244         (rfc2104-nybbles): New defconst.
8245         (rfc2104-hash): Rewrite for speed.
8246
8247 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * tls.el (open-tls-stream): Make it work with the 2nd argument
8250         BUFFER that is a string but does not exist as a buffer object, as
8251         mentioned in the doc-string.
8252
8253 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8256         SXEmacs.
8257
8258 2008-07-16  Glenn Morris  <rgm@gnu.org>
8259
8260         * gnus-util.el (ns-focus-frame): Declare for compiler.
8261
8262 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8265         set as a group parameter.
8266         (gnus-summary-save-in-pipe): Work when it is called independently.
8267         (gnus-summary-pipe-to-muttprint): Don't modify
8268         gnus-summary-pipe-output-default-command.
8269
8270 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8271
8272         * message.el (message-send-mail-with-sendmail):
8273         Display the error message.
8274
8275 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * gnus-art.el (gnus-default-article-saver):
8278         Add gnus-summary-save-in-pipe to choices.
8279         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8280         gnus-summary-pipe-output-default-command as the default command.
8281         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8282         instead of gnus-last-shell-command.
8283
8284         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8285         New user option.
8286         (gnus-summary-muttprint-program): Mention the value will be changed.
8287         (gnus-summary-save-article): Force showing of all headers.
8288         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8289
8290 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8291
8292         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8293
8294 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8295
8296         * nnimap.el (nnimap-id):
8297         * sieve-manage.el (sieve-manage-open): Doc fixes.
8298
8299 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8300
8301         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8302         if available.
8303
8304 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8305
8306         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8307
8308         * nnkiboze.el (nnkiboze-generate-group):
8309         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8310
8311         * nnmairix.el: Require CL.
8312
8313 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * dgnushack.el: Autoload get-display-table and put-display-table for
8316         XEmacs 21.5.
8317
8318         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8319         21.4 and SXEmacs.
8320
8321 2008-06-15  David Engster  <dengste@eml.cc>
8322
8323         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8324
8325 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8326
8327         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8328         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8329         runtime choice under XEmacs.
8330
8331         * gnus-sum.el (gnus-summary-set-display-table):
8332         Use `gnus-put-display-table', `gnus-get-display-table',
8333         `gnus-set-display-table' for the display table, instead of `aset'.
8334
8335         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8336         Use `gnus-put-display-table', `gnus-get-display-table',
8337         `gnus-set-display-table' for the display table.
8338
8339 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * nnmairix.el: Add autoloads.
8342
8343 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * nnmairix.el (nnmairix-delete-recreate-group)
8346         (nnmairix-update-and-clear-marks): Fix error messages.
8347
8348 2008-06-14  David Engster  <dengste@eml.cc>
8349
8350         * nnmairix.el: Upgrade to version 0.6.
8351         (nnmairix-group-toggle-propmarks-this-group)
8352         (nnmairix-group-toggle-readmarks-this-group)
8353         (nnmairix-group-delete-recreate-this-group)
8354         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8355         (nnmairix-remove-tick-mark-original-article): New commands.
8356         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8357         (nnmairix-propagate-marks-to-nnmairix-groups)
8358         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8359         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8360         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8361         functions needed for marks propagation and manipulation of read marks.
8362         (nnmairix-update-groups): New function.
8363         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8364         (nnmairix-determine-original-group-from-registry)
8365         (nnmairix-determine-original-group-from-path)
8366         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8367         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8368         New helper functions.
8369         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8370         keystrokes for new commands.
8371         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8372         (nnmairix-request-group): Check allow-fast group parameter.
8373         (nnmairix-request-create-group): Set allow-fast group parameter if
8374         nnmairix-allowfast-default is set.
8375         (nnmairix-close-group): Propagate marks upon closing if needed.
8376         (nnmairix-group-toggle-threads-this-group): Use new.
8377         nnmairix-group-toggle-parameter helper function.
8378         (nnmairix-search): Better check for empty search result.
8379         (nnmairix-goto-original-article): Use new helper functions for
8380         determining original article.
8381         (nnmairix-show-original-article): Make sure message-id is in brackets.
8382         (nnmairix-call-mairix-binary): Change variable name.
8383         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8384         helper function.
8385         (nnmairix-widget-toggle-activate): Fix doc string.
8386
8387 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * nnir.el: Require edmacro when compiling with XEmacs.
8390         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8391         available in Emacs 21.
8392
8393 2008-06-11  Glenn Morris  <rgm@gnu.org>
8394
8395         * gnus-util.el (x-focus-frame):
8396         * gnus.el (image-size):
8397         * mm-decode.el (image-size): Declare.
8398
8399         * gnus-picon.el (declare-function): Add compat definition.
8400         (image-size): Declare.
8401
8402         * gnus-group.el (tool-bar-map):
8403         * gnus-sum.el (tool-bar-map): Define for compiler.
8404
8405         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8406
8407         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8408
8409         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8410         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8411         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8412         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8413         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8414         * sieve-manage.el, spam-report.el, spam.el:
8415         Remove unnecessary eval-and-compile of autoloads.
8416
8417 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8418
8419         * auth-source.el: Precise Tramp doc.
8420
8421 2008-06-07  Glenn Morris  <rgm@gnu.org>
8422
8423         * nnmairix.el: Remove unnecessary eval-when-compile.
8424
8425 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * lpath.el: Fbind propertize for XEmacs 21.4.
8428
8429 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * nnir.el: Move here from ../contrib.
8432
8433 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8434
8435         * gnus-util.el (gnus-read-shell-command): New function.
8436         * mm-decode.el (mm-pipe-part):
8437         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8438
8439 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8442
8443 2008-06-03  Glenn Morris  <rgm@gnu.org>
8444
8445         * pop3.el (nnheader-accept-process-output): Autoload it.
8446
8447 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8450         are not 2-digit hexadecimal characters that follow `%'s.
8451
8452 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * message.el (message-bogus-recipient-p): Fix type in doc string.
8455         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8456         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8457         Improve custom options.
8458         (message-bogus-recipient-p): Adjust accordingly.
8459
8460 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8461
8462         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8463         long-form month and day names.
8464
8465 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * dgnushack.el: Autoload debug, eudc-expand-inline and
8468         pgg-snarf-keys-region for XEmacs.
8469
8470         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8471
8472         * nnmairix.el: Require edmacro when compiling with XEmacs.
8473
8474 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8477         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8478
8479 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8480
8481         * auth-source.el: Add more docs.
8482
8483         * netrc.el (netrc-machine): Always match if the port is not given.
8484
8485 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8486
8487         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8488         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8489         retrieval faster in some cases, but might make CPU usage larger.
8490         If this has any bad side effects, we might revert this change.
8491
8492         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8493         seems to make mail retrieval much, much faster.
8494         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8495         unconditionally.
8496
8497         * gnus-draft.el (gnus-group-send-queue):
8498         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8499
8500 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8503
8504         * message.el (message-bogus-address-regexp): Fix and improve custom
8505         type.
8506         (message-setup-hook): Add message-check-recipients as custom option.
8507
8508 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * message.el (message-cite-function): Remove bogus autoload which crept
8511         in during merge from v5-10.
8512
8513 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8514
8515         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8516
8517         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8518
8519         * auth-source.el: Preliminary Tramp docs.
8520         (auth-sources): Change the default auth-sources to use
8521         EPA .gpg files.
8522
8523 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8524
8525         * nntp.el: Autoload `auth-source-user-or-password'.
8526         (nntp-send-authinfo): Use it.
8527
8528         * nnimap.el: Autoload `auth-source-user-or-password'.
8529         (nnimap-open-connection): Use it.
8530
8531         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8532         for the gnus-message function.
8533         (auth-source-user-or-password): Use it.
8534
8535 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8536
8537         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8538         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8539         (rfc2104-hash): Use it.
8540
8541 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8542
8543         * gnus-art.el (gnus-article-toggle-truncate-lines):
8544         Don't use `iff' in docstring.
8545
8546 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8547
8548         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8549
8550         * gnus-util.el (gnus-extract-address-component-name)
8551         (gnus-extract-address-component-email): Convenience functions around
8552         `gnus-extract-address-components'.
8553
8554         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8555         Use `gnus-extract-address-component-email' to fix bug of comparing full
8556         sender name to `user-mail-address'.
8557
8558 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8559
8560         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8561         catch/throw to optimize.
8562         (gnus-registry-find-keywords): Just use member to find a keyword.
8563
8564 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8565
8566         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8567         is current before calling gnus-server-prepare.
8568         (gnus-server-setup-buffer, gnus-server-update-server)
8569         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8570
8571 2008-05-04  Juri Linkov  <juri@jurta.org>
8572
8573         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8574         (mailcap-file-default-commands): Use mailcap-replace-in-string
8575         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8576         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8577
8578 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8579
8580         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8581
8582 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8583
8584         * gnus.el: Bump version to 0.11.
8585
8586 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8587
8588         * gnus.el: No Gnus v0.10 is released.
8589
8590 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8593         hooks.
8594         (gnus-update-read-articles): Speed up non-marks-using users.
8595         (gnus-use-marks): Define gnus-use-marks.
8596         (gnus-propagate-marks): Rename variable to something more sensible.
8597
8598 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8599
8600         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8601         (gmm-image-load-path-for-library): Fix typos in docstrings.
8602         (gmm-message): Reflow docstring.
8603
8604 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8605
8606         * mail-source.el (mail-source-set-1, mail-source-bind):
8607         Move auth-source code out of the macro to clean it up and fix bugs.
8608
8609 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8610
8611         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8612         by sender if it's equal to user-mail-address, it's likely to be
8613         useless.
8614
8615         * mail-source.el (mail-source-bind): Don't use user or password if they
8616         are not bound.  Unintern them if they are nil.  Don't use server unless
8617         it's bound, and default it to empty string otherwise.
8618
8619 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8620
8621         * mail-source.el: Load auth-source.el.
8622         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8623         get user name or password, if auth-sources is set up.
8624
8625         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8626         strategy of splitting with parent.
8627         (gnus-registry-split-fancy-with-parent)
8628         (gnus-registry-post-process-groups): Use it and fix prior
8629         bug (returning a list as the split result).
8630
8631         * auth-source.el (auth-sources): Remove server parameter.
8632         (auth-source-pick, auth-source-user-or-password)
8633         (auth-source-user-or-password-imap)
8634         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8635         (auth-source-user-or-password-sftp)
8636         (auth-source-user-or-password-smtp): Remove server parameter.
8637
8638 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8639
8640         * smime.el (smime-sign-region, smime-encrypt-region)
8641         (smime-decrypt-region):
8642         Remove redundant calls to `generate-new-buffer-name'.
8643
8644 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8645
8646         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8647         Don't use QP for message/rfc822.
8648         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8649
8650 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8651
8652         * sieve-manage.el (sieve-string-bytes): Remove.
8653         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8654         correct byte-length only if the process's coding-system is the same as
8655         the one used internally by Emacs to represent strings.
8656
8657 2008-04-22  Juri Linkov  <juri@jurta.org>
8658
8659         * mailcap.el (mailcap-file-default-commands): New function.
8660
8661 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * message.el (message-signature-separator, message-cite-function):
8664         Change custom version.
8665
8666 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8667
8668         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8669         commands.
8670         (tls-checktrust): Ditto.
8671
8672 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * mm-decode.el (mm-display-external): Make temp file read-only.
8675
8676 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8679         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8680         `C-c C-f d'.
8681
8682 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8683
8684         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8685
8686 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * gnus.el: Bump version to 0.9.
8689
8690 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * gnus.el: No Gnus v0.8 is released.
8693
8694 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8695
8696         * mail-source.el (mail-source-value):
8697         Prefer fboundp to functionp so it works with macros as well.
8698
8699 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8700
8701         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8702         Fix last change in case the element is not even a symbol.
8703
8704 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8705
8706         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8707         Prefer fboundp to functionp so it works with macros as well.
8708
8709 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8710
8711         * auth-source.el: Add docs.
8712         (auth-sources): Modify format to support server.
8713         (auth-source-pick, auth-source-user-or-password)
8714         (auth-source-user-or-password-imap)
8715         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8716         (auth-source-user-or-password-sftp)
8717         (auth-source-user-or-password-smtp): Add server parameter.
8718
8719 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8720
8721         * gnus-registry.el: Initialize the registry when gnus-registry-install
8722         is t.
8723
8724 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * compface.el (uncompface): Make buffer unibyte.
8727
8728 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8729
8730         * mail-source.el (mail-source-value):
8731         Prefer fboundp to functionp so it works with macros as well.
8732
8733 2008-04-05  Glenn Morris  <rgm@gnu.org>
8734
8735         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8736
8737 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8738
8739         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8740         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8741
8742         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8743         multibyteness after rather than before erasing it.
8744
8745         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8746         mm-with-multibyte.
8747         (gnus-request-article-this-buffer): Make sure the proper decoding is
8748         used if gnus-original-article-buffer happens to be unibyte.
8749
8750         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8751         default-enable-multibyte-characters.
8752
8753         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8754         default-enable-multibyte-characters.
8755
8756         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8757
8758         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8759
8760 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8761
8762         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8763         Fix last change in case the element is not even a symbol.
8764
8765 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8766
8767         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8768         (imap-message-copyuid-1): Use it.
8769         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8770         J. Williams in
8771         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8772
8773         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8774         imap-enable-exchange-bug-workaround.
8775         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8776
8777 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8778
8779         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8780         a 100 byte status-checks into a 2-3MB transfer for each group.
8781         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8782         to enable bug workaround or not.
8783         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8784
8785 2008-03-31  Glenn Morris  <rgm@gnu.org>
8786
8787         * message.el (mml2015-use): Declare for compiler.
8788         (message-info): Require mml2015 when appropriate.
8789
8790 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8793         whitespace.
8794
8795 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8796
8797         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8798         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8799         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8800         (nntp-service-to-port): New function.
8801         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8802         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8803         (nntp-open-netcat-stream): New function.
8804         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8805
8806 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8807
8808         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8809
8810 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8811
8812         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8813
8814 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8815
8816         * dns.el (dns-write): Use set-buffer-multibyte.
8817
8818 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8819
8820         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8821
8822 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * message.el (message-signature-separator): Change default.
8825         Improve custom type.
8826         (message-cite-function): Change default to
8827         message-cite-original-without-signature.
8828
8829         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8830         toggle.
8831
8832         * message.el (message-check-news-body-syntax): Fix signature check.
8833         (message-setup-1): Mark buffer as unmodified _after_ running
8834         message-setup-hook and handling message-alternative-emails.
8835         (message-shorten-references): Be more strict when building list of
8836         valid references to comply with GNKSA.
8837
8838         * gnus-group.el (gnus-read-ephemeral-bug-group)
8839         (gnus-read-ephemeral-debian-bug-group)
8840         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8841
8842         * message.el (message-info): Don't use booleanp which isn't supported
8843         in Emacs 21 and XEmacs.
8844
8845 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8848         gnus-group-gmane-group-download-format.
8849         (gnus-group-read-ephemeral-gmane-group): Rename from
8850         gnus-group-read-ephemeral-gmane-group.
8851         (gnus-read-ephemeral-gmane-group-url): Rename from
8852         gnus-group-read-ephemeral-gmane-group-url.
8853         (gnus-bug-group-download-format-alist): New variable.
8854         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8855         (gnus-read-ephemeral-emacs-bug-group): New commands.
8856
8857 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8860         (gnus-visible-headers): Improve custom type.
8861
8862 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * mml.el (mml-menu): Add workarounds for XEmacs.
8865
8866         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8867         X-Boundary header.
8868
8869         * message.el (message-simplify-recipients): Fix previous commit.
8870
8871 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8872
8873         * mm-util.el (mm-set-buffer-multibyte): New function.
8874         * mm-decode.el (mm-copy-to-buffer): Use it.
8875
8876         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8877         Prefer fboundp to functionp so it works with macros as well.
8878
8879 2008-03-19  Glenn Morris  <rgm@gnu.org>
8880
8881         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8882         Accidentally removed in the sync process with Emacs.
8883
8884 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * message.el (message-alter-recipients-discard-bogus-full-name):
8887         New function.
8888         (message-alter-recipients-function): New variable.
8889         (message-get-reply-headers): Use it.
8890         (message-replace-header): New helper function.
8891         (message-recipients-without-full-name): New variable.
8892         (message-simplify-recipients): New command.
8893
8894         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8895
8896         * message.el (message-info): Handle EasyPG manual.
8897
8898         * mml.el (mml-menu): Add entry for EasyPG.
8899
8900 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8901
8902         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8903         parameter.
8904
8905         * message.el (message-disassociate-draft): Specify drafts group name
8906         fully.
8907
8908 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8909
8910         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8911         Eliminate unnecessary duplicates from the match list.
8912
8913 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8916
8917         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8918
8919         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8920         args of `how-many' of which the XEmacs version doesn't take; declare
8921         Info-index-next as function.
8922
8923 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * gnus-score.el (gnus-score-headers): Fix handling of
8926         gnus-inhibit-slow-scoring.
8927
8928         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8929         string.
8930         (gnus-button-url-regexp): Improve handling of parenthesis.
8931         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8932         (gnus-button-handle-info-keystrokes): Handle index entries.
8933
8934 2008-03-15  Glenn Morris  <rgm@gnu.org>
8935
8936         * parse-time.el (parse-time-string): Simplify.
8937
8938 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8941         Incoming* files.
8942
8943 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8944
8945         * auth-source.el (auth-sources): Rename from auth-source-choices.
8946         (auth-source-pick): Use it.
8947
8948 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8949
8950         * binhex.el (binhex-decode-region-internal):
8951         * uudecode.el (uudecode-decode-region-internal):
8952         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8953         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8954         setting default-enable-multibyte-characters.
8955
8956 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8957
8958         * auth-source.el (auth-source-protocols)
8959         (auth-source-protocols-customize, auth-source-choices): Add and
8960         modified variable customizations and defaults.
8961         (auth-source-pick, auth-source-user-or-password)
8962         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8963         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8964         (auth-source-user-or-password-sftp)
8965         (auth-source-user-or-password-smtp): Use new variables and provide an
8966         interface to netrc.el.
8967
8968 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8971         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8972         Make sure the nntp port to specify is a string.
8973
8974 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8975
8976         * nntp.el: Use with-current-buffer.
8977         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8978         dubious mm-with-unibyte-current-buffer.
8979         (nntp-with-open-group-function): New function extracted from
8980         nntp-with-open-group macro.
8981         (nntp-with-open-group): Use the function, so it's easier to debug.
8982         Add indentation and debugging info.
8983         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8984         Recommend the use of the netcat alternatives.
8985
8986         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8987         Avoid mm-string-as-multibyte as well.
8988
8989         * nnweb.el (nnweb-insert-html):
8990         Remove use of nnheader-string-as-multibyte.
8991
8992         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8993         (nnheader-string-as-multibyte): Remove.
8994
8995         * mm-view.el: Use inhibit-read-only.
8996         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8997         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8998         or unibyte-string.
8999
9000         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9001         (mm-uu-yenc-extract): Use with-current-buffer.
9002
9003         * gnus-soup.el (gnus-soup-send-packet): Don't use
9004         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9005
9006         * nnmh.el: Use with-current-buffer.
9007         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9008         mm-string-as-multibyte on the output of mm-encode-coding-string.
9009
9010         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9011         (nnimap-request-move-article): Use with-current-buffer.
9012
9013         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9014         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9015         conversion uses string-make-unibyte rather than string-as-unibyte.
9016
9017         * gnus-msg.el: Use with-current-buffer.
9018
9019         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9020
9021 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9022
9023         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9024         string for caching if it is 'PIN.
9025
9026 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * lpath.el: Consider the case without Emacs/W3.
9029
9030 2008-03-08  Glenn Morris  <rgm@gnu.org>
9031
9032         * time-date.el (date-to-time, time-subtract, time-add)
9033         (safe-date-to-time): Doc fixes.
9034
9035 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * mail-source.el (mail-source-delete-old-incoming-confirm):
9038         Change default to nil.
9039         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9040
9041 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * lpath.el: Rearrange.
9044
9045         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9046         (gnus-article-goto-prev-page): Work for articles having ^L's.
9047
9048         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9049
9050         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9051
9052 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9053
9054         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9055         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9056         (gnus-bookmark-jump): Adjust some variable names.
9057
9058 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9059
9060         * auth-source.el: New package.
9061         (auth-source-choices): Add customization entry point variable.
9062
9063         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9064         bug.
9065
9066 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9067
9068         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9069         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9070         (gnus-registry-install-shortcuts): Rename from
9071         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9072         the `gnus-registry-mark-map' keymap dynamically from
9073         `gnus-registry-marks'.  The generated functions update the summary line
9074         when a registry mark is added or deleted, and will call
9075         `gnus-registry-install-p' (see the comments in the code).
9076         (gnus-registry-user-format-function-M): Use concat intelligently.
9077
9078         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9079         the registry mark functions.
9080
9081 2008-03-05  Glenn Morris  <rgm@gnu.org>
9082
9083         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9084         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9085         gnus-art.
9086         (top-level): No need to load own source when compiling.
9087
9088 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9091         Suggested by <chris.anderton@zetnet.co.uk>.
9092
9093 2008-03-04  Glenn Morris  <rgm@gnu.org>
9094
9095         * gnus-sum.el (top-level): No need to require gnus when compiling,
9096         since unconditionally required near start of file.
9097         (gnus-summary-display-while-building): Move definition before use.
9098
9099 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9100
9101         * gnus-registry.el (gnus-registry-user-format-function-M):
9102         Add formatting function.
9103
9104 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9105
9106         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9107         with plists.
9108         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9109         Use new format.
9110
9111 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9114         `where-is-internal' that returns a range of key sequences.
9115
9116 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9117
9118         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9119
9120         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9121         (gnus-summary-jump-to-group): Consider windows on other displayed
9122         frames as well.  Similar changes might be needed elsewhere, but that's
9123         the one I've bumped into during my use.
9124
9125         * nndoc.el (nndoc-oe-dbx-type-p):
9126         * gnus-msg.el (gnus-debug):
9127         * gnus-group.el (gnus-update-group-mark-positions):
9128         Use mm-string-to-multibyte.
9129
9130 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9133         doesn't handle NotDashEscaped.
9134
9135         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9136         (mml-dnd-attach-options): Fix typo in custom choice.
9137
9138         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9139         Change nndoc-article-type to mbox.
9140         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9141
9142         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9143         to nil, instead of html2text.
9144
9145         * imap.el (imap-debug): Add `imap-ping-server'.
9146
9147         * gnus-bookmark.el: Add FIXMEs.
9148
9149         * message.el (message-form-letter-separator)
9150         (message-send-form-letter-delay): New variables.
9151         (message-send-form-letter): Use them.  New command to send form
9152         letters.  Requested by Uwe Siart.
9153         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9154
9155 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * Update copyright years.
9158
9159 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         Sync from EMACS_22_BASE.
9162
9163         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9164
9165 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9166
9167         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9168         empty author.
9169
9170 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9171
9172         * gnus-registry.el (gnus-registry-marks): Add variable for
9173         customization of marks and their appearance.
9174         (gnus-registry-read-mark): Use it.
9175         (gnus-registry-do-marks): Add utility function to loop through
9176         `gnus-registry-marks'.
9177         (gnus-registry-install-shortcuts-and-menus): Add function to install
9178         shortcuts and menus.
9179         (gnus-registry-initialize): Use it.
9180         (gnus-registry-default-mark): Clarify documentation.
9181
9182 2008-02-29  Glenn Morris  <rgm@gnu.org>
9183
9184         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9185         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9186         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9187         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9188         Change defcustom :version from 23.0 to 23.1.
9189
9190 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9191
9192         * gnus-registry.el (gnus-registry-follow-group-p)
9193         (gnus-registry-post-process-groups): Add functions to aid registry
9194         splitting and improve logging.  Clarify behavior in function
9195         documentation.
9196         (gnus-registry-split-fancy-with-parent): Use them.
9197
9198 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9199
9200         * gnus-art.el: Use with-current-buffer.
9201
9202 2008-02-27  David Engster  <dengste@eml.cc>
9203
9204         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9205         Express real group name in the response.
9206
9207 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9210         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9211         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9212         autoload gnus-registry-fetch-group when compiling.
9213         (nnmairix-request-group-with-article-number-correction):
9214         Remove unreferenced argument passed to nnmairix-call-backend.
9215
9216 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9219         (mm-uu-extract): Improve face for low color ttys.
9220         Reported by Sascha Wilde.
9221
9222 2008-02-27  Glenn Morris  <rgm@gnu.org>
9223
9224         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9225         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9226         variables to defconsts.  Convert comments to doc-strings.
9227         (nnmairix-last-server, nnmairix-current-server): Convert from free
9228         variables to defvars.  Convert comments to doc-strings.
9229         (gnus-registry-fetch-group): Autoload.
9230         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9231         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9232         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9233         caddr.
9234         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9235         nnmairix-request-group-with-article-number-correction call.
9236         (nnmairix-fast, nnmairix-group): New, less general names, for free
9237         variables passed from nnmairix-request-group to
9238         nnmairix-request-group-with-article-number-correction.  Declare.
9239         (nnmairix-request-group-with-article-number-correction):
9240         Use nnmairix-fast, nnmairix-group rather than fast, group.
9241
9242 2008-02-26  David Engster  <dengste@eml.cc>
9243
9244         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9245         version 0.5.
9246
9247 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9248
9249         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9250         instead of making an extra function call.  Don't add the current group
9251         to articles only when they have the group.  Use
9252         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9253         Reported by David <de_bb@arcor.de>.
9254
9255 2008-02-24  Miles Bader  <miles@gnu.org>
9256
9257         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9258         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9259         (mm-find-mime-charset-region):
9260         * mm-bodies.el (mm-encode-body):
9261         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9262
9263 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9266         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9267
9268 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * mail-source.el (mail-source-delete-incoming): Change default.
9271         Supplement doc string.
9272
9273         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9274
9275 2008-02-14  Glenn Morris  <rgm@gnu.org>
9276
9277         * time-date.el (format-seconds): New function.
9278
9279 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * nnmail.el (nnmail-message-id-cache-file): Derive from
9282         `gnus-home-directory'.
9283
9284 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9285
9286         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9287         Document negative prefix.
9288
9289         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9290
9291 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9292
9293         * message.el (message-unsent-separator): Add the Exim bounce
9294         separator.
9295
9296 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9297
9298         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9299         list.
9300         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9301         recipient/signer list.
9302
9303 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * Makefile.in (datarootdir): Define.
9306         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9307         name that might contain whitespace.
9308
9309 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9312         fbound (Emacs 23 unicode), signal an error.
9313
9314 2008-02-08  Glenn Morris  <rgm@gnu.org>
9315
9316         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9317
9318 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9319
9320         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9321         ports to the calls to `netrc-machine-user-or-password' in addition to
9322         "imap" and "imaps".
9323
9324 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9325
9326         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9327
9328         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9329
9330 2008-02-01  Kenichi Handa  <handa@m17n.org>
9331
9332         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9333         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9334         (rfc2104-hash): Convert the result of concat to unibyte string.
9335
9336 2008-02-01  Dave Love  <fx@gnu.org>
9337
9338         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9339         coding-system-for-read.
9340         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9341
9342 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9345         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9346         <hanche@math.ntnu.no>.
9347
9348 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9351
9352         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9353
9354 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9355
9356         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9357         * message.el (message-beginning-of-line): Use featurep instead of bound
9358         tests in order to resolve conditionals at compile time.
9359
9360 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9361
9362         * mail-source.el (mail-sources): Add `group' choice.
9363
9364         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9365         parameter `in-group' to control into which group the articles go.
9366         Add treatment of `group' mail-source.
9367
9368 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9371
9372         * mm-decode.el (mm-dissect-buffer): Decode description.
9373
9374         * mml.el (mml-to-mime): Encode message header first.
9375
9376 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9379         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9380
9381         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9382         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9383
9384 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9385
9386         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9387
9388 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9391         prefix keys.
9392         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9393         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9394         gnus-xmas.el.
9395
9396         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9397         (gnus-xmas-article-describe-bindings): New function.
9398         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9399         gnus-xmas-article-describe-bindings.
9400
9401         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9402
9403 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9404
9405         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9406         Add new variables for article mark management.
9407         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9408         list of extra data entries which, when present, will indicate that the
9409         article ID should not be trimmed from the registry.
9410         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9411         functions.
9412         (gnus-registry-read-mark): New function to read a mark name from the
9413         user.
9414         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9415         (gnus-registry-set-article-mark-internal): New functions to add and
9416         remove marks.
9417         (gnus-registry-get-article-marks): New function to show the marks for
9418         an article, or retrieve them for further use.
9419
9420 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9423         keys when no argument is given.
9424
9425 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * imap.el (imap-ping-server): New variable.
9428         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9429         (imap-ping-server): Minor doc string fixes.
9430
9431 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9432
9433         * imap.el (imap-ping-server): New function.
9434         (imap-opened): Call imap-ping-server.
9435
9436 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * gnus-sum.el (gnus-article-sort-by-random)
9439         (gnus-thread-sort-by-random): Fix doc strings.
9440         Reported by jidanni@jidanni.org.
9441
9442 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * gnus-art.el (gnus-article-describe-bindings): New function.
9445         (gnus-article-read-summary-keys): Use it.
9446         (gnus-article-mode-map): Bind `C-h b' to it.
9447
9448 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9451         XEmacs.
9452         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9453         Protect against non-character events.
9454
9455         * lpath.el: Fbind map-keymap for Emacs 21.
9456
9457 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9460         New command.
9461         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9462         instead of END.  Change name of the temp file.
9463         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9464         customizable.
9465
9466 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9469         bind `S W' to gnus-article-wide-reply-with-original; set default
9470         binding to gnus-article-read-summary-send-keys.
9471         (gnus-article-read-summary-keys): Fix the order of keys; display
9472         continuation keys correctly in the echo area; describe bindings
9473         correctly when keys end with `C-h'.
9474         (gnus-article-read-summary-send-keys): New function.
9475         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9476         Work for gnus-article-read-summary-send-keys; display continuation keys
9477         correctly in the echo area.
9478         (gnus-article-reply-with-original): Ignore prefix argument.
9479         (gnus-article-wide-reply-with-original): New function.
9480
9481         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9482         Emacs 21.
9483
9484 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9487         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9488
9489 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9492         (gnus-group-read-ephemeral-gmane-group): New command.
9493
9494 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9495
9496         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9497
9498 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * message.el (message-send-mail-function): Increase custom version.
9501
9502         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9503         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9504
9505 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9506
9507         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9508         for the cases where imap-authenticate is called with a nil buffer
9509         parameter.
9510
9511 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9514         html parts correctly; support forwarded messages.
9515         (gnus-article-browse-html-article): Remove work buffers.
9516
9517         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9518         compiling.
9519         (netrc-bound-and-true-p): New macro.
9520         (netrc-parse): Use it instead of bound-and-true-p that is not available
9521         in XEmacs 21.4.
9522
9523 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9524
9525         * gnus-registry.el (gnus-registry-mark-article)
9526         (gnus-registry-article-marks): Add functionality to mark articles
9527         through the Gnus registry.
9528
9529         * encrypt.el: Clarify documentation for the new pgg method.
9530         (encrypt-file-alist): Add PGG option.
9531         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9532         functionality.  Abstract password key and messaging to external
9533         functions.
9534         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9535         (encrypt-message-method-and-cipher): Add new convenience external
9536         functions.
9537         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9538         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9539
9540         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9541         (netrc-parse): Use encrypt-file-alist to determine if
9542         encrypt-find-model or encrypt-insert-file-contents should be used.
9543
9544         * encrypt.el: Clarify documentation.  Load password-cache or
9545         password, whichever one is found first, instead of autoloading.
9546
9547 2007-12-19  Glenn Morris  <rgm@gnu.org>
9548
9549         * mml.el (message-options-set, message-narrow-to-head)
9550         (message-in-body-p, message-mail-p, message-encode-message-body):
9551         Autoload.
9552         (message-remove-header, message-narrow-to-headers-or-head)
9553         (message-subscribed-p, message-make-mail-followup-to)
9554         (message-position-on-field, message-news-p)
9555         (message-options-set-recipient, message-generate-headers)
9556         (message-sort-headers): Declare as functions.
9557
9558 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9561         convention in doc string.
9562
9563 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9566         title to html parts.
9567         (gnus-article-browse-html-article): Pass message header to it.
9568
9569         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9570
9571 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9574         or password compatible with XEmacs.
9575
9576 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9579         format document.
9580         (gnus-mime-delete-part): Don't write description line if empty.
9581         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9582
9583 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9584
9585         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9586         (gnus-summary-mark-read-and-unread-as-read)
9587         (gnus-summary-mark-current-read-and-unread-as-read)
9588         (gnus-summary-mark-unread-as-ticked): Doc fix.
9589         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9590
9591 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9594         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9595
9596 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9599         yes-or-no-p.
9600
9601 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * mm-decode.el (mm-add-meta-html-tag): New function.
9604         (mm-save-part-to-file, mm-pipe-part): Use it.
9605
9606         * gnus-art.el (gnus-article-browse-delete-temp-files):
9607         Use gnus-y-or-n-p instead of y-or-n-p.
9608         (gnus-article-browse-html-parts): Work with message/external-body; use
9609         mm-add-meta-html-tag.
9610
9611 2007-12-11  Glenn Morris  <rgm@gnu.org>
9612
9613         * gnus-cache.el: Require gnus-sum not just when compiling.
9614
9615         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9616
9617         * gnus-int.el (gnus-server-opened, gnus-status-message):
9618         Move definitions before use.
9619
9620         * mm-decode.el: Require gnus-util.
9621         (mm-remove-part): Only call delete-annotation on XEmacs.
9622
9623         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9624
9625         * nnmail.el: Require gnus-int.
9626
9627         * spam.el: Move `require's before `eval-when-compile's.
9628
9629         * gnus-ems.el (gnus-alive-p):
9630         * gnus-fun.el (message-goto-eoh):
9631         * gnus-util.el (gnus-group-name-decode):
9632         * mail-source.el (gnus-compress-sequence):
9633         * message.el (Info-goto-node, format-spec):
9634         * mm-bodies.el (message-options-get):
9635         * mm-decode.el (mm-view-pkcs7):
9636         * mm-util.el (gmm-write-region):
9637         * mml-smime.el (mml-compute-boundary)
9638         (gnus-completing-read-with-default):
9639         * mml.el (widget-button-press, gnus-make-hashtable):
9640         * mml1991.el (mm-decode-content-transfer-encoding)
9641         (mm-encode-content-transfer-encoding)
9642         (message-options-get, message-options-set):
9643         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9644         * nnfolder.el (gnus-request-group):
9645         * nnheader.el (ietf-drums-unfold-fws):
9646         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9647         * smime.el (gnus-run-mode-hooks):
9648         * spam-stat.el (gnus-message): Autoload.
9649
9650         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9651         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9652         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9653         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9654         Add declare-function compatibility definition.
9655
9656         * gnus-cache.el (nnvirtual-find-group-art):
9657         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9658         (gnus-add-image, gnus-add-wash-type):
9659         * gnus-group.el (nnkiboze-score-file):
9660         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9661         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9662         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9663         (message-tokenize-header, gnus-get-buffer-create)
9664         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9665         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9666         * gnus.el (gnus-group-decoded-name):
9667         * mail-source.el (imap-capability):
9668         * mm-bodies.el (message-options-set):
9669         * mm-decode.el (gnus-configure-windows):
9670         * mm-extern.el (message-goto-body):
9671         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9672         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9673         (epg-sub-key-validity, message-options-set):
9674         * mml.el (widget-event-point, gnus-configure-windows):
9675         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9676         * mml2015.el (epg-check-configuration, epg-configuration)
9677         (message-options-set):
9678         * nndb.el (nndb-request-article):
9679         * nnfolder.el (gnus-request-create-group):
9680         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9681         * nnmaildir.el (gnus-group-mark-article-read):
9682         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9683         * rfc1843.el (message-fetch-field):
9684         * spam.el (gnus-extract-address-components):
9685         Declare as functions.
9686
9687 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9690
9691         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9692
9693         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9694         bind show-trailing-whitespace for XEmacs.
9695
9696 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9699         new no-op macro for backward compatibility.
9700
9701         * imap.el (imap-string-to-integer): New function.
9702
9703 2007-12-09  Glenn Morris  <rgm@gnu.org>
9704
9705         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9706
9707         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9708         * message.el, mm-view.el, sieve-manage.el, smime.el:
9709         Add declare-function compatibility definition.
9710
9711         * gnus-art.el (w3-region, w3m-region, Info-menu):
9712         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9713         * gnus-sum.el (gnus-get-predicate):
9714         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9715         * message.el (mail-abbrev-in-expansion-header-p):
9716         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9717         (w3m-detect-meta-charset, w3m-region):
9718         * sieve-manage.el (password-read, password-cache-add)
9719         (password-cache-remove):
9720         * smime.el (password-read-and-add): Declare as functions.
9721
9722 2007-12-08  David Kastrup  <dak@gnu.org>
9723
9724         * gnus-sum.el (gnus-summary-simplify-subject-query):
9725         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9726         `message'.
9727
9728 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9731         it to bind idna-program, installation-directory, defined-colors, and
9732         face-attribute for XEmacs of the version that compiles defcustom forms.
9733
9734 2007-12-07  Glenn Morris  <rgm@gnu.org>
9735
9736         * gnus-art.el (article-make-date-line): Revert previous change.
9737
9738 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9741
9742 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9743
9744         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9745         Call gnus-add-to-range ranges only once with a prepared article-list.
9746
9747 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9748
9749         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9750         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9751         group names with backslashes.
9752         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9753
9754 2007-12-06  Deepak Goel  <deego3@gmail.com>
9755
9756         * gnus-art.el (article-make-date-line):
9757         * gnus-start.el (gnus-load):
9758         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9759
9760 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * gnus-art.el (gnus-use-idna)
9763         * gnus-start.el (gnus-site-init-file)
9764         * message.el (message-use-idna)
9765         * mm-uu.el (mm-uu-hide-markers)
9766         * smiley.el (smiley-style): Revert changes that suppress warnings.
9767
9768 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9771         specify charset to html source.
9772         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9773
9774 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9777         idna-program in order to suppress byte compile warning issued by XEmacs
9778         that came to byte compile the default value section of defcustom forms
9779         recently.
9780
9781         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9782         value of installation-directory.
9783
9784         * message.el (message-use-idna): Don't directly refer to the value of
9785         idna-program.
9786
9787         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9788
9789         * smiley.el (smiley-style): Don't directly call face-attribute.
9790
9791 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9794
9795         * gnus-dired.el: Reduce Gnus dependencies.
9796         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9797         Don't require.  Use autoloads instead.
9798         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9799         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9800         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9801         (gnus-dired-mode): Adjust doc string.
9802         (gnus-dired-mail-mode): New variable.
9803         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9804         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9805         (gnus-dired-mail-buffers): New function.  Return mail or message
9806         composition buffers.
9807         (gnus-dired-attach): Use it.
9808         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9809         NO-DECODE.
9810         (gnus-dired-print): Use `gnus-print-buffer' depending on
9811         `gnus-dired-mail-mode'.
9812
9813 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * rfc2047.el (rfc2047-encoded-word-regexp)
9816         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9817         explaining what regexp patterns are for.
9818
9819 2007-12-04  Glenn Morris  <rgm@gnu.org>
9820
9821         * password.el: Move to password-cache.el.
9822
9823         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9824         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9825         * mml-smime.el (password-read, password-cache-add)
9826         (password-cache-remove):
9827         No need to autoload, since mml-sec requires password.
9828
9829         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9830         * message.el (gnus-extract-address-components):
9831         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9832
9833         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9834         password.
9835
9836 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * mailcap.el: Reduce dependencies.
9839         (mail-header-parse-content-type): Autoload.
9840         (mailcap-delete-duplicates): New alias.
9841         (mailcap-mime-info): Add optional argument NO-DECODE.
9842         (mailcap-mime-types): Use mailcap-delete-duplicates.
9843
9844         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9845
9846 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9847
9848         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9849         (imap-parse-status): Upcase status-att for servers that sends them
9850         lower-case (e.g., MS Exchange 2007).
9851
9852 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9855         function.
9856
9857         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9858         (gnus-uu-yenc-article): New function.
9859
9860         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9861
9862         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9863
9864 2007-12-02  Glenn Morris  <rgm@gnu.org>
9865
9866         * binhex.el (binhex): New custom group.
9867         (binhex-decoder-program, binhex-decoder-switches)
9868         (binhex-use-external): Move to the binhex custom group.
9869
9870         * uudecode.el (uudecode): New custom group.
9871         (uudecode-decoder-program, uudecode-decoder-switches)
9872         (uudecode-use-external): Move to the uudecode custom group.
9873
9874         * netrc.el (top-level): Don't load `encrypt' features.
9875         (netrc-parse): Don't use encrypt.
9876         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9877
9878         * encrypt.el: Remove file.
9879
9880 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9883         matches on patches.
9884
9885         * gnus-art.el (gnus-article-browse-html-article):
9886         Mention `mm-text-html-renderer' in the doc string.
9887
9888         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9889         string.  Add comments.
9890
9891         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9892         if rhs is ASCII.
9893
9894 2007-12-01  Glenn Morris  <rgm@gnu.org>
9895
9896         * mail-source.el (top-level): Require format-spec before
9897         eval-when-compile.
9898
9899 2007-11-30  Glenn Morris  <rgm@gnu.org>
9900
9901         * encrypt.el: Require password, rather than autoloading password-read.
9902
9903 2007-11-29  Glenn Morris  <rgm@gnu.org>
9904
9905         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9906         (sasl-make-client, sasl-next-step, sasl-step-data)
9907         (sasl-step-set-data): Declare as functions.
9908
9909 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9912
9913 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9914
9915         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9916         certs should be verified and what is to be done in the event of a
9917         verification failure.
9918
9919         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9920         caller can indicate whether the cache should be disregarded for this
9921         call.  This way the result of the call is reproducible at all times and
9922         can be considered a canonical server name for the supplied method.
9923         (gnus-agent-method-p): Canonicalize server names by pushing their
9924         method through `gnus-method-to-server' using the no-cache argument.
9925
9926         * gnus-srvr.el (gnus-server-insert-server-line):
9927         Call `gnus-method-to-server' with `no-cache' argument.
9928
9929         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9930         gnus-agent-possibly-synchronize-flags as this should be called when the
9931         server is actually being opened.
9932         (gnus-agent-possibly-synchronize-flags)
9933         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9934         flags file of an agentized server to the latter function.
9935
9936         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9937         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9938         after a connection has been established successfully.
9939
9940 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * gnus-art.el (article-display-face): Force to display face if called
9943         interactively; check if gnus-article-x-face-too-ugly matches author.
9944         (article-display-x-face): Display face even if From header is missing
9945         as article-display-face does.
9946
9947 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9948
9949         * hashcash.el (message-narrow-to-headers-or-head)
9950         (message-fetch-field, message-goto-eoh)
9951         (message-narrow-to-headers): Declare as functions.
9952
9953 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * mail-source.el (mail-sources): Default to fetch from file for
9956         compatibility with default of nnmail-spool-file.
9957
9958 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9961         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9962         to look for encoded word that should be encoded again.
9963         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9964         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9965         encoding pattern.
9966         (rfc2047-decode-region): Switch strict regexp and loose one according
9967         to rfc2047-allow-irregular-q-encoded-words.
9968
9969 2007-11-25  Romain Francoise  <romain@orebokech.com>
9970
9971         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9972
9973 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * tls.el (tls-program): Provide more custom choices from
9976         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9977         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9978
9979 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9982         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9983
9984         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9985         `nnmail-spool-file'.
9986
9987         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9988         `nnmail-spool-file'.
9989
9990         * gnus-move.el (gnus-change-server): Ditto.
9991
9992         * gnus-kill.el (gnus-batch-score): Ditto.
9993
9994         * gnus-cache.el (gnus-jog-cache): Ditto.
9995
9996         * gnus-msg.el (gnus-summary-reply):
9997         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9998
9999 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10002         version.  Minor improvement to doc strings.
10003         (tls-program): Add comment.
10004
10005 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10006
10007         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10008         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10009         mismatch between the hostname provided in the certificate and the name
10010         of the host connnecting to.
10011         (open-tls-stream): Use them.  Check certificates against trusted root
10012         certificates.
10013
10014 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * gnus-cache.el (gnus-cache-generate-nov-databases):
10017         Use nnml-generate-nov-databases-directory instead of
10018         nnml-generate-nov-databases-1.
10019
10020 2007-11-24  Glenn Morris  <rgm@gnu.org>
10021
10022         * message.el (message-tool-bar-retro): Update for rename
10023         mail_send.xpm->mail-send.xpm.
10024
10025 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10028         `smime-ldap-search' for Emacs 22 and up.
10029
10030 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10031
10032         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10033
10034         * message.el (message-send-mail-function): Fix error convention.
10035         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10036         (message-widen-reply, message-send-mail, message-talkative-question)
10037         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10038         (message-clone-locals, message-send-news): Use with-current-buffer.
10039         (message-insert-or-toggle-importance): Remove unused var `valid'.
10040         (message-make-references): Remove unused var `new-references'.
10041         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10042
10043 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10044
10045         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10046         (spam-split-symbolic-return-positive): Reflow docstring.
10047         (spam-backends, spam-summary-exit-behavior)
10048         (spam-mark-ham-unread-before-move-from-spam-group)
10049         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10050         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10051         (spam-clear-cache, spam-backend-check, spam-install-backend)
10052         (spam-install-statistical-backend, spam-list-of-processors)
10053         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10054         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10055         (spam-check-crm114, spam-initialize, spam-unload-hook):
10056         Fix typos in docstrings.
10057
10058 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10061         been checked if they have never been read and those group levels are
10062         higher than the one that a user specified.
10063
10064 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10067         foreign groups unless a group level is specified by a user.
10068         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10069
10070 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * message.el (message-send-mail-function): Require sendmail.
10073
10074 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * message.el (message-send-mail-function): Check for smtpmail too.
10077
10078         * utf7.el (utf7-encode, utf7-decode): Use coding system
10079         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10080
10081         * message.el (message-send-mail-function): New function.
10082         (message-send-mail-function): Set default using
10083         message-send-mail-function.  Adjust doc string.
10084         (message-send-mail-with-mailclient): New function.
10085
10086 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10087
10088         * smime.el (from):
10089         * rfc2047.el (message-posting-charset):
10090         * qp.el (mm-use-ultra-safe-encoding):
10091         * pop3.el (parse-time-months):
10092         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10093         * nnml.el (files):
10094         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10095         (jka-compr-compression-info-list, ange-ftp-path-format)
10096         (efs-path-regexp):
10097         * nndiary.el (files):
10098         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10099         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10100         (epg-digest-algorithm-alist, inhibit-redisplay)
10101         (password-cache-expiry):
10102         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10103         (pgg-output-buffer, password-cache-expiry):
10104         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10105         (efs-path-regexp):
10106         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10107         (inhibit-redisplay):
10108         * mm-uu.el (file-name, start-point, end-point, entry)
10109         (gnus-newsgroup-name, gnus-newsgroup-charset):
10110         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10111         (latin-unity-ucs-list):
10112         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10113         (mm-uu-binhex-decode-function):
10114         * message.el (gnus-message-group-art, gnus-list-identifiers)
10115         (rmail-enable-mime-composing, gnus-local-organization)
10116         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10117         (gnus-read-active-file, facemenu-add-face-function)
10118         (facemenu-remove-face-function, gnus-article-decoded-p)
10119         (tool-bar-mode):
10120         * mail-source.el (display-time-mail-function):
10121         * gnus-util.el (nnmail-pathname-coding-system)
10122         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10123         (gnus-original-article-buffer, gnus-user-agent)
10124         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10125         (xemacs-codename, sxemacs-codename, emacs-program-version):
10126         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10127         * gnus-start.el (gnus-agent-covered-methods)
10128         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10129         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10130         (gnus-newsgroup-headers, gnus-group-list-mode)
10131         (gnus-group-mark-positions, gnus-newsgroup-data)
10132         (gnus-newsgroup-unreads, nnoo-state-alist)
10133         (gnus-current-select-method, mail-sources)
10134         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10135         (nnmail-spool-file, gnus-cache-active-hashtb):
10136         * gnus-mh.el (mh-lib-progs):
10137         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10138         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10139         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10140         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10141         (gnus-group-buffer):
10142         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10143         (font-lock-set-defaults):
10144         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10145         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10146         (gnus-summary-post-menu, total-parts, type, condition, length):
10147         * gnus-agent.el (gnus-agent-read-agentview):
10148         * flow-fill.el (show-trailing-whitespace):
10149         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10150         eval-and-compile wrappers for byte compiler pacifiers.
10151
10152         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10153         (mm-display-inline-fontify): Check for featurep 'xemacs not
10154         extent-list.
10155
10156         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10157         itimer-list.
10158         (mm-create-image-xemacs): Only do something for XEmacs.
10159         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10160
10161         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10162
10163         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10164         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10165
10166 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10167
10168         * nnimap.el (nnimap-split-download-body):
10169         * gnus-demon.el (gnus-demon):
10170         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10171
10172 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10175         New macros.
10176         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10177         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10178         copy data from unibyte buffer to multibyte current buffer.
10179         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10180         to copy data from unibyte current buffer to multibyte buffer.
10181         (nntp-make-process-buffer): Make process buffer unibyte.
10182
10183         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10184
10185 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10186
10187         * pop3.el (pop3-open-server): Accept and process data more robustly at
10188         connexion start to avoid spurious "POP SSL connexion failed" errors.
10189
10190 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10193         read group names.
10194
10195 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10198
10199 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10202         (nnmail-save-active): Use a unibyte buffer when saving active file,
10203         which may contain non-ASCII group names.
10204
10205         * nnml.el (nnml-request-group): Decode group names in messages.
10206
10207 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * message.el (message-citation-line-function)
10210         (message-insert-formatted-citation-line): Fix spelling of
10211         `message-insert-formated-citation-line'.
10212
10213 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10214
10215         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10216
10217 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10220         nnmail-pathname-coding-system.
10221
10222         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10223         that a user enters; decode group names in messages.
10224
10225         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10226
10227 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10230
10231         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10232
10233         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10234         risky local variable.
10235
10236         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10237
10238 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10239
10240         * encrypt.el: Improve documentation to fix function name typo.
10241         Reported by Daiki Ueno <ueno@unixuser.org>.
10242
10243 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10246         even if the point is not in the last page of an article.
10247         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10248         back to the previous page.
10249
10250 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10253
10254 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10257
10258 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10259
10260         * message.el (message-check-news-body-syntax):
10261         Avoid mm-string-as-multibyte.
10262         (message-hide-headers): Don't assume (point-min)==1.
10263
10264 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * message.el (message-remove-blank-cited-lines): Fix if remove is
10267         given.
10268         (message-bogus-address-regexp): New variable.
10269         (message-bogus-recipient-p): New function.
10270         (message-check-recipients): New command.
10271         (message-syntax-checks): Add `bogus-recipient'.
10272         (message-fix-before-sending): Add `bogus-recipient'.
10273
10274         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10275         (gnus-treat-body-boundary): Don't test window-system.
10276
10277 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10278
10279         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10280
10281 2007-10-28  Miles Bader  <miles@gnu.org>
10282
10283         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10284         at compile-time too.
10285
10286 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * gnus-msg.el (gnus-message-setup-hook):
10289         Add `message-remove-blank-cited-lines' to options.
10290
10291 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * message.el (message-remove-blank-cited-lines): New function.
10294         Suggested by Karl Plästerer.
10295
10296 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10299         mapc.
10300
10301         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10302         (top-level): Use mapc to set functions to be traced for debugging.
10303
10304         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10305         called for effect with while loop.
10306
10307         * message.el (message-talkative-question): Replace mapcar called for
10308         effect with mapc.
10309
10310         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10311         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10312         called for effect with dolist.
10313
10314         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10315
10316         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10317         gnus-extra-headers and nnmail-extra-headers.
10318
10319         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10320         called for effect with dolist.
10321         (top-level): Use mapc to set functions to be traced for debugging.
10322
10323         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10324         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10325         dolist.
10326
10327         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10328         Replace mapcar called for effect with mapc.
10329         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10330         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10331         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10332         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10333
10334         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10335         remove-if that's a cl function.
10336
10337         * webmail.el (webmail-debug): Replace mapcar called for effect with
10338         dolist.
10339
10340         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10341         with mapc.
10342
10343 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10346         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10347         with while loop.
10348
10349         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10350         functions from article-* functions.
10351         (gnus-multi-decode-header): Replace mapcar called for effect with
10352         dolist.
10353
10354         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10355         (gnus-bookmark-show-details): Replace mapcar called for effect with
10356         while loop.
10357
10358         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10359         called for effect with while loop.
10360
10361         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10362         with dolist.
10363
10364         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10365         Replace mapcar called for effect with dolist.
10366
10367         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10368
10369         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10370         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10371         Replace mapcar called for effect with dolist.
10372         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10373         mapc.
10374
10375         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10376         Replace mapcar called for effect with dolist.
10377         (gnus-topic-list): Replace mapcar called for effect with mapc.
10378
10379         * gnus.el: Use mapc instead of mapcar to add autoloads.
10380
10381 2007-10-23  Richard Stallman  <rms@gnu.org>
10382
10383         * gnus-group.el (gnus-group-highlight): Mark as risky.
10384
10385 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus.el (gnus-server-to-method): Return method found first in
10388         gnus-newsrc-alist.
10389
10390         * gnus-art.el (gnus-article-highlight-signature)
10391         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10392         button overlay without the front stickiness.
10393
10394 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10395
10396         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10397         overview buffer needed a catch to receive its throw.
10398         (gnus-agent-flush-cache): Declare as interactive to make this function
10399         easier to use.
10400
10401 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10404         `next-line'.
10405
10406 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10409         exclude address matching message-dont-reply-to-names.
10410
10411 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-util.el (gnus-string<): New function.
10414
10415         * gnus-sum.el (gnus-article-sort-by-author)
10416         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10417
10418 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10421         the frame-focus tag is set in gnus-buffer-configuration.
10422
10423 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10426         the front stickiness.
10427
10428 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10431         url pattern; remove duplicate one.
10432         (gnus-article-extend-url-button): New function.
10433         (gnus-article-add-buttons): Use it.
10434         (gnus-button-push): Use concatenated url that it makes.
10435
10436 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10437
10438         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10439
10440 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10441
10442         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10443         Don't hardcode point-min==1.
10444
10445 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10448         Fix comment about "iso8859-1".
10449
10450 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10451
10452         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10453         ones returned from the verify-function.
10454
10455         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10456         Call mml2015-extract-cleartext-signature if extraction failed.
10457
10458 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10459
10460         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10461         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10462         failed.
10463
10464 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10467
10468 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10471         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10472         recommends to use EasyPG instead of PGG.
10473
10474         * pgg.el: Revert to revision 6.23.2.16.
10475
10476         * pgg-def.el: Revert to revision 6.6.2.14.
10477
10478         * pgg-gpg.el: Revert to revision 6.23.2.34.
10479
10480 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10481
10482         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10483         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10484         thread for both the null and zero (kill/expire thread) universal prefix
10485         cases.
10486         (gnus-summary-expire-thread): Add new function to expire a thread,
10487         using gnus-summary-kill-thread.
10488         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10489         shortcuts for gnus-summary-expire-thread.
10490         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10491         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10492
10493 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10494
10495         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10496         extras value, so an extras entry can be deleted.
10497         (gnus-registry-delete-extra-entry): Use it.
10498         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10499         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10500         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10501         storage through the gnus-registry, and provide an appropriate API for
10502         it.
10503
10504 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10507         Suggested by Leo <sdl.web@gmail.com>.
10508
10509         * gnus.el: Do.
10510
10511 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10514         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10515
10516         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10517
10518         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10519         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10520
10521 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10524         newline.
10525         (nnmbox-request-accept-article): Don't change article in source buffer;
10526         narrow to header to use message-fetch-field rather than
10527         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10528         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10529         as delimiters; make sure article ends with newline.
10530         (nnmbox-delete-mail): Correct last position of article to be deleted;
10531         ignore X-Gnus-Newsgroup header in article body.
10532         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10533         positions; make sure article ends with newline.
10534
10535         * message.el (message-display-abbrev): Don't infloop when a user
10536         inserts SPC in the beginning of header.
10537
10538         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10539         coding-system-for-read and coding-system-for-write for XEmacs having no
10540         file-coding feature.
10541
10542         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10543
10544 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10545
10546         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10547         list of groups not followed by default.  Fix type to be regexp.
10548         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10549
10550 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10551
10552         * hmac-def.el (define-hmac-function): Switch from old-style to
10553         new-style backquotes.
10554
10555         * md4.el (md4-make-step): Likewise.
10556
10557 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10560         raw-text coding system when saving .newsrc file, which may contain
10561         non-ASCII group names.
10562
10563 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus-cus.el (gnus-score-extra): New widget.
10566         (gnus-score-extra-convert): New function.
10567         (gnus-score-customize): Use it for Extra.
10568
10569 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10570
10571         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10572         (mml2015-mailcrypt-clear-verify): Use it.
10573         (mml2015-gpg-clear-verify): Use it.
10574         (mml2015-pgg-clear-verify): Use it.
10575         (mml2015-epg-clear-verify): Replace the current part with the output
10576         from GnuPG; don't extract the plaintext by itself.
10577
10578         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10579         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10580         mml2015-clear-verify-function; don't touch the armor headers or
10581         dash-escaped text here.
10582
10583 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10586         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10587         parts, or application/octet-stream as a last resort.
10588         (gnus-mime-view-part-as-type): Don't toggle display.
10589         (gnus-mime-view-part-as-charset): Don't turn off display before
10590         querying charset.
10591
10592         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10593         stuff to undisplayer function in Emacs.
10594         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10595
10596         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10597         text/calendar parts.
10598
10599 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10602         decoding text/calendar parts.
10603
10604         * message.el (message-forward-make-body-mime): Always mark body as
10605         having no illegible text; remove signed-or-encrypted argument.
10606         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10607
10608         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10609         (mml-generate-mime-1): Don't encode body if it is specified to be in
10610         raw form; don't make buffer be unibyte when inserting multibyte string.
10611
10612 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10613
10614         * sha1.el: Fix up comment style.
10615         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10616         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10617
10618         * hex-util.el: Fix up comment style.
10619         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10620
10621         * gnus-salt.el: Use with-current-buffer.
10622         (gnus-pick-setup-message): Fix long-standing typo.
10623
10624 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * imap.el (imap-logout-timeout): New variable.
10627         (imap-logout, imap-logout-wait): New functions.
10628         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10629
10630         * nnimap.el (nnimap-logout-timeout): New server variable.
10631         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10632         nnimap-logout-timeout.
10633
10634         * gnus-art.el (gnus-article-summary-command-nosave)
10635         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10636
10637 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * gnus.el (gnus-maximum-newsgroup): New variable.
10640
10641         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10642         according to gnus-maximum-newsgroup.
10643
10644         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10645         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10646         Limit the range of articles according to gnus-maximum-newsgroup.
10647
10648 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10649
10650         * gnus-art.el (gnus-sticky-article): Fix problems described in
10651         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10652         Don't perform gnus-configure-windows here; reuse existing sticky
10653         article buffer.
10654
10655         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10656         it doesn't exist in gnus-article-mode.
10657
10658 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10661         (gnus-agent-decoded-group-name): New function.
10662         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10663         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10664
10665 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10666
10667         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10668         Add binding for gnus-sticky-article.
10669         (gnus-summary-exit): Don't kill sticky article buffers.
10670
10671         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10672         article buffer.
10673         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10674         (gnus-kill-sticky-article-buffers): New commands.
10675
10676 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * nntp.el (nntp-xref-number-is-evil): New server variable.
10679         (nntp-find-group-and-number): If it is non-nil, don't trust article
10680         numbers in the Xref header.
10681
10682 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-agent.el (gnus-agent-read-group): New function.
10685         (gnus-agent-flush-group, gnus-agent-expire-group)
10686         (gnus-agent-regenerate-group): Use it.
10687         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10688         nnmail-pathname-coding-system.
10689
10690 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10693
10694         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10695         that are unread as unread, and also as selected so that information of
10696         marks having been changed by a user may be updated when exiting group.
10697
10698 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10701
10702 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10705         calculated ignoring signature parts to gnus-treat-article.
10706
10707 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10710         a point here in order to keep the window start.
10711         (gnus-insert-mime-security-button): Make a button overlay without the
10712         front stickiness.
10713         (gnus-mime-display-security): Goto the end of a button.
10714
10715         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10716
10717 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10720         group-name-at-point.
10721         (gnus-group-completing-read): New function that offers decoded
10722         non-ASCII group names for completion.
10723         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10724         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10725         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10726         (gnus-group-fetch-control): Use it.
10727         (gnus-fetch-group): Use group-name-at-point for the initial value
10728         rather than the default value; use gnus-alive-p.
10729
10730         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10731         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10732         (gnus-summary-post-news): Use gnus-group-completing-read.
10733
10734         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10735         (gnus-read-move-group-name): Decode group name for completion.
10736
10737 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10738
10739         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10740         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10741         Yamaoka slightly modified the code).
10742
10743 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10746         (nnmail-split-incoming): Bind it.
10747
10748         * nnml.el (nnml-group-name-charset): New function.
10749         (nnml-decoded-group-name): Use it; don't decode group name if
10750         nnmail-group-names-not-encoded-p is non-nil.
10751         (nnml-encoded-group-name): New function.
10752         (nnml-group-pathname): Inline nnml-decoded-group-name.
10753         (nnml-request-expire-articles): Decode group name in message.
10754         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10755         nnmail-pathname-coding-system.
10756         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10757         not decoded ones according to nnmail-group-names-not-encoded-p.
10758         (nnml-generate-active-info): Use nnml-encoded-group-name.
10759
10760 2007-08-08  Glenn Morris  <rgm@gnu.org>
10761
10762         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10763         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10764         doc-strings and comments.
10765
10766 2007-07-25  Glenn Morris  <rgm@gnu.org>
10767
10768         * Relicense all FSF files to GPLv3 or later.
10769
10770 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-sum.el (gnus-summary-move-article):
10773         Make gnus-summary-respool-article work.
10774
10775 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10776
10777         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10778         string.
10779
10780 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10781
10782         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10783         that should be ignored when comparing distant RSS articles with local
10784         ones.
10785         (nnrss-make-hash-index): New function.  Create a hash index according
10786         to the ignored fields.
10787         (nnrss-check-group): Use it.
10788
10789 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10792
10793         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10794
10795         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10796         the new optional argument ENCODED is non-nil.
10797         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10798         coding system for encoding group name.
10799         (gnus-group-make-rss-group): Pass un-encoded group name to
10800         gnus-group-make-group.
10801         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10802         encoded.
10803
10804         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10805         Encode group name to which articles are moved or copied.
10806         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10807         coding system for encoding Newsgroup, Followup-To and Xref headers.
10808
10809         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10810         marks; use nnheader-file-coding-system to write a file.
10811         (nnagent-retrieve-headers): Bind file-name-coding-system to
10812         nnmail-pathname-coding-system.
10813
10814         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10815
10816         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10817         (nnml-request-article, nnml-request-create-group)
10818         (nnml-request-rename-group, nnml-find-id)
10819         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10820         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10821         (nnml-save-marks): Use nnml-group-pathname instead of
10822         nnmail-group-pathname.
10823
10824         (nnml-request-create-group, nnml-request-expire-articles)
10825         (nnml-request-move-article, nnml-request-delete-group)
10826         (nnml-deletable-article-p, nnml-possibly-create-directory)
10827         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10828         (nnml-open-marks): Bind file-name-coding-system to
10829         nnmail-pathname-coding-system.
10830
10831         (nnml-request-article): Pass server argument to nnml-find-group-number.
10832         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10833         Pass server argument to nnml-possibly-create-directory.
10834         (nnml-request-accept-article): Pass server argument to
10835         nnml-active-number and nnml-save-mail.
10836         (nnml-find-group-number): Pass server argument to nnml-find-id.
10837         (nnml-request-update-info): Pass server argument to
10838         nnml-marks-changed-p.
10839
10840         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10841         (nnml-save-mail, nnml-active-number): Add server argument.
10842
10843         (nnml-request-delete-group): Warn if group is missing.
10844         (nnml-get-nov-buffer): Decode group name.
10845         (nnml-generate-active-info): Encode group name.
10846         (nnml-open-marks): Decode group name in messages.
10847
10848 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10851         if it is not specified.
10852         (gnus-article-pipe-part, gnus-article-save-part)
10853         (gnus-article-interactively-view-part, gnus-article-copy-part)
10854         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10855         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10856         (gnus-article-replace-part, gnus-article-delete-part)
10857         (gnus-article-view-part-as-type): Pass raw prefix argument to
10858         gnus-article-part-wrapper.
10859
10860 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-agent.el (gnus-agent-save-active):
10863         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10864
10865         * gnus-cache.el (gnus-cache-save-buffers)
10866         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10867         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10868         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10869         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10870         (gnus-cache-generate-active, gnus-cache-rename-group)
10871         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10872         (gnus-cache-update-overview-total-fetched-for):
10873         Bind file-name-coding-system to nnmail-pathname-coding-system.
10874         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10875         New variables.
10876         (gnus-cache-decoded-group-name): New function.
10877         (gnus-cache-file-name): Use it.
10878         (gnus-cache-generate-active): Use non-decoded group name for active.
10879
10880         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10881         right place.
10882         (gnus-write-active-file): Don't break non-ASCII group names.
10883
10884         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10885         nnmail-pathname-coding-system.
10886
10887         * lpath.el: Bind default-file-name-coding-system,
10888         file-name-coding-system and language-info-alist for XEmacs.
10889
10890         * gnus-uu.el (gnus-uu-decode-save): Typo.
10891
10892 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10895
10896 2007-07-14  David Kastrup  <dak@gnu.org>
10897
10898         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10899         finishing actions if we did not edit the article.
10900
10901 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10904         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10905         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10906         (gnus-agent-flush-group, gnus-agent-flush-cache)
10907         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10908         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10909         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10910         (gnus-agent-regenerate-group)
10911         (gnus-agent-update-files-total-fetched-for)
10912         (gnus-agent-update-view-total-fetched-for):
10913         Bind file-name-coding-system to nnmail-pathname-coding-system.
10914         (gnus-agent-group-pathname): Don't encode file names by
10915         nnmail-pathname-coding-system.
10916         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10917         coding-system-for-write instead of buffer-file-coding-system to
10918         gnus-agent-file-coding-system.
10919
10920         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10921         Decode group name.
10922
10923         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10924
10925         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10926         (gnus-read-newsrc-el-file): Make group names unibyte.
10927
10928         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10929         nnmail-pathname-coding-system.
10930
10931         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10932         (nnrss-request-delete-group): Bind file-name-coding-system to
10933         nnmail-pathname-coding-system.
10934         (nnrss-read-server-data, nnrss-read-group-data):
10935         Bind file-name-coding-system correctly.
10936         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10937
10938         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10939         (nntp-server-to-method-cache): New variable.
10940         (nntp-group-pathname): New function that decodes non-ASCII group names.
10941         (nntp-possibly-create-directory, nntp-marks-changed-p)
10942         (nntp-save-marks, nntp-open-marks): Use it.
10943         (nntp-possibly-create-directory, nntp-open-marks):
10944         Bind file-name-coding-system to nnmail-pathname-coding-system.
10945         (nntp-open-marks): Decode group names when bootstrapping marks.
10946
10947         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10948         Newsgroups and Folowup-To headers.
10949
10950 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10953         (gnus-server-closed-face, gnus-server-denied-face)
10954         (gnus-server-offline-face): Remove variable.
10955         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10956
10957         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10958         of modifying message-stack directly for XEmacs.
10959
10960         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10961         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10962         if the coding-system argument is nil for XEmacs.
10963
10964         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10965         mm-charset-override-alist.
10966
10967         * rfc2047.el: Don't require base64; require rfc2045 for the function
10968         rfc2045-encode-string.
10969         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10970         to quote the parameter value.
10971
10972 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10975         form in gnus-group-name-charset-method-alist.
10976
10977         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10978         overrides the default layout edit-form.
10979
10980         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10981
10982         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10983
10984 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10987         as unfetched articles.
10988
10989 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10992
10993 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10996         original back end that keeps marks in the local system.
10997
10998 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11001         arg of pop-to-buffer for XEmacs.
11002         (gnus-article-read-summary-keys): Ditto; don't restore window
11003         configuration if summary command ends up with neither article buffer
11004         nor summary buffer; describe bindings if summary keys end with C-h.
11005
11006 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * message.el (message-fix-before-sending): Skip raw message part to be
11009         forwarded while checking illegible text.
11010         (message-forward-make-body-mime, message-forward-make-body):
11011         Mark signed or encrypted raw message as having no illegible text.
11012
11013 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11016         (gnus-message-with-timestamp-1): New macro.
11017         (gnus-message-with-timestamp): New function.
11018         (gnus-message): Use them.
11019
11020         * nnheader.el (nnheader-message): Use them.
11021
11022 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11025         .newsrc.eld file.
11026
11027 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-agent.el (gnus-agent-fetch-headers)
11030         (gnus-agent-retrieve-headers):
11031         Bind gnus-decode-encoded-address-function to identity.
11032
11033         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11034         available also when the server returns simply a dot.
11035
11036         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11037
11038 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11041
11042 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-ems.el (gnus-x-splash): Make it work.
11045
11046         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11047         from being used.
11048
11049         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11050
11051 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11054         4th and the 5th arguments.
11055
11056         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11057         the front stickiness.
11058         (gnus-article-summary-command-nosave): Correct the order of the
11059         arguments passed to pop-to-buffer.
11060         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11061         summary command ends up with the article buffer.
11062
11063         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11064         the same faces.
11065
11066 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11067
11068         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11069
11070 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11071
11072         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11073         * gnus-sum.el (gnus-summary-highlight):
11074         * pgg.el (pgg-sign-region, pgg-sign):
11075         * mail-source.el (mail-source-delete-old-incoming-confirm):
11076         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11077
11078 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-art.el (gnus-mime-view-part-externally)
11081         (gnus-mime-view-part-internally): Fix predicate function passed to
11082         completing-read.
11083
11084         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11085
11086         * gnus.el (gnus-update-message-archive-method): Add :version.
11087
11088 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus.el (gnus-update-message-archive-method): New variable.
11091
11092         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11093         according to gnus-message-archive-method if
11094         gnus-update-message-archive-method is non-nil.
11095
11096 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11099         Suggested by Loic Dachary <loic@dachary.org>.
11100         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11101
11102 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * message.el (message-pop-to-buffer): Add switch-function argument.
11105         (message-mail): Pass switch-function argument to it.
11106
11107 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11110         Improve doc string.
11111
11112 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11115         (gnus-header-content)
11116         * gnus-cite.el (gnus-cite-10)
11117         * gnus-srvr.el (gnus-server-closed)
11118         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11119         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11120         (gnus-group-mail-3-empty, gnus-group-mail-low)
11121         (gnus-group-mail-low-empty, gnus-splash)
11122         * message.el (message-header-to, message-header-cc)
11123         (message-header-subject, message-header-other, message-header-name)
11124         (message-header-xheader, message-separator, message-cited-text)
11125         (message-mml): Lighten colors of faces used for dark background.
11126
11127 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11128
11129         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11130         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11131
11132 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * message.el (message-narrow-to-headers-or-head):
11135         Ignore mail-header-separator in the body.
11136
11137 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11140         same as window size.
11141
11142 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11143
11144         * message.el (message-font-lock-keywords): Use message-header-xheader
11145         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11146         ahead of the anything pattern, to get it recognised.
11147
11148 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11151         spam.el loads uses it in the compiled defadvice form.
11152
11153 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11154
11155         * gnus-sum.el (gnus-articles-to-read)
11156         (gnus-summary-insert-old-articles): Don't truncate group name for
11157         `read-string'.
11158
11159         * gnus-util.el (gnus-limit-string): Delete this function.
11160
11161         * gnus-sum.el (gnus-simplify-subject-fully):
11162         Use `truncate-string-to-width' instead.
11163
11164 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11165
11166         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11167         Tell if, on summary exit, the next group has to be selected.
11168         (gnus-summary-exit): Use it.
11169
11170 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11173         non-break space.
11174
11175 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11178         Check if group is not a directory.
11179         (nnfolder-request-expire-articles): Don't delete articles if the target
11180         group is not available.
11181
11182         * nnml.el (nnml-request-create-group): Properly check if group is not a
11183         file.
11184         (nnml-request-expire-articles): Don't delete articles if the target
11185         group is not available.
11186
11187         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11188         Don't quote characters that are within parentheses.
11189
11190 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11193         (gnus-handle-ephemeral-exit): Select article according to it.
11194
11195 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * message.el (message-insert-formated-citation-line): Remove newline.
11198         (message-citation-line-format): Add final \n here so that the user can
11199         avoid a blank line.
11200
11201 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11202
11203         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11204         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11205         Update lanl/arXiv support.
11206
11207 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11208
11209         * gnus.el: Bump version number.
11210
11211 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212
11213         * gnus.el (gnus-version-number): Bump version.
11214
11215 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11216
11217         * gnus.el: No Gnus v0.6 is released.
11218
11219 2007-04-27  Didier Verna  <didier@xemacs.org>
11220
11221         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11222         * gmm-utils.el (gmm-regexp-concat): ... here.
11223         * message.el: Don't require 'gnus-util.
11224         (message-dont-reply-to-names): Handle name change above.
11225         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11226
11227 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11230         since the initial value varies according to the system.
11231
11232 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11235
11236 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11237
11238         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11239
11240 2007-04-24  Didier Verna  <didier@xemacs.org>
11241
11242         Improve the type of gnus-ignored-from-addresses.
11243         * gnus-util.el (gnus-orify-regexp): New function.
11244         * message.el (gnus-util): Require it.
11245         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11246         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11247         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11248
11249 2007-04-24  Didier Verna  <didier@xemacs.org>
11250
11251         * gnus-sum.el:
11252         * gnus-utils.el: Fix some trailing whitespaces.
11253
11254 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11257         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11258         article's Message-ID; refer parent article in summary buffer.
11259
11260         * message.el (message-bounce): Call mime-to-mml.
11261
11262         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11263         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11264         optimize and/or forms properly.
11265
11266 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11269         URL.
11270
11271 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11274
11275 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11278         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11279         displayed of multipart/alternative part if it is invoked from summary
11280         buffer.
11281
11282         * mm-view.el (mm-inline-text-html-render-with-w3m)
11283         (mm-inline-text-html-render-with-w3m-standalone)
11284         (mm-inline-render-with-function): Use mail-parse-charset by default.
11285
11286 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11287
11288         * parse-time.el (parse-time-string-chars): Check if CHAR
11289         is less than the length of parse-time-syntax.
11290
11291 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11294         from gnus-newsgroup-processable.
11295
11296 2007-04-16  Didier Verna  <didier@xemacs.org>
11297
11298         * gnus-msg.el (gnus-configure-posting-styles):
11299         Handle message-signature-directory properly with :file syntax.
11300         Reported by "Leo".
11301
11302 2007-04-11  Didier Verna  <didier@xemacs.org>
11303
11304         New user option: message-signature-directory.
11305         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11306         * message.el (message-insert-signature): Ditto.
11307         * message.el (message-signature-file): Doc update.
11308         * message.el (message-signature-directory): New.
11309
11310 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * gnus-msg.el (gnus-inews-yank-articles):
11313         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11314
11315 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * message.el (message-yank-original): Make sure cited text ends with
11318         newline; don't exchange point and mark.
11319
11320 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11321
11322         * tls.el (open-tls-stream): Properly handle case where there
11323         is no associated buffer.
11324
11325 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11326
11327         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11328         message-yank-original, make sure (< mark TEXT point).
11329
11330 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * message.el (message-fill-column): New variable.
11333         (message-mode): Use it.  Add comment on a possible new hook.
11334
11335         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11336         (nnmail-get-new-mail): Reformat.
11337
11338         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11339
11340         * gmm-utils.el: Fix Commentary.
11341         (gmm-tool-bar-from-list): Fix typo in doc string.
11342
11343 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11344
11345         * message.el (message-yank-original): Don't switch point and mark
11346         unnecessarily to put point and mark as documented.
11347
11348 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11349
11350         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11351         from the message heads.
11352
11353 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11354
11355         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11356         article buffer does not have a window.  This may not be the best
11357         solution but is certainly better than setting the start of the null,
11358         that is the current, window.
11359
11360 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11363         (gnus-draft-setup): Run it.
11364
11365         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11366         gnus-score-fast-scoring.  Allow regexp.
11367         (gnus-score-headers): Use it.
11368
11369         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11370         XEmacs.
11371
11372         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11373         string.
11374         (gnus-button-alist): Also catch `<f1> k ...'.
11375         (gnus-treat-display-x-face): Fix doc string.
11376
11377 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11378
11379         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11380         evaluation of gnus-extended-version to ensure correct generation of the
11381         User-Agent header when message-generate-headers-first is used.
11382
11383 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11384
11385         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11386         hashcash-path is nil.  Don't call callback with incorrect number of
11387         parameters if val is 0.
11388
11389 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11390
11391         * message.el (message-required-news-headers):
11392         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11393
11394 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11395
11396         * tls.el (open-tls-stream): In handshake-waiting loop,
11397         don't wait more if there is output available to process.
11398
11399 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11400
11401         * tls.el (tls-program): Doc fix.
11402
11403 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * message.el (message-generate-new-buffers): Change the meaning of the
11406         nil value; add `standard' to the choices; treat t as `unique'; improve
11407         doc string.
11408         (gnus-select-frame-set-input-focus): Autoload.
11409         (message-buffer-name): Search for the existing message buffer if
11410         message-generate-new-buffers is nil or `standard'; treat the value t of
11411         message-generate-new-buffers as `unique'.
11412         (message-pop-to-buffer): Raise the frame already displaying the message
11413         buffer; clear the echo area after querying.
11414         (message-setup): Pass the `continue' argument to compose-mail.
11415         (message-mail): Prefer `switch-function' if it is given; search for the
11416         existing message buffer if the `continue' argument is non-nil; pass
11417         continue and switch-function arguments to compose-mail by way of
11418         message-setup.
11419         (message-mail-other-window): Adjust argument of message-setup.
11420         (message-mail-other-frame): Ditto.
11421
11422 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11425         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11426         to turn font-lock on when turning gnus-message-citation-mode on.
11427
11428 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11429
11430         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11431         (mml-smime-function-alist): New variable; add epg as the backend.
11432         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11433         mml-smime- functions instead.
11434         * mm-view.el: Require smime.
11435
11436 2007-03-05  Didier Verna  <didier@xemacs.org>
11437
11438         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11439         instead of just inheritance for posting styles.
11440         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11441
11442 2007-02-24  Chris Moore  <dooglus@gmail.com>
11443
11444         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11445         * pgg-pgp.el (pgg-pgp-encrypt-region):
11446         * pgg-gpg.el (pgg-gpg-encrypt-region):
11447         Check pgg-encrypt-for-me if no other recipients.
11448
11449 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11450
11451         * tls.el (tls-certtool-program): Fix custom type.
11452
11453 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11456         and point-at-eol instead of line-(beginning|end)-position.
11457
11458         * assistant.el (assistant-parse-buffer): Ditto.
11459
11460         * netrc.el (netrc-parse-services): Ditto.
11461
11462 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11463
11464         * mml2015.el (mml2015-epg-find-usable-key): New function.
11465         (mml2015-epg-sign): Use it.
11466         (mml2015-epg-encrypt): Use it.
11467
11468 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * message.el (message-make-in-reply-to): Quote name containing
11471         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11472         if there are special characters.  Reported by NAKAJI Hiroyuki
11473         <nakaji@jp.freebsd.org>.
11474
11475 2007-02-27  Didier Verna  <didier@xemacs.org>
11476
11477         Include the group parameters as well as the topic ones in the
11478         inheritance filter process.
11479         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11480         argument GROUP-PARAMS-LIST.
11481         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11482
11483 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * nntp.el (nntp-never-echoes-commands)
11486         (nntp-open-connection-functions-never-echo-commands): New variables.
11487         (nntp-send-command): Use them.
11488
11489 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11490
11491         * mml2015.el (mml2015-epg-verify): Simplify.
11492
11493 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * mml.el (mml-content-disposition-alist): New user option.
11496         (mml-content-disposition): New function.
11497         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11498         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11499
11500 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11501
11502         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11503         verification.
11504
11505 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11506
11507         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11508         articles posted in the last 24 hours.
11509
11510 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11511
11512         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11513
11514 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11515
11516         * nntp.el (nntp-send-command): Don't wait for echoes when
11517         nntp-open-ssl-stream is used.
11518
11519 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11522         (gnus-message-add-citation-keywords)
11523         (gnus-message-remove-citation-keywords): Remove.
11524         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11525         directly, make the variables in font-lock-defaults buffer-local, add
11526         gnus-message-citation-keywords to them and then update the value of
11527         font-lock-keywords.
11528
11529 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * message.el (message-cite-original-1): Don't call
11532         gnus-article-highlight-citation.
11533
11534         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11535         citations; fix line count.
11536
11537 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11540         (gnus-message-add-citation-keywords)
11541         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11542         versions of font-lock-add-keywords and font-lock-remove-keywords to
11543         work with XEmacs correctly.
11544
11545 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * gnus-cite.el (gnus-cite-face-list): Set the values of
11548         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11549         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11550         (gnus-message-cite-prefix-regexp): New variable.
11551         (gnus-message-search-citation-line): Use it; protect against long
11552         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11553         the 0th match data for Emacs.
11554         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11555         (gnus-message-add-citation-keywords): Append keywords rather than
11556         prepending; emulate font-lock-add-keywords if it is not available.
11557         (gnus-message-remove-citation-keywords):
11558         Emulate font-lock-remove-keywords if it is not available.
11559
11560         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11561
11562         * message.el (message-cite-prefix-regexp): Set the value of
11563         gnus-message-cite-prefix-regexp.
11564
11565 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11566
11567         * nnweb.el (nnweb-google-parse-1): Update parser.
11568
11569 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11570
11571         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11572
11573 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11574
11575         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11576         regexp.
11577
11578 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11581         string-to-multibyte.
11582         (uudecode-decode-region-internal): Use it.
11583
11584         * lpath.el: Fbind string-as-multibyte for XEmacs.
11585
11586 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11589         Fix custom choice.
11590
11591         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11592
11593 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11594
11595         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11596
11597         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11598         `write-region' to respect `mm-inhibit-file-name-handlers'.
11599
11600 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11603         Use gnus-home-directory instead of "~/" or "$HOME".
11604
11605 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11606
11607         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11608         to mention filename.
11609         Add comments at beginning regarding usage.
11610         (encrypt-write-file-contents): Change interactive so a string is
11611         acceptable.  If the file has no associated model, show an error instead
11612         of a nonsense prompt.
11613
11614 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11615
11616         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11617         Thanks to Yoshihiko Yamada for kind notification of this typo.
11618
11619 2007-01-12  Kenichi Handa  <handa@m17n.org>
11620
11621         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11622         multibyte buffer.
11623
11624 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * gnus-score.el (gnus-score-fast-scoring): New variable.
11627         (gnus-score-headers): Use it.
11628
11629         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11630
11631         * message.el (message-cite-original-1):
11632         Call gnus-article-highlight-citation if requested.
11633         (message-make-from): Allow name and address as optional arguments.
11634
11635         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11636
11637         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11638         bugs to doc string.
11639         (gnus-button-alist): Add mid\\|message-id.
11640         (gnus-button-fetch-group): Extend for use in
11641         `browse-url-browser-function'.
11642         (gnus-button-url-regexp): Try to catch paired parentheses like in
11643         Wikipedia URLs.
11644
11645         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11646         Suggested by Simon Krahnke <overlord@gmx.li>.
11647
11648 2007-01-13  Romain Francoise  <romain@orebokech.com>
11649
11650         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11651         Update copyright.
11652
11653 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11654
11655         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11656
11657 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11658
11659         * gnus-registry.el (gnus-registry-unfollowed-groups)
11660         (gnus-registry-split-fancy-with-parent): Fix documentation.
11661
11662 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663
11664         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11665         from nnweb groups.
11666
11667 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11668
11669         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11670         Xref urls.  Erase buffer before requesting head.
11671
11672         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11673
11674 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11677         customizable.
11678
11679 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11680
11681         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11682         no signing key is found.
11683         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11684         no encrypting and/or signing key is found.
11685
11686 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11689
11690 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11691
11692         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11693         headers read from disk with the ones newly found in the current search.
11694         This should no longer cause problems, because the article numbers in
11695         Gmane's `nov.php' output are ignored since the previous change.
11696
11697 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11698
11699         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11700
11701 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11704         replace-regexp-in-string; bind url-version; fbind display-images-p and
11705         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11706         find-face and set-itimer-function for Emacs; bind itimer-list for
11707         Emacs.
11708
11709         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11710
11711 2007-01-01  Romain Francoise  <romain@orebokech.com>
11712
11713         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11714
11715 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11716
11717         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11718         `define-minor-mode' macro definition expanded properly.
11719         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11720         exclude it there.
11721
11722         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11723         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11724         `fboundp' test.
11725         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11726         This is OK to autoload in (S)XEmacs now.
11727
11728 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11729
11730         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11731         keystroke.
11732         (gnus-summary-limit-to-singletons): Fix typo.
11733
11734         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11735         else fails.
11736
11737 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11738
11739         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11740         docstring.
11741
11742         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11743         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11744         (gnus-summary-insert-dormant-articles): Fix typo in message.
11745
11746 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11749         nil for XEmacs.
11750         (gnus-message-citation-mode): Don't autoload in XEmacs.
11751
11752         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11753
11754 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11755
11756         * nnimap.el (nnimap-expunge-search-string):
11757         Mention nnimap-search-uids-not-since-is-evil in docstring.
11758
11759 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * spam.el: Revert to make-obsolete-variable because
11762         define-obsolete-variable-alias is not supported in Emacs 21.
11763
11764         * spam.el (spam-ifile-path, spam-ifile-database-path)
11765         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11766         make-obsolete-variable.
11767         (spam-bsfilter-path, spam-bsfilter-program)
11768         (spam-spamassassin-path, spam-spamassassin-program)
11769         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11770         Don't use "path" inappropriately.
11771         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11772         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11773         variable names.
11774
11775 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11776
11777         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11778         summary buffer.
11779
11780         * password.el (password-cache-remove): Use clear-string to burn
11781         password, if available.
11782
11783 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11784
11785         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11786
11787         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11788
11789         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11790         (gnus-message-highlight-citation): Move defcustom here from
11791         gnus-cite.el.
11792         (gnus-message-citation-mode): Autoload.
11793
11794         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11795         checks to make it compile with XEmacs.
11796         (gnus-message-citation-mode): New minor mode.
11797         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11798         (gnus-message-highlight-citation): New variables.
11799         (gnus-message-search-citation-line)
11800         (gnus-message-add-citation-keywords)
11801         (gnus-message-remove-citation-keywords)
11802         (turn-on-gnus-message-citation-mode)
11803         (turn-off-gnus-message-citation-mode): New functions.
11804
11805 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11806
11807         * gnus-cite.el: Enable highlighting of different citation levels in
11808         message-mode.
11809
11810 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * message.el (message-make-fqdn): Fix comment.
11813         (message-bogus-system-names): Add ".local".
11814
11815         * spam.el (spam-ifile-path, spam-ifile-program)
11816         (spam-ifile-database-path, spam-ifile-database)
11817         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11818         Don't use "path" inappropriately.
11819         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11820         strings.
11821         (spam-check-ifile, spam-ifile-register-with-ifile)
11822         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11823         Use new variable names.
11824
11825         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11826         (gnus-treat-display-smileys): Simplify using
11827         gnus-image-type-available-p.
11828
11829         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11830         available.
11831
11832         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11833         Use `display-images-p' if available.
11834
11835 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11838         one after turning on the buffer's multibyteness instead of decoding
11839         them directly in the unibyte buffer that causes unexpected conversion
11840         in Emacs 23 (unicode).
11841
11842 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11843
11844         * message.el (message-generate-hashcash): Fix custom type.
11845
11846 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11849
11850 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11853         disconnect icons.  Add help text.
11854
11855 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11856
11857         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11858         negated to be consistent with the others we handle.
11859
11860 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11861
11862         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11863         version of gnus-summary-buffer to something, so that we can use two
11864         article buffers at the same time.
11865
11866 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11867
11868         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11869         trigger all the extra headers.
11870         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11871         sorting.
11872
11873 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11874
11875         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11876         solid groups.
11877
11878 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11879
11880         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11881
11882 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * legacy-gnus-agent.el: Add Copyright notice.
11885
11886 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11887
11888         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11889
11890 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11891
11892         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11893
11894         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11895         to make it work reliably in CVS Emacs.
11896         (gnus-summary-limit-strange-charsets-predicate)
11897         (gnus-summary-limit-to-predicate): New functions.
11898
11899 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11900
11901         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11902         specifying array size.
11903         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11904         array if it is too small.
11905         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11906         (gnus-sort-threads-loop): New function.
11907
11908 2006-12-06  Chris Moore  <dooglus@gmail.com>
11909
11910         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11911         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11912
11913 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11914
11915         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11916         options.
11917
11918 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919
11920         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11921         DOS-ing the recipient.
11922
11923         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11924         the headers when creating the mapping to avoid mismappings.
11925         (nnweb-gmane-create-mapping): Always nix out old mapping.
11926
11927 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11930         and mm-verify-option to never.
11931
11932 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * message.el (message-signed-or-encrypted-p): New function.
11935         (message-forward-make-body): Use it.
11936
11937         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11938         Replace encode-coding-string with mm-encode-coding-string.
11939
11940 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * nneething.el (nneething-decode-file-name):
11943         Replace decode-coding-string with mm-decode-coding-string.
11944
11945         * gnus-int.el (gnus-open-server): Say failed server's name.
11946
11947 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11948
11949         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11950         strings to a single string.  Quote `errors-file-name'.
11951         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11952         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11953         Adjust calls.  Use `shell-quote-argument'.
11954
11955 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11956
11957         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11958         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11959
11960         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11961         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11962         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11963         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11964         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11965         (gnus-subscribe-newsgroup, gnus-1):
11966         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11967         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11968         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11969         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11970
11971 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972
11973         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11974         keystroke.
11975         (gnus-summary-limit-to-bodies): Implement headersp.
11976
11977 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11978
11979         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11980
11981 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11984
11985 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11986
11987         * message.el (message-generate-hashcash): Expand range of values to
11988         include `opportunistic'.
11989         (message-send-mail): Use it.
11990
11991 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11992
11993         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11994         and comment it.
11995
11996         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11997
11998 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11999
12000         * gnus-util.el (gnus-extract-address-components): Improve comment.
12001
12002 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-util.el (gnus-extract-address-components): Work with address in
12005         which the name portion contains @.
12006
12007         * lpath.el: Fbind custom-autoload.
12008
12009 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * gnus.el (gnus-start): Move custom group up.
12012         (gnus-select-method): Don't autoload, but make it available for
12013         `customize-variable'.
12014         (gnus-getenv-nntpserver): Don't autoload.
12015
12016 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12017
12018         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12019
12020 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * message.el (message-sendmail-extra-arguments): New variable.
12023         (message-send-mail-with-sendmail): Use it.
12024
12025 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12028         mm-with-unibyte-current-buffer to make string unibyte.
12029
12030         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12031         mm-string-as-multibyte.
12032
12033 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12034
12035         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12036         Reported by Werner Koch <wk@gnupg.org>.
12037
12038 2006-11-14  Daiki Ueno  <ueno@p360>
12039
12040         * mml2015.el: Autoload epa-select-keys when compiling.
12041
12042 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12043
12044         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12045         message-options.
12046         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12047
12048 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12049
12050         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12051         EasyPG (< 0.0.6).
12052         (mml2015-always-trust): New user option.
12053         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12054         prompt.
12055
12056 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * nntp.el (nntp-authinfo-force): New variable.
12059         (nntp-send-authinfo): Use it.
12060
12061 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12062
12063         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12064         decode encoded words.  Improve prompt.  Add comment about forwarding.
12065         (message-replacement-char): Move up.
12066
12067 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12068
12069         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12070         instead of gnus-intersection because arguments of gnus-sorted-nunion
12071         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12072
12073 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12074
12075         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12076         (message-simplify-subject-functions):
12077         Enable message-strip-subject-encoded-words by default.
12078
12079 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * message.el (message-strip-subject-encoded-words): New function.
12082         (message-simplify-subject-functions): New variable.
12083         (message-simplify-subject): Use it.  Fix typo in doc string.
12084         Support message-strip-subject-encoded-words.
12085
12086 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12087
12088         * gnus-diary.el (gnus-diary-delay-format-function):
12089         * nndiary.el (nndiary-reminders):
12090         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12091
12092 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * gnus-art.el (article-hide-boring-headers): Fetch date from
12095         gnus-original-article-buffer to avoid problems with localized date
12096         strings.
12097
12098 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12101
12102 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12105         New variables.
12106         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12107         (mm-charset-synonym-alist): Move some entries to
12108         mm-codepage-iso-8859-list.
12109         (mm-charset-synonym-alist, mm-charset-override-alist):
12110         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12111
12112 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12115
12116 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12119         with Emacs 21 and XEmacs.
12120
12121 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12122
12123         * spam.el (spam-parse-address): New function for better parsing,
12124         catching errors, etc.
12125         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12126
12127 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * mm-view.el: Add interactive arg to html2text autoload.
12130
12131 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12134
12135 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12136
12137         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12138         New variables.
12139         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12140         (mm-charset-synonym-alist): Move some entries to
12141         mm-codepage-iso-8859-list.
12142
12143         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12144
12145 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * message.el (message-citation-line-format)
12148         (message-insert-formated-citation-line): Fix implementation of %E, %N
12149         and %n according to the doc string.
12150
12151 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12152
12153         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12154         Use car-safe to avoid bad parses.
12155
12156 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12159         names.
12160
12161         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12162
12163 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12166         header.
12167
12168         * message.el (message-draft-headers): Add Date.
12169         (message-headers-to-generate): Fix typo in docstring.
12170
12171         * nndraft.el (nndraft-required-headers): New variable.
12172         (nndraft-generate-headers): Use it.
12173
12174         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12175
12176 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12177
12178         * gnus-registry.el (gnus-registry-wash-for-keywords)
12179         (gnus-registry-find-keywords): New functions to allow easy searching of
12180         articles that are in the registry.
12181
12182 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12183
12184         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12185         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12186         Reported by Damien Elmes <damien@repose.cx>.
12187
12188 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * gnus.el (gnus-mime): Remove unused custom group.
12191
12192 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12193
12194         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12195         "blank line" when searching for end of armor headers.
12196
12197 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * gmm-utils.el (gmm-write-region): Fix variable name.
12200
12201 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * gmm-utils.el (gmm-write-region): New function based on compatibility
12204         code from `mm-make-temp-file'.
12205
12206         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12207
12208         * nnmaildir.el (nnmaildir--update-nov)
12209         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12210         Use `gmm-write-region'.
12211
12212 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12215         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12216
12217         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12218
12219         * message.el (message-replacement-char): New variable.
12220         (message-fix-before-sending): Use it.
12221         (message-simplify-subject): New function to remove duplicate code.
12222         (message-reply, message-followup): Use it.
12223
12224         * gnus-sum.el (gnus-summary-make-menu-bar):
12225         Clarify gnus-summary-limit-to-articles.
12226
12227 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-util.el (gnus-with-local-quit): New macro.
12230
12231         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12232
12233 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12234
12235         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12236         ignore non-string data.
12237
12238 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12239
12240         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12241         non-string data (needs to be done in the registry too).
12242
12243 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12244
12245         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12246         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12247         (gnus-registry-split-fancy-with-parent)
12248         (gnus-registry-fetch-simplified-message-subject-fast)
12249         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12250         Remove text properties on ingress into the registry and when it's saved.
12251         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12252         registry from entries with no groups.
12253
12254 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12255
12256         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12257         function to remove string properties.
12258
12259 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * gmm-utils.el (gmm): Adjust custom version.
12262
12263         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12264         Adjust custom version.
12265
12266         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12267
12268 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12269
12270         * gnus-art.el (gnus-insert-prev-page-button)
12271         (gnus-insert-next-page-button): Simplify.  Reformat.
12272
12273 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12274
12275         * gnus-art.el (gnus-insert-prev-page-button)
12276         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12277
12278 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12279
12280         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12281
12282 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12283
12284         * gnus-art.el (gnus-insert-mime-button)
12285         (gnus-insert-mime-security-button):
12286         Apply gnus-article-button-face to MIME and security buttons.
12287
12288 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12291         readable.
12292
12293 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12296
12297 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12298
12299         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12300         `browse-url-of-file' instead of `browse-url'.
12301
12302 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12303
12304         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12305         regexp.  Articles containing quotation were cut prematurely.
12306
12307 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * message.el (message-cite-original-1): Use nobody by default for the
12310         value of From header.
12311         (message-reply): Ditto.
12312
12313 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12314
12315         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12316         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12317         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12318
12319 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12320
12321         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12322         mails in the doc string.  Add some URLs in comment.
12323         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12324
12325 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12328         backslashes handling and the way to find boundaries of quoted strings.
12329
12330 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12331
12332         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12333         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12334         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12335         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12336
12337 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12340         doc string.
12341         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12342
12343 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * lpath.el: Fbind epg-check-configuration.
12346
12347 2006-09-06  Simon Josefsson  <jas@extundo.com>
12348
12349         * mml2015.el (mml2015-use): Doc fix, mention epg.
12350
12351 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12352
12353         * mml2015.el (mml2015-use): Default to epg, if available.
12354
12355 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12356
12357         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12358         message-sender.
12359         (mml1991-epg-encrypt): Ditto.
12360         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12361         message-sender.
12362         (mml2015-epg-encrypt): Ditto.
12363
12364 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12365
12366         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12367         several common directories.
12368
12369 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12370
12371         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12372         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12373
12374 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-art.el (article-decode-encoded-words): Make it fast.
12377
12378 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12381
12382         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12383         in quoted string into `\'.
12384
12385 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12388         Use standard-syntax-table.
12389
12390 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * gnus-art.el (gnus-decode-address-function): New variable.
12393         (article-decode-encoded-words): Use it to decode headers which are
12394         assumed to contain addresses.
12395         (gnus-mime-delete-part): Remove useless `or'.
12396
12397         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12398         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12399         (gnus-nov-parse-line): Use it to decode From header.
12400         (gnus-get-newsgroup-headers): Ditto.
12401         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12402
12403         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12404         (mail-decode-encoded-address-string): New alias.
12405
12406         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12407         New function.
12408         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12409         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12410         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12411         (rfc2047-decode-string): Ditto.
12412         (rfc2047-decode-address-region): New function.
12413         (rfc2047-decode-address-string): New function.
12414
12415 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * message.el (message-caesar-buffer-body): Allow rotating headers.
12418
12419         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12420
12421         * message.el (message-insert-formated-citation-line): Fix %f.
12422         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12423
12424 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12427         (gnus-bookmark-mouse-available-p): New macro.
12428         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12429         (gnus-bookmark-bmenu-show-infos): Use it.
12430         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12431         (gnus-bookmark-bmenu-hide-infos): Ditto.
12432         (gnus-bookmark-remove-properties): New function.
12433         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12434         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12435         (gnus-bookmark-write-file): Bind coding-system-for-write.
12436         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12437         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12438         group before selecting it.
12439         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12440         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12441         quit-window if it is not available; use gnus-mouse-2 and bind it to
12442         gnus-bookmark-bmenu-select-by-mouse.
12443         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12444         (gnus-bookmark-bmenu-select-by-mouse): New function.
12445
12446 2006-08-13  Romain Francoise  <romain@orebokech.com>
12447
12448         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12449         space.
12450
12451 2006-08-10  Romain Francoise  <romain@orebokech.com>
12452
12453         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12454         (dns-mode-soa-auto-increment-serial): New user option.
12455         (dns-mode-soa-maybe-increment-serial): New function.
12456         (dns-mode): Add the latter to `write-contents-functions'.
12457
12458 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * compface.el (uncompface): Use binary rather than raw-text-unix.
12461
12462 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * compface.el (uncompface): Make sure the eol conversion doesn't take
12465         place when communicating with the external programs.
12466         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12467
12468 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12471
12472 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12473
12474         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12475         Make it more robust by parsing author and date independently.
12476
12477 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12480
12481 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12482
12483         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12484         first matching secret key.
12485         (mml2015-epg-encrypt): Ditto.
12486
12487         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12488         first matching secret key.
12489         (mml1991-epg-encrypt): Ditto.
12490
12491         * mml2015.el (mml2015-encrypt-to-self): New user option.
12492         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12493         mml2015-epg-encrypt-to-self is set.
12494
12495         * mml1991.el (mml1991-encrypt-to-self): New variable.
12496         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12497         mml1991-epg-encrypt-to-self is set.
12498
12499         * mml2015.el (mml2015-signers): New user option.
12500         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12501         (mml2015-epg-encrypt): Allow to select signing keys.
12502
12503         * mml1991.el (mml1991-signers): New variable.
12504         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12505         (mml1991-epg-encrypt): Allow to select signing keys.
12506
12507 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * nnheader.el (nnheader-insert-head): Make it work even if the file
12510         uses CRLF for the line-break code.
12511
12512 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12513
12514         * mml2015.el: Require mml-sec instead of password.
12515         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12516         (mml2015-cache-passphrase): Inherit the default value from
12517         mml-secure-cache-passphrase.
12518         (mml2015-passphrase-cache-expiry): Inherit the default value from
12519         mml-secure-passphrase-cache-expiry.
12520
12521         * mml1991.el: Require mml-sec instead of password.
12522         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12523         (mml1991-cache-passphrase): Inherit the default value from
12524         mml-secure-cache-passphrase.
12525         (mml1991-passphrase-cache-expiry): Inherit the default value from
12526         mml-secure-passphrase-cache-expiry.
12527
12528         * mml-sec.el: Require password.
12529         (mml-secure-verbose): New user option.
12530         (mml-secure-cache-passphrase): New user option.
12531         (mml-secure-passphrase-cache-expiry): New user option.
12532
12533 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12534
12535         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12536         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12537         andreas@altroot.de (Andreas Vögele).
12538
12539         FIXME: Use `tiny change'?
12540
12541 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12542
12543         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12544         workaround for the url package included with Emacs.
12545
12546         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12547
12548 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12551         correctly.  This fixes a bug caused by the 2006-05-12 change.
12552
12553 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12554
12555         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12556         some information about the error when saying that the `bogus' mail
12557         group will be used.
12558
12559 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12562         string.
12563
12564 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12565
12566         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12567
12568 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12569
12570         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12571
12572 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12573
12574         * mml1991.el (mml1991-function-alist): Add epg.
12575         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12576         (mml1991-epg-encrypt): New functions.
12577
12578 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12579
12580         * mml2015.el (mml2015-verbose): New variable.
12581         (mml2015-cache-passphrase): Ditto.
12582         (mml2015-passphrase-cache-expiry): Ditto.
12583         (mml2015-function-alist): Add epg.
12584         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12585         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12586         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12587         New functions.
12588
12589 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12590
12591         * message.el (message-cite-original-1): Preserve region when removing
12592         quoted text due to X-No-Archive in order to avoid bogus attribution
12593         when citing multiple messages.
12594
12595 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12596
12597         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12598         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12599
12600 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * gnus-diary.el (gnus-user-format-function-d)
12603         (gnus-user-format-function-D): Autoload.
12604
12605         * imap.el (Commentary): Fix typo.
12606
12607         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12608         2006-04-22 contribution.
12609
12610 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12611
12612         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12613         It didn't really fix the bogosity I'm seeing with solid web groups.
12614
12615 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12616
12617         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12618         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12619         created using server names.  If we use the feature without declaring
12620         it, Gnus does not properly manage server and group state.
12621
12622         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12623         bound.
12624
12625 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12626
12627         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12628         looking up the method using GROUP's prefix before inventing a new one.
12629         It is used on killed/unknown groups in various places where returning
12630         an all-new method isn't expected by the caller.
12631
12632         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12633         and match semantics of gnus-group-real-prefix.
12634
12635 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * nnmail.el (nnmail-broken-references-mailers): New variable.
12638         (nnmail-ignore-broken-references): New function generalizing
12639         nnmail-fix-eudora-headers.
12640         (nnmail-fix-eudora-headers): Now obsolete.
12641
12642         * gnus-art.el (gnus-button-handle-custom):
12643         Support `customize-apropos*'.
12644
12645 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12646
12647         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12648
12649         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12650         articles.
12651
12652 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * message.el (message-cite-reply-above): New variable.
12655         (message-yank-original): Use it.
12656
12657 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12660
12661 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12664         as read.
12665
12666         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12667
12668 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12671         (gnus-bookmark-default-file): Use gnus-directory.
12672         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12673         Remove "*" in doc string.
12674         (gnus-bookmark-write-file): Simplify.
12675         (gnus-bookmark-maybe-sort-alist): Use `when'.
12676         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12677         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12678         Add FIXME about Emacs 21 and XEmacs compatibility.
12679         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12680         compatibility.
12681         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12682         compatibility.
12683         (gnus-bookmark-menu-heading): Fix version.
12684
12685 2006-06-19  Bastien Guerry  <bzg@altern.org>
12686
12687         * gnus-bookmark.el: New file.
12688
12689 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * message.el (message-syntax-checks): Doc fix.
12692
12693 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12694
12695         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12696         unsubscribed groups as if they were killed ones.  It causes duplicate
12697         entries in gnus-newsrc-alist.
12698
12699 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * message.el (message-syntax-checks): Doc fix.
12702         (message-send-mail): Add check for continuation headers.
12703         (message-check-news-header-syntax): Fix regexp used to check for
12704         continuation headers.
12705
12706 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12709
12710 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12713
12714 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12717         default-truncate-lines.
12718
12719 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12722         to fill the utf-8 entry.
12723
12724         * lpath.el: Fbind unicode-precedence-list.
12725
12726 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12727
12728         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12729
12730 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12731
12732         * gnus-agent.el (directory-files-and-attributes): Move all the way
12733         forward (the third and final move).
12734         (gnus-agent-read-agentview): Trap reconstruction errors due to
12735         nonexistent directory.  Handle by returning nil.
12736
12737 2006-05-30  Didier Verna  <didier@xemacs.org>
12738
12739         * message.el (message-dont-reply-to-names): Update the custom type.
12740         * message.el (message-dont-reply-to-names): New defsubst: potentially
12741         convert a list of regexps into a single one.
12742         * message.el (message-get-reply-headers): Use it.
12743         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12744
12745 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-agent.el (directory-files-and-attributes): Move forward.
12748
12749 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * gnus-ml.el (gnus-mailing-list-subscribe)
12752         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12753         (gnus-mailing-list-message): Fix doc strings.
12754
12755 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12756
12757         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12758         of doing it manually.
12759
12760 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12763         comment.
12764
12765 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12766
12767         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12768         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12769         (gnus-agent-read-local): All symbols allocated in my-obarray.
12770         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12771         (gnus-agent-regenerate-group): Check numeric names to see if they are
12772         messages or groups.
12773         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12774         better way of do this...)
12775
12776         * gnus-cache.el (gnus-agent-total-fetched-for):
12777         Ignore 'dummy.group' (there should be a better way of do this...)
12778
12779 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12782         (gnus-saved-headers): Ditto.
12783         (gnus-default-article-saver): Mention functions may have properties.
12784         (gnus-article-save): Override gnus-save-all-headers and
12785         gnus-saved-headers by :headers property which saver function may have.
12786         (gnus-summary-save-in-file): Add :headers property.
12787         (gnus-summary-write-to-file): Ditto.
12788
12789         * gnus-sum.el (gnus-summary-save-article): Bind
12790         gnus-prompt-before-saving to t when saving many articles in a file;
12791         always show all headers.
12792
12793         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12794
12795 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12798         marks.
12799
12800         * message.el (message-indent-citation): Add optional arguments to allow
12801         using it outside of message buffers.
12802
12803         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12804         (gnus-article-treat-unfold-headers): Use it.
12805         (gnus-article-truncate-lines): New variable.
12806         (gnus-article-mode): Use it.
12807         (gnus-article-toggle-truncate-lines): New function.
12808
12809         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12810         Add gnus-article-toggle-truncate-lines.
12811
12812         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12813         coding system in XEmacs, use binary.
12814
12815 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12818         after-load-alist.
12819
12820         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12821         this function should save decoded articles.
12822         (gnus-summary-write-to-file): Use property to specify this function
12823         should save decoded articles and specify gnus-summary-save-in-file
12824         should be used to save articles other than the first one when saving
12825         many articles.
12826         (gnus-summary-save-body-in-file): Use property to specify this
12827         function should save decoded articles.
12828         (gnus-summary-write-body-to-file): Use property to specify this
12829         function should save decoded articles and specify
12830         gnus-summary-save-body-in-file should be used to save articles other
12831         than the first one when saving many articles.
12832
12833         * gnus-sum.el (gnus-summary-save-article): Simplify.
12834
12835 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * gnus-art.el (gnus-default-article-saver):
12838         Add gnus-summary-write-body-to-file.
12839         (gnus-article-save-coding-system): Don't use coding system object
12840         in XEmacs.
12841         (gnus-read-save-file-name): Add optional `dir-var' argument which
12842         specifies directory in which files are saved; work even if optional
12843         `variable' argument is not specified.
12844         (gnus-summary-write-to-file): Read file name.
12845         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12846         (gnus-summary-write-body-to-file): New function.
12847
12848         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12849         (gnus-summary-local-variables): Add it.
12850         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12851         (gnus-summary-save-article): Remove optional `decode' argument;
12852         determine whether to decode articles by the value of
12853         gnus-default-article-saver; when saving many files using
12854         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12855         it first and use gnus-summary-save-in-file or
12856         gnus-summary-save-body-in-file thereafter unless
12857         gnus-prompt-before-saving is always; move point to article which
12858         will be saved.
12859         (gnus-summary-save-article-file): Revert.
12860         (gnus-summary-write-article-file): Revert.
12861         (gnus-summary-save-article-body-file): Revert.
12862         (gnus-summary-write-article-body-file): New function.
12863
12864 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-art.el (gnus-default-article-saver): Doc fix.
12867         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12868         from gnus-summary-save-article-coding-system, and default to a
12869         certain coding system.
12870         (gnus-output-to-file): Add coding cookie and encode text according
12871         to gnus-article-save-coding-system; don't use mm-append-to-file.
12872
12873         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12874         gnus-art.el and rename to gnus-article-save-coding-system.
12875         (gnus-summary-save-article): Require gnus-art; don't show all
12876         headers if it decodes articles; don't add coding cookie here;
12877         don't bind mm-text-coding-system-for-write.
12878         (gnus-summary-save-article-file): Save decoded articles.
12879         (gnus-summary-write-article-file): When saving many files, use
12880         gnus-summary-write-to-file first and gnus-summary-save-in-file
12881         thereafter unless gnus-prompt-before-saving is always.
12882         (gnus-summary-save-article-body-file): Save decoded articles.
12883
12884         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12885
12886 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * nnrss.el (nnrss-check-group): Bind hash-index.
12889
12890 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12891
12892         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12893         its hash index.  Store this hash in `nnrss-group-data'.
12894         (nnrss-read-group-data): Update accordingly.
12895
12896 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12897
12898         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12899         entry.
12900
12901         * gnus-sum.el (gnus-summary-make-menu-bar):
12902         Add gnus-article-browse-html-article.
12903
12904 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12905
12906         * gnus-sum.el (gnus-summary-mime-map):
12907         Add gnus-article-browse-html-article.
12908
12909         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12910
12911 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12914         suitable coding systems in customize.
12915
12916 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * mail-source.el (mail-sources): Fix custom type.
12919
12920 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12923         (gnus-summary-expire-articles-now): Shorten prompt.
12924
12925         * gmm-utils.el (wid-edit): Require.
12926         (defun-gmm): Rename from `gmm-defun-compat'.
12927         (gmm-image-search-load-path): Use it.
12928         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12929
12930 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-sum.el (gnus-summary-save-article-coding-system):
12933         New variable.
12934         (gnus-summary-save-article): Add optional `decode' argument.
12935         If it is set and gnus-summary-save-article-coding-system is non-nil,
12936         save decoded article.
12937         (gnus-summary-write-article-file): Save decoded article if
12938         gnus-summary-save-article-coding-system is non-nil.
12939
12940         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12941         type.
12942
12943 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12946
12947 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12950         first to test gnus-single-article-buffer which may be buffer-local.
12951
12952         * gnus-sum.el (gnus-summary-setup-buffer):
12953         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12954         group; make gnus-article-buffer, gnus-article-current, and
12955         gnus-original-article-buffer always buffer-local.
12956         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12957         group.
12958         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12959
12960 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * nnml.el (nnml-request-compact-group): Compressed files might not
12963         have .gz extension.
12964
12965 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12966
12967         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12968         (mm-copy-to-buffer): Use with-current-buffer.
12969         (mm-display-part): Simplify.
12970         (mm-inlinable-p): Add optional arg `type'.
12971
12972 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12973
12974         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12975         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12976         Try harder to show the attachment internally or externally using
12977         gnus-mime-view-part-as-type.
12978
12979 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12980
12981         * message.el (message-from-style, message-signature-separator)
12982         (message-user-organization-file, message-send-mail-function)
12983         (message-citation-line-function, message-yank-prefix)
12984         (message-indent-citation-function, message-signature)
12985         (message-signature-file, message-signature-insert-empty-line):
12986         Remove autoloads.
12987
12988         * gnus-art.el (gnus-buttonized-mime-types):
12989         Remove "multipart/signed".  Revert 2006-04-26 change.
12990
12991 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12992
12993         * gnus.el (gnus-version-number): Bump version.
12994
12995 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12996
12997         * gnus.el: No Gnus v0.5 is released.
12998
12999 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13000
13001         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13002         fetching articles by message-id.
13003
13004 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13005
13006         * message.el (hashcash): Require hashcash as normal.
13007
13008         * ecomplete.el (ecomplete-highlight-match-line):
13009         Use point-at-eol.
13010         (ecomplete-highlight-match-line): Use `highlight', because that
13011         face exists in both Emacs and XEmacs.
13012
13013         * message.el (message-display-abbrev): Use point-at-bol.
13014
13015         * mail-source.el: Don't require timer/timer-funcs.
13016
13017         * gnus-async.el: Ditto.
13018
13019         * password.el: Ditto.
13020
13021         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13022
13023         * mm-url.el: Ditto.
13024
13025         * gnus-xmas.el: Don't require timer-funcs.
13026
13027         * mm-util.el: Require timer/timer-funcs.
13028
13029 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13030
13031         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13032         Close.
13033
13034 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13037         unibyte after clear-decrypt function runs.
13038
13039         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13040         returns as a unibyte string.
13041
13042 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * lpath.el: Revert.
13045
13046         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13047         (pgg-gpg-process-sentinel): Revert.
13048
13049         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13050         (pgg-pgp-lookup-key): Revert.
13051
13052         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13053         (pgg-pgp5-lookup-key): Revert.
13054
13055         * pgg.el (pgg-fetch-key): Revert.
13056
13057 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * lpath.el: Fbind string-as-multibyte for XEmacs.
13060
13061         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13062         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13063         (mml1991-pgg-encrypt): Ditto.
13064
13065         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13066         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13067         a multibyte buffer.
13068
13069         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13070         (pgg-pgp-lookup-key): Ditto.
13071
13072         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13073         (pgg-pgp5-lookup-key): Ditto.
13074
13075         * pgg.el (pgg-fetch-key): Ditto.
13076
13077 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13078
13079         * message.el (message-user-organization-file): Check several
13080         locations of the organization file.
13081
13082         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13083         Add gnus-article-view-part-as-type.
13084
13085         * gnus-art.el (gnus-article-view-part-as-type): New function.
13086
13087         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13088         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13089
13090         * mml.el: Simplify autoload.
13091         (mml-mode): defvar dnd-protocol-alist instead of using
13092         symbol-value.
13093         (mml-default-directory): New variable.
13094         (mml-minibuffer-read-file): Use it.
13095         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13096
13097         * message.el (message-citation-line-format): New variable.
13098         (message-insert-formated-citation-line): New function.
13099         (message-citation-line-function):
13100         Add `message-insert-formated-citation-line' to custom type.
13101
13102         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13103         to doc string.
13104
13105         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13106         depending on mm-verify-option.
13107
13108 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13111         binding pgg-* variables; reimplement the section which prevents
13112         MIME header from being signed.
13113         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13114         pgg-text-mode; remove a blank line at the top of body.
13115
13116         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13117         lines at the top of body; use gnus-newsgroup-charset if there's no
13118         Charset header.
13119
13120 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * message.el (message-self-insert-commands): Doc fix.
13123
13124         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13125         (mm-uu-pgp-encrypted-test): Ditto.
13126         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13127         between header and body; return application/pgp-encrypted handle
13128         if decryption failed; decode decrypted body by charset.
13129
13130         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13131         element match to application/pgp-*.
13132
13133 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13134
13135         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13136         HTML.
13137
13138 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139
13140         * mail-source.el (mail-source-call-script): Message the error
13141         string.
13142
13143 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13144
13145         * gnus-util.el (gnus-byte-compile): Use it.
13146
13147 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13148
13149         * gnus-util.el (kill-empty-logs): New function.
13150
13151 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13152
13153         * message.el (message-mail-alias-type): Doc fix.
13154         (message-mail-alias-type-p): New function.
13155         (message-send): Use it.
13156         (message-mode): Ditto.
13157         (message-strip-forbidden-properties): Ditto.
13158
13159         * ecomplete.el (ecomplete-database-file-coding-system):
13160         New variable.
13161         (ecomplete-save): Use it.
13162         (ecomplete-setup): Use it.
13163
13164 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * message.el (message-self-insert-commands): New variable.
13167         (message-strip-forbidden-properties): Use it.
13168
13169 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13170
13171         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13172         that doesn't make XEmacs choke.
13173
13174 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * gnus-util.el (gnus-replace-in-string):
13177         Prefer replace-regexp-in-string over of replace-in-string.
13178
13179 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-util.el (gnus-select-frame-set-input-focus):
13182         Use select-frame-set-input-focus if it is available in XEmacs; use
13183         definition defined in Emacs 22 for old Emacsen.
13184
13185         * dgnushack.el: Autoload unmorse-region for XEmacs.
13186
13187         * lpath.el: Bind cursor-in-non-selected-windows and
13188         select-frame-set-input-focus for XEmacs.
13189
13190 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13193
13194 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13195
13196         * gnus-registry.el (gnus-registry-cache-save): Remove text
13197         properties when saving via the temp buffer.
13198
13199 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13200
13201         * message.el (message-generate-hashcash): Honor custom type.
13202
13203 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13204
13205         * message.el (message-generate-hashcash): Default to non-nil when
13206         hashcash is found.
13207
13208         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13209         (gnus-refer-thread-limit): Increase default to 500.
13210
13211         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13212
13213         * flow-fill.el (fill-flowed): Allow delete-space.
13214
13215 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13218         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13219         Remove autoloads.
13220
13221 2006-04-18  Simon Josefsson  <jas@extundo.com>
13222
13223         * message.el (message-generate-hashcash): Default to.
13224
13225 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13228         concatenating segments rather than before concatenating them.
13229
13230 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13233
13234 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13235
13236         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13237
13238         * message.el (message-forward-make-body-plain):
13239         Allow message-forward-ignored-headers to be a list.
13240         (message-remove-ignored-headers): Factor out into function.
13241         (message-forward-make-body-mml): Use it.
13242
13243         * imap.el (imap-quote-specials): New function.
13244         (imap-login-auth): Quote specials.
13245
13246         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13247         (rfc2231-parse-string): Allow concatanation of parameters that
13248         aren't contiguous.  The test case is
13249           (mail-header-parse-content-type "message/external-body;
13250             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13251             access-type=LOCAL-FILE;
13252             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13253
13254 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13255
13256         * nntp.el (nntp-accept-process-output): Return the value of
13257         `nnheader-accept-process-output'.
13258
13259 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13260
13261         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13262         (gnus-button-alist): Recognize more diff formats.
13263         (gnus-button-patch): Strip directory.
13264
13265 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13268         Emacs 22 when setting focus.
13269
13270 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13271
13272         * gnus-art.el (gnus-article-treat-types): Do treatment of
13273         text/x-verbatim parts.
13274         (gnus-button-patch): New command.
13275
13276         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13277         addresses that contain invalid characters.
13278
13279 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * message.el (message-put-addresses-in-ecomplete):
13282         Use gnus-replace-in-string.
13283         (message-is-yours-p): Use the more correct
13284         mail-header-parse-address instead of
13285         mail-extract-address-components.
13286         (message-put-addresses-in-ecomplete): Fix typo.
13287
13288         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13289         keystroke.
13290
13291         * gnus-art.el (gnus-treatment-function-alist): Change order of
13292         newsgroups/generic header folding to avoid double-folding.
13293
13294         * message.el (message-hidden-headers): Add X-Draft-From.
13295
13296         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13297         New command.
13298         (gnus-summary-repeat-search-article-backward): New command.
13299
13300         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13301         groups in the parent topic.
13302
13303 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13304
13305         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13306         (spam-extra-header-to-number): Return the CRM114 number as a
13307         number instead of a string.
13308
13309 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13310
13311         * gnus-art.el (gnus-face-properties-alist): Move here from
13312         gnus-fun.
13313
13314         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13315
13316 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13317
13318         * message.el (message-strip-forbidden-properties): Only display on
13319         self-insert-command.
13320
13321         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13322         reindent.
13323         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13324
13325 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13326
13327         * smiley.el (smiley-style): Fix typo.
13328
13329 2006-03-23  Kenichi Handa  <handa@m17n.org>
13330
13331         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13332         instead of set-buffer-multibyte.
13333
13334 2006-03-23  Kenichi Handa  <handa@m17n.org>
13335
13336         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13337         buffer and then decode the buffer text if necessary.
13338         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13339         first, and after mm-encode-body, change the buffer to unibyte.
13340
13341 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13342
13343         * hashcash.el (hashcash-insert-payment-async-2):
13344         Use message-goto-eoh instead of doing it manually.
13345         (mail-add-payment): Use message-narrow-to-header instead of trying
13346         to do the same itself.
13347
13348         * message.el (message-hidden-headers): Add Face.
13349
13350         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13351         reparenting code.
13352         (gnus-summary-reparent-children): Refactored out code.
13353         (gnus-summary-thread-map): New keystroke.
13354         (gnus-summary-reparent-children): Make into command.
13355
13356         * smiley.el (smiley-style): Default to `medium' if using a large
13357         font.
13358
13359         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13360         does it itself.
13361
13362         * message.el (message-point-in-header-p): Simplify definition.
13363
13364 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13365
13366         * nnagent.el (nnagent-request-set-mark): Silence log file
13367         writing.
13368         (nnagent-request-set-mark): Use write-region instead of
13369         append-to-file.
13370
13371         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13372         strange select method.
13373
13374         * ecomplete.el (ecomplete-display-matches): Get highlightling
13375         right.
13376         (ecomplete-display-matches): Use literals.
13377         (ecomplete-display-matches): Disable message logging.
13378
13379         * message.el (message-display-abbrev): Small optimization.
13380
13381         * ecomplete.el (ecomplete-display-matches): Allow automatic
13382         display.
13383
13384         * message.el (message-strip-forbidden-properties):
13385         Display abbrevs.
13386         (message-display-abbrev): Get automatic display right.
13387
13388         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13389         keystrokes.
13390
13391 2006-04-13  Romain Francoise  <romain@orebokech.com>
13392
13393         TODO: Backport to v5-10!
13394
13395         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13396         Move here (and rename) from gnus-registry.el.
13397
13398         * gnus-registry.el: Require gnus-util.
13399         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13400
13401 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13402
13403         * gnus-group.el (gnus-group-catchup-current):
13404         Change if-then-else-if-then-else into cond.
13405         (gnus-group-catchup): Indent.
13406         (group-name-at-point): New function.
13407         (gnus-fetch-group): Provide default from thing at point.
13408
13409 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13410
13411         * message.el (message-display-abbrev): Fix regexp.
13412
13413         * ecomplete.el (ecomplete-highlight-match-line):
13414         Reimplement choosing.
13415         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13416         dead variables.
13417
13418         * message.el (message-newline-and-indent): Remove debugging.
13419         (message-display-abbrev): Use new implementation.
13420
13421 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * gnus-art.el (gnus-article-mode):
13424         Set cursor-in-non-selected-windows to nil.
13425
13426         * smiley.el: Revert previous change.
13427         (smiley-data-directory): defvar it before using it in the
13428         defcustom of `smiley-style'.
13429
13430 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13431
13432         * message.el (message-newline-and-indent): New function.
13433
13434         * ecomplete.el: Implement more bits.
13435
13436         * message.el (message-put-addresses-in-ecomplete): Clean up the
13437         string.
13438
13439         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13440
13441         * gnus-sum.el (gnus-summary-save-parts):
13442         Bind gnus-summary-save-parts-counter and use it to make unique file
13443         names.
13444
13445         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13446
13447         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13448         parameter to say whether to actually parse the individual
13449         addresses.
13450
13451         * message.el (message-put-addresses-in-ecomplete): New function.
13452         (ecomplete): Require.
13453         (message-mail-alias-type): Add ecomplete as an option.
13454
13455 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13456
13457         * flow-fill.el (fill-flowed): Remove trailing space from blank
13458         quoted lines.
13459
13460 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13461
13462         * smiley.el (smiley-style): Move definition later to avoid a
13463         compilation warning.
13464
13465 2006-04-12  Kenichi Handa  <handa@m17n.org>
13466
13467         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13468         buffer and then decode the buffer text if necessary.
13469         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13470         first, and after mm-encode-body, change the buffer to unibyte.
13471         Use mm-disable-multibyte instead of set-buffer-multibyte.
13472
13473 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13476         Content-Type header instead of Content-Disposition header.
13477         (gnus-mime-inline-part): Ditto.
13478         (gnus-mime-view-part-as-charset): Ignore charset that the part
13479         specifies.
13480
13481         * mm-decode.el (mm-display-part): Work with external parts and
13482         usual parts similarly.
13483
13484         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13485         instead of gnus-display-mime.
13486
13487         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13488         instead of with-temp-buffer.
13489
13490         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13491         tag to summarized topics part in order to encode non-ASCII text.
13492
13493 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * smiley.el (smiley-style): New variable.
13496         (smiley-directory): New function.
13497         (smiley-data-directory): Derive from `smiley-style' using
13498         `smiley-directory'.
13499         (smiley-regexp-alist): Add new entries.
13500
13501         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13502         (gnus-article-browse-delete-temp): Add :version.
13503
13504 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13505
13506         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13507         the sieve region.
13508
13509 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13510
13511         * gnus.el (gnus-version-number): Bump version.
13512
13513 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * gnus.el: No Gnus v0.4 is released.
13516
13517 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13518
13519         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13520         layout.
13521
13522         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13523         unknown charset.
13524
13525         * message.el (message-header-synonyms): Add Original-To to the
13526         default.
13527
13528         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13529         optional parameter.
13530
13531 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * gnus-fun.el (gnus): Require it for gnus-directory.
13534
13535 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13538
13539 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13540
13541         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13542
13543 2006-04-05  Simon Josefsson  <jas@extundo.com>
13544
13545         * password.el (password-reset): New function.
13546
13547 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13548
13549         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13550         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13551
13552 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13553
13554         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13555         Some whitespace was matched into the url, which broke browsing hits
13556         > 100 when mm-url-use-external was nil.
13557
13558 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13561         Check gnus-extra-headers for 'Newsgroups.
13562
13563         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13564         bound.
13565
13566 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13567
13568         * pgg-gpg.el: Clean up process buffers every time gpg processes
13569         complete.
13570
13571 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13574         doc string.
13575
13576 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13577
13578         * pgg-gpg.el (pgg-gpg-process-filter)
13579         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13580
13581         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13582         lines, temporary fix.
13583
13584 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13585
13586         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13587
13588 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13589
13590         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13591         default-enable-multibyte-characters.  This reverts the change from
13592         revision 6.17 which is no longer necessary because the passphrase
13593         is sent separately now.  GnuPG messages are unreadable under
13594         multibyte locales with default-enable-multibyte-characters set to
13595         nil.
13596
13597 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * message.el (message-tool-bar-gnome): Move "spell".
13600
13601 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13604         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13605         instead.
13606
13607 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13608
13609         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13610         Improve newsgroups handling for NNTP overviews which don't include
13611         Newsgroups.
13612
13613 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13614
13615         * message.el (message-resend): Bind message-generate-hashcash to nil.
13616
13617 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13618
13619         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13620         when searching for already-paid recipients.
13621
13622 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13623
13624         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13625         passphrases when it is not needed.
13626         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13627         passphrase stuff from gpg, should only be necessary when you use
13628         gpg with a smartcard.
13629
13630 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * mml.el (mml-insert-mime): Ignore cached contents of
13633         message/external-body part.
13634
13635         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13636         (mm-insert-part): Ditto.
13637
13638 2006-03-23  Simon Josefsson  <jas@extundo.com>
13639
13640         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13641         Reiner.
13642         (pgg-gpg-use-agent-p): Use it again.
13643
13644 2006-03-23  Simon Josefsson  <jas@extundo.com>
13645
13646         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13647         older emacsen.
13648         (pgg-gpg-use-agent-p): Don't use it.
13649
13650 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13651
13652         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13653         if we can.
13654
13655 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13656
13657         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13658         (pgg-gpg-update-agent): New function.
13659         (pgg-gpg-use-agent-p): New function.
13660         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13661         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13662         (pgg-gpg-sign-region): Use it.
13663
13664 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13667         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13668
13669 2006-03-21  Simon Josefsson  <jas@extundo.com>
13670
13671         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13672         <wilde@sha-bang.de>.
13673         (pgg-gpg-use-agent): New variable.
13674         (pgg-gpg-process-region): Use it.
13675         (pgg-gpg-encrypt-region): Likewise.
13676         (pgg-gpg-encrypt-symmetric-region): Likewise.
13677         (pgg-gpg-decrypt-region): Likewise.
13678         (pgg-gpg-sign-region): Likewise.
13679         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13680
13681 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13684
13685         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13686         Add comment on version.
13687
13688 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13689
13690         * smiley.el: Add missing test smiley.
13691
13692 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * mm-decode.el (mm-with-part): New macro.
13695         (mm-get-part): Use it; work with message/external-body as well.
13696         (mm-save-part): Treat name and filename equally.
13697
13698         * mm-extern.el (mm-extern-cache-contents): New function.
13699         (mm-inline-external-body): Use it; force the part to be displayed;
13700         move undisplayer added to the cached handle to the parent.
13701
13702         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13703         (gnus-mime-view-part-as-type): Work with message/external-body.
13704
13705         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13706
13707 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13708
13709         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13710         images in image-load-path.  [Sync with image.el, revision 1.60, in
13711         Emacs.]
13712
13713 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13716         path rather than symbol.  Always return list of directories.
13717         Guarantee that image directory comes first.  [Sync with image.el,
13718         revision 1.59, in Emacs.]
13719
13720         * message.el (message-make-tool-bar): Adjust to new API of
13721         `gmm-image-load-path-for-library'.
13722
13723         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13724
13725         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13726
13727 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13728
13729         * gnus-art.el (gnus-article-only-boring-p):
13730         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13731         intangible text.
13732         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13733
13734 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13737         Use `defun' instead of `gmm-defun-compat'.
13738
13739 2006-03-14  Simon Josefsson  <jas@extundo.com>
13740
13741         * message.el (message-unique-id): Don't use message-number-base36
13742         if (user-uid) is a float.
13743         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13744
13745 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13748
13749         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13750         empty line between a part and a message part.
13751
13752 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * smiley.el: Add more test smileys.
13755         (smiley-data-directory, smiley-regexp-alist)
13756         (gnus-smiley-file-types): Fix doc strings.
13757         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13758         adding new elements.
13759         (smiley-mouse-map): Unused code.  Make it a comment.
13760
13761 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13764         scan latest NoCeM messages instead of old ones.
13765         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13766         delimiters that are recently used.
13767         (gnus-nocem-load-cache): Add autoload cookie.
13768
13769         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13770
13771         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13772         level which is larger than gnus-use-nocem is specified.
13773
13774         * gnus-group.el (gnus-group-get-new-news): Ditto.
13775
13776 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * gnus-util.el (gnus-tool-bar-update): New function.
13779
13780         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13781         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13782
13783         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13784
13785         * gnus-group.el (gnus-group-redraw-when-idle)
13786         (gnus-group-redraw-check): Remove.
13787         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13788
13789 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13792         if optional last element is specified in splits (FIELD VALUE...).
13793
13794 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13797         to gmm-image-load-path-for-library.  Call with no-error argument.
13798         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13799
13800         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13801
13802         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13803
13804         * gmm-utils.el (gmm-image-load-path): Remove alias.
13805
13806 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * gmm-utils.el (gmm-image-load-path): Add alias.
13809
13810         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13811         nnml-generate-nov-databases-1.
13812         (nnml-generate-nov-databases): Use it.
13813         (nnml-generate-nov-databases-directory): Document no-active
13814         argument.
13815
13816         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13817         directory if path is t.  Add no-error.
13818
13819         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13820         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13821
13822         * gnus-art.el (gnus-article-browse-delete-temp-files):
13823         Simplify resetting gnus-article-browse-html-temp-list.
13824
13825         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13826         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13827         Add example to docstring.  Rename local variables.  Move error
13828         checks to default case in cond and simplify.
13829
13830 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13833         handle is multipart when calling it recursively.
13834         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13835
13836 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13837
13838         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13839         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13840
13841 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13844         is loaded.
13845
13846         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13847         loaded.
13848
13849 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13852         to "Emacs 23 (unicode)" in doc string.
13853
13854         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13855         "Emacs 23 (unicode)" in comment.
13856
13857 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13860
13861         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13862         characters 160 through 255 in Emacs 23.
13863
13864 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13867         gnus-article-browse-html-temp.
13868         (gnus-article-browse-delete-temp): Make it customizable.
13869         Add `file'.  Adjust doc string.
13870         (gnus-article-browse-delete-temp-files): Add argument.
13871         Allow query for each file.  Adjust doc string.
13872         (gnus-article-browse-html-parts):
13873         Add `gnus-article-browse-delete-temp-files' to
13874         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13875
13876 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13877
13878         * gnus-art.el (gnus-article-browse-html-temp)
13879         (gnus-article-browse-delete-temp): New variables.
13880         (gnus-article-browse-delete-temp-files): New function.
13881         (gnus-article-browse-html-parts): Use it.
13882
13883 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13886
13887         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13888         string.
13889
13890         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13891         gnus-summary-insert-new-articles when unplugged.
13892         Remove gnus-summary-search-article-forward.
13893
13894         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13895         display-visual-class instead of display-color-cells.
13896
13897 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * dgnushack.el: Autoload customize-group for XEmacs.
13900
13901         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13902         message/* containing non-ASCII text properly.
13903
13904 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * message.el: Require gmm-utils, remove autoloads.
13907         (message-tool-bar): Set default based on
13908         gmm-tool-bar-style.
13909         (message-tool-bar-gnome): Add gmm-customize-mode.
13910
13911         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13912         gmm-tool-bar-style.
13913         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13914
13915         * gnus-group.el (gnus-group-tool-bar): Set default based on
13916         gmm-tool-bar-style.
13917         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13918
13919         * gmm-utils.el (gmm-image-directory): Rename variable from
13920         gmm-image-load-path.
13921         (gmm-image-load-path): Use gmm-image-directory.
13922         (gmm-customize-mode): New function.
13923         (gmm-tool-bar-style): New variable.
13924
13925         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13926         gnus-group-redraw-line-number.
13927         (gnus-group-redraw-check): Simplify.
13928         (gnus-group-tool-bar-update): Remove redraw check.
13929         (gnus-group-make-tool-bar): Add redraw check.
13930
13931 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13932
13933         * gnus-art.el (gnus-button): Add missing parentheses.
13934
13935 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * lpath.el: Fbind line-number-at-pos.
13938
13939 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13942
13943 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * gnus-art.el (gnus-button): New face.
13946         (gnus-article-button-face): Use it.
13947
13948         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13949         Add gnus-summary-next-page.  Re-order.
13950
13951         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13952         next-node are now included.
13953         (gnus-group-redraw-line-number): New internal variable.
13954         (gnus-group-redraw-check): Helper function for updating the tool
13955         bar.
13956         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13957
13958         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13959
13960         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13961         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13962         Use it to match format of Spamassassin 3.0 and later.
13963         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13964         (spam-check-bogofilter)
13965         (spam-bogofilter-register-with-bogofilter): Fix args of
13966         `gnus-error' calls.
13967
13968 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13971         unnecessary interaction when sending queued mails.
13972         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13973
13974 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13977         first or last are nil.
13978
13979 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13980
13981         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13982
13983 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13984
13985         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13986
13987 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13988
13989         * dns.el (query-dns): Protect more against buggy tcp output.
13990
13991 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13994         nov.php.
13995
13996 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13997
13998         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13999         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14000         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14001         output on the server side.
14002         (nnweb-google-create-mapping): Update regexps and add some
14003         progress indication.
14004
14005 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14006
14007         * gnus-group.el (gnus-group-tool-bar-gnome):
14008         Fix gnus-agent-toggle-plugged.  Re-order icons.
14009         (gnus-group-tool-bar-gnome):
14010         Add gnus-group-{prev,next}-unread-group.
14011         (gnus-group-tool-bar-gnome): Re-order icons.
14012
14013         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14014         Move gnus-summary-insert-new-articles.
14015
14016         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14017         Fix comments.
14018
14019         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14020         also available in Emacs 21.3.
14021
14022         * message.el (message-fix-before-sending): Change "Emacs 22" to
14023         "Emacs 23 (unicode)" in comment.
14024
14025         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14026         "Emacs 23 (unicode)" in comment.
14027
14028         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14029         comment.
14030         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14031
14032         * mm-view.el (mm-fill-flowed): Add :version.
14033
14034 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14037         and load-path.
14038
14039 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * message.el: Autoload gmm-image-load-path.
14042         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14043         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14044         consitency.
14045
14046         * gmm-utils.el (gmm-image-load-path): Also search in
14047         "../etc/images".  Don't set gmm-image-load-path if we don't find
14048         the image.
14049
14050 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * gmm-utils.el (gmm-image-load-path): Don't make
14053         `gmm-image-load-path' include subdirectories which the second arg
14054         `image' might specify.
14055
14056         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14057         subdirectory to icon file names.
14058
14059         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14060
14061 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14062
14063         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14064         gmm-image-load-path calls.
14065
14066         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14067
14068         * message.el (message-make-tool-bar): Ditto.
14069
14070         * mml.el (mml-preview): Add comment concerning tool bar icons.
14071
14072         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14073         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14074
14075         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14076         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14077
14078         * message.el (message-tool-bar-gnome): Use new icon names.
14079         (message-make-tool-bar): Use `gmm-image-load-path'.
14080
14081         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14082         New functions from MH-E.
14083         (gmm-image-load-path): New variable from MH-E.
14084         (gmm-image-load-path): New function from MH-E.  Add arguments
14085         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14086         *-image-load-path-called-flag.
14087
14088 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14089
14090         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14091
14092 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14093
14094         * nnimap.el (nnimap-request-move-article): Change folder back to
14095         source group before deleting.
14096
14097 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14100
14101         * gnus-art.el (mm-url-insert-file-contents-external):
14102         Autoload mm-url.
14103
14104         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14105
14106 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14109         coding system which mm-charset-to-coding-system returns for a
14110         given charset is valid.
14111
14112 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14113
14114         * html2text.el (html2text-remove-tag-list):
14115         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14116
14117 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14118
14119         * gnus-cus.el: Revert 2005-10-17 change.
14120
14121 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-art.el (article-strip-banner):
14124         Call article-really-strip-banner only when the regexp match is made.
14125
14126 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * gnus-art.el (article-strip-banner):
14129         Use gnus-extract-address-components instead of
14130         mail-header-parse-addresses to make it work with non-ASCII text;
14131         remove mail-encode-encoded-word-string.
14132
14133         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14134         values which are surrounded with \"...\"; make it never cause a
14135         Lisp error; give up parsing of parameters if it failed in
14136         extracting type.
14137
14138 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14139
14140         * smime.el (smime-cert-by-ldap-1): Fix bug where
14141         `smime-ldap-search' returns results without userCertificates.
14142
14143 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14146
14147 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * spam.el (spam-check-spamassassin-headers): Adapt format for
14150         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14151         <ari@mbf.ocn.ne.jp>.
14152         (spam-list-of-processors): Add spam-use-gmane.
14153
14154 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14157         make-temp-file; make it work with XEmacs as well.
14158
14159         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14160         mm-make-temp-file.
14161
14162         * mm-decode.el (mm-display-external): Use the 3rd arg of
14163         mm-make-temp-file.
14164         (mm-create-image-xemacs): Ditto.
14165
14166 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14169         with message-narrow-to-headers.
14170         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14171         (gnus-draft-check-draft-articles): New function.
14172         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14173
14174 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * gnus-art.el (gnus-article-browse-html-parts):
14177         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14178         Don't use suffix argument for mm-make-temp-file for Emacs 21
14179         compatibility.  Remove useless `format'.
14180
14181 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14182
14183         * nnweb.el (nnweb-google-wash-article): Update regexps.
14184         (nnweb-group-alist): Use defvoo instead of defvar.
14185
14186 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14189         re-loading nn* modules.
14190
14191 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14194         for `tool-bar-mode' and don't check it's default-value.
14195
14196         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14197
14198         * message.el (message-make-tool-bar): Ditto.
14199
14200         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14201         `substring'.  Shorten tmp-file name.
14202
14203         * gnus.el: Remove bogus comment.
14204
14205 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14206
14207         * gnus-art.el (gnus-article-browse-html-parts): New function.
14208         (gnus-article-browse-html-article): New function for viewing html
14209         articles with a browser.
14210
14211 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14212
14213         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14214         in elisp.
14215         (pgg-gpg-encrypt-symmetric-region): Ditto.
14216         (pgg-gpg-sign-region): Ditto.
14217
14218         * pgg-def.el (pgg-text-mode): New variable.
14219
14220         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14221         (mml2015-pgg-encrypt): Ditto.
14222
14223         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14224         (mml1991-pgg-encrypt): Ditto.
14225
14226 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * nnfolder.el (nnfolder-insert-newsgroup-line):
14229         Use message-make-date instead of current-time-string.
14230
14231         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14232         to gnus-decoded which mm-uu might set.
14233
14234 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14237         don't decode quoted parameters; remove misimported Emacs code.
14238         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14239         (rfc2231-decode-encoded-string): Don't use split-string which
14240         behaves differently according to Emacs version; use
14241         mm-decode-coding-region to convert charset to coding-system.
14242         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14243         (rfc2231-encode-string): Remove misimported Emacs code.
14244
14245 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14248         when calling mail-header-parse-content-type.
14249         (article-de-quoted-unreadable): Ditto.
14250         (article-de-base64-unreadable): Ditto.
14251         (article-wash-html): Ditto.
14252
14253         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14254         calling mail-header-parse-content-type and
14255         mail-header-parse-content-disposition.
14256         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14257         mail-header-parse-content-type.
14258
14259         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14260         insert charset and format parameters; encode description after
14261         inserting it to buffer.
14262         (mml-insert-parameter): Fold lines properly even if a parameter is
14263         segmented into two or more lines; change the max column to 76.
14264
14265         * rfc1843.el (rfc1843-decode-article-body): Don't use
14266         ignore-errors when calling mail-header-parse-content-type.
14267
14268         * rfc2231.el (rfc2231-parse-string): Return at least type if
14269         possible; don't cause an error even if it fails in parsing of
14270         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14271         (rfc2231-encode-string): Don't break lines at the beginning, leave
14272         it to mml-insert-parameter.
14273
14274         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14275         calling mail-header-parse-content-type.
14276
14277 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14278
14279         * spam-report.el (spam-report-gmane-use-article-number):
14280         Improve doc string.
14281         (spam-report-gmane-internal): Check if a suitable header was found
14282         in the article.
14283
14284 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14287         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14288
14289 2006-02-05  Romain Francoise  <romain@orebokech.com>
14290
14291         Update copyright notices of all files in the gnus directory.
14292
14293 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14294
14295         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14296
14297 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14300         segmented lines of parameter value to cope with Thunderbird 1.5
14301         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14302         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14303         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14304
14305 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14306
14307         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14308         parts.
14309
14310 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14311
14312         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14313         there's only one active file for all servers.
14314         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14315         solid groups.  Gnus might have used a FAST request to select the group.
14316         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14317         and nnweb-search redundantly in the active file.
14318         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14319         (nnweb-request-create-group): Don't use ARGS.
14320         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14321         initialisations.  Let nnoo do the work.
14322
14323 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14326         Say the part has been decoded.
14327
14328         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14329
14330 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14331
14332         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14333         mailcap-viewer-test-cache when there's no 'test clause, since that
14334         will invert the meaning of a "nil" test previously determined by
14335         mailcap-mailcap-entry-passes-test.
14336
14337 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14340         compiling.
14341
14342         * gnus-sum.el: Ditto.
14343
14344         * message.el: Don't bind tool-bar-map when compiling.
14345
14346 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14349
14350 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14351
14352         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14353         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14354         current Google Groups.
14355
14356 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14359         and tool-bar-mode.
14360
14361         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14362         and tool-bar-mode.
14363
14364         * message.el (message-tool-bar-update): Simplify.
14365         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14366
14367         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14368         gnus-summary-buffer.
14369         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14370         gnus-summary-reply.
14371
14372         * gmm-utils.el (gmm): Add :version.
14373
14374 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * Makefile.in (clean): New rule.
14377         (distclean): Use it.
14378
14379 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14380
14381         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14382         Don't autoload.
14383
14384 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * gmm-utils.el (gmm-verbose): Add :group.
14387
14388 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * message.el: Change some comments WRT tool-bars.
14391
14392         * gnus-sum.el (gnus-summary-tool-bar)
14393         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14394         (gnus-summary-tool-bar-zap-list): New variables.
14395         (gnus-summary-make-tool-bar): Complete rewrite using
14396         `gmm-tool-bar-from-list'.
14397
14398         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14399         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14400         New variables.
14401         (gnus-group-make-tool-bar): Complete rewrite using
14402         `gmm-tool-bar-from-list'.
14403         (gnus-group-tool-bar-update): New function.
14404
14405         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14406
14407 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14410         is dissected into a single part of which the type is the same as
14411         the given one; decode charset.
14412
14413 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14414
14415         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14416         into alists as symbol not string, since that's what
14417         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14418         look for.
14419
14420 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14423         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14424
14425         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14426
14427 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14430         (gnus-xmas-mime-security-button-menu): New function.
14431
14432         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14433         (gnus-mime-security-button-menu): New definition.
14434         (gnus-mime-security-button-map): Use them.
14435         (gnus-mime-security-button-menu): New function.
14436         (gnus-insert-mime-security-button): Addition to help echo.
14437         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14438         (gnus-mime-security-pipe-part): New functions.
14439
14440         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14441         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14442
14443         * mm-decode.el (mm-handle-set-disposition): Remove.
14444         (mm-handle-set-description): Remove.
14445
14446 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14449         (mm-w3m-standalone-supports-m17n-p): New function.
14450         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14451         w3m usage.
14452
14453         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14454         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14455
14456 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * message.el (message-tool-bar-zap-list):
14459         Use gmm-tool-bar-zap-list as custom type.
14460         (message-tool-bar-update): New function.
14461         (message-tool-bar, message-tool-bar-gnome)
14462         (message-tool-bar-retro): Add message-tool-bar-update.
14463         (message-tool-bar-gnome): Add flyspell-buffer.
14464
14465         * gnus-util.el (gnus-error): Describe `args'.
14466
14467         * gmm-utils.el (gmm-error): Describe `args'.
14468         (gmm-tool-bar-zap-list): New widget.
14469         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14470
14471 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14474         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14475         the number of recursive calls.
14476
14477         * mm-decode.el (mm-handle-set-disposition): New macro.
14478         (mm-handle-set-description): New macro.
14479
14480 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14483         encoding.
14484
14485 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * message.el (message-tool-bar-zap-list, message-tool-bar)
14488         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14489         (message-tool-bar-local-item-from-menu): Remove.
14490         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14491         (message-make-tool-bar): New function.
14492         (message-mode): Use `message-make-tool-bar'.
14493
14494         * gmm-utils.el: New file.
14495         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14496         (gmm-lazy): New widget copied from `nnmail.el'.
14497         (gmm-tool-bar-from-list): New function for creating customizable
14498         tool bars.
14499         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14500         output.
14501         (gmm): Add :prefix to defgroup.
14502
14503 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14504
14505         * gmm-utils.el (gmm-widget-p): New function.
14506
14507 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14508
14509         * mml.el (mml-attach-file): Describe `description' in doc string.
14510         (mml-menu): Add Emacs MIME manual and PGG manual.
14511
14512 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14513
14514         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14515
14516 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14517
14518         * nntp.el (nntp-end-of-line): Doc fix.
14519
14520 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14521
14522         * imap.el (imap-open): Handle case where buffer is a buffer
14523         object.
14524
14525 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14526
14527         * gnus-delay.el (gnus-delay): Don't autoload.
14528         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14529         to be re-loaded when customizing the `gnus-delay' group.
14530
14531 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14532
14533         * message.el (message-insert-citation-line): Use newlines.
14534
14535 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14536
14537         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14538         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14539         these routines, so the passphrase can be managed externally and
14540         passed in to the system.
14541         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14542         pgg-add-passphrase-to-cache function.
14543
14544         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14545         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14546         these routines, so the passphrase can be managed externally and
14547         passed in to the system.
14548         (pgg-pgp5-sign-region): Use new name of
14549         pgg-add-passphrase-to-cache function.
14550
14551 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14552
14553         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14554         part of the decoded armor to find the key-identifier.
14555         (pgg-gpg-lookup-key-owner): New function to return the
14556         human-readable identifier of a key owner.
14557         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14558         itself.
14559         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14560         the key value) if we have a key and can match it against a secret
14561         key.  Also, added a note pointing out fact that the prompt only
14562         indicates the first matching key.
14563
14564         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14565         pgg-decrypt-region.
14566         (pgg-add-passphrase-to-cache): Rename from
14567         `pgg-add-passphrase-cache' to reduce confusion (all callers
14568         changed).
14569         (pgg-remove-passphrase-from-cache): Rename from
14570         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14571         changed).
14572         (pgg-read-passphrase, pgg-add-passphrase-cache)
14573         (pgg-remove-passphrase-cache): Add informative docstrings.
14574         (pgg-decrypt): Convey provided passphrase in subordinate call to
14575         pgg-decrypt-region.
14576
14577 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14578
14579         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14580         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14581         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14582         'passphrase' argument, so the passphrase can be managed externally
14583         and then passed in to the system.
14584
14585         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14586         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14587         so the passphrase cache can be used reliably with identifiers
14588         besides a pgp packet's key id.
14589
14590         * pgg-gpg.el (pgg-gpg-encrypt-region)
14591         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14592         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14593         these routines, so the passphrase can be managed externally and
14594         passed in to the system.
14595
14596         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14597         'notruncate' argument, so the passphrase cache can be used
14598         reliably with identifiers besides a pgp packet's key id.
14599
14600 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14601
14602         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14603         symmetric encryption.
14604         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14605         encrypted session key.
14606         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14607         message ask for the passphrase in a proper way.
14608
14609         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14610         New user commands for symmetric encryption.
14611
14612 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14615
14616         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14617
14618 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14619
14620         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14621
14622 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * mm-decode.el (mm-inlined-types): Add application/pgp.
14625         (mm-automatic-display): Ditto.
14626
14627         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14628         part as text.
14629
14630 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * nnrss.el: Update copyright.
14633         (nnrss-opml-import): Query whether to subscribe to each entry.
14634
14635         * gnus-art.el:
14636         * gnus-sum.el:
14637         * gnus-xmas.el:
14638         * messagexmas.el:
14639         * mm-uu.el:
14640         * mm-view.el: Update copyright.
14641
14642 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * message.el (message-info): New function.
14645         (message-mode-menu): Add it.
14646         Update copyright.
14647
14648         * ChangeLog: Fix and update copyright.
14649
14650 2006-01-13  Romain Francoise  <romain@orebokech.com>
14651
14652         * message.el (message-forward-subject-name-subject): Prefer the
14653         address to 'nowhere' if the sender has no name.
14654         Fix typo.  Update copyright year.
14655
14656 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * gnus-art.el (article-wash-html):
14659         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14660         (gnus-article-wash-html-with-w3m-standalone): New function.
14661
14662         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14663         mm-inline-text-html-render-with-w3m-standalone.
14664         (mm-text-html-washer-alist): Map w3m-standalone to
14665         gnus-article-wash-html-with-w3m-standalone.
14666         (mm-inline-text-html-render-with-w3m-standalone): New function.
14667
14668 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14671         Improve LaTeX.
14672
14673 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14676         (nnrss-request-article): Render text/plain parts as HTML.
14677
14678         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14679         the buffer.
14680
14681 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14684         custom definition of `gnus-posting-styles'.
14685
14686         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14687         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14688
14689 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14690
14691         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14692         Use nntp for bug archive.
14693
14694 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14697         parts.
14698         (nnrss-normalize-date): New function converts ISO 8601 date into
14699         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14700         (nnrss-check-group): Use it.
14701
14702 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14705
14706         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14707         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14708         (nnrss-insert-w3): Ditto.
14709
14710 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14713         the articles to be forwarded including the case where neither a
14714         number of articles nor a region is specified.
14715
14716 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * nnrss.el (nnrss-request-article): Fix last change; fill
14719         text/plain parts.
14720
14721 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14724         in text/plain part.
14725         (nnrss-check-group): Don't add excessive newline to dc:subject.
14726
14727 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14728
14729         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14730         article.
14731
14732 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14735         (nnml-use-compressed-files, nnml-save-mail): Support other
14736         comression programs such as bzip2.
14737
14738 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14739
14740         * dns.el (query-dns): Make sure we check the buffer size before
14741         removing tcp headers.
14742
14743 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14746         remove MIME buttons associated with multipart/alternative parts.
14747         (gnus-mime-display-alternative): Tag buttons using `article-type'
14748         text property.
14749
14750         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14751         associated with multipart/alternative parts.
14752
14753         * gnus-art.el (gnus-signature-separator): Fix custom type.
14754
14755         * mm-decode.el (mm-inlined-types): Fix custom type.
14756         (mm-keep-viewer-alive-types): Ditto.
14757         (mm-automatic-display): Ditto.
14758         (mm-attachment-override-types): Ditto.
14759         (mm-inline-override-types): Ditto.
14760         (mm-automatic-external-display): Ditto.
14761
14762 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * spam-report.el (spam-report-user-mail-address)
14765         (spam-report-user-agent): New variables.
14766         (spam-report-url-ping-plain): Use spam-report-user-agent.
14767
14768 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14769
14770         * gnus-art.el (gnus-button-handle-custom): Do not just use
14771         `customize-apropos' for any "M-x customize-*" button but the
14772         function called for.  Accept both the function name and its
14773         argument in order to achieve this.
14774         (gnus-button-alist): Remove support for "custom:" URL's.
14775         Pass function name to `gnus-button-handle-custom' in case of "M-x
14776         customize-*" buttons.
14777
14778 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14781         multipart/alternative and add xref to mm-discouraged-alternatives
14782         in doc string.
14783
14784         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14785         gnus-buttonized-mime-types in doc string.
14786
14787 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14790         Suggest image/.* in the doc string.
14791
14792 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14793
14794         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14795         message-marks (Debian bug #342521).
14796
14797 2005-12-12  Simon Josefsson  <jas@extundo.com>
14798
14799         * password.el (password-read-from-cache): Add.
14800         (password-read): Use it.
14801
14802 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * rfc2047.el (rfc2047-charset-to-coding-system):
14805         Recognize us-ascii as a MIME charset.
14806
14807         * mm-bodies.el (mm-decode-content-transfer-encoding):
14808         Protect against the case where the 2nd arg TYPE is nil.
14809
14810 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * pop3.el (pop3-stream-type): Fix custom version.
14813
14814         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14815
14816 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14817
14818         * mm-decode.el (mm-display-external): Add missing cdr.
14819
14820 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14823         RFC1524) if it is in mailcap or add a suffix according to
14824         mailcap-mime-extensions when generating a temp filename; postpone
14825         deleting a temp file for 2 seconds for some wrappers, shell
14826         scripts, and so on, which might exit right after having started a
14827         viewer command as a background job.
14828
14829 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * nntp.el (nntp-marks-directory): Fix custom group.
14832
14833         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14834         steps when < 10.
14835
14836         * gnus-start.el (gnus-no-server-1):
14837         Mention `gnus-level-default-subscribed' in doc string.
14838
14839 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14840
14841         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14842         parens.
14843
14844 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * gnus-xmas.el (gnus-use-toolbar): Revert.
14847         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14848         gnus-use-toolbar is default.
14849
14850         * messagexmas.el (message-use-toolbar): Revert.
14851         (message-setup-toolbar): Use global default-toolbar if
14852         message-use-toolbar is default.
14853
14854 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14857         according to default-toolbar-visible-p.
14858
14859         * messagexmas.el (message-use-toolbar): Ditto.
14860
14861 2005-11-26  Dave Love  <fx@gnu.org>
14862
14863         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14864         (tls-program, tls-success): Provide openssl alternative.
14865
14866         * starttls.el: Doc fixes.
14867         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14868         SERVICE to PORT.
14869
14870         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14871         port null or service name.
14872         (starttls-negotiate): Autoload.
14873
14874 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * message.el (message-kill-to-signature): Fix interactive spec.
14877
14878 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * pop3.el (pop3-open-server): Recognize a string as a service name.
14881
14882 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14883
14884         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14885
14886 2005-11-23  Dave Love  <fx@gnu.org>
14887
14888         Add pop3s, pop3/starttls.
14889
14890         * pop3.el (pop3-authentication-scheme): Clarify doc.
14891         (open-tls-stream, starttls-open-stream): Autoload.
14892         (pop3-stream-type): New.
14893         (pop3-open-server): Use it.
14894
14895         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14896         for POP.
14897         (mail-source-keyword-map): Add :stream for POP.
14898         (mail-source-fetch-pop): Use pop3-stream-type.
14899
14900 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14903         of current-time-string.
14904
14905 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14906
14907         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14908         date header.
14909
14910 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14911
14912         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14913         it can seriously impact performance as it bypasses the agent's
14914         local caches.
14915
14916 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14917
14918         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14919         must be explicitly online rather than "not explicitly offline" for
14920         its flags to be synchronized.
14921
14922         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14923         that gnus-uu-unmark-thread will function correctly.
14924
14925         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14926         1024K is instead displayed as 1M.
14927
14928 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14929
14930         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14931
14932 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14933
14934         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14935
14936 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14937
14938         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14939         error message to display actual error condition.
14940         (gnus-agent-save-local): Avoid saving symbols that are bound to
14941         nil as they simply result in a warning message in
14942         gnus-agent-read-local.
14943
14944 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14947         rather than make-variable-buffer-local for file-precious-flag.
14948
14949 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14950
14951         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14952         for duplicates which are removed.  The invalid sort check then
14953         triggers a rescan after the sort as sorting may have moved
14954         duplicate entries such that they can be cheaply detected.
14955
14956 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14959
14960 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14961
14962         * gnus-agent.el (gnus-agent-article-alist-save-format):
14963         Change internal variable to a custom variable.  Change default value
14964         from compressed(2) to uncompressed(1).
14965         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14966         support for uncompressed agentview files.  Taken together, reading
14967         the agentview file should now be 6-7 times faster.
14968
14969 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14970
14971         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14972         as a buffer-local variable.  This avoids creating truncated
14973         dribble files as a result of a hang up, eg.
14974
14975 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14976
14977         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14978         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14979         XEmacs.
14980
14981 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * gnus-start.el (gnus-start-draft-setup):
14984         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14985
14986         * gnus.el (gnus-splash): Change custom group.
14987         (gnus-group-get-parameter, gnus-group-parameter-value):
14988         Describe allow-list argument.
14989
14990         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14991         string.
14992
14993 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14994
14995         * gnus-art.el (gnus-default-article-saver): Add user-defined
14996         `function' to custom type.
14997
14998 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14999
15000         * imap.el (imap-open): Handle case where buffer is a buffer
15001         object.
15002
15003 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15006         long lines.
15007         (gnus-cache-delete-group): Wrap doc strings.
15008
15009         * gnus-agent.el (gnus-agent-rename-group)
15010         (gnus-agent-delete-group): Wrap doc strings.
15011
15012 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * messagexmas.el (message-use-toolbar): Change the valid values
15015         into default, top, bottom, left, and right.
15016         (message-toolbar-thickness): New variable.
15017         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15018         well.
15019         (message-setup-toolbar): Make it work.
15020
15021         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15022         (gnus-use-toolbar): Change the valid values into default, top,
15023         bottom, left, and right.
15024         (gnus-toolbar-thickness): New variable.
15025         (gnus-xmas-setup-toolbar): New function.
15026         (gnus-xmas-setup-group-toolbar): Use it.
15027         (gnus-xmas-setup-summary-toolbar): Use it.
15028
15029 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15030
15031         * gnus-start.el (gnus-1): Add "native" to
15032         gnus-predefined-server-alist.
15033
15034         * gnus.el (gnus-method-to-server): Don't add "native" to the
15035         lists here, because that leads to problems when
15036         gnus-select-method is bound.
15037
15038 2005-11-09  Simon Josefsson  <jas@extundo.com>
15039
15040         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15041         use (not sort-by-date) instead.
15042
15043 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15044
15045         * gnus-delay.el (gnus-delay-group): Don't autoload.
15046         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15047         to be re-loaded when customizing the `gnus-delay' group.
15048
15049 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15050
15051         * message.el: Revert last changes.
15052         (message-insert-citation-line): Use newlines.
15053
15054 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15055
15056         * message.el (message-courtesy-message)
15057         (message-mark-insert-begin, message-mark-insert-end)
15058         (message-elide-ellipsis, message-cancel-message)
15059         (message-add-header, message-change-subject)
15060         (message-cross-post-followup-to-header)
15061         (message-cross-post-insert-note, message-reduce-to-to-cc)
15062         (message-widen-reply, message-delete-not-region)
15063         (message-kill-to-signature, message-insert-signature)
15064         (message-insert-importance-high, message-insert-importance-low)
15065         (message-insert-or-toggle-importance)
15066         (message-insert-disposition-notification-to)
15067         (message-indent-citation, message-yank-original)
15068         (message-cite-original-without-signature, message-cite-original)
15069         (message-insert-citation-line, message-position-on-field)
15070         (message-fix-before-sending, message-send-mail-partially)
15071         (message-send-mail, message-send-mail-with-sendmail)
15072         (message-send-mail-with-qmail, message-send-news)
15073         (message-check-news-header-syntax, message-generate-headers)
15074         (message-insert-courtesy-copy, message-fill-address)
15075         (message-fill-header, message-shorten-references)
15076         (message-setup-1, message-cancel-news)
15077         (message-forward-make-body-plain, message-forward-make-body-mime)
15078         (message-forward-make-body-mml, message-encode-message-body)
15079         (message-forward-make-body-digest-plain)
15080         (message-forward-make-body-digest-mime)
15081         (message-use-alternative-email-as-from): Insert `hard-newline'
15082         instead of ordinary newlines.
15083
15084 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * message.el (message-generate-headers): Downcase the argument
15087         given to message-check-element.
15088
15089 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15090
15091         * nntp.el (nntp-authinfo-rejected): New error condition.
15092         (nntp-wait-for): Use new error condition to signal authentication
15093         error.
15094         (nntp-retrieve-data): Rethrow new error condition to break out of
15095         recursive call to nntp-send-authinfo.
15096
15097 2005-11-08  Romain Francoise  <romain@orebokech.com>
15098
15099         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15100         (gnus-summary-exit-map): Bind to `Z p'.
15101         (gnus-summary-make-menu-bar): Add menu item.
15102
15103 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15104
15105         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15106         (gnus-treat-*): Add `first' in all doc strings.
15107
15108         * gnus-group.el (gnus-group-compact-group): Fix typo.
15109
15110 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * gnus.el (gnus-parameters-case-fold-search): New variable.
15113         (gnus-parameters-get-parameter): Use it.
15114
15115         * gnus-score.el (gnus-home-score-file): Doc fix.
15116
15117 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15118
15119         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15120
15121 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * mm-util.el (mm-special-display-p): New function.
15124
15125         * mml.el (mml-preview): Use it; doc fix.
15126
15127 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15128
15129         * imap.el (imap-open): Handle case where buffer is a buffer object.
15130
15131 2005-10-29  Romain Francoise  <romain@orebokech.com>
15132
15133         * message.el (message-fix-before-sending): Fix comment.
15134
15135 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15136
15137         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15138
15139 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15140
15141         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15142         Used in gnus-score.el.
15143
15144 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15147
15148 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15151         whitespace removed in revision 7.8.  Use concatenated string to
15152         protect trailing whitespace.
15153
15154 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15155
15156         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15157         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15158         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15159         Courier IMAP ("some version from 2004").  Mostly based on similar
15160         code in the same function.
15161
15162 2005-10-26  Didier Verna  <didier@xemacs.org>
15163
15164         * gnus-group.el (gnus-group-compact-group): Invalidate original
15165         article buffer.
15166         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15167         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15168         NOV database and in article itself.
15169         Invalidate article backlog.
15170
15171 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15174
15175 2005-10-26  Simon Josefsson  <jas@extundo.com>
15176
15177         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15178         part of 2004-07-25 change.
15179
15180 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * message.el (message-display-completion-list): New function.
15183         (message-expand-group): Use it; make sure the Completions buffer
15184         is modifiable.
15185 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15186
15187         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15188         user-mail-name is an empty string.
15189
15190 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15191
15192         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15193         depending on gnus-score-decay-constant.
15194
15195         * encrypt.el (encrypt-insert-file-contents)
15196         (encrypt-write-file-contents): Don't use `gnus-message'.
15197
15198         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15199         arguments.
15200         (mm-uu-type-alist): Add message-marks and insert-marks.
15201         Pass arguments to mm-uu-verbatim-marks-extract.
15202         (mm-uu-hide-markers): New variable.
15203         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15204
15205         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15206         (gnus-convert-image-to-face-command): Use "convert" by default to
15207         allow other input image formats.
15208         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15209         accordingly.
15210
15211 2005-10-23  Simon Josefsson  <jas@extundo.com>
15212
15213         * imap.el (imap-gssapi-program): Align command line parameters
15214         with latest GNU SASL.
15215         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15216
15217 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15218
15219         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15220         HTML.
15221         (nnslashdot-request-article): Ditto.
15222
15223         * lpath.el (featurep): Add nobreak-char-display.
15224
15225 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15226
15227         * mail-source.el (mail-source-fetch-pop): Require pop3.
15228         (mail-source-check-pop): Ditto.
15229
15230 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15233         errors.
15234
15235 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15236
15237         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15238         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15239
15240         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15241
15242         * mm-bodies.el (mm-decode-string):
15243         Call `mm-charset-to-coding-system' with allow-override argument.
15244
15245 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15248         (rfc2047-charset-to-coding-system): New function.
15249         (rfc2047-decode-encoded-words): New function.
15250         (rfc2047-decode-region): Use them.
15251         (rfc2047-decode-cte): Remove.
15252         (rfc2047-parse-and-decode): Remove.
15253         (rfc2047-decode): Remove.
15254
15255 2005-10-15  Kenichi Handa  <handa@m17n.org>
15256
15257         * rfc2047.el (rfc2047-decode-cte): New function.
15258         (rfc2047-decode-region): Change the way to decode successive
15259         encoded-words: decode B- or Q-encoding in each encoded-word,
15260         concatenate them, and decode it as charset.
15261
15262 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * lpath.el: Fbind codepage-setup for XEmacs.
15265
15266 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15267
15268         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15269         widget-move-and-invoke.
15270         (gnus-custom-mode): Use gnus-custom-map.
15271
15272 2005-10-15  Bill Wohler  <wohler@newt.com>
15273
15274         * message.el (message-tool-bar-map): Rename image file from
15275         mail_send to mail/send.
15276
15277 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15278
15279         * message.el (message-expand-group): Pass the common
15280         prefix substring of completion to `display-completion-list'.
15281
15282 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * mml-sec.el (mml-secure-method): New internal variable.
15285         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15286         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15287         New functions using mml-secure-method.
15288
15289         * mml.el (mml-mode-map): Add key bindings for those functions.
15290         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15291         Harder <harder@myrealbox.com>.
15292         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15293         Goto end of message if point is the headers of the message.
15294
15295         * message.el (message-in-body-p): New function.
15296
15297         * assistant.el: Autoload gnus-util and netrc.
15298
15299         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15300         Use `mm-charset-override-alist' only when decoding.
15301
15302         * mm-bodies.el (mm-decode-body):
15303         Call `mm-charset-to-coding-system' with allow-override argument.
15304
15305         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15306         `filename' from Content-Disposition if Content-Type doesn't
15307         provide `name'.
15308         (gnus-mime-view-part-as-type): Set default instead of
15309         initial-input.
15310
15311 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15312
15313         * format-spec.el (format-spec): Propagate text properties of % spec.
15314
15315 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * gnus-art.el (gnus-treat-predicate): Add `first'.
15318
15319 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15320
15321         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15322         (mm-charset-override-alist): New variable.
15323         (mm-charset-to-coding-system): Use it.
15324         (mm-codepage-setup): New helper function.
15325         (mm-charset-eval-alist): New variable.
15326         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15327         Warn about unknown charsets.
15328
15329         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15330
15331 2005-10-04  David Hansen  <david.hansen@gmx.net>
15332
15333         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15334         (nnrss-check-group): Ditto.
15335
15336 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15339         Rename x-gnus-verbatim to x-verbatim.
15340         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15341
15342         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15343         x-verbatim.
15344
15345         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15346
15347         * gnus-util.el (gnus-remove-duplicates): Remove.
15348
15349         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15350         instead of gnus-remove-duplicates.
15351
15352         * message.el (message-remove-duplicates): Remove.
15353         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15354         message-remove-duplicates.
15355
15356         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15357         available, else use implementation from `delete-dups'.
15358
15359         * message.el (message-insert-expires): New function.
15360         (message-mode-map): Add key binding.
15361         (message-mode-field-menu): Add menu entry.
15362         (message-mode): Document it.
15363         (message-make-expires-date): Use `message-make-date'.
15364
15365 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15366
15367         * message.el (message-make-expires-date): New function.
15368
15369 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * Makefile.in (list-installed-shadows): New entry.
15372         (install): Use it.
15373         (remove-installed-shadows): New entry.
15374
15375         * dgnushack.el (dgnushack-default-load-path): New variable.
15376         (dgnushack-find-lisp-shadows): New function.
15377         (dgnushack-remove-lisp-shadows): New function.
15378
15379 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * Makefile.in (install-el-elc): New entry.
15382         (install): Use it so that .el files are necessarily installed.
15383
15384 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15387
15388 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15389
15390         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15391         function rather than the diff-mode.el package.
15392         (mm-display-external): Use with-current-buffer.
15393         (mm-viewer-completion-map, mm-viewer-completion-map):
15394         Move initialization inside declaration.
15395
15396 2005-09-29  Simon Josefsson  <jas@extundo.com>
15397
15398         * spam.el: Load hashcash when compiling, to avoid warnings.
15399         Don't autoload mail-check-payment.
15400         (spam-check-hashcash): Define unconditionally, since hashcash.el
15401         is part of Gnus now.  Ignore errors from payment checking.
15402
15403 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * message.el (message-bold-region, message-unbold-region):
15406         Rename from `bold-region' and `unbold-region'.
15407
15408         * message.el: Remove useless autoloads.
15409
15410 2005-09-28  Simon Josefsson  <jas@extundo.com>
15411
15412         * message.el (message-use-idna): Default to t.
15413         (message-use-idna): Test whether encoding works too.  Doc fix.
15414
15415 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * nntp.el (nntp-warn-about-losing-connection): Remove.
15418
15419 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15420
15421         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15422         customizable.  Change default value.
15423         (mm-uu-diff-groups-regexp): Change default value.
15424         (mm-uu-type-alist): Add doc string.
15425         (mm-uu-configure): Add doc string.  Make it interactive.
15426         (mm-uu-tex-groups-regexp): New variable.
15427         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15428         (mm-uu-type-alist): Add LaTeX documents.
15429         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15430         of "text/verbatim".
15431         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15432
15433         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15434         instead of "text/verbatim".
15435
15436         * message.el (message-mark-inserted-region)
15437         (message-mark-insert-file): Use slrn style marks when called with
15438         prefix argument.
15439
15440 2005-09-27  Simon Josefsson  <jas@extundo.com>
15441
15442         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15443
15444 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15445
15446         * message.el (message-remove-duplicates): New function.
15447         Implementation borrowed from `gnus-remove-duplicates'.
15448         (message-idna-to-ascii-rhs): Also encode idna addresses in
15449         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15450         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15451         only ask about the same idna domain once per header and also tell
15452         in what header to replace the idna domain.
15453
15454         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15455         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15456         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15457         a header is decoded and not just the last one.
15458
15459 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15462         has been decoded.
15463
15464         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15465         (mm-insert-part): Don't modify text if it has been decoded.
15466
15467         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15468         decoded.
15469
15470         * mm-view.el (mm-inline-text): Don't strip text props unless
15471         decoding enriched or richtext parts.
15472
15473 2005-09-25  Romain Francoise  <romain@orebokech.com>
15474
15475         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15476         * gnus-start.el (gnus-subscribe-interactively):
15477         * gnus-uu.el (gnus-uu-grab-articles):
15478         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15479         space.
15480
15481 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15482
15483         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15484         * mm-view.el (mm-view-pkcs7-decrypt):
15485         * gnus-sum.el (gnus-summary-limit-to-extra)
15486         (gnus-summary-respool-article, gnus-read-move-group-name):
15487         * gnus-score.el (gnus-summary-increase-score):
15488         * gnus-util.el (gnus-completing-read-with-default):
15489         * gnus-art.el (gnus-read-save-file-name)
15490         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15491         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15492         * message.el (message-check-news-header-syntax):
15493         Follow convention for reading with the minibuffer.
15494
15495 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * spam-report.el (spam-report-url-ping-plain):
15498         Use gnus-extended-version as User-Agent.
15499
15500         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15501         default value is nil.
15502
15503         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15504         (mm-uu-verbatim-marks-extract): New function.
15505         (mm-uu-extract): New face.
15506         (mm-uu-copy-to-buffer): Use it.
15507
15508         * spam-report.el (spam-report-gmane-ham): Rename from
15509         `spam-report-gmane-unspam'.
15510         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15511         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15512
15513         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15514         Autoload.
15515         (spam-report-gmane-unregister-routine):
15516         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15517
15518 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15519
15520         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15521         (spam-report-gmane-unregister-routine): Add support for gmane
15522         unregistration.
15523
15524         * spam-report.el (spam-report-gmane-unspam)
15525         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15526         (spam-report-gmane): Change to take a single article and do unspam
15527         registration.
15528
15529 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15530
15531         * mm-url.el (mm-url-decode-entities): Fix regexp.
15532
15533 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15534
15535         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15536         default to nil, to be able to use Gnus at all.  If the default
15537         switches to something else, then the function should be fixed not
15538         be exceedingly slow.
15539
15540 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15541
15542         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15543         fail hard.
15544
15545         * spam-report.el: Add better Keywords line.
15546
15547         * spam.el: Add Maintainer and better Keywords line.
15548
15549 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15550
15551         * gnus-art.el (gnus-article-replace-part)
15552         (gnus-mime-replace-part): New functions.
15553         (gnus-mime-action-alist, gnus-mime-button-commands)
15554         (gnus-mime-save-part-and-strip): Add file argument.
15555         (gnus-article-part-wrapper): Add interactive argument.
15556
15557         * gnus-sum.el (gnus-summary-mime-map):
15558         Add `gnus-article-replace-part'.
15559
15560 2005-09-19  Didier Verna  <didier@xemacs.org>
15561
15562         The nnml compaction feature:
15563         * nnml.el (nnml-request-compact-group): New function.
15564         * nnml.el (nnml-request-compact): New function.
15565         * gnus-int.el (gnus-request-compact-group): New function.
15566         * gnus-int.el (gnus-request-compact): New function.
15567         * gnus-group.el (gnus-group-compact-group): New function.
15568         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15569         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15570         * gnus-srvr.el (gnus-server-compact-server): New function.
15571         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15572         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15573
15574 2005-09-18  Deepak Goel  <deego@gnufans.org>
15575
15576         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15577         format spec.
15578
15579 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15582
15583 2005-09-15  Romain Francoise  <romain@orebokech.com>
15584
15585         * message.el (message-fill-paragraph): Clarify docstring.
15586
15587 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-art.el (gnus-mime-display-part): Protect against broken
15590         MIME messages.
15591
15592 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15595         before parsing header.
15596
15597 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15598
15599         * html2text.el (html2text-replace-list): Add new entities.
15600
15601 2005-09-11  Romain Francoise  <romain@orebokech.com>
15602
15603         * message.el (message-alternative-emails): Improve docstring.
15604         (message-setup-1): Call `message-use-alternative-email-as-from'
15605         after `message-setup-hook' to give it precedence over posting
15606         styles, etc.
15607         (message-use-alternative-email-as-from): Add docstring.
15608         Remove the original From header if present.
15609
15610         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15611         (nnml-save-mail): Use it.
15612
15613         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15614         articles.  Add new argument `silent'.
15615         (gnus-uu-mark-all): Report the total number of marked articles.
15616
15617 2005-09-10  Romain Francoise  <romain@orebokech.com>
15618
15619         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15620         (gnus-uu-mark-series): Likewise.
15621
15622 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * spam-report.el (spam-report-gmane): Fix generation of spam
15625         report URL.
15626
15627 2005-09-10  Simon Josefsson  <jas@extundo.com>
15628
15629         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15630         t, based on discussion on the ding list with Robert Epprecht
15631         <epprecht@solnet.ch>.
15632
15633 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * spam-report.el (spam-report-gmane): Make it work without
15636         X-Report-Spam header.  Gmane now only provides Archived-At.
15637         This is only used if `spam-report-gmane-use-article-number' is nil.
15638         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15639
15640         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15641         make `gnus-summary-sort-by-recipient' work with threading.
15642
15643         * nnweb.el (nnweb-google-wash-article): Print a message if article
15644         is not available.
15645
15646 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15647
15648         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15649         change.  Decode text/* parts content before displaying.
15650
15651 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15654
15655 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15658
15659         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15660         url-package-name, url-package-version,
15661         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15662         w3m-display-inline-images, and w3m-minor-mode-map.
15663
15664 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15665
15666         * message.el (message-tab-body-function): Fix mismatched custom type.
15667
15668         * gnus.el (gnus-group-change-level-function): Ditto.
15669
15670         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15671
15672         * gnus-art.el (gnus-signature-limit)
15673         (gnus-article-mime-part-function): Ditto.
15674
15675 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * mml.el (mml-mode): Silence the byte compiler.
15678
15679         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15680         using `(sit-for 0)' before moving the point to the specified part;
15681         skip unbuttonized parts.
15682         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15683         return to the summary window if gnus-auto-select-part is non-nil.
15684
15685 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15686
15687         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15688         New variables.
15689         (mml-dnd-attach-file, mml-mode): Use them.
15690
15691         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15692         Make fetching article by MID work again for Google Groups.
15693         Add FIXME concerning gnus-group-make-web-group.
15694
15695         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15696         Don't depend on Gnus by using mail-extract-address-components if
15697         gnus-extract-address-components is not bound.
15698
15699 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15700
15701         * gnus-art.el (gnus-mime-display-security): Don't display the
15702         signature, but only the signed part.
15703
15704 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15707
15708         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15709         list, not listp.
15710
15711 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15712
15713         * mm-encode.el (mm-encode-content-transfer-encoding):
15714         Likewise when encoding.
15715
15716         * mm-bodies.el (mm-decode-content-transfer-encoding):
15717         De-canonicalize CRLF for all text content types, not just
15718         text/plain.
15719
15720 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15723         valid article; point arrow and cursor at the MIME button.
15724
15725 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15728         Suggested by Dan Christensen <jdc@uwo.ca>.
15729
15730         * mm-decode.el (mm-save-part): Enable change of prompt.
15731
15732 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15733
15734         * gnus-msg.el (gnus-inews-add-send-actions):
15735         Make `message-post-method' lambda parameter ARG `&optional'.
15736
15737 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15738
15739         * gnus-sum.el (gnus-summary-mime-map):
15740         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15741         gnus-article-jump-to-part.
15742
15743         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15744         (gnus-article-edit-part): Use it.
15745         (gnus-article-part-wrapper): Add no-handle argument.
15746         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15747         New functions.
15748
15749 2005-08-29  Romain Francoise  <romain@orebokech.com>
15750
15751         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15752         docstring.
15753         (gnus-face-from-file): Likewise.
15754
15755 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15756
15757         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15758         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15759         non-nil.
15760         (gnus-auto-select-part): New variable.
15761         (gnus-article-jump-to-part): New function.
15762         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15763         (gnus-mime-delete-part): Allow selecting specified part after
15764         deleting or stripping parts.
15765         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15766         part if argument is bogus.
15767
15768 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15769
15770         * gnus-art.el (w3m-minor-mode-map):
15771         * gnus-spec.el (gnus-newsrc-file-version):
15772         * gnus-util.el (nnmail-active-file-coding-system)
15773         (gnus-original-article-buffer, gnus-user-agent):
15774         * gnus.el (gnus-ham-process-destinations)
15775         (gnus-parameter-ham-marks-alist)
15776         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15777         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15778         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15779         * mm-decode.el (gnus-current-window-configuration):
15780         * mm-extern.el (gnus-article-mime-handles):
15781         * mm-url.el (url-current-object, url-package-name)
15782         (url-package-version):
15783         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15784         (smime-keys, w3m-cid-retrieve-function-alist)
15785         (w3m-current-buffer, w3m-display-inline-images)
15786         (w3m-minor-mode-map):
15787         * mml-smime.el (gnus-extract-address-components):
15788         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15789         (gnus-newsrc-hashtb, message-default-charset)
15790         (message-deletable-headers, message-options)
15791         (message-posting-charset, message-required-mail-headers)
15792         (message-required-news-headers):
15793         * mml1991.el (mc-pgp-always-sign):
15794         * mml2015.el (mc-pgp-always-sign):
15795         * nnheader.el (nnmail-extra-headers):
15796         * rfc1843.el (gnus-decode-encoded-word-function)
15797         (gnus-decode-header-function, gnus-newsgroup-name):
15798         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15799
15800 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15801
15802         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15803         the end of the date treatments.
15804
15805 2005-08-15  Simon Josefsson  <jas@extundo.com>
15806
15807         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15808         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15809         Capello and Romain Francoise.
15810         (pgg-fetch-key-function): Remove, not used?
15811         (pgg-insert-url-with-w3): Require url, to get
15812         url-insert-file-contents regardless of where it is defined.
15813
15814 2005-08-13  Romain Francoise  <romain@orebokech.com>
15815
15816         * message.el (message-cite-original-1): New function.
15817         (message-cite-original): Use it.
15818         (message-cite-original-without-signature): Ditto.
15819
15820 2005-08-08  Romain Francoise  <romain@orebokech.com>
15821
15822         * message.el (message-yank-empty-prefix): New variable.
15823         (message-indent-citation): Use it.
15824         (message-cite-original-without-signature): Respect X-No-Archive.
15825
15826 2005-08-08  Simon Josefsson  <jas@extundo.com>
15827
15828         * pgg.el: Autoload url-insert-file-contents instead of loading
15829         w3/url.
15830         (pgg-insert-url-with-w3): Don't load url here.
15831
15832 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15833
15834         * message.el (message-kill-to-signature): Don't insert newline at
15835         bol.
15836         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15837
15838 2005-08-06  Romain Francoise  <romain@orebokech.com>
15839
15840         * message.el (message-user-fqdn): Fix typo in docstring.
15841
15842 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15843
15844         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15845
15846         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15847
15848 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * mm-bodies.el (mm-encode-body): Use coding system rather than
15851         charset to encode text.
15852
15853         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15854         number of charsets if utf-8 is available (XEmacs).
15855
15856 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15859         taken from `gnus-button-mid-or-mail-regexp'.
15860         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15861         (gnus-button-alist): Improve regexp for domain part of the MIDs
15862         for news:localpart@domain buttons.
15863         (gnus-button-ctan-directory-regexp): Update.
15864
15865 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * sieve-manage.el (sieve-manage-interactive-login):
15868         Use make-local-variable rather than make-variable-buffer-local.
15869         (sieve-manage-open): Ditto.
15870         (sieve-manage-authenticate): Ditto.
15871
15872         * mml.el (mml-generate-mime-1): Make the content type default to
15873         text/plain if the filename is not specified.
15874
15875 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15878         instead of insert-buffer.
15879
15880         * message.el (message-yank-original): Ditto; set the mark at the
15881         end of the yanked message.
15882
15883 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15886         lines to scroll rather than to stop it.
15887
15888         * mml.el (mml-generate-default-type): Add doc string.
15889         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15890         default to application/octet-stream when determining the content
15891         type if it is not specified for the part or the mml contents; add
15892         a comment about mml-generate-default-type.
15893
15894 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15897         make it default to application/octet-stream when determining the
15898         content type if it is not specified for the external contents.
15899
15900 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15903         segmented parameter but also other parameters might be there.
15904
15905 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * mm-decode.el (mm-display-external): Delete temp file, directory
15908         and buffer immediately if the external process is exited.
15909
15910 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15913         fewer lines than that of scroll-margin.
15914         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15915
15916 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-art.el (gnus-article-next-page): Revert.
15919         (gnus-article-beginning-of-window): New macro.
15920         (gnus-article-next-page-1): Use it.
15921         (gnus-article-prev-page): Ditto.
15922         (gnus-article-edit-part): Use insert-buffer-substring instead of
15923         insert-buffer.
15924         (gnus-article-edit-exit): Ditto.
15925
15926         * gnus-util.el (gnus-beginning-of-window): Remove.
15927         (gnus-end-of-window): Remove.
15928
15929         * lpath.el: Don't bind header-line-format and scroll-margin.
15930
15931 2005-07-25  Simon Josefsson  <jas@extundo.com>
15932
15933         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15934         to have the url package without w3.  Reported by Daiki Ueno
15935         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15936
15937 2005-07-20  Didier Verna  <didier@xemacs.org>
15938
15939         * gnus-diary.el: Remove the description comment (nndiary is now
15940         properly documented in the Gnus manual).
15941         Fix the spelling of "Back End".
15942         * nndiary.el: Ditto.
15943         Fix the copyright notice.
15944
15945 2005-07-18  Romain Francoise  <romain@orebokech.com>
15946
15947         * gnus-sum.el (gnus-summary-to-prefix)
15948         (gnus-summary-newsgroup-prefix): New variables.
15949         (gnus-summary-from-or-to-or-newsgroups): Use them.
15950
15951 2005-07-17  Romain Francoise  <romain@orebokech.com>
15952
15953         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15954         space as it's generally not especially interesting to the user.
15955
15956 2005-07-16  Romain Francoise  <romain@orebokech.com>
15957
15958         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15959         nil to avoid prompting and file modification if one of the
15960         messages at the top of the nnfolder file contains a copyright
15961         notice.
15962         Update copyright notice.
15963
15964         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15965         instead of `current-time-string' as the latter creates a time
15966         string that is not RFC 2822 compliant (it lacks the zone).
15967         Update copyright notice.
15968
15969 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15970
15971         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15972         for text/rtf.  Display default in prompt.  Pass default for M-n.
15973
15974         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15975
15976 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15977
15978         * gnus-msg.el (gnus-button-mailto):
15979         Remove save-selected-window-window hackery because it relies on
15980         save-selected-window internals.
15981
15982 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15985         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15986         (gnus-article-prev-page): Ditto.
15987
15988         * gnus-util.el (gnus-beginning-of-window): New function.
15989         (gnus-end-of-window): New function.
15990
15991         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15992
15993 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15994
15995         * gnus-score.el (gnus-score-edit-all-score):
15996         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15997         gnus-message.
15998
15999 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16000
16001         * gnus-msg.el (gnus-button-mailto):
16002         Remove save-selected-window-window hackery because it relies on
16003         save-selected-window internals.
16004
16005 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16008         add-minor-mode.
16009         (gnus-binary-mode): Ditto.
16010
16011         * gnus-topic.el (gnus-topic-mode): Ditto.
16012
16013 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16014
16015         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16016         (gnus-article-prev-page): Take scroll-margin into consideration.
16017
16018 2005-07-04  Lute Kamstra  <lute@gnu.org>
16019
16020         Update FSF's address in GPL notices.
16021
16022 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16023
16024         * gnus.el (gnus-exit):
16025         * gnus-group.el (gnus-group-icons):
16026         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16027
16028         * gnus-nocem.el (gnus-nocem):
16029         * message.el (message-various, message-buffers, message-sending)
16030         (message-interface, message-forwarding, message-insertion)
16031         (message-headers, message-news, message-mail):
16032         * pgg-gpg.el (pgg-gpg):
16033         * pgg-parse.el (pgg-parse):
16034         * pgg-pgp.el (pgg-pgp):
16035         * pgg-pgp5.el (pgg-pgp5):
16036         * pop3.el (pop3): Finish `defgroup' description with period.
16037
16038 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * gnus-art.el (article-display-face): Improve the efficiency.
16041         (article-display-x-face): Ditto; remove grey x-face stuff.
16042
16043 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-art.el (article-display-face): Correct the position in
16046         which Faces are inserted.
16047
16048 2005-06-29  Didier Verna  <didier@xemacs.org>
16049
16050         * gnus-art.el (article-display-face): Display faces in correct
16051         order.
16052
16053 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16056         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16057         (gnus-nocem-check-article): Fetch the Type header.
16058         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16059         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16060         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16061         make sure gnus-nocem-hashtb is initialized.
16062         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16063         (gnus-nocem-unwanted-article-p): Ditto.
16064
16065         * pgg.el (pgg-verify): Return the verification result.
16066
16067 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16068
16069         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16070         is ascii.
16071
16072 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16073
16074         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16075         `show-nonbreak-escape'.
16076
16077 2005-06-23  Lute Kamstra  <lute@gnu.org>
16078
16079         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16080
16081         * dig.el (dig-mode):
16082         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16083
16084 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16085
16086         * nnimap.el (nnimap-split-download-body): Fix spellings.
16087
16088 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16089
16090         * gnus-art.el (gnus-article-encrypt-body):
16091         * gnus-cus.el (gnus-score-customize):
16092         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16093         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16094
16095 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16096
16097         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16098         header by looking for magic "MII" at the beginnig.
16099
16100 2005-06-16  Miles Bader  <miles@gnu.org>
16101
16102         * gnus-xmas.el (gnus-xmas-group-startup-message):
16103         Use renamed gnus-splash face.
16104
16105         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16106         (assistant-field-face): New backward-compatibility alias for renamed
16107         face.
16108         (assistant-render-text): Use renamed assistant-field face.
16109
16110         * spam.el (spam): Remove "-face" suffix from face name.
16111         (spam-face): New backward-compatibility alias for renamed face.
16112         (spam-face, spam-initialize): Use renamed spam face.
16113
16114         * message.el (message-header-to, message-header-cc)
16115         (message-header-subject, message-header-newsgroups)
16116         (message-header-other, message-header-name)
16117         (message-header-xheader, message-separator, message-cited-text)
16118         (message-mml): Remove "-face" suffix from face names.
16119         (message-header-to-face, message-header-cc-face)
16120         (message-header-subject-face, message-header-newsgroups-face)
16121         (message-header-other-face, message-header-name-face)
16122         (message-header-xheader-face, message-separator-face)
16123         (message-cited-text-face, message-mml-face):
16124         New backward-compatibility aliases for renamed faces.
16125         (message-font-lock-keywords): Use renamed message faces.
16126
16127         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16128         (sieve-test-commands, sieve-tagged-arguments):
16129         Remove "-face" suffix from face names.
16130         (sieve-control-commands-face, sieve-action-commands-face)
16131         (sieve-test-commands-face, sieve-tagged-arguments-face):
16132         New backward-compatibility aliases for renamed faces.
16133         (sieve-control-commands-face, sieve-action-commands-face)
16134         (sieve-test-commands-face, sieve-tagged-arguments-face):
16135         Use renamed sieve faces.
16136
16137         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16138         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16139         (gnus-group-news-3-empty, gnus-group-news-4)
16140         (gnus-group-news-4-empty, gnus-group-news-5)
16141         (gnus-group-news-5-empty, gnus-group-news-6)
16142         (gnus-group-news-6-empty, gnus-group-news-low)
16143         (gnus-group-news-low-empty, gnus-group-mail-1)
16144         (gnus-group-mail-1-empty, gnus-group-mail-2)
16145         (gnus-group-mail-2-empty, gnus-group-mail-3)
16146         (gnus-group-mail-3-empty, gnus-group-mail-low)
16147         (gnus-group-mail-low-empty, gnus-summary-selected)
16148         (gnus-summary-cancelled, gnus-summary-high-ticked)
16149         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16150         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16151         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16152         (gnus-summary-low-undownloaded)
16153         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16154         (gnus-summary-low-unread, gnus-summary-normal-unread)
16155         (gnus-summary-high-read, gnus-summary-low-read)
16156         (gnus-summary-normal-read, gnus-splash):
16157         Remove "-face" suffix from face names.
16158         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16159         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16160         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16161         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16162         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16163         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16164         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16165         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16166         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16167         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16168         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16169         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16170         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16171         (gnus-summary-normal-ticked-face)
16172         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16173         (gnus-summary-normal-ancient-face)
16174         (gnus-summary-high-undownloaded-face)
16175         (gnus-summary-low-undownloaded-face)
16176         (gnus-summary-normal-undownloaded-face)
16177         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16178         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16179         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16180         (gnus-splash-face):
16181         New backward-compatibility aliases for renamed faces.
16182         (gnus-group-startup-message): Use renamed gnus faces.
16183
16184         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16185         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16186         (gnus-server-agent): Remove "-face" suffix from face names.
16187         (gnus-server-agent-face, gnus-server-opened-face)
16188         (gnus-server-closed-face, gnus-server-denied-face)
16189         (gnus-server-offline-face):
16190         New backward-compatibility aliases for renamed faces.
16191         (gnus-server-agent-face, gnus-server-opened-face)
16192         (gnus-server-closed-face, gnus-server-denied-face)
16193         (gnus-server-offline-face): Use renamed gnus faces.
16194
16195         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16196         Remove "-face" suffix from face names.
16197         (gnus-picon-xbm-face, gnus-picon-face):
16198         New backward-compatibility aliases for renamed faces.
16199
16200         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16201         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16202         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16203         (gnus-cite-11): Remove "-face" suffix from face names.
16204         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16205         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16206         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16207         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16208         New backward-compatibility aliases for renamed faces.
16209         (gnus-cite-attribution-face, gnus-cite-face-list)
16210         (gnus-article-boring-faces): Use renamed gnus faces.
16211
16212         * gnus-art.el (gnus-signature, gnus-header-from)
16213         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16214         (gnus-header-content): Remove "-face" suffix from face names.
16215         (gnus-signature-face, gnus-header-from-face)
16216         (gnus-header-subject-face, gnus-header-newsgroups-face)
16217         (gnus-header-name-face, gnus-header-content-face):
16218         New backward-compatibility aliases for renamed faces.
16219         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16220
16221         * gnus-sum.el (gnus-summary-selected-face)
16222         (gnus-summary-highlight): Use renamed gnus faces.
16223         * gnus-group.el (gnus-group-highlight): Likewise.
16224
16225 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16226
16227         * gnus-sieve.el (gnus-sieve-article-add-rule):
16228         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16229         * spam-stat.el (spam-stat-buffer-change-to-spam)
16230         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16231
16232         * message.el (message-is-yours-p):
16233         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16234
16235 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * mm-view.el (mm-inline-text): Withdraw the last change.
16238
16239 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16242         executing enriched-decode.
16243
16244 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16247         charset of tar files.
16248
16249 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16250
16251         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16252
16253 2005-06-04  Lute Kamstra  <lute@gnu.org>
16254
16255         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16256         information is never recorded.
16257
16258 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16259
16260         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16261
16262 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * pop3.el (pop3-apop): Run md5 in the binary mode.
16265
16266         * starttls.el (starttls-set-process-query-on-exit-flag):
16267         Use eval-and-compile.
16268
16269 2005-05-31  Simon Josefsson  <jas@extundo.com>
16270
16271         * smime.el (smime-replace-in-string): Define.
16272         (smime-cert-by-ldap-1): Use it.
16273
16274 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * gnus-art.el (article-display-x-face): Replace
16277         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16278
16279         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16280         set-process-query-on-exit-flag or process-kill-without-query.
16281
16282         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16283         loop instead of replace-regexp.
16284
16285         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16286         instead of process-kill-without-query if it is available.
16287
16288         * lpath.el: Fbind ldap-search-entries.
16289
16290         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16291         instead of find-file-hooks if it is available.
16292
16293         * mml1991.el: Bind pgg-default-user-id when compiling.
16294
16295         * mml2015.el: Bind pgg-default-user-id when compiling.
16296
16297         * nndraft.el (nndraft-request-associate-buffer):
16298         Use write-contents-functions instead of write-contents-hooks if it is
16299         available.
16300
16301         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16302         instead of find-file-hooks if it is available.
16303
16304         * nntp.el (nntp-open-connection): Replace
16305         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16306         (nntp-open-ssl-stream): Ditto.
16307         (nntp-open-tls-stream): Ditto.
16308
16309         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16310         set-process-query-on-exit-flag or process-kill-without-query.
16311         (starttls-open-stream-gnutls): Use it instead of
16312         process-kill-without-query.
16313         (starttls-open-stream): Ditto.
16314
16315 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16316
16317         * smime.el (smime-cert-by-ldap-1): Don't use
16318         replace-regexp-in-string.
16319
16320 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16321
16322         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16323
16324         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16325         in PEM format.  Adjust to the XEmacs compatibility.
16326
16327 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16330         by `string-to-number'.
16331         * gnus-agent.el (gnus-agent-regenerate-group)
16332         (gnus-agent-fetch-articles): Ditto.
16333         * gnus-art.el (gnus-button-fetch-group): Ditto.
16334         * gnus-cache.el (gnus-cache-generate-active)
16335         (gnus-cache-articles-in-group): Ditto.
16336         * gnus-group.el (gnus-group-set-current-level)
16337         (gnus-group-insert-group-line): Ditto.
16338         * gnus-score.el (gnus-score-set-expunge-below)
16339         (gnus-score-set-mark-below, gnus-summary-score-effect)
16340         (gnus-summary-score-entry): Ditto.
16341         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16342         (gnus-soup-pack): Ditto.
16343         * gnus-spec.el (gnus-xmas-format): Ditto.
16344         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16345         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16346         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16347         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16348         * nndb.el (nndb-get-remote-expire-response): Ditto.
16349         * nndiary.el (nndiary-parse-schedule-value)
16350         (nndiary-string-to-number, nndiary-request-replace-article)
16351         (nndiary-request-article): Ditto.
16352         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16353         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16354         * nneething.el (nneething-make-head): Ditto.
16355         * nnfolder.el (nnfolder-request-article)
16356         (nnfolder-retrieve-headers): Ditto.
16357         * nnheader.el (nnheader-file-to-number): Ditto.
16358         * nnkiboze.el (nnkiboze-request-article): Ditto.
16359         * nnmail.el (nnmail-process-unix-mail-format)
16360         (nnmail-process-babyl-mail-format): Ditto.
16361         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16362         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16363         (nnmh-request-create-group, nnmh-request-list-1)
16364         (nnmh-request-group, nnmh-request-article): Ditto.
16365         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16366         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16367         * nnsoup.el (nnsoup-make-active): Ditto.
16368         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16369         * nntp.el (nntp-find-group-and-number)
16370         (nntp-retrieve-headers-with-xover): Ditto.
16371         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16372         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16373         (pgg-format-key-identifier): Ditto.
16374         * pop3.el (pop3-last, pop3-stat): Ditto.
16375         * qp.el (quoted-printable-decode-region): Ditto.
16376
16377         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16378         of concat.
16379
16380 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16383
16384         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16385
16386         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16387
16388         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16389
16390         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16391
16392         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16393
16394         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16395         (gnus-carpal-mode): Ditto.
16396
16397         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16398         (gnus-browse-mode): Ditto.
16399
16400         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16401
16402         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16403
16404 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16405
16406         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16407
16408 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-util.el (gnus-run-mode-hooks): New function.
16411
16412         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16413
16414         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16415         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16416
16417 2005-05-27  Lute Kamstra  <lute@gnu.org>
16418
16419         * dns-mode.el (dns-mode): Specify customization group.
16420
16421 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16422
16423         * gnus-agent.el (gnus-agent-make-mode-line-string):
16424         Use mode-line-highlight as mouse-face.
16425
16426 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * canlock.el (canlock): Change the parent group to news.
16429
16430         * deuglify.el (gnus-outlook-deuglify): Add :group.
16431
16432         * dig.el (dig): Add :group.
16433
16434         * dns-mode.el (dns-mode): Add :group.
16435
16436         * encrypt.el (encrypt): Add :group.
16437
16438         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16439         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16440         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16441         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16442         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16443
16444         * gnus-diary.el (gnus-diary): Add :group.
16445
16446         * gnus.el (gnus-group-news-1-face): Add :group.
16447         (gnus-group-news-1-empty-face): Ditto.
16448         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16449         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16450         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16451         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16452         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16453         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16454         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16455         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16456         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16457         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16458         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16459         (gnus-summary-high-ticked-face): Ditto.
16460         (gnus-summary-low-ticked-face): Ditto.
16461         (gnus-summary-normal-ticked-face): Ditto.
16462         (gnus-summary-high-ancient-face): Ditto.
16463         (gnus-summary-low-ancient-face): Ditto.
16464         (gnus-summary-normal-ancient-face): Ditto.
16465         (gnus-summary-high-undownloaded-face): Ditto.
16466         (gnus-summary-low-undownloaded-face): Ditto.
16467         (gnus-summary-normal-undownloaded-face): Ditto.
16468         (gnus-summary-high-unread-face): Ditto.
16469         (gnus-summary-low-unread-face): Ditto.
16470         (gnus-summary-normal-unread-face): Ditto.
16471         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16472         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16473
16474         * hashcash.el (hashcash): New custom group.
16475         (hashcash-default-payment): Add :group.
16476         (hashcash-payment-alist): Ditto.
16477         (hashcash-default-accept-payment): Ditto.
16478         (hashcash-accept-resources): Ditto.
16479         (hashcash-path): Ditto.
16480         (hashcash-extra-generate-parameters): Ditto.
16481         (hashcash-double-spend-database): Ditto.
16482         (hashcash-in-news): Ditto.
16483
16484         * message.el (message-minibuffer-local-map): Add :group.
16485
16486         * netrc.el (netrc): Add :group.
16487
16488         * sieve-manage.el (sieve-manage-log): Add :group.
16489         (sieve-manage-default-user): Diito.
16490         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16491         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16492         (sieve-manage-authenticators): Ditto.
16493         (sieve-manage-authenticator-alist): Ditto.
16494         (sieve-manage-default-port): Ditto.
16495
16496         * sieve-mode.el (sieve-control-commands-face): Add :group.
16497         (sieve-action-commands-face): Ditto.
16498         (sieve-test-commands-face): Ditto.
16499         (sieve-tagged-arguments-face): Ditto.
16500
16501         * smime.el (smime): Add :group.
16502
16503         * spam-report.el (spam-report): Add :group.
16504
16505         * spam.el (spam, spam-face): Add :group.
16506
16507 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16508
16509         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16510         return \n.\n.\n at the end of articles.  Protect against that.
16511         (nntp-with-open-group): Allow debugging.
16512
16513         * nnheader.el (mail-header-set-extra): Make into a function
16514         because I just could't understand how to quote the list properly.
16515
16516         * dns.el (query-dns-cached): New function.
16517
16518 2005-05-26  Lute Kamstra  <lute@gnu.org>
16519
16520         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16521
16522 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16525
16526         * gnus-art.el: Don't autoload mail-extract-address-components.
16527
16528         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16529         eval-and-compile to evaluate it.
16530
16531         * hashcash.el: Don't autoload executable-find.
16532
16533         * nndb.el: Don't declare the nndb back end two or more times; don't
16534         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16535
16536         * nntp.el: Autoload format-spec instead of format; use
16537         eval-and-compile to evaluate autoload forms.
16538
16539 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16540
16541         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16542
16543 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16544
16545         * gnus.el (gnus-version-number): Bump version.
16546
16547 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16548
16549         * gnus.el: No Gnus v0.3 is released.
16550
16551 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16552
16553         * lpath.el (featurep): Bind show-nonbreak-escape.
16554
16555 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * gnus-art.el (gnus-article-edit-part): Disable undo.
16558
16559 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16562         gnus-article-date-lapsed-new-header is t if date timer is active;
16563         skip headers in which the original date value is empty.
16564         (gnus-article-save-original-date): Redefine it as a macro.
16565         (gnus-display-mime): Use it.
16566
16567 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * gnus-art.el (article-date-ut): Support converting date in
16570         forwarded parts as well.
16571         (gnus-article-save-original-date): New function.
16572         (gnus-display-mime): Use it.
16573
16574 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16575
16576         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16577         enclosure element of <item>.
16578
16579 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * message.el (message-kill-buffer-query): Rename from
16582         `message-kill-buffer-query-if-modified'.  Add :version.
16583
16584 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16587         window layout.
16588
16589 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * mml.el: Autoload dnd when compiling.
16592
16593 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16596         x-dnd-*.
16597
16598 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * qp.el (quoted-printable-encode-region): Save excursion.
16601
16602 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16603
16604         * message.el (message-kill-buffer-query-if-modified): Add new variable
16605         so the user can kill a modified message buffer quickly.
16606         (message-kill-buffer): Use it.
16607
16608 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * lpath.el: Fbind display-time-event-handler; don't fbind
16611         string-to-multibyte.
16612
16613         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16614
16615 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16618         contained in text because xml.el decodes entities) with LFs.
16619
16620 2005-04-11  Lute Kamstra  <lute@gnu.org>
16621
16622         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16623         differently.
16624
16625 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16626
16627         * mm-util.el (mm-detect-coding-region): Typo.
16628
16629 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16632
16633 2005-04-06  Deepak Goel  <deego@gnufans.org>
16634
16635         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16636         user-function allow user modifications of the scores.
16637         (spam-stat-score-buffer-user): New function, to allow
16638         user-computed modifications to the score.
16639         (spam-stat-score-buffer-user-functions): List of additional
16640         scoring functions.
16641         (spam-stat-error-holder): Global temporary error holder.
16642         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16643         variable.
16644
16645 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16646
16647         * gnus-registry.el (gnus-registry-clean-empty-function)
16648         (gnus-registry-trim, gnus-registry-fetch-groups)
16649         (gnus-registry-delete-group): Groups that match
16650         `gnus-registry-ignored-groups' are removed from the registry
16651         entries, not just ignored for splitting.  This helps clean up the
16652         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16653         to get all the groups a message ID is in.
16654
16655         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16656         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16657         (spam-stat-score-buffer-user-functions): Add :number custom type.
16658
16659 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16662         argument in XEmacs.
16663
16664         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16665         (nnrss-request-group): Decode group name first.
16666         (nnrss-request-article): Make a text/plain article if mml-to-mime
16667         failed.
16668         (nnrss-get-encoding): Return a compatible encoding according to
16669         nnrss-compatible-encoding-alist.
16670         (nnrss-find-el): Use consp instead of listp.
16671         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16672
16673 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16676         which Emacs 20 doesn't support.
16677         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16678
16679 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16680
16681         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16682         silence the byte compiler inside the defun.
16683
16684         * gnus-demon.el (parse-time-string): Add autoload.
16685
16686         * gnus-delay.el (parse-time-string): Add autoload.
16687
16688         * gnus-art.el (parse-time-string): Add autoload.
16689
16690         * nnultimate.el (parse-time): Require for `parse-time-string'.
16691
16692 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16695
16696         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16697
16698         * smime.el (smime-ldap-host-list): Add :version.
16699
16700 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16701
16702         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16703         pass it to `gnus-browse-read-group'.
16704         (gnus-browse-read-group): Add NUMBER argument and pass it to
16705         `gnus-group-read-ephemeral-group'.
16706
16707         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16708         argument and pass it to `gnus-group-read-group'.
16709
16710 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16711
16712         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16713         mm-xemacs-find-mime-charset-1 if we have the mule feature
16714         available at runtime.
16715
16716 2005-03-25  Werner Lemberg  <wl@gnu.org>
16717
16718         * nnmaildir.el: Replace `illegal' with `invalid'.
16719
16720 2005-03-23  Lute Kamstra  <lute@gnu.org>
16721
16722         * time-date.el: Add comment on time value formats.
16723         Don't require parse-time.
16724         (with-decoded-time-value): New macro.
16725         (encode-time-value): New function.
16726         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16727         (days-to-time): Return a valid time value when arg is huge.
16728         (time-since): Use time-subtract.
16729         (time-to-number-of-days): Use time-to-seconds.
16730
16731 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16732
16733         * gnus-start.el (gnus-display-time-event-handler):
16734         Check display-time-timer at runtime rather than only at load time
16735         in case display-time-mode is turned off in the mean time.
16736
16737 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16738
16739         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16740         used.
16741
16742         * nneething.el (nneething-map-file-directory): Derive from
16743         `gnus-directory'.
16744
16745         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16746         the To/Cc button.
16747
16748 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16749
16750         * nnmaildir.el (nnmaildir-request-accept-article):
16751         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16752
16753 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16754
16755         * gnus-async.el: Require timer-funcs at compile time when in
16756         XEmacs for `run-with-idle-timer'.
16757
16758 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16759
16760         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16761         autoloaded function.
16762
16763 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16764
16765         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16766
16767 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16768
16769         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16770
16771 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16772
16773         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16774         Add gnus-expert-user to default.
16775
16776 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16777
16778         * nnimap.el (nnimap-open-server): Ditto.
16779
16780         * imap.el (imap-authenticate): Fix typo.
16781
16782 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16783
16784         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16785         buffer (since IMAP server might return FETCH response out of
16786         order, and the nntp buffer must be sorted).
16787
16788 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16789
16790         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16791         comparison on string.
16792
16793         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16794         (gnus-agent-score): Rename category keywords to match gnus-cus.
16795         (gnus-agent-summary-fetch-series): Modify to protect against
16796         gnus-agent-summary-fetch-group clearing processable flags.
16797         (gnus-agent-synchronize-group-flags): Update live group buffer as
16798         synchronization may occur due to the user toggle the plugged
16799         status.
16800         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16801         successfully downloaded.
16802         (gnus-agent-expire-group-1): Avoid using markers when the overview
16803         is in ascending order; greatly improves performance.
16804         (gnus-agent-regenerate-group):
16805         Use gnus-agent-synchronize-group-flags to reset read status in both
16806         gnus and server.
16807         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16808
16809 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * message.el: Don't autoload former message-utils variables.
16812         (message-strip-subject-trailing-was): Change doc string.
16813
16814         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16815         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16816         (nnweb-google-search): Add "hl=en" here.
16817         (nnweb-google-parse-1, nnweb-google-create-mapping):
16818         Don't hardcode URL.
16819
16820 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * message.el (message-get-reply-headers, message-followup):
16823         Mention related variables `message-use-followup-to' and
16824         `message-use-mail-followup-to', in the information buffer.
16825
16826         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16827         of broken groups(-beta).google.com.
16828
16829 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16830
16831         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16832         parameter to invoked gnus-request-move-article; remove the
16833         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16834         all at once instead of once per article.
16835         (gnus-summary-remove-process-mark): Accept a list of articles as
16836         well as a single article for processing.
16837
16838         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16839         parameter.
16840
16841         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16842
16843         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16844
16845         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16846         parameter.
16847
16848         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16849         parameter.
16850
16851         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16852         parameter and remove the gnus-sum-hint-move-is-internal variable.
16853
16854         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16855         parameter.
16856
16857         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16858         parameter.
16859
16860         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16861         parameter.
16862
16863         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16864
16865         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16866         parameter.
16867
16868         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16869         parameter.
16870
16871 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16872
16873         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16874         a more conservative way.
16875
16876 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16877
16878         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16879         buffer, so it moves the window's cursor.
16880
16881 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16882
16883         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16884         `mm-dissect-multipart' and receive the from field as an (optional)
16885         argument from `mm-dissect-multipart'.
16886         (mm-dissect-multipart): Receive the from field as an argument and
16887         pass it on when we call `mm-dissect-buffer' on MIME parts.
16888         Fixes verification/decryption of signed/encrypted MIME parts.
16889
16890 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16891
16892         * gnus-sum.el (gnus-summary-move-article):
16893         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16894         whatever it calls (right now, only nnimap-request-move article
16895         respects it).
16896
16897         * nnimap.el (nnimap-request-move-article):
16898         When gnus-sum-hint-move-is-internal is set, don't do the extra
16899         nnimap-request-article.
16900
16901 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16904
16905         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16906         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16907
16908         * gnus-sum.el (gnus-summary-caesar-message):
16909         Apply `gnus-treat-article' after rotation.
16910
16911         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16912         doc string.
16913
16914 2005-02-22  Simon Josefsson  <jas@extundo.com>
16915
16916         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16917         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16918         <arne@arnested.dk>.
16919         (encrypt): Add password-cache and password-cache-expiry as group
16920         members.
16921
16922 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16923
16924         * smime.el (smime-ldap-host-list): Doc fix.
16925         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16926         cache) password.
16927         (smime-sign-region): Use it.
16928         (smime-decrypt-region): Use it.
16929         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16930         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16931         fails.
16932         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16933         certificate from DER to PEM format rather than calling openssl.
16934
16935         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16936
16937         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16938         for signing/encryption.
16939
16940         * mml.el (mml-parse-1): Use them.
16941
16942 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16943
16944         * nnrss.el (nnrss-verbose): Remove.
16945         (nnrss-request-group): Use `nnheader-message' instead.
16946
16947 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16948
16949         * nnrss.el (nnrss-verbose): New variable.
16950         (nnrss-request-group): Make it say nnrss is requesting a group.
16951
16952 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16955         Handle news URL with given port correctly.
16956
16957 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16960         containing special characters.
16961
16962         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16963
16964         * mml.el (mime-to-mml): Ditto.
16965
16966         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16967         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16968         (rfc2047-decode-region): Quote decoded words containing special
16969         characters when rfc2047-quote-decoded-words-containing-tspecials
16970         is non-nil.
16971
16972 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16973
16974         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16975
16976         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16977
16978 2005-02-15  Simon Josefsson  <jas@extundo.com>
16979
16980         * nnimap.el (nnimap-debug): Doc fix.
16981
16982         * imap.el (imap-debug): Doc fix.
16983
16984 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16987
16988 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16989
16990         * gnus.el (spam-contents): Improve docs for spam-contents
16991         parameter in its variable incarnation.
16992
16993 2005-02-14  Simon Josefsson  <jas@extundo.com>
16994
16995         * smime-ldap.el: Use require instead of load-library for ldap.
16996         (smime-ldap-search): Indent.
16997         (smime-ldap-search-internal): Shorten line.
16998
16999         * smime.el (smime-cert-by-dns): Add doc-string.
17000         (smime-cert-by-ldap-1): Indent.
17001
17002         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17003         mml-smime-get-dns-ldap.
17004         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17005
17006 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17007
17008         * smime.el: Require smime-ldap.
17009         (smime-ldap-host-list): New variable.
17010         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17011
17012         * mml-smime.el (mml-smime-encrypt-query): New function.
17013         (mml-smime-encrypt-query): Use it.
17014
17015         * smime-ldap.el: New file.
17016
17017 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17020
17021 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17022
17023         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17024         argument in doc string.  Make query for type more clear.
17025
17026 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17027
17028         * gnus.el (gnus-group-startup-message): Search for gnus images in
17029         etc/images/gnus.
17030         * mm-util.el (mm-image-load-path): Likewise.
17031         * smiley.el (smiley-data-directory): Search for smilies in
17032         etc/images/smilies.
17033
17034 2005-02-09  Kim F. Storm  <storm@cua.dk>
17035
17036         Change Emacs release version from 21.4 to 22.1 throughout.
17037         Change Emacs development version from 21.3.50 to 22.0.50.
17038
17039 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17042
17043         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17044         non-Mule XEmacs as well.
17045         (mm-decompress-buffer): Signal an error intentionally if it does
17046         not decompress compressed data because auto-compression-mode is
17047         disabled.
17048
17049 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17050
17051         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17052         an ID in the registry even if it has no groups.
17053
17054 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17057         merge it into mm-decompress-buffer.
17058         (gnus-mime-copy-part): Use the MIME part charset, the value which
17059         a user specified or gnus-newsgroup-charset for decoding, like
17060         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17061         save-buffer what was used.  Suggested by Kevin Ryde
17062         <user42@zip.com.au>.
17063         (gnus-mime-inline-part): Allow the name parameter as well as the
17064         filename parameter; force decompressing of compressed data; always
17065         display contents being not decoded as unibyte.
17066
17067         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17068         as well as the filename parameter.
17069
17070         * mm-util.el (mm-decompress-buffer):
17071         Merge gnus-mime-jka-compr-maybe-uncompress.
17072         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17073         of compressed data.
17074
17075 2005-02-08  Simon Josefsson  <jas@extundo.com>
17076
17077         * imap.el (imap-log): Doc fix.
17078
17079 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17082         the coding cookies; decompress compressed parts.
17083
17084         * mml.el (mml-generate-mime-1): Add the charset parameter according
17085         to the value which a user specified manually or the coding cookie.
17086
17087         * mm-util.el (mm-string-to-multibyte): New function.
17088         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17089         (mm-coding-system-to-mime-charset): New function.
17090         (mm-decompress-buffer): New function.
17091         (mm-find-buffer-file-coding-system): New function.
17092
17093         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17094         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17095         parts.
17096
17097 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17098
17099         * mm-view.el (mm-display-inline-fontify): Decode a part according
17100         to the charset parameter.
17101
17102 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17105         prefix arg is neither nil nor a number, as info specifies.
17106
17107 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17110         timestamps.
17111
17112 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17113
17114         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17115         groups error checking and notify user.
17116
17117 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17118
17119         * message.el (message-send-mail-function): Check existence of
17120         sendmail-program first before using default value
17121         `message-send-mail-with-sendmail'.  Otherwise use more generic
17122         `smtpmail-send-it'.
17123
17124 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * nntp.el (nntp-request-update-info): Always return nil.
17127
17128 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17129
17130         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17131
17132 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17133
17134         * message.el (message-beginning-of-line): Change the behavior when
17135         invoked between BOL and : so that it first moves backward.
17136
17137 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17140         article buffer when editing of the article is discarded.
17141         (gnus-article-prepare): Revert.
17142
17143 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * gnus-art.el (gnus-article-prepare):
17146         Remove message-strip-forbidden-properties from the local hook.
17147
17148 2005-01-27  Simon Josefsson  <jas@extundo.com>
17149
17150         * password.el (password-cache-add): Only start one timer per key.
17151         Reported by Derek Atkins <warlord@MIT.EDU>.
17152
17153 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17154
17155         * run-at-time.el: Remove.  It is no longer needed as
17156         timer-funcs.el in the xemacs-base package has a working version of
17157         `run-at-time'.
17158
17159         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17160
17161         * password.el: Require timer-funcs instead of run-at-time in
17162         XEmacs.
17163         Remove `password-run-at-time' macro.
17164         (password-cache-add): Use `run-at-time' instead of
17165         `password-run-at-time'.
17166
17167         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17168         Remove `nnheader-cancel-function-timers' alias,
17169         `cancel-function-timers' exists in XEmacs in timer-funcs.
17170
17171         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17172         for `run-with-idle-timer'.
17173
17174         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17175         for `run-at-time'.
17176
17177         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17178         for `with-timeout'.
17179
17180         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17181         the same as for XEmacs 21.4.
17182         No need to ignore `run-with-idle-timer', this function exists in
17183         XEmacs now in timer-funcs.el in the xemacs-base package.
17184         (dgnushack-compile): No need to delete
17185         run-at-time.el from the list of files to compile because it
17186         doesn't exist anymore.
17187
17188 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17191         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17192
17193 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17194
17195         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17196         sensitively.
17197
17198 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17199
17200         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17201
17202 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17205         which will be inserted according to the multibyteness of a buffer
17206         rather than the type of contents.  Suggested by ARISAWA Akihiro
17207         <ari@mbf.ocn.ne.jp>.
17208
17209         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17210         of string which old xml.el may return rather than a string.
17211
17212 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17215
17216 2005-01-16  Simon Josefsson  <jas@extundo.com>
17217
17218         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17219         idn/idna.el isn't available.
17220         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17221         <michael@waxrat.com>.
17222
17223         * hashcash.el: Remove non-FSF copyright header.
17224
17225         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17226         (hashcash-generate-payment): Use it.
17227         (hashcash-generate-payment-async): Use it.
17228
17229 2005-01-15  Simon Josefsson  <jas@extundo.com>
17230
17231         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17232         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17233
17234         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17235         gnus-summary-idna-message.
17236         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17237         (gnus-summary-idna-message): New function.
17238
17239 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17242         gnus-novice-user.
17243
17244 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * nnrss.el (nnrss-request-delete-group): Delete entries in
17247         nnrss-group-alist as well.
17248         (nnrss-save-server-data): Insert newline.
17249
17250 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17251
17252         * gnus.el (gnus-user-agent): Use list of symbols instead of
17253         symbols.  Display full version number for (S)XEmacs.
17254         Optionally display (S)XEmacs codename.
17255
17256         * gnus-util.el (gnus-emacs-version): Update for new
17257         `gnus-user-agent'.
17258
17259         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17260         Gnus version.
17261
17262 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17263
17264         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17265         which is unreadable in some setups.
17266
17267 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * gnus-spec.el (gnus-update-format-specifications): Flush the
17270         group format spec cache if it doesn't support decoded group names.
17271
17272 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17273
17274         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17275         Allow to apply decay on score files matching a regexp.
17276
17277 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17280         compatibility in %g and %c.
17281
17282 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17285         name for only %g and %c.
17286         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17287         of gnus-tmp-group to decoded group name.
17288         (gnus-group-make-rss-group): Exclude `/'s from group names.
17289
17290 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * nnrss.el (nnrss-get-encoding): Fix regexp.
17293
17294 2004-12-27  Simon Josefsson  <jas@extundo.com>
17295
17296         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17297         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17298         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17299
17300 2004-12-17  Kim F. Storm  <storm@cua.dk>
17301
17302         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17303
17304         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17305
17306 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17307
17308         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17309
17310 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * nnrss.el: Require rfc2047 and mml.
17313         (nnrss-file-coding-system): New variable.
17314         (nnrss-format-string): Redefine it as an inline function.
17315         (nnrss-decode-group-name): New function.
17316         (nnrss-string-as-multibyte): Remove.
17317         (nnrss-retrieve-headers): Decode group name; don't use
17318         nnrss-format-string.
17319         (nnrss-request-group): Decode group name.
17320         (nnrss-request-article): Decode group name; allow a Message-ID as
17321         well as an article number; don't use nnrss-format-string; encode a
17322         Message-ID string which may contain non-ASCII characters; use
17323         mml-to-mime to compose a MIME article.
17324         (nnrss-request-expire-articles): Decode group name.
17325         (nnrss-request-delete-group): Decode group name.
17326         (nnrss-fetch): Clarify error message.
17327         (nnrss-read-server-data): Use insert-file-contents instead of load;
17328         bind file-name-coding-system; use multibyte buffer.
17329         (nnrss-save-server-data): Bind coding-system-for-write to the
17330         value of nnrss-file-coding-system; bind file-name-coding-system;
17331         add coding cookie.
17332         (nnrss-read-group-data): Use insert-file-contents instead of load;
17333         bind file-name-coding-system; use multibyte buffer.
17334         (nnrss-save-group-data): Bind coding-system-for-write to the
17335         value of nnrss-file-coding-system; bind file-name-coding-system.
17336         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17337         make it work with non-ASCII text.
17338         (nnrss-find-el): Make it work with old xml.el as well.
17339
17340 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17341
17342         * nnrss.el (nnrss-get-encoding): New function.
17343         (nnrss-fetch): Use unibyte buffer initially; bind
17344         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17345         decode contents according to the encoding attribute.
17346         (nnrss-save-group-data): Add coding cookie.
17347         (nnrss-mime-encode-string): New function.
17348         (nnrss-check-group): Use it to encode subject and author.
17349
17350 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17351
17352         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17353         imaginary variable.
17354
17355 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17358         correctly even if there are wide characters.
17359
17360 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17361
17362         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17363         downcased symbol names; make a new cache instead of reusing
17364         bbdb-hashtable.
17365
17366 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17369         concatenating segments rather than before concatenating them.
17370         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17371
17372         * message.el (message-get-reply-headers): Bind `extra'.
17373
17374 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17375
17376         * message.el (message-extra-wide-headers): New variable.
17377         (message-get-reply-headers): Use it.
17378
17379 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17380
17381         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17382         (gnus-agent-group-pathname): Ditto.
17383
17384         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17385
17386         * gnus-group.el (gnus-group-make-group): Decode group name.
17387         (gnus-group-make-rss-group): Register the group data after opening
17388         the nnrss group.
17389
17390 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17391
17392         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17393         by expiry now get marked as read.
17394
17395 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17398
17399 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17400
17401         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17402         unify Latin characters in XEmacs.
17403         (mm-find-mime-charset-region): Use it.
17404
17405 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-util.el (gnus-delete-directory): New function.
17408
17409         * gnus-agent.el (gnus-agent-delete-group): Use it.
17410
17411         * gnus-cache.el (gnus-cache-delete-group): Use it.
17412
17413 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17416         names.
17417
17418 2004-12-16  Simon Josefsson  <jas@extundo.com>
17419
17420         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17421
17422 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17425
17426         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17427         (gnus-group-set-current-level): Decode group name.
17428
17429 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17430
17431         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17432         failed.
17433
17434 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * gnus-group.el (gnus-group-delete-group): Decode group name.
17437         (gnus-group-make-rss-group): Encode group name.
17438         (gnus-group-catchup-current): Decode group name.
17439         (gnus-group-kill-group): Decode group name.
17440
17441 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17442
17443         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17444
17445 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-group.el (gnus-group-make-rss-group):
17448         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17449
17450         * gnus-start.el (gnus-setup-news): Honor user's setting to
17451         gnus-message-archive-method.  Suggested by Lute Kamstra
17452         <lute@gnu.org>.
17453
17454 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17455
17456         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17457         global counterparts of the buffer-local variables.
17458
17459 2004-11-16  Romain Francoise  <romain@orebokech.com>
17460
17461         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17462         counterparts of the buffer-local variables.
17463
17464 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * message.el (message-forbidden-properties): Fix typo in doc
17467         string.
17468
17469 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17470
17471         * gnus-util.el (gnus-replace-in-string): Add doc string.
17472
17473         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17474         to avoid problems when splitting mails with many recipients.
17475
17476 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17477
17478         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17479         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17480
17481 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17482
17483         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17484         if there is no hashtable in memory or file modification time is
17485         newer than cached timestamp.
17486
17487 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17488
17489         * gnus-sum.el (gnus-summary-limit-to-recipient):
17490         Implement not-matching option.
17491
17492 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17495         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17496         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17497         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17498         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17499         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17500
17501 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * message.el (message-forward-make-body-mml): Remove headers
17504         according to message-forward-ignored-headers if a message is decoded.
17505
17506 2004-12-02  Romain Francoise  <romain@orebokech.com>
17507
17508         * message.el (message-forward-make-body-plain): Always remove
17509         headers according to message-forward-ignored-headers.
17510
17511 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17512
17513         * spam.el (spam-summary-prepare-exit): Remove the
17514         gnus-summary-limit pop for now, it has problems with ham marks for
17515         me.
17516
17517 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17518
17519         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17520         correctly.
17521
17522 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17523
17524         * format-spec.el (format-spec): Message the char.
17525
17526 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17527
17528         * gnus-art.el (gnus-split-methods): Reformat comments.
17529
17530         * spam.el (spam-summary-prepare-exit): Remove article limits
17531         before exiting the summary buffer.
17532
17533 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17536         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17537
17538         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17539         order to silence the byte compiler.
17540
17541         * spam.el: Fix the way to silence the byte compiler, which
17542         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17543         bbdb-search-simple, spam-BBDB-register-routine,
17544         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17545         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17546         spam-stat-buffer-is-spam, spam-stat-load,
17547         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17548         spam-stat-save and spam-stat-split-fancy.
17549
17550 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17553         which may confuse users.
17554         (canlock-password-for-verify): Ditto.
17555
17556         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17557
17558         * gnus-art.el (gnus-emphasis-alist): Ditto.
17559
17560         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17561
17562         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17563
17564         * gnus-start.el (gnus-save-killed-list): Ditto.
17565
17566         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17567         (gnus-sum-thread-tree-root): Ditto.
17568         (gnus-sum-thread-tree-false-root): Ditto.
17569         (gnus-sum-thread-tree-single-indent): Ditto.
17570
17571         * message.el (message-courtesy-message): Ditto.
17572         (message-archive-note): Ditto.
17573         (message-subscribed-address-file): Ditto.
17574         (message-user-fqdn): Ditto.
17575
17576         * spam-report.el (spam-report-gmane-regex): Ditto.
17577
17578         * spam.el (spam-blackhole-good-server-regex): Ditto.
17579
17580 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * mml.el (mml-preview): Widen the message buffer before copying
17583         the contents to the preview buffer; sort headers before previewing.
17584
17585         * message.el (message-hidden-headers): Fix the way to avoid a bug
17586         in the `repeat' widget in Emacs 21.3 or earlier.
17587
17588 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * message.el (message-hidden-headers): Default to "^References:".
17591         Improve customization type.  Suggested by Reiner Steib
17592         <Reiner.Steib@gmx.de>.
17593
17594 2004-11-25  Romain Francoise  <romain@orebokech.com>
17595
17596         * message.el (message-strip-forbidden-properties): Remove check for
17597         obsolete `message-hidden' text property, hidden headers are not
17598         accessible in the buffer anymore.
17599
17600 2004-11-22  Romain Francoise  <romain@orebokech.com>
17601
17602         * message.el (message-header-format-alist): Add `From' in list
17603         so that it can be sorted.
17604         (message-fix-before-sending): Widen and sort headers before
17605         sending.
17606         (message-hide-headers): Use narrowing to hide headers by moving
17607         them to the top of the buffer and narrowing to the region
17608         underneath.
17609
17610 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17611
17612         * message.el (message-strip-forbidden-properties):
17613         Bind buffer-read-only (etc) to nil.
17614
17615 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17618         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17619
17620 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17621
17622         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17623
17624 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17625
17626         * dns.el (query-dns): Use sit-for to time instead of
17627         accept-process-output, since that doesn't seem to work on udp
17628         sockets.
17629
17630 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17633
17634 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17635
17636         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17637         doc string.  Improve doc string.
17638
17639 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * nntp.el (nntp-request-update-info): Return nil if
17642         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17643         may not call gnus-activate-group which uselessly issues the GROUP
17644         commands for all nntp groups and wastes time.  Reported by Romain
17645         Francoise <romain@orebokech.com>.
17646
17647         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17648
17649 2004-11-15  Simon Josefsson  <jas@extundo.com>
17650
17651         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17652         headers separately.
17653         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17654         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17655
17656 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17657
17658         * gnus-start.el (gnus-convert-old-newsrc):
17659         Assign legacy-gnus-agent to 5.10.7.
17660
17661 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17662
17663         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17664         start of the lines.
17665
17666 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17667
17668         * hashcash.el (hashcash-default-payment): Change default to 20.
17669         (hashcash-default-accept-payment): Change default to 20.
17670         (hashcash-process-alist): New variable.
17671         (hashcash-generate-payment-async): Add.
17672         (hashcash-already-paid-p): Add.
17673         (hashcash-insert-payment): Don't generate payments twice.
17674         (hashcash-insert-payment-async): Add.
17675         (hashcash-insert-payment-async-2): Add.
17676         (hashcash-cancel-async): Add.
17677         (hashcash-wait-async): Add.
17678         (hashcash-processes-running-p): Add.
17679         (hashcash-wait-or-cancel): Add.
17680         (mail-add-payment): New optional argument.  Conditionally start
17681         asynchronous calculation.
17682         (mail-add-payment-async): Add.
17683
17684         * message.el (message-send-mail): Wait for asynchronous hashcash
17685         results.  Don't clobber existing X-Hashcash headers.
17686         (message-setup-1): Call mail-add-payment-async when
17687         message-generate-hashcash is non-nil.
17688
17689 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17690
17691         * message.el (message-use-alternative-email-as-from): Examine the
17692         From header as well; use message-make-from in order to include a
17693         user's full name.
17694
17695 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17698         default; improve customization type.
17699         (gnus-emphasis-custom-with-format): New macro.
17700         (gnus-emphasis-custom-value-to-external): New function.
17701         (gnus-emphasis-custom-value-to-internal): New function.
17702
17703 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17704
17705         * dns.el (query-dns): Resolve reverse addresses.
17706
17707 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17708
17709         * gnus-group.el (gnus-group-get-new-news): Use it.
17710
17711         * gnus-start.el (gnus-check-reasonable-setup): New function.
17712
17713 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17716         "Args out of range" error.  Reported by Arnaud Giersch
17717         <arnaud.giersch@free.fr>.
17718
17719 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17720
17721         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17722
17723 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17724
17725         * spam.el (spam group): Add :version.
17726
17727         * pgg-def.el (pgg group): Add :version.
17728
17729 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * gnus-art.el (gnus-article-edit-article): Don't associate the
17732         article buffer with a draft file.  This is a temporary measure
17733         against the 2004-08-22 change to gnus-article-edit-mode.
17734
17735 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17738         (html2text-format-tags): Remove unused variable `attr'.
17739
17740 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17741
17742         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17743
17744         * tls.el (tls-process-connection-type, tls-success)
17745         (tls-certtool-program): Add :version.
17746
17747         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17748         (starttls-extra-arguments, starttls-process-connection-type)
17749         (starttls-connect, starttls-failure, starttls-success): Add :version.
17750
17751         * spam-stat.el (spam-stat): Add :version.
17752
17753         * sieve.el (sieve): Add :version.
17754
17755         * sha1.el (sha1): Add :version.
17756         (sha1-use-external): Remove redundant version.
17757
17758         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17759         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17760         (nnmail-split-fancy-match-partial-words)
17761         (nnmail-split-lowercase-expanded): Add :version.
17762
17763         * nndiary.el (nndiary): Add :version.
17764
17765         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17766
17767         * mml-sec.el (mml-default-sign-method)
17768         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17769         Add :version.
17770
17771         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17772
17773         * mm-url.el (mm-url-use-external, mm-url-program)
17774         (mm-url-arguments): Add :version.
17775
17776         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17777         (mm-attachment-file-modes, mm-decrypt-option)
17778         (mm-w3m-safe-url-regexp): Add :version.
17779
17780         * message.el (message-cite-prefix-regexp)
17781         (message-sendmail-envelope-from, message-minibuffer-local-map)
17782         (message-user-fqdn, message-completion-alist): Add :version.
17783
17784         * gnus-win.el (gnus-configure-windows-hook)
17785         (gnus-use-frames-on-any-display): Add :version.
17786
17787         * gnus-art.el (gnus-article-address-banner-alist)
17788         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17789         (gnus-treat-from-picon, gnus-treat-mail-picon)
17790         (gnus-treat-x-pgp-sig): Add :version.
17791
17792         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17793         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17794         (gnus-summary-article-delete-hook)
17795         (gnus-summary-display-while-building): Add :version.
17796
17797         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17798         (gnus-get-top-new-news-hook): Add :version.
17799
17800         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17801         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17802
17803         * gnus-registry.el (gnus-registry): Add :version.
17804
17805         * gnus-spec.el (gnus-use-correct-string-widths)
17806         (gnus-make-format-preserve-properties): Add :version.
17807
17808         * gnus.el (gnus-group-charter-alist)
17809         (gnus-group-fetch-control-use-browse-url)
17810         (gnus-install-group-spam-parameters): Add :version.
17811
17812         * gnus-diary.el (gnus-diary): Add :version.
17813
17814         * gnus-delay.el (gnus-delay): Add :version.
17815
17816         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17817         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17818         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17819         Add :version.
17820
17821         * gnus-agent.el (gnus-agent-max-fetch-size)
17822         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17823         (gnus-agent-prompt-send-queue): Add :version.
17824
17825         * deuglify.el (gnus-outlook-deuglify): Add :version.
17826
17827         * html2text.el: Beautify code.  Improve doc strings.
17828         Some checkdoc cleanup.
17829         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17830
17831 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17832
17833         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17834
17835 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17836
17837         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17838         when package is loaded.
17839
17840         * spam.el (spam-summary-score-preferred-header): Add global preference
17841         for people who want to override the default SpamAssassin over
17842         Bogofilter preference (when both are set).
17843         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17844         (spam-user-format-function-S):
17845         Check spam-summary-score-preferred-header.
17846         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17847         (spam-user-format-function-S): Format the score correctly.
17848
17849 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17852         signature file.  Suggested by Manoj Srivastava
17853         <srivasta@golden-gryphon.com>.
17854
17855         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17856         iso-2022-jp even in the Japanese language environment.
17857         Suggested by Jason Rumney <jasonr@gnu.org>.
17858
17859 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17862         use the same characters as the dummy marks; make it free from
17863         getting affected by the language environment.
17864         (gnus-summary-read-group-1): Update mark positions only when the
17865         format spec is updated.
17866
17867         * gnus-spec.el (gnus-update-format-specifications): Return a list
17868         of updated types.
17869
17870 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17873         of boundp to check if display-warning is available.
17874
17875 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17876
17877         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17878
17879 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * nnspool.el (nnspool-spool-directory): Use news-path if the
17882         news-directory variable is not bound.
17883
17884         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17885         function instead of display-warning if it is not available.
17886
17887 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17888
17889         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17890         v5-10: Use `point-at-bol'.
17891
17892 2004-10-26  Simon Josefsson  <jas@extundo.com>
17893
17894         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17895         <chenggao@gmail.com>.
17896
17897 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17898
17899         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17900         instead.
17901
17902 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17903
17904         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17905         to remove a server from the nnimap-server-buffer-alist.
17906         (nnimap-open-connection, nnimap-close-server): Use it.
17907
17908         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17909
17910 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17913         running the major-mode function.
17914
17915 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17918         dummy marks in the right way.
17919
17920 2004-10-18  David Edmondson  <dme@dme.org>
17921
17922         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17923         excessively.
17924
17925 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17926
17927         * gnus-util.el (gnus-split-references): Accept a nil references
17928         string and go on blissfully.
17929
17930         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17931         cases where the references string is non-nil but has no references.
17932
17933         * encrypt.el: Add autoload tags.
17934
17935         * spam.el (spam-resolve-registrations-routine): Remove article
17936         from unregistration list too.  Reported by David Hanak
17937         <dhanak@isis.vanderbilt.edu>
17938
17939 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17940
17941         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17942         nil.  Change custom type.
17943
17944 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17945
17946         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17947
17948         * gnus-sum.el (gnus-summary-move-article): Use it.
17949
17950 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17951
17952         * encrypt.el: Add autoload cookies.
17953
17954         * spam.el (spam-backend-article-list-property)
17955         (spam-backend-get-article-todo-list)
17956         (spam-backend-put-article-todo-list)
17957         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17958         Resolve registrations separately.
17959         (spam-register-routine): Format comments.
17960         (spam-unregister-routine, spam-register-routine): Always call with
17961         specific-articles, no default list.
17962         (spam-summary-prepare-exit): Use the spam-classifications function.
17963
17964         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17965         gnus-encrypt.el.
17966
17967         * encrypt.el: Copied from gnus-encrypt.el.
17968
17969         * gnus-encrypt.el: Commented that it's obsolete.
17970
17971 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17972
17973         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17974         (gnus-score-save): Use it.
17975
17976         * message.el (message-bury): Use `window-dedicated-p'.
17977
17978 2004-10-15  Simon Josefsson  <jas@extundo.com>
17979
17980         * pop3.el (top-level): Don't require nnheader.
17981         (pop3-read-timeout): Add.
17982         (pop3-accept-process-output): Add.
17983         (pop3-read-response, pop3-retr): Use it.
17984
17985 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17986
17987         * spam.el (spam-register-routine): Move comment.
17988         (spam-verify-bogofilter): Use 'unknown for the initial
17989         spam-bogofilter-valid state, not 'never.
17990
17991         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17992         for netrc-machine.
17993
17994         * nnimap.el (nnimap-open-connection):
17995         Use netrc-machine-user-or-password.
17996
17997 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17998
17999         * gnus-registry.el (gnus-registry-unload-hook):
18000         Set as a variable with add-hook.
18001
18002         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18003         of news-path.
18004
18005         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18006
18007         * spam.el: Delete duplicate `provide'.
18008         (spam-unload-hook): Set as a variable with add-hook.
18009
18010 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18011
18012         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18013         in the doc string.
18014
18015         * message.el (message-ignored-news-headers)
18016         (message-ignored-supersedes-headers)
18017         (message-ignored-resent-headers)
18018         (message-forward-ignored-headers): Improve custom type.
18019
18020 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * message.el (message-tokenize-header): Fix 2004-09-06 change
18023         which used point-min in the wrong place.
18024
18025 2004-10-12  Simon Josefsson  <jas@extundo.com>
18026
18027         * tls.el (tls-certtool-program): New variable.
18028         (tls-certificate-information): New function, based on
18029         ssl-certificate-information.
18030
18031 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * compface.el: Move the version of ELisp-based uncompface program
18034         to the contrib directory because of the copyright problem.
18035
18036 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18037
18038         * message.el (message-kill-buffer): Raise the current frame.
18039
18040 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18043
18044         * gnus.el (message-y-or-n-p): Autoload.
18045
18046         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18047         (pop3-password-required, pop3-authentication-scheme)
18048         (pop3-leave-mail-on-server): Make customizable.
18049         (pop3): New custom group.
18050         (pop3-retr): Remove `sleep-for' statements.
18051         Suggested by Dave Love <fx@gnu.org>.
18052
18053         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18054         Windows/DOS.
18055
18056         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18057         (imap-parse-body): Fix incorrect use of `assert'.
18058         Suggested by Dave Love <fx@gnu.org>.
18059
18060         * mml.el (mml-minibuffer-read-disposition): Require match.
18061         Suggested by Dave Love <fx@gnu.org>.
18062
18063 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18064
18065         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18066         doc string.
18067
18068 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18071
18072 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18073
18074         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18075         instead of calling `mm-insert-inline', to decode text/* parts
18076         before displaying them.
18077
18078 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * mm-uu.el (mm-uu-text-plain-type): New variable.
18081         (mm-uu-pgp-signed-extract-1): Use it.
18082         (mm-uu-pgp-encrypted-extract-1): Use it.
18083         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18084         bind mm-uu-text-plain-type with that value.
18085         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18086         mm-uu-dissect.
18087
18088 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * gnus-group.el (gnus-update-group-mark-positions):
18091         * gnus-sum.el (gnus-update-summary-mark-positions):
18092         * message.el (message-check-news-body-syntax):
18093         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18094         of string-as-multibyte.
18095
18096 2004-10-05  Juri Linkov  <juri@jurta.org>
18097
18098         * gnus-group.el (gnus-update-group-mark-positions):
18099         * gnus-sum.el (gnus-update-summary-mark-positions):
18100         * message.el (message-check-news-body-syntax):
18101         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18102         8-bit unibyte values to a multibyte string for search functions.
18103
18104 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18107         (mm-uu-dissect-text-parts): New function.
18108
18109         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18110         dissect text parts.
18111
18112         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18113         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18114
18115         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18116
18117         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18118         Use gnus-current-topics instead of gnus-current-topic.
18119
18120 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18121
18122         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18123
18124 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18125
18126         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18127         where approriate.
18128
18129         * nnml.el (nnml-generate-active-info): do.
18130
18131         * nndiary.el (nndiary-generate-active-info): do.
18132
18133         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18134         (gnus-topic-move): do.
18135
18136         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18137         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18138
18139         * gnus-srvr.el (gnus-server-prepare)
18140         (gnus-server-open-all-servers): do.
18141
18142         * gnus-msg.el (gnus-summary-cancel-article)
18143         (gnus-summary-resend-message)
18144         (gnus-summary-mail-crosspost-complaint): do.
18145
18146         * gnus-move.el (gnus-change-server): do.
18147
18148         * gnus-group.el (gnus-group-unmark-all-groups)
18149         (gnus-group-set-current-level): do.
18150
18151 2004-10-04  Simon Josefsson  <jas@extundo.com>
18152
18153         * message.el (message-generate-hashcash): Doc fix.
18154
18155 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18156
18157         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18158         avoid infinite recursion via gnus-get-function.
18159
18160 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18161
18162         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18163
18164         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18165
18166         * nnmail.el (nnmail-split-history): do.
18167
18168         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18169         (nnml-request-delete-group): do.
18170
18171         * nnslashdot.el (nnslashdot-read-groups): do.
18172
18173         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18174         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18175
18176         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18177         (nnspool-sift-nov-with-sed): Use last.
18178         (nnspool-retrieve-headers-with-nov): Use mapc.
18179         (nnspool-request-newgroups): Use dolist.
18180         (nnspool-request-group): Use last.
18181
18182         * nntp.el (nntp-read-server-type): Use dolist.
18183
18184         * nnvirtual.el (nnvirtual-create-mapping)
18185         (nnvirtual-update-read-and-marked): Use dolist.
18186         (nnvirtual-convert-headers): Simplify.
18187
18188 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18189
18190         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18191         Add support for sync'ing tick marks.
18192
18193 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18196         there's no visible header.
18197
18198 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18199
18200         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18201         When necessary, pass full group name to gnus-request-set-marks.
18202
18203 2004-10-01  Simon Josefsson  <jas@extundo.com>
18204
18205         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18206         acroread.
18207
18208 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18209
18210         * spam-report.el (spam-report-gmane): Fix interactive.
18211
18212         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18213
18214         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18215         when writing file.
18216         (gnus-agent-synchronize-flags): Don't default to being
18217         interactive.
18218
18219 2004-09-30  Simon Josefsson  <jas@extundo.com>
18220
18221         * message.el (message-generate-hashcash): Add.
18222         (message-send-mail): Use it, call mail-add-payment.
18223
18224 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18225
18226         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18227
18228 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18229
18230         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18231         gnus-requst-update-info with explicit code to sync the in-memory
18232         info read flags with the marks being sync'd to the backend.
18233
18234         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18235
18236 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18237
18238         * spam.el (spam-verify-bogofilter): Add new function.
18239         (spam-check-bogofilter)
18240         (spam-bogofilter-register-with-bogofilter): Use it.
18241         (spam-verify-bogofilter): Add small fixes.
18242
18243 2004-09-28  Simon Josefsson  <jas@extundo.com>
18244
18245         * hashcash.el (hashcash-generate-payment): Revert.
18246
18247 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18248
18249         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18250         Use gnus-extract-references instead of gnus-split-references.
18251
18252         * gnus-util.el (gnus-extract-references): Add new function, analogous
18253         to gnus-split-references but extracts only the message-ID without
18254         anything extra.
18255
18256         * hashcash.el (hashcash-generate-payment)
18257         (hashcash-check-payment): Do the right thing if hashcash-path is
18258         nil (because the hashcash program could not be found).
18259
18260         * spam.el (spam-use-hashcash): Remove comment.
18261
18262 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18263
18264         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18265         (gnus-cache-enter-article, gnus-cache-remove-article)
18266         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18267
18268         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18269
18270         * gnus-art.el (article-hide-boring-headers)
18271         (article-translate-strings, article-display-face)
18272         (gnus-article-mime-match-handle-first)
18273         (gnus-article-highlight-headers)
18274         (gnus-article-add-buttons-to-head): do.
18275
18276 2004-09-27  Simon Josefsson  <jas@extundo.com>
18277
18278         * hashcash.el: New version, from
18279         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18280         ../contrib/.
18281
18282 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18285
18286 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18287
18288         * gnus-dup.el (gnus-dup-open): Use mapc.
18289         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18290
18291         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18292         Reported by Stefan Wiens <s.wi@gmx.net>.
18293
18294         * gnus.el (gnus-shutdown): Use dolist.
18295
18296         * gnus-undo.el (gnus-undo): Use mapc.
18297
18298         * nnrss.el (nnrss-generate-active): do.
18299
18300         * message.el (message-cite-original-without-signature)
18301         (message-cite-original): Use mapc.
18302         (message-do-actions, message-make-forward-subject): Use dolist.
18303
18304 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18305
18306         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18307         deletion to remove entire duplicate line.  Fixes merged article
18308         number bug.
18309
18310 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18311
18312         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18313         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18314         first ask if you want to open a server and then, even when you
18315         responded with no, asking if you want to synchronize the server's
18316         flags.
18317         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18318         multi-line expressions.
18319         (gnus-agent-synchronize-group-flags): New internal function.
18320         Updates marks in memory (in the info structure) AND in the
18321         backend.
18322
18323         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18324
18325         * nnagent.el (nnagent-request-set-mark):
18326         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18327         method, to ensure that synchronization updates marks in the
18328         backend and in the info (in memory) structure.
18329
18330 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18331
18332         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18333         convention fully; don't miss the root article of a thread; make
18334         the X-Draft-From header with correct article numbers.
18335
18336 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18337
18338         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18339         unless plugged.  Disable the agent so that an open failure causes
18340         an error.
18341
18342         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18343         Revert 2004-09-21 change.  The backend must be opened while
18344         synchronizing flags even when the backend stores the flags
18345         locally.
18346
18347 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18348
18349         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18350         in `header' match.  Reported by Svend Tollak Munkejord.
18351
18352         * message.el (message-cite-original): Fix use of
18353         `message-cite-articles-with-x-no-archive'.
18354
18355 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18356
18357         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18358         (gnus-window-to-buffer): Ditto.
18359
18360         * mml.el (mml-preview-buffer): New variable.
18361         (mml-preview): Manage window layout with gnus-buffer-configuration.
18362
18363         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18364         X-Draft-From header even if those articles aren't quoted.
18365
18366 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18367
18368         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18369         (gnus-request-set-mark, gnus-request-update-mark): Use new
18370         g-s-t-u-l-m to decide to use backend even when unplugged.
18371
18372 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18375         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18376
18377 2004-09-20  Simon Josefsson  <jas@extundo.com>
18378
18379         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18380         "utf-16-le".
18381
18382 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18383
18384         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18385
18386 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18387
18388         * uudecode.el (uudecode-use-external): Add :version.
18389
18390         * smime.el (smime-CA-file, smime-encrypt-cipher)
18391         (smime-dns-server): Add :version.
18392
18393         * smiley.el (gnus-smiley-file-types): Add :version.
18394
18395         * sha1.el (sha1-use-external): Add :version.
18396
18397         * pgg-def.el (pgg-query-keyserver): Add :version.
18398
18399         * nnmail.el (nnmail-fancy-expiry-targets)
18400         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18401         Add :version.
18402
18403         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18404         (nnimap-retrieve-groups-asynchronous): Add :version.
18405         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18406
18407         * mml.el (mml-content-disposition-parameters)
18408         (mml-insert-mime-headers-always): Add :version.
18409
18410         * mm-util.el (mm-coding-system-priorities): Add :version.
18411
18412         * mm-decode.el (mm-inline-text-html-with-images)
18413         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18414         (mm-verify-option): Add :version.
18415         (mm-text-html-renderer): Change :version.
18416
18417         * message.el (message-fcc-externalize-attachments)
18418         (message-required-headers, message-draft-headers)
18419         (message-subject-trailing-was-query)
18420         (message-subject-trailing-was-ask-regexp)
18421         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18422         (message-mark-insert-end, message-archive-header)
18423         (message-archive-note, message-cross-post-default)
18424         (message-cross-post-note, message-followup-to-note)
18425         (message-cross-post-note-function, message-use-mail-followup-to)
18426         (message-subscribed-address-functions)
18427         (message-subscribed-address-file, message-subscribed-addresses)
18428         (message-subscribed-regexps, message-allow-no-recipients)
18429         (message-yank-cited-prefix, message-signature-insert-empty-line)
18430         (message-hidden-headers, message-hierarchical-addresses)
18431         (message-mail-user-agent, message-use-idna)
18432         (message-valid-fqdn-regexp)
18433         (message-strip-special-text-properties, message-header-synonyms)
18434         (message-beginning-of-line, message-tab-body-function): Add :version.
18435         (message-insert-canlock, message-wide-reply-confirm-recipients):
18436         Change :version.
18437
18438         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18439         and :version.
18440         (mail-source-delete-old-incoming-confirm)
18441         (mail-source-movemail-program): Add :version.
18442
18443         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18444         (gnus-agent-cache, gnus-agent): Change :version.
18445
18446         * gnus-util.el (gnus-use-byte-compile): Change :version.
18447
18448         * gnus-sum.el (gnus-summary-make-false-root-always)
18449         (gnus-summary-default-high-score)
18450         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18451         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18452         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18453         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18454         (gnus-sum-thread-tree-single-indent)
18455         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18456         (gnus-sum-thread-tree-leaf-with-other)
18457         (gnus-sum-thread-tree-single-leaf): Add :version.
18458         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18459         (gnus-article-loose-mime): Change :version.
18460
18461         * gnus-start.el (gnus-backup-startup-file)
18462         (gnus-save-startup-file-via-temp-buffer): Add :version.
18463
18464         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18465         (gnus-server-offline-face): Add :version.
18466
18467         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18468
18469         * gnus-msg.el (gnus-gcc-externalize-attachments)
18470         (gnus-debug-files, gnus-debug-exclude-variables)
18471         (gnus-discouraged-post-methods): Change :version.
18472         (gnus-confirm-mail-reply-to-news)
18473         (gnus-confirm-treat-mail-like-news): Add :version.
18474
18475         * gnus-int.el (gnus-server-unopen-status): Add :version.
18476
18477         * gnus-group.el (gnus-group-jump-to-group-prompt)
18478         (gnus-large-ephemeral-newsgroup)
18479         (gnus-fetch-old-ephemeral-headers): Add :version.
18480
18481         * gnus-fun.el (gnus-x-face-directory)
18482         (gnus-convert-pbm-to-x-face-command)
18483         (gnus-convert-image-to-x-face-command)
18484         (gnus-convert-image-to-face-command): Add :version.
18485
18486         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18487
18488         * gnus-cite.el (gnus-cite-blank-line-after-header)
18489         (gnus-article-boring-faces): Add :version.
18490
18491         * gnus-art.el (gnus-buttonized-mime-types)
18492         (gnus-inhibit-mime-unbuttonizing)
18493         (gnus-treat-display-face)
18494         (gnus-treat-body-boundary): Change :version.
18495         (gnus-body-boundary-delimiter, gnus-picon-databases)
18496         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18497         (gnus-treat-date-english, gnus-treat-fold-headers)
18498         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18499         (gnus-treat-mail-picon, gnus-treat-wash-html)
18500         (gnus-article-encrypt-protocol)
18501         (gnus-use-idna, gnus-article-over-scroll)
18502         (gnus-mime-display-multipart-alternative-as-mixed)
18503         (gnus-mime-display-multipart-related-as-mixed)
18504         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18505         (gnus-ctan-url, gnus-button-ctan-handler)
18506         (gnus-button-handle-ctan-bogus-regexp)
18507         (gnus-button-ctan-directory-regexp)
18508         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18509         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18510         (gnus-button-man-level, gnus-button-emacs-level)
18511         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18512
18513         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18514         (gnus-agent-go-online): Change :version.
18515         (gnus-agent-expire-unagentized-dirs)
18516         (gnus-agent-auto-agentize-methods): Add :version.
18517
18518         * flow-fill.el (fill-flowed-display-column)
18519         (fill-flowed-encode-column): Add :version.
18520
18521         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18522         (gnus-outlook-deuglify-unwrap-max)
18523         (gnus-outlook-deuglify-cite-marks)
18524         (gnus-outlook-deuglify-unwrap-stop-chars)
18525         (gnus-outlook-deuglify-no-wrap-chars)
18526         (gnus-outlook-deuglify-attrib-cut-regexp)
18527         (gnus-outlook-deuglify-attrib-verb-regexp)
18528         (gnus-outlook-deuglify-attrib-end-regexp)
18529         (gnus-outlook-display-hook): Add :version.
18530
18531         * binhex.el (binhex-use-external): Add :version.
18532
18533 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18534
18535         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18536         and `invisible'.
18537
18538 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18539
18540         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18541         in gnus-registry-trim.
18542
18543 2004-09-13  Simon Josefsson  <jas@extundo.com>
18544
18545         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18546
18547         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18548
18549         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18550         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18551         <yamaoka@jpl.org>.
18552         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18553         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18554         <yamaoka@jpl.org>.
18555
18556         * sieve.el (sieve-manage-mode): Ditto.
18557
18558 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18559
18560         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18561
18562 2004-09-11  Simon Josefsson  <jas@extundo.com>
18563
18564         * dns-mode.el: Add.
18565
18566         * mm-view.el (mm-display-dns-inline): Add.
18567
18568         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18569         (mm-automatic-display): Ditto.
18570
18571         * mailcap.el (mailcap-mime-data): Add text/dns.
18572         (mailcap-mime-extensions): Map .soa to text/dns.
18573
18574 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18575
18576         * gnus-art.el (article-decode-mime-words, article-babel)
18577         (gnus-article-highlight-signature, gnus-article-add-buttons)
18578         (gnus-signature-toggle): Remove unnecessary bindings of
18579         `inhibit-read-only' inherited from v5.10 merge.
18580
18581 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18582
18583         * nntp.el (nntp): New customization group.
18584         (nntp-authinfo-file): Add customization group.
18585
18586         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18587
18588         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18589
18590         * gnus.el (to-address, to-list, subscribed)
18591         (large-newsgroup-initial): Ditto.
18592
18593         * flow-fill.el (fill-flowed-display-column)
18594         (fill-flowed-encode-column): Ditto.
18595
18596 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18597
18598         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18599         Use point-min rather than 1.
18600         (message-send-mail): Use buffer-size rather than point-max.
18601
18602         * gnus-sum.el (gnus-summary-search-article-forward):
18603         Signal a specific `search-failed' rather than a generic `error'.
18604
18605         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18606         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18607         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18608
18609 2004-09-10  Simon Josefsson  <jas@extundo.com>
18610
18611         * nndb.el (require): Remove tcp and duplicate cl.
18612
18613 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * gnus-agent.el (directory-files-and-attributes): Move forward.
18616
18617 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18618
18619         * gnus-agent.el (directory-files-and-attributes):
18620         Optionally defined to support XEmacs.
18621
18622 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18623
18624         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18625         to avoid run-time CL dependencies.
18626         (gnus-agent-unfetch-articles): New function.
18627         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18628         article numbers even when local .overview file is missing.
18629         (gnus-agent-read-article-number): New function.  Only accepts
18630         27-bit article numbers.
18631         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18632         Use gnus-agent-read-article-number.
18633         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18634         from backend while recognizing that article numbers in .overview
18635         must be valid.
18636         (gnus-agent-update-files-total-fetched-for):
18637         Use directory-files-and-attributes to improve performance.
18638         * gnus-int.el (gnus-request-move-article):
18639         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18640         improve performance.
18641
18642         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18643         some users confused by references to .newsrc when they only have a
18644         .newsrc.eld file.
18645         (gnus-convert-mark-converter-prompt)
18646         (gnus-convert-converter-needs-prompt): Fix use of property list.
18647         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18648         New function.  Used internally to only display 'gnus converting
18649         files' message when actually necessary.
18650
18651         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18652         methods now autoloaded.
18653
18654 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18657         identifiers.
18658
18659 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18660
18661         * gnus-picon.el: Fix indentation and closing parenthesis.
18662
18663 2004-09-01  Simon Josefsson  <jas@extundo.com>
18664
18665         * message.el (message-canlock-generate): Require sha1, not
18666         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18667         to require within a function.  Sadly, if sha1.el isn't loaded, the
18668         let binding in m-c-g will hide the defcustom definition, which is
18669         bad.)
18670
18671         * canlock.el: Require sha1, not sha1-el.
18672
18673         * message.el: Don't autoload sha1 (there is a autoload cookie in
18674         sha1.el).
18675
18676         * sha1-el.el: Rename to sha1.el.
18677
18678 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18679
18680         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18681
18682 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18683
18684         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18685
18686 2004-08-30  Kim F. Storm  <storm@cua.dk>
18687
18688         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18689
18690         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18691         Add :group 'nnimap.
18692
18693 2004-08-30  Andreas Schwab  <schwab@suse.de>
18694
18695         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18696         ?* and ?\;.
18697
18698         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18699         and ?\' to symbol instead of whitespace.
18700
18701 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18704
18705         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18706         instead of re-search-forward.
18707
18708         * gnus-uu.el (gnus-uu-save-article): Ditto.
18709         (gnus-uu-post-encode-uuencode): Ditto.
18710
18711         * html2text.el (html2text-clean-list-items): Ditto.
18712         (html2text-clean-dtdd): Ditto.
18713         (html2text-format-tags): Ditto.
18714
18715         * message.el (message-send-mail-with-sendmail): Fix regexp.
18716         (message-fill-field-general): Use search-forward instead of
18717         re-search-forward.
18718         (unbold-region): Ditto.
18719
18720         * nnrss.el (nnrss-request-article): Ditto.
18721
18722         * nnslashdot.el (nnslashdot-request-article): Ditto.
18723
18724         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18725
18726         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18727         "Unrecognized menu descriptor" error in XEmacs.
18728
18729 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18730
18731         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18732         parent article of a sparse article in the thread hashtb.
18733
18734 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18735
18736         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18737         (nnmail-expand-newtext): Lowercase expanded entries if
18738         nnmail-split-lowercase-expanded is non-nil.
18739
18740 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18743
18744         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18745         of gnus-tmp-news-method into string under XEmacs.  It will be
18746         passed to gnus-correct-length which takes only a string argument.
18747
18748 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * gnus-util.el (gnus-bind-print-variables): New macro.
18751         (gnus-prin1): Use it.
18752         (gnus-prin1-to-string): Use it.
18753         (gnus-pp): New function.
18754         (gnus-pp-to-string): New function.
18755
18756         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18757         Replace pp-to-string with gnus-pp-to-string.
18758         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18759         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18760         * gnus-msg.el (gnus-debug): Ditto.
18761         * gnus-score.el (gnus-score-save): Ditto.
18762         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18763         gnus-pp-to-string.
18764         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18765         with gnus-pp.
18766         * score-mode.el (gnus-score-pretty-print): Ditto.
18767         * webmail.el (webmail-debug): Ditto.
18768
18769 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * gnus-art.el (article-display-face, article-display-x-face):
18772         Use buffer-read-only.
18773
18774 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * gnus-art.el (article-hide-list-identifiers):
18777         Bind inhibit-read-only as t.
18778
18779 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18780
18781         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18782
18783 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18784
18785         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18786         (gnus-narrow-to-page): Don't assume point-min == 1.
18787         (gnus-article-edit-mode): Derive from message-mode.
18788
18789         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18790         point-min == 1.
18791
18792         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18793         Disable incorrect use of `assert'.
18794
18795         * message.el (message-mode): Set comment-start-skip.
18796
18797
18798 2004-08-22  Sam Steingold  <sds@gnu.org>
18799
18800         * pop3.el (pop3-leave-mail-on-server): New user variable.
18801         (pop3-movemail): Delete mail only when it is nil.
18802
18803 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18804
18805         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18806
18807         * mml.el (mml-preview): Use `pop-to-buffer'.
18808
18809         * message.el (message-goto-mail-followup-to): Insert after "To".
18810         (message-carefully-insert-headers): Add comment.
18811
18812         * gnus.el: Remove unused variable `gnus-article-check-size'.
18813
18814         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18815
18816         * gnus-art.el (gnus-button-alist):
18817         Improve `gnus-button-handle-library' entry.
18818
18819 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18820
18821         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18822         Use downcase, since XEmacs capitalizes error messages differently.
18823
18824 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18825
18826         * nntp.el: Add (require 'gnus) due to reference to
18827         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18828
18829 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18830
18831         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18832         Bind `mm-fill-flowed'.
18833
18834         * mm-decode.el (mm-dissect-singlepart): Check it.
18835
18836 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18837
18838         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18839         'imap' for netrc parsing.
18840
18841 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * mailcap.el (mailcap-mime-data): Mark as risky.
18844
18845 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18848         may be included in the encoded word.
18849         (rfc2047-encode): Don't append a space if the encoded word
18850         includes close parenthesis.
18851
18852 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18853
18854         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18855         of text within parentheses.
18856
18857 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18858
18859         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18860         (gnus-encrypt-write-file-contents): Make the password key the file
18861         name PLUS the cipher, not just the cipher.  Also remove failed
18862         passwords from the cache.
18863
18864 2004-08-06  Simon Josefsson  <jas@extundo.com>
18865
18866         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18867         Doc fix.
18868
18869 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18870
18871         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18872         LWSP.
18873
18874 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18875
18876         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18877         Try to append in-reply-to: data to the references: header.
18878
18879         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18880         (netrc-parse): Use gnus-encrypt.el functions.
18881
18882         * gnus-encrypt.el: Add new file for encryption support; currently
18883         does only a few GPG ciphers and an internal XOR cipher.
18884
18885         * password.el: Add comments on using password-read-and-add.
18886         (password-read-and-add): Add function to read and add the
18887         password to the cache at once.
18888
18889 2004-07-28  Simon Josefsson  <jas@extundo.com>
18890
18891         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18892         parameter (but don't use it, for now).
18893
18894         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18895         instead of hard coding to nil.
18896
18897 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18900         as mm-inline-image-xemacs does.
18901
18902 2004-07-26  Simon Josefsson  <jas@extundo.com>
18903
18904         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18905         Revert part of 2004-07-17 change below.
18906
18907 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18908
18909         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18910         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18911
18912 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18913
18914         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18915         quotes that actually start with ">" at the beginning of the
18916         lines.
18917
18918 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18919
18920         * rfc2047.el (rfc2047-encode-region): Fix last change.
18921         (rfc2047-encode-parameter): Remove useless concat.
18922
18923 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18926         encode special characters; fix some kind of misconfigured headers;
18927         signal a real error if debug-on-quit or debug-on-error is non-nil.
18928         (rfc2047-encode-max-chars): New variable.
18929         (rfc2047-encode-1): Use it.
18930         (rfc2047-encode-parameter): New function.
18931
18932         * mml.el (mml-insert-parameter): Remove an excessive space.
18933
18934 2004-07-17  Simon Josefsson  <jas@extundo.com>
18935
18936         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18937         Kai Grossjohann <kai@emptydomain.de>.
18938         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18939         (gnus-group-make-menu-bar): Ditto.
18940
18941         * gnus-util.el (gnus-group-server): Add.
18942
18943 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18944
18945         * message.el (message-clone-locals): Clone sendmail and smtp
18946         variables.
18947
18948 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18949
18950         * rfc2047.el (rfc2047-encode-region): Fix last change.
18951
18952 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18955         characters as non-special.
18956
18957 2004-07-09  Simon Josefsson  <jas@extundo.com>
18958
18959         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18960         Users will lose all flag changes made while unplugged with
18961         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18962         good default.  See numerous reports on ding mailing list.
18963
18964 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18967         add generate-head-function and generate-article-function to the
18968         rfc822-forward entry.
18969         (nndoc-rfc822-forward-generate-article): New function.
18970         (nndoc-rfc822-forward-generate-head): New function.
18971
18972         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18973
18974 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18975
18976         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18977         respect display group parameter and gnus-summary-expunge-below.
18978         (gnus-articles-to-read): Remove unused reference to display group
18979         parameter.
18980
18981 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18982
18983         * nnheader.el (nnheader-uniquify-message-id): New experimental
18984         variable.
18985         (nnheader-nov-read-message-id): Use it.
18986
18987         * spam-report.el (spam-report-gmane): Add interactive.
18988
18989 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * mm-encode.el (mm-content-transfer-encoding-defaults):
18992         Use qp-or-base64 for the application/* types.
18993
18994 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18995
18996         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18997
18998 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18999
19000         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19001         trim value.
19002
19003 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19004
19005         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19006         New macro and function.
19007         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19008
19009 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19012         after-load-alist.
19013
19014 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19015
19016         * gnus-group.el (gnus-group-get-new-news-this-group):
19017         Don't update info that isn't there.
19018
19019 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19020
19021         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19022         entry.
19023
19024 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19025
19026         * mm-view.el (mm-inline-render-with-function): Use multibyte
19027         buffer; decode html source by charset.
19028
19029         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19030
19031         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19032         Mule-UCS is loaded under XEmacs.
19033         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19034
19035 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19036
19037         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19038
19039 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * mm-util.el (mm-coding-system-p): Return a coding-system.
19042         (mm-mime-mule-charset-alist): Use shift_jis instead of
19043         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19044         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19045         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19046         instead of japanese-shift-jis and iso-latin-1 respectively in
19047         order to share the default value with both Emacs and XEmacs-mule.
19048         (mm-mule-charset-to-mime-charset):
19049         Make mm-coding-system-priorities effective.
19050         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19051         while predicating of candidates upon the priorities.
19052
19053 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19054
19055         * gnus-sum.el (gnus-summary-make-menu-bar):
19056         Add gnus-uu-invert-processable.
19057
19058         * gnus.el: Autoload gnus-uu-invert-processable.
19059
19060 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * mm-util.el (mm-with-multibyte-buffer): New macro.
19063
19064         * rfc2047.el (rfc2047-encode-string): Use it.
19065         (rfc2047-encode-region): Move point to the end of the region after
19066         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19067
19068 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19071         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19072
19073 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19076         (gnus-cite-parse): Ignore quoted envelope From_.
19077         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19078
19079 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19080
19081         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19082         invalid addresses.
19083
19084 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19085
19086         * spam.el: Change section markers, revise TODO list.
19087         (spam-backends): Make new master list of all installed backends.
19088         (spam-summary-exit-behavior): Add new variable to determine how
19089         messages moves are done at summary exit.
19090         (spam-move-spam-nonspam-groups-only)
19091         (spam-process-ham-in-nonham-groups)
19092         (spam-process-ham-in-spam-groups): Remove variables, the
19093         spam-summary-exit-behavior variable should be used to manage this
19094         behavior.
19095         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19096         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19097         and spam-old-spam-articles.
19098         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19099         Add empty variables, placeholders for the backends they represent.
19100         (spam-set-difference): Move, unchanged.
19101         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19102         unless the user has a processor variable.
19103         (spam-classifications, spam-classification-valid-p)
19104         (spam-backend-properties, spam-backend-property-valid-p)
19105         (spam-backend-function-type-valid-p)
19106         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19107         (spam-report-articles-gmane, spam-report-articles-resend):
19108         Remove functions, they are not needed.
19109         (spam-install-backend-super, spam-backend-list)
19110         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19111         (spam-backend-function, spam-backend-ham-registration-function)
19112         (spam-backend-spam-registration-function)
19113         (spam-backend-ham-unregistration-function)
19114         (spam-backend-spam-unregistration-function)
19115         (spam-backend-statistical-p, spam-backend-mover-p)
19116         (spam-install-backend-alias, spam-install-checkonly-backend)
19117         (spam-install-mover-backend, spam-install-nocheck-backend)
19118         (spam-install-backend, spam-install-statistical-backend)
19119         (spam-install-statistical-checkonly-backend): Add backend installation
19120         support.
19121         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19122         (spam-group-processor-p): Use the new backend code and respect the
19123         summary exit behavior.
19124         (spam-mark-spam-as-expired-and-move-routine): Remove.
19125         (spam-summary-prepare): Change to use the new spam-old-articles
19126         variable.
19127         (spam-copy-or-move-routine, spam-copy-spam-routine)
19128         (spam-move-spam-routine, spam-copy-ham-routine)
19129         (spam-move-ham-routine): Add code to copy/move ham or spam.
19130         (spam-fetch-field-fast): Improve doc and code, plus allow the
19131         'number request.
19132         (spam-list-of-checks, spam-list-of-statistical-checks):
19133         Remove variables.
19134         (spam-split, spam-find-spam): Use the new backend code.
19135         (spam-registration-functions): Remove variable.
19136         (spam-unregister-routine): Add convenience wrapper.
19137         (spam-log-undo-registration, spam-register-routine)
19138         (spam-log-processing-to-registry)
19139         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19140         where possible.
19141         (spam-check-gmane-xref, spam-check-regex-headers)
19142         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19143         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19144         (spam-check-bogofilter-headers, spam-check-spamoracle)
19145         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19146         (spam-check-crm114-headers): Use the spam-split-group that
19147         spam-split prepares, no need to determine it every time.
19148
19149         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19150         to the nnheader-parse-naked-head call.
19151
19152         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19153
19154         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19155         the nnheader-nov-read-message-id call.
19156
19157 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19160         gnus-activate-group twice.  Suggested by Markus Peter
19161         <warp@spin.de>.
19162
19163 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19164
19165         * gnus-art.el (gnus-article-time-format): Exchange the order of
19166         day and month in the default value; fix customization type.
19167         (article-date-ut): Use add-text-properties.
19168         (article-make-date-line): Use message-make-date instead of
19169         current-time-string.
19170
19171         * message.el (message-fetch-field): Don't use set-text-properties.
19172         (message-make-date): Simplify.
19173
19174         * messagexmas.el (message-xmas-make-date): New function.
19175         (message-xmas-redefine): Defalias message-make-date to it.
19176
19177 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19180         (rfc2047-encode-region): Treat text within parentheses as special;
19181         show the original text when error has occurred.
19182
19183         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19184         already-computed method to gnus-activate-group.
19185
19186         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19187         same select-methods identical Lisp objects.
19188
19189         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19190         object when modifying the info.
19191
19192 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19193
19194         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19195         gnus-opened-servers since it has never been opened with the new
19196         configuration yet.
19197
19198 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19201         arg to nnheader-generate-fake-message-id.
19202
19203 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19204
19205         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19206         number and build a fake message ID localized to a group and
19207         article number (so it's repeatable from that point on).
19208         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19209         ID format.
19210
19211         * gnus-sum.el (gnus-get-newsgroup-headers):
19212         Call nnheader-generate-fake-message-id with the article number.
19213
19214 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19215
19216         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19217         end-of-buffer.
19218
19219 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19220
19221         * message.el (message-ignored-supersedes-headers): Add Approved.
19222
19223 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19224
19225         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19226         goto-char.
19227         (rfc2047-encode): Fold the line before encoding.
19228
19229 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19230
19231         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19232         folding -- not all headers can be folded, and this should be done
19233         by the message composition mode.  Probably.  I think.
19234
19235 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19238         fast.
19239
19240         * gnus-ems.el (gnus-remove-image): Don't use
19241         message-text-with-property; remove only the image found first.
19242
19243         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19244         found first.
19245
19246 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19247
19248         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19249
19250 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * message.el (message-text-with-property): Make it fast and accept
19253         optional arguments.
19254         (message-strip-forbidden-properties): Use it.
19255         (message-fix-before-sending): Follow the m-t-w-p change.
19256
19257         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19258
19259 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gnus-art.el (article-hide-headers): Don't change the buffer
19262         mistakenly when performing mml-preview even if
19263         gnus-single-article-buffer is nil.
19264
19265 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19266
19267         * message.el (message-expand-name-databases): New user option.
19268         (message-expand-name): Use it.
19269
19270 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19271
19272         * spam.el (spam-report-articles-resend)
19273         (spam-report-resend-register-routine): Allow ham reporting.
19274         (spam-report-resend-register-ham-routine): Add wrapper.
19275         (spam-registration-functions): Add ham resending functions.
19276         (spam-list-of-processors): Add ham resend processor.
19277
19278         * gnus.el (ham-resend-to): Add new group parameter.
19279         (spam-process): Add ham resend option.
19280
19281         * spam-report.el (spam-report-resend): Allow reporting ham.
19282         (spam-report-resend-ham): Add wrapper.
19283
19284 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19285
19286         * message.el (message-cite-articles-with-x-no-archive):
19287         New variable.
19288         (message-cite-original): Use it.
19289
19290 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19291
19292         * message.el (message-cite-original): Respect X-No-Archive.
19293
19294 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19295
19296         * gnus-art.el (article-hide-headers): Refer to the values for
19297         gnus-ignored-headers and gnus-visible-headers in the summary
19298         buffer since a user may have set them as group parameters.
19299
19300 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19301
19302         * assistant.el (assistant-node-name): Add convenience function.
19303         (assistant-render-text, assistant-render-node): Add error handling,
19304         plus handle multiple next nodes.
19305         (assistant-find-next-node): Comment out for now.
19306         (assistant-find-next-nodes): Add function, returns list of next
19307         nodes.
19308
19309 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * mail-source.el (mail-source-directory): Fix doc-string.
19312
19313 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19314
19315         * assistant.el (assistant-render-text, assistant-eval): Add :set
19316         widget type, which is different because it takes and returns a
19317         list.  Much hilarity ensues.
19318
19319 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19320
19321         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19322
19323         * gnus-group.el (gnus-group-get-new-news-this-group):
19324         Add doc-string.
19325
19326         * gnus-start.el (gnus-activate-group): Add doc-string.
19327
19328 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19329
19330         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19331
19332 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19333
19334         * assistant.el (assistant-render-text): Try to add a :set
19335         widget, more to come.
19336
19337         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19338         strings.
19339         (spam-report-articles-resend)
19340         (spam-register-routine): Do registration iff any articles warrant
19341         it.
19342         (spam-summary-prepare-exit): Change log message for nil group
19343         destinations.
19344
19345 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19346
19347         * spam.el (spam-report-resend-register-routine):
19348         Allow spam-report-resend-to to be a group parameter or a global value.
19349
19350 2004-05-26  Simon Josefsson  <jas@extundo.com>
19351
19352         * starttls.el: Merge with my GNUTLS based starttls.el.
19353         (starttls-gnutls-program, starttls-use-gnutls)
19354         (starttls-extra-arguments, starttls-process-connection-type)
19355         (starttls-connect, starttls-failure, starttls-success):
19356         New variables.
19357         (starttls-program, starttls-extra-args): Doc fix.
19358         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19359         New functions.
19360         (starttls-negotiate, starttls-open-stream):
19361         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19362         function if it is set.
19363
19364 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19365
19366         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19367         structured fields.
19368
19369 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19372
19373 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19374
19375         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19376         Add variable.
19377         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19378         assigning the spam-mark to new messages.
19379
19380 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19381
19382         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19383
19384 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19387
19388         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19389         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19390         default.
19391
19392 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19393
19394         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19395         correct data.
19396
19397 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19398
19399         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19400         (spam-group-processor-p): Fix function.
19401         (spam-group-processor-multiple-p)
19402         (spam-group-spam-processor-report-gmane-p)
19403         (spam-group-spam-processor-report-resend-p)
19404         (spam-group-spam-processor-bogofilter-p)
19405         (spam-group-spam-processor-blacklist-p)
19406         (spam-group-spam-processor-ifile-p)
19407         (spam-group-ham-processor-ifile-p)
19408         (spam-group-spam-processor-spamoracle-p)
19409         (spam-group-spam-processor-crm114-p)
19410         (spam-group-ham-processor-bogofilter-p)
19411         (spam-group-spam-processor-stat-p)
19412         (spam-group-ham-processor-stat-p)
19413         (spam-group-ham-processor-whitelist-p)
19414         (spam-group-ham-processor-BBDB-p)
19415         (spam-group-ham-processor-spamoracle-p)
19416         (spam-group-ham-processor-copy-p): Remove functions with some
19417         prejudice against unneeded code.
19418         (spam-report-articles-resend)
19419         (spam-report-resend-register-routine): Allow the group/topic
19420         spam-resend-to value to override spam-report-resend-to.
19421         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19422         properly now.
19423
19424         * gnus.el (spam-resend-to): Add group/topic parameter.
19425         (spam-process): Move the OBSOLETE processors to the end of the
19426         choices.
19427
19428 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19429
19430         * spam-report.el (spam-report-resend-to, spam-report-resend):
19431         Start with resend-to set to nil, and then ask the user if necessary.
19432         (spam-report-resend): spam-report-resend takes a list of articles, not
19433         separate article numbers.
19434
19435 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19436
19437         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19438         addition to emacs-w3m.
19439
19440 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19441
19442         * assistant.el (assistant-authinfo-data): New function.
19443         (assistant-eval): Eval for entire assistant.
19444
19445         * netrc.el (netrc-services-file): New variable.
19446         (netrc-parse-services): New function.
19447         (netrc-find-service-name): New function.
19448         (netrc-find-service-number): New function.
19449         (netrc-port-equal): New function.
19450         (netrc-machine): Use it.
19451
19452         * nnimap.el (nnimap-open-connection): Use netrc.
19453
19454         * gnus-util.el (gnus-netrc-get): Remove aliases.
19455
19456         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19457
19458         * assistant.el (wid-edit): Fix compilation.
19459
19460         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19461
19462 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19463
19464         * gnus-util.el (gnus-set-file-modes): New function.  (small
19465         patch).
19466
19467 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19468
19469         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19470
19471         * assistant.el (assistant-render-node): Fix up rendering and
19472         read-only text.
19473         (assistant-render-node): Reset.
19474         (assistant-make-read-only): Not sticky.
19475
19476 2004-05-20  Danny Siu  <dsiu@adobe.com>
19477
19478         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19479         centered even when gnus-auto-center-summary is t.
19480
19481 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19482
19483         * dns.el (dns-get-txt-answer): New function.
19484         (dns-read-txt): Ditto.
19485         (query-dns): Use it.
19486
19487 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19488
19489         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19490         active for foreign groups even if the group level is higher than
19491         the specified value.
19492
19493 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19494
19495         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19496         non-active groups.
19497
19498         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19499
19500 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19501
19502         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19503
19504 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19505
19506         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19507         (spam-crm114-header, spam-crm114-spam-switch)
19508         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19509         (spam-crm114-positive-spam-header)
19510         (spam-crm114-database-directory, spam-list-of-processors)
19511         (spam-group-spam-processor-crm114-p)
19512         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19513         (spam-generic-score, spam-list-of-checks)
19514         (spam-list-of-statistical-checks, spam-registration-functions)
19515         (spam-check-crm114-headers, spam-crm114-score)
19516         (spam-check-crm114, spam-crm114-register-with-crm114)
19517         (spam-crm114-register-spam-routine)
19518         (spam-crm114-unregister-spam-routine)
19519         (spam-crm114-register-ham-routine)
19520         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19521         From asjo@koldfront.dk (Adam Sjøgren).
19522
19523         * gnus.el: Add spam-use-crm114.
19524
19525         * spam.el (spam-list-of-processors, spam-registration-functions):
19526         Add spam-use-resend.
19527         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19528         (spam-report-articles-gmane): Add doc fix.
19529         (spam-report-articles-resend, spam-report-resend-register-routine):
19530         Add wrappers around spam-report-resend-to.
19531
19532         * spam-report.el (spam-report-resend-to, spam-report-resend):
19533         Add support for resending spam.
19534         (spam-report-gmane): Fix line length >80.
19535
19536         * gnus.el (spam-process): Add spam-use-resend.
19537
19538 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19539
19540         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19541         number of processed spam messages.
19542         (spam-ham-copy-or-move-routine): Return the number of processed
19543         ham messages.
19544         (spam-summary-prepare-exit): Use the above values to decide
19545         whether status messages shouled be displayed.
19546
19547 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19548
19549         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19550         `rfc2047-encoding-function-alist' in order to avoid conflicting
19551         with the old version.
19552         (rfc2047-encode-region): Concatenate words containing non-ASCII
19553         characters in structured fields; don't encode space-delimited
19554         ASCII words even in unstructured fields; don't break words at
19555         char-category boundaries.
19556         (rfc2047-encode-1): New function.
19557         (rfc2047-encode): Use it; encode text so that it occupies the
19558         maximum width within 76-column; work correctly on Q encoding for
19559         iso-2022-* charsets.
19560         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19561         sure not to break a line just after the header name.
19562         (rfc2047-b-encode-region): Remove.
19563         (rfc2047-b-encode-string): New function.
19564         (rfc2047-q-encode-region): Remove.
19565         (rfc2047-q-encode-string): New function.
19566
19567         * mm-util.el (mm-replace-in-string): New function.
19568
19569 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19570
19571         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19572         Really get it right.
19573         (gnus-inews-make-draft): Really.
19574
19575 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19576
19577         * nnmh.el (nnmh-request-list-1): Don't check the link count
19578         before descending.  (small patch)
19579
19580 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19581
19582         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19583         stuff.
19584
19585         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19586         Match on real group name.
19587
19588         * gnus-art.el (gnus-signature-limit): Doc fix.
19589
19590         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19591
19592         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19593
19594 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19595
19596         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19597         isn't a string.
19598
19599 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19600
19601         * gnus-draft.el (gnus-draft-send):
19602         Bind rfc2047-encode-encoded-words.
19603
19604         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19605         (rfc2047-encodable-p): Say that =? needs encoding.
19606         (rfc2047-encode-encoded-words): New variable.
19607
19608         * gnus-group.el (gnus-group-select-group): Doc fix.
19609
19610         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19611
19612         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19613         to nil.
19614
19615         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19616
19617         * nnheader.el (nnheader-get-lines-and-char): New function.
19618
19619 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19620
19621         * gnus-msg.el (gnus-summary-followup-with-original):
19622         Document yanking of region when active.
19623
19624 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19625
19626         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19627         groups if the group level is higher than the specified value.
19628
19629 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19630
19631         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19632         (gnus-group-jump-to-group): Add prefix argument using
19633         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19634         non-active group.
19635
19636         * compface.el (uncompface): Be verbose when changing
19637         `uncompface-use-external'.
19638
19639         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19640         handle manual section.
19641
19642 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19643
19644         * gnus-art.el (gnus-button-alist): Revert previous change.
19645
19646 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19647
19648         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19649
19650 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19651
19652         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19653         whether backend can accept message.
19654
19655         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19656
19657 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19658
19659         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19660         Avoid creating directory when nntp-marks-is-evil is true.
19661         Reported by Reiner Steib.
19662
19663 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19664
19665         * gnus-picon.el (gnus-picon-style): New variable.
19666         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19667         (gnus-picon-transform-address): Support `gnus-picon-style'.
19668         From Jesper Harder <harder@ifa.au.dk>.
19669
19670 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19671
19672         * message.el (message-fill-field): Return point.
19673         (message-generate-headers): Go to end of field.
19674
19675         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19676         stuff for non-living groups.
19677
19678 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19679
19680         * gnus-art.el (gnus-article-followup-with-original)
19681         (gnus-article-reply-with-original): gnus-mark-active-p ->
19682         gnus-region-active-p.
19683
19684 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19685
19686         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19687         only when there is spam or ham to be processed.
19688
19689 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19690
19691         * mail-source.el (mail-source-delete-crash-box): Refactor.
19692         (mail-source-fetch): Use it.
19693         (mail-source-fetch-file): Ditto.
19694         (mail-source-fetch-directory): Run postscript in loop.
19695         (mail-source-fetch-pop): Delete.
19696         (mail-source-fetch-maildir): Ditto.
19697         (mail-source-fetch-imap): Ditto.
19698
19699         * imap.el (imap-authenticators): Comment out sasl.
19700
19701         * message.el (message-skip-to-next-address): New function.
19702         (message-fill-header-address): Refactor.
19703         (message-fill-address): Use it.
19704         (message-delete-address): Use it.
19705         (message-fill-header-general): Refactor.
19706         (message-fill-field-address): Rename.
19707         (message-narrow-to-field): Find the start of the header.
19708         (message-header-format-alist): Don't pre-fill.
19709         (message-fill-header): Remove.
19710         (message-insert-header): New function.
19711         (message-shorten-references): Use it.
19712
19713         * rfc2047.el (rfc2047-field-value): Strip props.
19714
19715         * mail-parse.el (mail-header-make-address): New alias.
19716
19717         * ietf-drums.el (ietf-drums-make-address): New function.
19718
19719         * imap.el: Add compiler directives.
19720
19721         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19722
19723         * gnus-art.el (article-decode-idna-rhs): Don't use
19724         message-idna-inside-rhs-p.
19725
19726 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19727
19728         * message.el (message-idna-inside-rhs-p): Remove.
19729         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19730
19731         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19732         false positives.
19733
19734 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19735
19736         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19737
19738 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19739
19740         * nneething.el (nneething-file-name): Don't create spurious
19741         files.
19742
19743         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19744         (gnus-inews-do-gcc): Remove sleep.
19745
19746         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19747         part under point.
19748
19749         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19750         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19751
19752 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19753
19754         * spam.el (spam-summary-prepare-exit): Fix (length).
19755
19756 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19757
19758         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19759         as expired without moving it" message when there are spam
19760         messages left.
19761
19762 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19763
19764         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19765         header is not nil.
19766
19767 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19768
19769         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19770         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19771         (nntp-marks-changed-p): New arg SERVER.
19772         (nntp-request-update-info): Adjust caller.
19773
19774 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19775
19776         * nntp.el (nntp-save-marks): Pass missing arg.
19777
19778 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19779
19780         * nntp.el: Support marks.
19781         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19782         (nntp-marks-modtime, nntp-marks-directory): New variables.
19783         (nntp-request-set-mark, nntp-request-update-info)
19784         (nntp-possibly-create-directory, nntp-marks-changed-p)
19785         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19786         New functions.
19787
19788 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19789
19790         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19791         (gnus-xmas-redefine): Rename.
19792
19793         * gnus-score.el (gnus-score-insert-help):
19794         Use gnus-select-lowest-window.
19795
19796         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19797         appt-select-lowest-window and rename to gnus-select-lowest-window.
19798
19799         * gnus.el: do.
19800
19801 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19802
19803         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19804         encodings of MIME-encoded words, in order to improve
19805         interoperability with several broken MUAs.
19806
19807 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19808
19809         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19810         tags, only when charsets are not specified in headers.
19811         (mm-inline-text-html-render-with-w3m): Ditto.
19812
19813         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19814         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19815
19816 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19817
19818         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19819         instead of MIME-decoded from fields when checking
19820         `gnus-article-address-banner-alist'.
19821
19822 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19823
19824         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19825         description rather than subject.
19826
19827 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19828
19829         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19830
19831 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19832
19833         * gnus.el (gnus-version-number): Bump.
19834
19835 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19836
19837         * gnus.el: No Gnus v0.2 is released.
19838
19839 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19840
19841         * gnus-agent.el (gnus-agent-read-agentview):
19842         Inline gnus-uncompress-range.
19843
19844 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19845
19846         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19847         `exec-installed-p'.
19848
19849 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19850
19851         * gnus.el (spam-process, spam-autodetect-methods):
19852         Add bsfilter and bsfilter-headers.
19853
19854         * spam.el (spam-bsfilter): New customize group.
19855         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19856         (spam-bsfilter-header, spam-bsfilter-probability-header)
19857         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19858         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19859         (spam-bsfilter-database-directory): New options.
19860         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19861         (spam-list-of-statistical-checks, spam-registration-functions):
19862         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19863         (spam-bsfilter-score): New command.
19864         (spam-check-bsfilter-headers, spam-check-bsfilter)
19865         (spam-bsfilter-register-with-bsfilter)
19866         (spam-bsfilter-register-spam-routine)
19867         (spam-bsfilter-unregister-spam-routine)
19868         (spam-bsfilter-register-ham-routine)
19869         (spam-bsfilter-unregister-ham-routine): New functions.
19870         (spam-generic-score): Support bsfilter; Accept an optional argument
19871         to recalcurate spam score even if scoring header has already been
19872         added.
19873         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19874         optional argument to recalcurate spam score even if scoring header
19875         has already been added.
19876
19877 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19878
19879         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19880         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19881         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19882         link is missing.
19883
19884 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19885
19886         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19887         (html2text-get-attr): Rewrite.
19888
19889         * message.el (message-setup-1): Remove redundant put-text-property
19890         on mail-header-separator.
19891
19892 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19893
19894         * gnus-registry.el (gnus-registry-cache-whitespace)
19895         (gnus-registry-action, gnus-registry-spool-action)
19896         (gnus-registry-split-fancy-with-parent): Change message levels
19897         from 5 to 3 or 7, as needed.
19898
19899         * spam.el (spam-summary-prepare-exit)
19900         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19901         (spam-split, spam-find-spam, spam-log-undo-registration)
19902         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19903         level from 5 to 6.
19904
19905 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19906
19907         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19908         2004-03-04 change).
19909
19910 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19911
19912         * sieve-manage.el (sieve-manage-open):
19913         * nnweb.el (nnweb-insert-html):
19914         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19915         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19916         * nnspool.el (nnspool-request-group):
19917         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19918         * nnml.el (nnml-request-update-info):
19919         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19920         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19921         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19922         (nnimap-request-set-mark):
19923         * nnfolder.el (nnfolder-request-update-info):
19924         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19925         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19926         * gnus-uu.el (gnus-uu-find-articles-matching):
19927         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19928         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19929         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19930         * gnus-nocem.el (gnus-nocem-scan-groups):
19931         * gnus-int.el (gnus-start-news-server):
19932         * gnus-group.el (gnus-group-make-kiboze-group)
19933         (gnus-group-browse-foreign-server):
19934         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19935         Use mapc when appropriate.
19936
19937 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19938
19939         FIXME: Make separate entries for each person.
19940
19941         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19942         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19943         <shields@msrl.com>:
19944
19945         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19946         may need for spam sorting and scoring.
19947         (spam-user-format-function-S): Add user format function suitable for
19948         general use.
19949         (spam-article-sort-by-spam-status): Add sorting function for summary
19950         sorting.
19951         (spam-extra-header-to-number): Add function to get a score from a
19952         header.
19953         (spam-summary-score): Add function to get a numeric score from the
19954         headers.
19955         (spam-generic-score): Fix function doc, was in wrong place.
19956         (spam-initialize): Take symbols when it's run, and install the
19957         extra headers that spam-necessary-extra-headers thinks we need.
19958
19959 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19960
19961         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19962         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19963
19964 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19965
19966         * gnus-sum.el (gnus-set-global-variables)
19967         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19968         (gnus-article-get-xrefs, gnus-summary-best-group)
19969         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19970         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19971         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19972         Use with-current-buffer.
19973
19974 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19975
19976         * spam.el (spam-summary-prepare-exit): Simplify logic.
19977         (spam-fetch-article-header): Read the article header if it's not
19978         available.
19979         (spam-list-articles): Simplify logic.
19980         (spam-filelist-register-routine): Fix bug with unregister-list.
19981
19982         * gnus-registry.el: Fix comments at beginning.
19983
19984 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19985
19986         * message.el (message-cater-to-broken-inn): Remove.
19987         (message-shorten-references): Make sure the total folded length of
19988         References is shorter than 998 characters to cater to a bug in INN
19989         2.3.  Also, don't pretend that references aren't folded -- this
19990         hasn't worked for a while.
19991
19992 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19993
19994         * gnus-agent.el (gnus-agentize):
19995         gnus-agent-send-mail-real-function no longer set to current value
19996         of message-send-mail-function but rather a lambda that calls
19997         message-send-mail-function.  The change makes the agent real-time
19998         responsive to user changes to message-send-mail-function.
19999
20000 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20001
20002         * legacy-gnus-agent.el
20003         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20004         help from Florian Weimer <fw@deneb.enyo.de>
20005
20006 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * nnmail.el (nnmail-cache-insert): Revert last change.
20009
20010 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20011
20012         * nnmail.el (nnmail-cache-insert): Always check whether
20013         nnmail-cache-ignore-groups matches a group name.
20014
20015 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20016
20017         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20018         (spam-find-spam, spam-log-processing-to-registry)
20019         (spam-log-registered-p, spam-log-unregistration-needed-p)
20020         (spam-log-undo-registration): Use gnus-message instead of
20021         gnus-error, none of these errors are fatal.
20022
20023         * gnus-registry.el (gnus-registry-clean-empty-function)
20024         (gnus-registry-clean-empty): Remove only empty entries without
20025         extra data.
20026
20027 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20028
20029         * spam-stat.el (spam-stat-buffer-change-to-spam)
20030         (spam-stat-buffer-change-to-non-spam): Change (error) to
20031         (gnus-message 8) invocation.
20032
20033 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * nntp.el (nntp-via-netcat-command): New variable.
20036         (nntp-via-netcat-switches): New variable.
20037         (nntp-open-via-rlogin-and-netcat): New function.
20038         (nntp-open-connection-function): Doc fix.
20039         (nntp-telnet-command): Doc fix.
20040         (nntp-end-of-line): Doc fix.
20041         (nntp-via-rlogin-command): Doc fix.
20042         (nntp-via-user-name): Doc fix.
20043         (nntp-via-address): Doc fix.
20044
20045 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20046
20047         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20048         error in Emacs 21.1.
20049
20050 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20051
20052         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20053
20054 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20055
20056         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20057         (gnus-agent-with-refreshed-group): New macro.
20058         (gnus-agent-rename-group): New function.
20059         (gnus-agent-delete-group): New function.
20060         (gnus-agent-save-group-info): Use gnus-command-method when
20061         `method' parameter is nil.  Don't write nil entries into the
20062         active file.
20063         (gnus-agent-get-group-info): New function.
20064         (gnus-agent-fetch-articles):
20065         Use gnus-agent-update-files-total-fetched-for to increment disk space
20066         used.
20067         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20068         Use gnus-agent-update-view-total-fetched-for to increment disk space
20069         used.
20070         (gnus-agent-get-local): Add optional parameters to avoid calling
20071         gnus-group-real-name and gnus-find-method-for-group.
20072         (gnus-agent-set-local): Delete stored entry if either min, or max,
20073         are nil.
20074         (gnus-agent-fetch-session): Reworded error/quit messages.
20075         On quit, use gnus-agent-regenerate-group to record existance of any
20076         articles fetched to disk before the quit occurred.
20077         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20078         gnus-agent-update-view-total-fetched-for, and
20079         gnus-agent-update-files-total-fetched-for to decrement disk space
20080         used.
20081         (gnus-agent-retrieve-headers):
20082         Use gnus-agent-update-view-total-fetched-for to increment disk space
20083         used.
20084         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20085         with gnus-agent-update-files-total-fetched-for to decrement disk
20086         space and fresh group buffer.
20087         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20088         (gnus-agent-need-update-total-fetched-for): New variable.
20089         (gnus-agent-update-files-total-fetched-for): New function.
20090         (gnus-agent-update-view-total-fetched-for): New function.
20091         (gnus-agent-total-fetched-for): New function.
20092
20093         * gnus-cache.el (gnus-cache-save-buffers):
20094         Use gnus-cache-update-overview-total-fetched-for to change disk space
20095         used by this group.
20096         (gnus-cache-possibly-enter-article):
20097         Use gnus-cache-update-file-total-fetched-for to increment disk space
20098         used by this group.
20099         (gnus-cache-possibly-remove-article):
20100         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20101         used by this group.
20102         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20103         (gnus-cache-rename-group): New function.
20104         (gnus-cache-delete-group): New function.
20105         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20106         (gnus-cache-need-update-total-fetched-for): New variable.
20107         (gnus-cache-with-refreshed-group): New macro.
20108         (gnus-cache-update-file-total-fetched-for): New function.
20109         (gnus-cache-update-overview-total-fetched-for): New function.
20110         (gnus-cache-rename-group-total-fetched-for): New function.
20111         (gnus-cache-delete-group-total-fetched-for): New function.
20112         (gnus-cache-total-fetched-for): New function.
20113
20114         * gnus-group.el: Require gnus-sum and autoload functions to
20115         resolve warnings when gnus-group.el compiled alone.
20116         (gnus-group-line-format): Documented new %F.
20117         (size of Fetched data) group line format; identifies disk space
20118         used by agent and cache.
20119         (gnus-group-line-format-alist): Defined new F format.
20120         (gnus-total-fetched-for): New function.
20121         (gnus-group-delete-group): No longer update
20122         gnus-cache-active-altered as gnus-request-delete-group now keeps
20123         the cache in sync.
20124         (gnus-group-list-active): Let the agent store a server's active
20125         list if currently plugged.
20126
20127         * gnus-int.el (gnus-request-delete-group):
20128         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20129         local disk in sync with the server.
20130         (gnus-request-rename-group):
20131         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20132         local disk in sync with the server.
20133
20134         * gnus-start.el (gnus-get-unread-articles):
20135         Cosmetic simplification to logic.
20136
20137         * gnus-util.el (gnus-rename-file): New function.
20138
20139 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20140
20141         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20142
20143 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20144
20145         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20146         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20147
20148 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20149
20150         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20151         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20152
20153 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20154
20155         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20156
20157 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20158
20159         * spam.el (spam-set-difference): Add function to replace
20160         gnus-set-difference in spam.el.
20161         (spam-summary-prepare-exit): Use spam-set-difference.
20162
20163 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20164
20165         * gnus-registry.el (gnus-registry-cache-file): Update to use
20166         gnus-dribble-directory OR gnus-home-directory OR ~.
20167         (gnus-registry-split-fancy-with-parent): Fix doc.
20168
20169 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20170
20171         * message.el (message-exchange-point-and-mark):
20172         Use message-mark-active-p.  Suggested by Jesper Harder
20173         <harder@ifa.au.dk>.
20174
20175 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * message.el (message-exchange-point-and-mark): Don't activate
20178         region if it was inactive.  Suggested by Hiroshi Fujishima
20179         <pooh@nature.tsukuba.ac.jp>.
20180
20181 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20182
20183         * gnus-art.el (article-display-face): Display Faces in the same
20184         order as X-Faces.
20185
20186 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20187
20188         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20189
20190 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20191
20192         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20193         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20194         (gnus-article-mime-hierarchy): Remove.
20195         (gnus-article-mime-hierarchy-next): Remove.
20196         (gnus-article-mode): Revert 2004-03-19 change.
20197         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20198         (gnus-insert-mime-button): Revert 2004-03-19 change.
20199         (gnus-mime-accumulate-hierarchy): Remove.
20200         (gnus-mime-enter-multipart): Remove.
20201         (gnus-mime-leave-multipart): Remove.
20202         (gnus-mime-display-part): Revert 2004-03-19 change.
20203         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20204
20205         * mml.el (mml-preview): Revert 2004-03-19 change.
20206
20207 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20208
20209         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20210
20211 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20212
20213         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20214         t while entering a file name using the mm-with-multibyte macro.
20215         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20216
20217         * mm-util.el (mm-with-multibyte): New macro.
20218
20219 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20220
20221         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20222         New user option.
20223         (gnus-mime-multipart-functions): Doc and customization fix.
20224         (gnus-article-mime-hierarchy): New variable.
20225         (gnus-article-mime-hierarchy-next): New variable.
20226         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20227         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20228         gnus-article-mime-hierarchy-next to nil.
20229         (gnus-insert-mime-button): Show hierarchy numbers.
20230         (gnus-mime-accumulate-hierarchy): New function.
20231         (gnus-mime-enter-multipart): New function.
20232         (gnus-mime-leave-multipart): New function.
20233         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20234         (gnus-mime-display-alternative): Show hierarchy numbers.
20235
20236         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20237         gnus-article-mime-hierarchy-next to nil.
20238
20239 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20240
20241         * dns.el: Don't require gnus-xmas.
20242
20243 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20244
20245         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20246         inline PGP.
20247         (mml-menu): Disable mml-quote-region if mark is inactive.
20248
20249 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20250
20251         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20252         when the group's active is not available.
20253
20254 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20255
20256         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20257         error.
20258
20259 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20260
20261         * imap.el (imap-store-password): New variable.
20262         (imap-interactive-login): Use it.
20263         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20264
20265 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20266
20267         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20268         window-start and hscroll to summary window.
20269
20270 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20271
20272         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20273         conversion message to newsrc-dribble when an actual conversion is
20274         performed.
20275
20276 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20277
20278         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20279
20280 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20281
20282         * mm-decode.el (mm-complicated-handles): New function reviving
20283         former definition of mm-multiple-handles.
20284
20285         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20286         (gnus-mime-delete-part): Use it.
20287
20288 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20289
20290         * gnus-agent.el (gnus-agent-read-local):
20291         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20292         avoid the implicit assumption that they will always be equal.
20293         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20294         coding-system-for-write, as the with-temp-file macro first prints
20295         to a buffer then saves the buffer.
20296
20297 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * gnus-art.el (gnus-article-edit-part): New function.
20300         (gnus-mime-save-part-and-strip): Use it; do query instead of
20301         signaling an error; don't use mm-multiple-handles.
20302         (gnus-mime-delete-part): Ditto.
20303
20304 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20305
20306         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20307         old file versions.
20308         (gnus-group-prepare-hook): Remove function that converted list
20309         form of gnus-agent-expire-days to group properties.
20310
20311         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20312         (gnus-request-accept-article): Re-indented.
20313
20314         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20315         converters to handle old agent file formats.  Add logic for a
20316         "backup before upgrading warning".
20317         (gnus-convert-mark-converter-prompt): Developers can mark
20318         functions as needing (default), or not needing,
20319         gnus-convert-old-newsrc's "backup before upgrading warning".
20320         (gnus-convert-converter-needs-prompt): Tests whether the user
20321         should be protected from potentially irreversable changes by the
20322         function.
20323
20324         * legacy-gnus-agent.el: New.  Provides converters that are only
20325         loaded when gnus-convert-old-newsrc needs to call them.
20326
20327 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * mail-source.el (mail-source-touch-pop): Doc fix.
20330
20331         * message.el (message-smtpmail-send-it): Doc fix.
20332
20333 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20334
20335         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20336
20337         * nnmail.el (nnmail-split-fancy): do.
20338
20339         * gnus-kill.el (gnus-kill, gnus-execute): do.
20340
20341 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20342
20343         * gnus-sum.el (gnus-widget-reversible-match)
20344         (gnus-widget-reversible-to-internal)
20345         (gnus-widget-reversible-to-external): New functions.
20346         (gnus-widget-reversible): New widget.
20347         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20348
20349 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20350
20351         * gnus-sum.el (gnus-thread-sort-functions)
20352         (gnus-article-sort-functions): Document `(not F)' items.
20353
20354 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20355
20356         * spam.el (spam-use-gmane-xref): Add new backend.
20357         (spam-gmane-xref-spam-group): Add variable to control the name of the
20358         Gmane spam group.
20359         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20360         (spam-regex-headers-spam, spam-regex-headers-ham)
20361         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20362         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20363         backends and checks.
20364         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20365
20366         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20367         an autodetect method.
20368
20369 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20370
20371         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20372         articles are being added to a group.
20373         (gnus-request-replace-article): Inform the agent that articles
20374         need to be uncached as the cached contents are no longer valid.
20375
20376 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20377
20378         * binhex.el: Don't autoload executable-find.
20379
20380         * canlock.el: Don't autoload mail-fetch-field.
20381
20382         * dgnushack.el: Autoload c-mode for XEmacs.
20383
20384         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20385
20386         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20387         rmail-dont-reply-to and rmail-output.
20388
20389         * gnus-score.el: Don't autoload ffap-string-at-point.
20390
20391         * gnus-setup.el: Don't autoload sc-cite-original.
20392
20393         * imap.el: Don't autoload base64-decode-string,
20394         base64-encode-string and md5.
20395
20396         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20397         and rmail-msg-restore-non-pruned-header.
20398
20399         * mm-decode.el: Don't autoload executable-find.
20400
20401         * mm-url.el: Don't autoload executable-find.
20402
20403         * mm-view.el: Don't autoload diff-mode.
20404
20405         * nndb.el: Don't autoload news-reply-mode, news-setup,
20406         cancel-timer and telnet.
20407
20408         * password.el: Don't autoload run-at-time for Emacs.
20409
20410         * sha1-el.el: Don't autoload executable-find.
20411
20412         * sieve-mode.el: Don't autoload c-mode.
20413
20414         * uudecode.el: Don't autoload executable-find.
20415
20416 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20417
20418         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20419         (gnus-agent-possibly-alter-active): Avoid null in numeric
20420         comparison.
20421         (gnus-agent-set-local): Refuse to save null in local object table.
20422         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20423         list of articles that will be marked as unread.
20424
20425 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20428
20429 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20430
20431         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20432         language tags.
20433
20434 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20435
20436         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20437         Don't bind "obarray".
20438
20439         * gnus-sum.el (gnus-thread-sort-functions):
20440         Add `gnus-thread-sort-by-most-recent-number' and
20441         `gnus-thread-sort-by-most-recent-date'.
20442         Reported by Kai Grossjohann <kai@emptydomain.de>.
20443
20444 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20445
20446         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20447
20448 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20449
20450         * gnus-cus.el (gnus-agent-customize-category):
20451         Remove ignore-errors macro reference that required cl to be loaded at
20452         run-time.
20453
20454         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20455         single-interval range of the form (min . max).  Previously the
20456         range had to look like ((min . max)).  Likewise, return
20457         (min . max) rather than ((min . max)).
20458         (gnus-range-map): Use gnus-range-normalize to accept
20459         single-interval range.
20460
20461         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20462         the cache, but not the agent, now appear with their usual face.
20463
20464         * dgnushack.el (loaddir): New variable that is bound to the
20465         directory containing the dgnushack.el file. Use loaddir, rather
20466         than srcdir, to update load-path. Change lets dgnushack compile
20467         code in directories other than GNUS/lisp.
20468
20469 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20470
20471         * lpath.el: Don't bind w3m-safe-url-regexp.
20472
20473         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20474         w3m-safe-url-regexp variable buffer-local.
20475
20476         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20477
20478 2004-02-27  Simon Josefsson  <jas@extundo.com>
20479
20480         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20481         gnus-group-real-prefix.
20482         (gnus-summary-move-article): Use it, instead of
20483         gnus-group-real-prefix.
20484
20485 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20486
20487         * lpath.el: Bind w3m-safe-url-regexp.
20488
20489         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20490         w3m-safe-url-regexp variable buffer-local and set it as the value
20491         of mm-w3m-safe-url-regexp.
20492
20493         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20494
20495         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20496         parsing gnus-posting-styles when the message is not for replying.
20497
20498         * dgnushack.el: Autoload sgml-mode for XEmacs.
20499
20500         * nnrss.el (nnrss-opml-export):
20501         Use mm-set-buffer-file-coding-system instead of
20502         set-buffer-file-coding-system.
20503
20504 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20505
20506         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20507         of checkdoc.el).
20508         * nnrss.el: do.
20509         * gnus-mlspl.el: do.
20510         * gnus-ml.el: do.
20511         * gnus-srvr.el: do.
20512
20513         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20514
20515 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20516
20517         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20518         Corrections to custom-manual links.
20519
20520         * gnus-art.el (gnus-article): Ditto.
20521
20522         * mm-decode.el (mime-display, mime-security): Ditto.
20523
20524 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20525
20526         * flow-fill.el: Typo.
20527
20528 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20529
20530         * spam-wash.el: New file.
20531
20532 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20533
20534         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20535
20536 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20537
20538         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20539         to be run with new-articles as LIST1, not LIST2.
20540         (spam-registration-functions): Add spam-use-ham-copy as a nil
20541         registration backend.
20542
20543 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20544
20545         * spam-stat.el (spam-stat-washing-hook): New option.
20546         (spam-stat-buffer-words): Use it.
20547         (spam-stat-process-directory, spam-stat-test-directory):
20548         Use insert-file-contents-literally.
20549         (spam-stat-coding-system): New variable.
20550         (spam-stat-load, spam-stat-save): Use it.
20551
20552 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * spam-report.el (spam-report-plug-agent):
20555         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20556
20557 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20558
20559         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20560         Allow / in mailto URLs.
20561
20562 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20563
20564         * spam-report.el (spam-report-process-queue): Fix interactive use.
20565         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20566         (spam-report-unplug-agent): Doc fixes.
20567         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20568         (spam-report-agentize, spam-report-deagentize): Autoload.
20569
20570 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20573
20574         * message.el (message-setup-fill-variables): Add mml tags to
20575         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20576         <ajk@iu.edu>.
20577         (message-mode): Don't modify paragraph-separate there.
20578
20579 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20580
20581         * compface.el (uncompface-use-external): Default to undecided.
20582         (uncompface-use-external-threshold): New variable.
20583         (uncompface-float-time): New macro.
20584         (uncompface): Determine whether to use the external decoder if
20585         uncompface-use-external is undecided.
20586
20587 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20588
20589         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20590         after images.
20591
20592         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20593
20594 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20595
20596         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20597
20598         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20599
20600         * gnus-sum.el (gnus-summary-limit-to-age)
20601         (gnus-summary-limit-children): do.
20602
20603         * gnus-int.el (gnus-request-scan): do.
20604
20605         * gnus-group.el (gnus-group-suspend): do.
20606
20607         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20608
20609         * gnus-cite.el (gnus-cite-parse-attributions): do.
20610
20611         * gnus-agent.el (gnus-summary-set-agent-mark)
20612         (gnus-agent-regenerate-group): do.
20613
20614         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20615
20616         * binhex.el (binhex-decode-region-internal): do.
20617
20618 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20619
20620         * gnus-fun.el (gnus-face-properties-alist): New user option.
20621         (gnus-display-x-face-in-from): Use it.
20622
20623         * gnus-art.el (article-display-face): Ditto.
20624
20625         * compface.el (uncompface-use-external): Default to nil.
20626
20627 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20628
20629         * nntp.el (nntp-erase-buffer): New function.
20630         (nntp-retrieve-data, nntp-send-command)
20631         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20632         (nntp-possibly-change-group): Use it.
20633
20634         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20635         Use with-current-buffer.
20636
20637 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20638
20639         * compface.el: Merge the ELisp-based uncompface program.
20640         (compface): New customization group.
20641         (uncompface-use-external): New user option.
20642         (uncompface): Call uncompface-internal if uncompface-use-external
20643         is nil.
20644         (uncompface-internal): New function.  Note that there are also
20645         some other functions and variables added for this function.
20646
20647 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20648
20649         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20650         if necessary.
20651
20652 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20653
20654         * spam-report.el (spam-report-unplug-agent)
20655         (spam-report-plug-agent, spam-report-deagentize)
20656         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20657         Add support for the Agent in spam-report: when unplugged, report to a
20658         file; when plugged, submit all the requests.
20659
20660         * spam.el (spam-register-routine): Fix message about
20661         registration.
20662
20663 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20664
20665         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20666         dependencies.
20667         (rfc2047-encode): Use it.
20668
20669         * gnus-art.el (gnus-button-marker-list): Move before first
20670         reference.
20671
20672         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20673         (imap-parse-body): Fix format string mismatch.
20674
20675         * gnus-score.el (gnus-summary-increase-score): do.
20676
20677         * nnrss.el (nnrss-close): New function.
20678
20679 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20680
20681         * nnrss.el (nnrss-make-filename): New function.
20682         (nnrss-request-delete-group, nnrss-read-server-data)
20683         (nnrss-save-server-data, nnrss-read-group-data)
20684         (nnrss-save-group-data): Use it.
20685         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20686         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20687         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20688
20689 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20690
20691         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20692
20693 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20694
20695         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20696         files.
20697
20698         * message.el (message-generate-headers-first): Don't quote nil
20699         and t in docstrings.
20700
20701         * imap.el (imap-id): do.
20702
20703         * gnus-agent.el (gnus-agent-consider-all-articles)
20704         (gnus-agent-queue-mail): do.
20705
20706 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20707
20708         * spam-report.el (spam-report-process-queue): New function.
20709         Process requests from `spam-report-requests-file'.
20710         (spam-report-process-queue): Doc fix.
20711
20712 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20713
20714         * spam.el (spam-register-routine)
20715         (spam-log-processing-to-registry, spam-log-registered-p)
20716         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20717         Change "check" to "spam-check" for semi-clarity.
20718
20719 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20720
20721         * pop3.el: Require nnheader.
20722
20723         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20724
20725         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20726
20727         * gnus-picon.el: Require cl.
20728
20729         * gnus-fun.el: Require gnus-ems and gnus-util.
20730
20731         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20732
20733         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20734
20735         * gnus-art.el (gnus-article-edit-mode): Define before first
20736         reference.
20737
20738 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20739
20740         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20741         (gnus-uu-post-encoded): Use point-at-bol.
20742
20743         * gnus-topic.el (gnus-group-active-topic-p): do.
20744
20745         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20746
20747         * gnus-group.el (gnus-group-kill-region): do.
20748
20749         * gnus-art.el (article-date-ut): do.
20750
20751         * message.el (message-fetch-field): Remove redundant
20752         case-fold-search binding.
20753         (message-narrow-to-field): Simplify.
20754
20755 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20756
20757         * spam.el (spam-directory): Derive from `gnus-directory'.
20758
20759         * spam-report.el (spam-report-url-to-file)
20760         (spam-report-requests-file): New function and variable for offline
20761         reporting.
20762         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20763         and user defined function.
20764         (spam-report-url-ping-mm-url): Remove doubled slash.
20765
20766 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20767
20768         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20769
20770 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20771
20772         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20773         Fix format string mismatch.
20774
20775         * sieve.el (sieve-deactivate-all): do.
20776
20777         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20778
20779         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20780
20781         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20782
20783         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20784
20785 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20786
20787         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20788         the list of checks.
20789
20790 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20791
20792         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20793         padding.
20794
20795 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20796
20797         * mm-view.el (mm-fill-flowed): New variable.
20798         (mm-inline-text): Use it.
20799
20800 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20801
20802         * spam.el (spam-spamassassin-register-ham-routine)
20803         (spam-spamassassin-register-spam-routine): Fix function names.
20804
20805 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * gnus.el (gnus-tmp-grouplens): Remove.
20808         (gnus-summary-line-format): Remove grouplens.
20809
20810         * gnus-group.el (gnus-group-line-format): Ditto.
20811
20812         * gnus-spec.el (gnus-format-specs): Ditto.
20813         (gnus-update-format-specifications): Flush the group format spec
20814         cache if there's the grouplens stuff.
20815         (gnus-parse-simple-format): Replace %l with the empty string.
20816
20817 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20818
20819         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20820         omission.
20821
20822 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20823
20824         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20825         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20826
20827 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20828
20829         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20830         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20831         New macros and functions.
20832         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20833         Handle > NLINK_MAX messages.
20834         * nnmaildir.el (nnmaildir-request-set-mark):
20835         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20836
20837 2004-01-25  Alex Schroeder  <alex@gnu.org>
20838
20839         * spam-stat.el (spam-stat-process-directory-age): New option.
20840         (spam-stat-process-directory): Use it.
20841
20842 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20843
20844         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20845         (spam-stat-save): Accept prefix argument.
20846
20847 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20848
20849         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20850         links" error.
20851
20852 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20853
20854         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20855         the rest of the and/or forms.
20856
20857 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20858
20859         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20860         compatibility with old .newsrc.eld files.
20861
20862         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20863
20864         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20865
20866         * gnus-start.el (gnus-1): do.
20867
20868         * gnus-group.el (gnus-group-line-format-alist): do.
20869
20870         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20871
20872         * gnus-gl.el: Remove.
20873
20874 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20875
20876         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20877         marks consisting of a single range {for example, (3 . 5)} rather
20878         than a list of a single range { ((3 . 5)) }.
20879
20880 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20881
20882         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20883         Use with-current-buffer.
20884         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20885         avoid consing a string.
20886
20887         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20888         Remove obsolete entries for big5 and gb2312.
20889
20890 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20891
20892         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20893         uncompressed list.
20894
20895 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20896
20897         * spam-stat.el (spam-stat-strip-xref): New function.
20898         (spam-stat-process-directory): Use it.
20899
20900         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20901         here -- it's done in message-fetch-field.
20902
20903 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20904
20905         * gnus-agent.el (gnus-agent-queue-mail)
20906         (gnus-agent-prompt-send-queue): New variables.
20907         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20908         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20909         "nndraft:queue" along to gnus-draft-send.
20910         Use gnus-agent-prompt-send-queue.
20911         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20912         is "nndraft:queue".  Suggested by Gaute Strokkenes
20913         <gs234@srcf.ucam.org>
20914
20915         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20916         (agent-enable-undownloaded-faces): Add.
20917         (gnus-agent-cat-groups): Use eval-and-compile, not
20918         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20919         method of gnus-agent-cat-groups even when the buffer has been
20920         evaled.
20921         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20922         delete gnus-agent-save-active-1.
20923         (gnus-agent-save-groups): Delete.  Identical to
20924         gnus-agent-save-active.
20925         (gnus-agent-write-active): No longer adjust agent's copy of active
20926         file as agent's adjustments are now stored in their own
20927         file.  Remove optional parameter.
20928         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20929         servers.  Add use of min/max range limits from server's local
20930         file.
20931         (gnus-agent-save-alist): Remove unused optional argument.
20932         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20933         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20934         (gnus-agent-set-local): A per-server file that keeps min/max range
20935         limits for articles known to the agent.  Provides a fast mechanism
20936         for altering many active ranges.
20937         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20938         active file (local makes it unnecessary).
20939         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20940
20941         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20942         (agent-enable-undownloaded-faces): Add.
20943
20944         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20945         disable it when sending to "nndraft:queue".
20946         (gnus-group-send-queue): Add safety check to avoid sending queue
20947         when unplugged.
20948
20949         * gnus-group.el (gnus-group-catchup): Use new
20950         gnus-sequence-of-unread-articles, not
20951         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20952         numbers of articles.  Use gnus-range-map to avoid having to
20953         uncompress the unread list.
20954         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20955         Fix invalid ange-ftp reference.
20956
20957         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20958         (gnus-sorted-range-intersection): Intersection of two ranges
20959         without requiring that they first be uncompressed.
20960
20961         * gnus-start.el (gnus-activate-group): Unless blocked by the
20962         caller, possibly expand the active range to include both cached
20963         and agentized articles.
20964         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20965         multiple version-dependent converters.
20966         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20967         gnus-agent-save-active.
20968         (gnus-save-newsrc-file): Save dirty agent range limits.
20969
20970         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20971         gnus-agent-possibly-alter-active.
20972         (gnus-adjust-marked-articles): Faster handling of simple lists.
20973
20974 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20975
20976         * spam-stat.el (spam-stat-test-directory): New optional argument
20977         displays a list of files detected.  Suggested by Andrew Cohen
20978         <cohen@andy.bu.edu>.
20979         (spam-stat-buffer-words-with-scores): Don't narrow and change
20980         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20981
20982 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20983
20984         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20985         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20986         (spam-spamassassin-arguments)
20987         (spam-spamassassin-spam-flag-header)
20988         (spam-spamassassin-positive-spam-flag-header)
20989         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20990         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20991         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20992         (spam-list-of-processors, spam-list-of-checks)
20993         (spam-list-of-statistical-checks, spam-registration-functions)
20994         (spam-check-spamassassin-headers, spam-check-spamassassin)
20995         (spam-spamassassin-score)
20996         (spam-spamassassin-register-with-sa-learn)
20997         (spam-spamassassin-register-spam-routine)
20998         (spam-spamassassin-register-ham-routine)
20999         (spam-assassin-register-spam-routine)
21000         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21001         (spam-bogofilter-score): Fix to show article before scoring.
21002
21003 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21004
21005         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21006         default scoring function.
21007         (spam-generic-score): Call spam-spamassassin-score if
21008         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21009         spam-bogofilter-score otherwise.
21010
21011         * gnus.el (spam-process, spam-autodetect-methods):
21012         Add spamassassin and spamassassin-headers.
21013
21014 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21015
21016         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21017         Suppress unnecessary messages.
21018
21019 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21020
21021         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21022         make-hash-table.
21023
21024 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21025
21026         * canlock.el (base64-encode-string): Don't autoload it.
21027
21028 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21029
21030         * run-at-time.el: Remove useless (require 'itimer),
21031         eval-and-compile and (featurep 'xemacs).
21032
21033 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21034
21035         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21036         GROUP is a virtual group.
21037
21038 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21039
21040         * gnus.el: Autoload `message-y-or-n-p'.
21041
21042 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21043
21044         * pgg-parse.el: Remove unnecessary (require 'custom).
21045
21046         * pgg-def.el: do.
21047
21048         * nnmail.el: do.
21049
21050         * gnus-undo.el: do.
21051
21052         * gnus-picon.el: do.
21053
21054         * gnus-util.el: do.
21055
21056 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21057
21058         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21059
21060 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21061
21062         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21063         handle, as well as a list.
21064
21065         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21066         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21067         (mm-w3m-cid-retrieve): Simplify.
21068
21069 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21070
21071         * message.el (message-kill-to-signature): Allow prefix arg to
21072         specify number of lines to keep before signature.
21073
21074 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21075
21076         * message.el (message-kill-to-signature): Change docstring.
21077
21078 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21079
21080         * canlock.el: Always require sha1-el.
21081         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21082
21083         * message.el: Autoload sha1 only when compiling.
21084
21085         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21086         eudc-expand-inline for XEmacs.
21087
21088 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21089
21090         * message.el (message-canlock-generate): Require sha1-el.
21091
21092 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21093
21094         * message.el (message-expand-name): Silence the byte compiler.
21095
21096         * lpath.el: Add detect-coding-system.
21097
21098         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21099         cus-edit.
21100
21101 2004-01-13  Simon Josefsson  <jas@extundo.com>
21102
21103         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21104         Invoke gnus-score-mode.
21105         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21106
21107         * gnus-range.el (gnus-compress-sequence): Doc fix.
21108         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21109
21110 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21111
21112         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21113
21114 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21115
21116         * spam.el (spam-get-article-as-string): Update to use
21117         gnus-request-article-this-buffer, much simpler.
21118         (spam-get-article-as-buffer): Remove.
21119
21120 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21121
21122         * message.el (message-expand-name): Use EUDC if the user uses that.
21123
21124 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21125
21126         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21127         character for the encoding to avoid consing a string.
21128
21129         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21130         unnecessarily.
21131
21132         * mm-util.el (mm-replace-chars-in-string): Remove.
21133
21134         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21135         of mm-replace-chars-in-string.
21136
21137 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21138
21139         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21140
21141         * mm-util.el (mm-subst-char-in-string): Support inplace.
21142
21143         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21144         a new string in every iteration.  Use shy groups.
21145
21146 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21147
21148         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21149         * gnus-soup.el (gnus-soup-group-brew):
21150         * gnus-msg.el (gnus-put-message):
21151         * gnus-move.el (gnus-group-move-group-to-server):
21152         * gnus-kill.el (gnus-batch-score):
21153         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21154         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21155         (gnus-group-update-group, gnus-group-read-group)
21156         (gnus-group-make-group, gnus-group-make-help-group)
21157         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21158         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21159         (gnus-group-sort-by-unread, gnus-group-catchup)
21160         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21161         (gnus-group-yank-group, gnus-group-set-info)
21162         (gnus-group-list-groups):
21163         * gnus.el (gnus-generate-new-group-name):
21164         * gnus-delay.el (gnus-delay-send-queue):
21165         * nnvirtual.el (nnvirtual-catchup-group):
21166         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21167         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21168         (gnus-group-prepare-topics, gnus-topic-check-topology):
21169         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21170         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21171         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21172         (gnus-group-make-articles-read):
21173         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21174         (gnus-group-change-level, gnus-kill-newsgroup)
21175         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21176         (gnus-get-unread-articles, gnus-make-articles-unread)
21177         (gnus-make-ascending-articles-unread): Use accessor
21178         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21179         to get group information for improved readability.
21180
21181
21182 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21183
21184         * gnus-art.el (article-decode-mime-words, article-babel)
21185         (gnus-article-highlight-signature, gnus-article-add-buttons)
21186         (gnus-signature-toggle): Use gnus-with-article-buffer.
21187
21188         * gnus-art.el (gnus-article-highlight-headers)
21189         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21190
21191         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21192         (gnus-article-set-globals, gnus-request-article-this-buffer)
21193         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21194         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21195         (gnus-mime-display-alternative): Use with-current-buffer.
21196
21197 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21198
21199         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21200         also under 80 char limit, and call gnus-error if needed.
21201         (spam-fetch-article-header): Fix - it was a
21202         buffer-local variable (gnus-newsgroup-data).
21203         (spam-find-spam): Use spam-generate-fake-headers, forget about
21204         spam-insert-fake-headers.
21205         (spam-insert-fake-headers): Remove.
21206
21207 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21208
21209         * deuglify.el (gnus-article-outlook-unwrap-lines)
21210         (gnus-outlook-rearrange-article)
21211         (gnus-outlook-repair-attribution-outlook)
21212         (gnus-outlook-repair-attribution-block)
21213         (gnus-outlook-repair-attribution-other): Remove redundant
21214         save-excursion.
21215
21216 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21217
21218         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21219         (spam-fetch-field-subject-fast)
21220         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21221         (spam-fetch-article-header): Add functions to deal with Gnus
21222         internals for fast retrieval of article header data.
21223         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21224
21225 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21226
21227         * pop3.el (pop3-md5): Remove.
21228         (pop3-apop): Replace pop3-md5 with md5.
21229
21230         * mm-bodies.el: base64 is always built-in.
21231
21232         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21233         Use with-current-buffer.
21234
21235 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21236
21237         * canlock.el (canlock-insert-header): Remove excessive grouping in
21238         regexp.
21239
21240         * gnus-sum.el (gnus-summary-read-document): Ditto.
21241
21242         * gnus-uu.el (gnus-uu-part-number): Ditto.
21243
21244         * html2text.el (html2text-remove-tags): Ditto.
21245         (html2text-format-tags): Ditto.
21246         (html2text-format-single-elements): Ditto.
21247
21248         * mml.el (mml-parse-1): Ditto.
21249
21250 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21251
21252         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21253
21254         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21255
21256         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21257
21258         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21259
21260 2003-11-15  Simon Josefsson  <jas@extundo.com>
21261
21262         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21263         (pgg-gpg-lookup-key): Use regexp match instead of
21264         split-string (split-string is different between emacs 21.2 and
21265         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21266
21267 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21268
21269         * gnus-art.el (gnus-mime-view-all-parts)
21270         (gnus-article-part-wrapper, gnus-article-view-part):
21271         Use with-current-buffer.
21272
21273 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21274
21275         * spam.el (spam-disable-spam-split-during-ham-respool)
21276         (spam-spamoracle-database, spam-cache-lookups)
21277         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21278         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21279         (spam-group-ham-marks, spam-group-spam-marks)
21280         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21281         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21282         also add spam-use-blackholes to the statistical checks.
21283         (spam-fetch-field-fast): Add interface to fetching fields, may
21284         become a macro.
21285         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21286         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21287         (spam-insert-fake-headers): Fake an article when needed.
21288         (spam-find-spam): Fake article when possible.
21289         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21290         (spam-check-bogofilter-headers): Use message-fetch-field instead
21291         of nnmail-fetch-field.
21292
21293 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21294
21295         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21296
21297 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21298
21299         * spam.el (spam-split): Do not require spam-use-CHECK to be
21300         enabled if that check is passed to spam-split explicitly; also
21301         fix so 'spam doesn't get converted to spam-split-group when
21302         spam-split-symbolic-return is t.
21303         (spam-find-spam): Find registrations of the article and use those
21304         instead of re-running spam-split to find the spam/ham
21305         classification of the article.
21306         (spam-log-processing-to-registry, spam-log-registered-p)
21307         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21308         Use gnus-error instead of gnus-message.
21309         (spam-log-registration-type): Add function to determine the
21310         classification of a message based on registry entries; will
21311         return nil if both 'spam and 'ham are found.
21312         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21313         a reasonably fast local cache without the loading errors.
21314         (spam-cache-lookups): Set to t by default.
21315         (spam-find-spam): Don't try to guess spam-cache-lookups.
21316         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21317         spam-caches entry.
21318         (spam-filelist-build-cache, spam-filelist-check-cache):
21319         Fix caching of whitelist/blacklist entries.
21320         (spam-check-whitelist, spam-check-blacklist):
21321         Invoke spam-from-listed-p with a type, not a cache variable.
21322         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21323
21324 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21325
21326         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21327
21328         * nnmail.el (nnmail-split-fancy): do.
21329
21330         * mml.el (mml-parse): do.
21331
21332         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21333         (gnus-score-adaptive): do.
21334
21335 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21336
21337         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21338         (gnus-mime-button-map): Don't set keymap parent.
21339         (gnus-button-ctan-directory-regexp): Use shy grouping.
21340         (gnus-prev-page-map): Don't set keymap parent.
21341         (gnus-prev-page-map): Remove duplicated one.
21342         (gnus-next-page-map): Don't set keymap parent.
21343         (gnus-mime-security-button-map): Ditto.
21344
21345         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21346         version number.
21347
21348         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21349
21350 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21351
21352         * canlock.el (canlock-sha1-function): Remove.
21353         (canlock-sha1-function-for-verify): Remove.
21354         (canlock-openssl-program): Remove.
21355         (canlock-openssl-args): Remove.
21356         (canlock-ignore-errors): Remove.
21357         (canlock-sha1-with-openssl): Remove.
21358         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21359         (canlock-verify): Don't use canlock-ignore-errors.
21360
21361         * sha1-el.el (sha1-string-external): Make it can return a string
21362         in binary form.
21363         (sha1-region-external): Ditto.
21364         (sha1-string-internal): Ditto.
21365         (sha1-region-internal): Ditto.
21366         (sha1-region): Ditto.
21367         (sha1-string): Ditto.
21368         (sha1): Ditto.
21369
21370 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21371
21372         * spam.el (spam-report-articles-gmane): New command.
21373
21374 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21375
21376         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21377
21378         * run-at-time.el (run-at-time-saved): Remove.
21379         (run-at-time): Doc fix.
21380
21381 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21382
21383         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21384         (gnus-summary-limit-map): Add it.
21385         (gnus-summary-make-menu-bar): do.
21386
21387 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21388
21389         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21390         Make attempt at some caching support (done for BBDB only now).
21391         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21392         addresses to be checked.
21393         (spam-clear-cache-BBDB): Add function, to be invoked by
21394         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21395         (spam-check-BBDB): Check and use the caches, if
21396         spam-cache-lookups is on, remove superfluous (provide).
21397
21398 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21399
21400         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21401
21402 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21403
21404         * run-at-time.el (run-at-time-saved): Move to after the definition
21405         of `run-at-time'.
21406
21407         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21408
21409 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21410
21411         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21412         mm-w3m-local-map-property.
21413
21414         * mm-view.el (mm-w3m-mode-map): Remove.
21415         (mm-w3m-local-map-property): Remove.
21416         (mm-inline-text-html-render-with-w3m): Don't use
21417         mm-w3m-local-map-property.
21418
21419 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21420
21421         * run-at-time.el: New file.
21422
21423         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21424         under Emacs.
21425
21426         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21427         of gnus-set-text-properties.
21428
21429         * gnus-uu.el (gnus-uu-save-article): Ditto.
21430
21431         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21432
21433         * gnus-cite.el (gnus-cite-parse): Ditto.
21434
21435         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21436         of gnus-.
21437
21438         * gnus-xmas.el (run-at-time): Require run-at-time.
21439
21440         * gnus.el: Change calls to nnheader-run-at-time and
21441         password-run-at-time throughout to use run-at-time directly.
21442
21443         * password.el: Remove definition of run-at-time.
21444
21445         * nnheaderxm.el: Remove definition of run-at-time.
21446
21447 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21448
21449         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21450         in prompt.
21451
21452 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21453
21454         * messagexmas.el (message-xmas-redefine): Alias
21455         `message-make-caesar-translation-table' to
21456         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21457         version.
21458
21459         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21460         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21461         `gnus-xmas-set-text-properties'.
21462         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21463         `gnus-xmas-completing-read'.
21464         (gnus-xmas-completing-read): Removed.
21465         (gnus-xmas-open-network-stream): Removed.
21466
21467         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21468         XEmacs version.
21469
21470         * dns.el (dns-make-network-process): Use `open-network-stream'
21471         instead of `gnus-xmas-open-network-stream'.
21472
21473         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21474
21475         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21476
21477 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21478
21479         * gnus-art.el (gnus-mime-display-alternative)
21480         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21481         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21482         Don't use gnus-local-map-property.
21483
21484         * gnus-util.el (gnus-local-map-property): Remove.
21485
21486         * mm-view.el (mm-view-pkcs7-decrypt):
21487         Replace gnus-completing-read-maybe-default with completing-read.
21488
21489         * gnus-util.el (gnus-completing-read): do.
21490         (gnus-completing-read-maybe-default): Remove.
21491
21492 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21493
21494         * password.el: Only autoload `run-at-time' if not XEmacs.
21495         Only autoload the itimer functions if XEmacs.
21496
21497 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21498
21499         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21500         XEmacsen.
21501
21502         * dgnushack.el: Autoload executable-find for XEmacs.
21503
21504 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21505
21506         * gnus-art.el (gnus-read-string): Remove.
21507         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21508         read-string.
21509
21510 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21511
21512         * netrc.el: Autoload password-read.
21513         (netrc): Add configuration group.
21514         (netrc-encoding-method, netrc-openssl-path):
21515         Add variables for encoding and decoding of files with symmetric
21516         ciphers.
21517         (netrc-encode): Add assistant function to encode a file with
21518         netrc-encoding-method.
21519         (netrc-parse): Add interactive parameter, added optional
21520         decoding if netrc-encoding-method is non-nil but otherwise
21521         behavior is standard.
21522         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21523         Do s/encode/encrypt/ everywhere.
21524
21525         * spam.el: Remove executable-find autoload.
21526
21527 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21528
21529         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21530
21531         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21532
21533 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21534
21535         * gnus-art.el (gnus-treat-ansi-sequences)
21536         (article-treat-ansi-sequences): New variable and function.
21537         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21538
21539         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21540         Use it.
21541
21542 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21543
21544         * mm-util.el (mm-quote-arg): Remove.
21545
21546         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21547         shell-quote-argument.
21548
21549         * gnus-uu.el (gnus-uu-command): do.
21550
21551         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21552
21553         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21554         with make-char.
21555
21556         * mm-util.el (mm-make-char): Remove.
21557
21558         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21559         add-minor-mode.
21560
21561         * gnus-undo.el (gnus-undo-mode): do.
21562
21563         * gnus-topic.el (gnus-topic-mode): do.
21564
21565         * gnus-sum.el (gnus-dead-summary-mode): do.
21566
21567         * gnus-start.el (gnus-slave-mode): do.
21568
21569         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21570
21571         * gnus-ml.el (gnus-mailing-list-mode): do.
21572
21573         * gnus-gl.el (gnus-grouplens-mode): do.
21574
21575         * gnus-draft.el (gnus-draft-mode): do.
21576
21577         * gnus-dired.el (gnus-dired-mode): do.
21578
21579         * gnus-ems.el (gnus-add-minor-mode): Remove.
21580
21581         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21582         Replace gnus-char-width with char-width.
21583
21584         * gnus-ems.el (gnus-char-width): Remove.
21585
21586         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21587         Replace gnus-char-width with char-width.
21588
21589         * gnus-ems.el (gnus-char-width): Remove.
21590
21591         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21592         definition.
21593         Remove Emacs 20 hash table compatibility code.
21594
21595         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21596         20 compatibility code.
21597
21598         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21599
21600         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21601
21602         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21603         Replace with point-at-{eol,bol}.
21604
21605         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21606
21607         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21608
21609         * flow-fill.el (fill-flowed-point-at-bol)
21610         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21611
21612         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21613         Replace with point-at-{eol,bol} throughout all files.
21614
21615 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21616
21617         * ntlm.el (ntlm-string-as-unibyte): New macro.
21618         (ntlm-build-auth-response): Use it.
21619
21620         Remove Emacs 20 stuff:
21621         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21622         (butlast, mapc, remove): Remove the compiler macros.
21623         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21624         of delq and copy-sequence.
21625         * gnus-art.el (popup-menu): Remove the compiler macro.
21626         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21627         Emacs 20.
21628
21629 2004-01-05  Simon Josefsson  <jas@extundo.com>
21630
21631         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21632         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21633         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21634         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21635         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21636         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21637         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21638         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21639         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21640         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21641         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21642         string-xor into ntlm-string-xor.
21643         Suggested by Jesper Harder <harder@myrealbox.com>.
21644
21645         * ntlm.el: Don't include poem.
21646
21647         * md4.el (print-int32, print-string-hexa): Remove.
21648         Suggested by Jesper Harder <harder@myrealbox.com>.
21649
21650         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21651
21652         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21653         probably breaks emacs with DL patch, but do we care? Is anyone
21654         still using the DL stuff?)
21655
21656         * sieve-manage.el: Use the password package.
21657         (sieve-manage-read-passwd): Remove.
21658         (sieve-manage-interactive-login): Use password.  Re-add
21659         condition-case around loop.
21660
21661         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21662         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21663         Use the password package.
21664
21665 2003-02-19  Simon Josefsson  <jas@extundo.com>
21666
21667         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21668         token.
21669
21670 2002-08-07  Simon Josefsson  <jas@extundo.com>
21671
21672         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21673         (sieve-manage-authenticators):
21674         (sieve-manage-authenticator-alist): Add some SASL mechs.
21675         (sieve-sasl-auth): New function.
21676         (sieve-manage-cram-md5-auth):
21677         (sieve-manage-plain-auth): Rewrite using SASL library.
21678         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21679         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21680         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21681         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21682
21683 2004-01-05  Simon Josefsson  <jas@extundo.com>
21684
21685         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21686         New files.
21687
21688 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21689
21690         * gnus-group.el (gnus-no-groups-message): Update.
21691
21692         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21693
21694 2003-11-09  Simon Josefsson  <jas@extundo.com>
21695
21696         * imap.el: Support for ID IMAP extension (RFC 2971).
21697         (imap-local-variables): Add imap-id.
21698         (imap-id): New variable.
21699         (imap-id): New function.
21700         (imap-parse-response): Parse untagged ID response.
21701         * nnimap.el (nnimap-id): New variable.
21702         (nnimap-open-connection): Use it.
21703
21704 2003-12-28  Simon Josefsson  <jas@extundo.com>
21705
21706         * gnus-score.el (gnus-score-edit-all-score): New.
21707         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21708
21709 2004-01-04  Simon Josefsson  <jas@extundo.com>
21710
21711         * password.el: Add.
21712
21713 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21714
21715         * dns.el (dns-query-types): Fix typo.
21716         (dns-query-types): New function.
21717         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21718         PTR and SOA replies, see RFC 1035.
21719
21720 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21721
21722         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21723
21724         * Move to Changelog.2.
21725
21726 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21727
21728         * gnus.el (gnus-version-number): Bump version.
21729
21730 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21731
21732         * gnus.el: No Gnus v0.1 is released.
21733
21734 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21735
21736         * gnus.el: No Gnus v0.0 is released.
21737
21738 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21739
21740         * gnus.el (gnus-version-number): Bump.
21741         (gnus-version): No.
21742
21743 See ChangeLog.2 for earlier changes.
21744
21745   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21746
21747   This file is part of GNU Emacs.
21748
21749   GNU Emacs is free software: you can redistribute it and/or modify
21750   it under the terms of the GNU General Public License as published by
21751   the Free Software Foundation, either version 3 of the License, or
21752   (at your option) any later version.
21753
21754   GNU Emacs is distributed in the hope that it will be useful,
21755   but WITHOUT ANY WARRANTY; without even the implied warranty of
21756   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21757   GNU General Public License for more details.
21758
21759   You should have received a copy of the GNU General Public License
21760   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21761
21762 ;; Local Variables:
21763 ;; coding: utf-8
21764 ;; fill-column: 79
21765 ;; add-log-time-zone-rule: t
21766 ;; End: