gnus-art.el (article-treat-date): Assume that gnus-article-date-headers may be a...
[gnus] / lisp / ChangeLog
1 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (article-treat-date): Assume that
4         gnus-article-date-headers may be a group parameter.
5
6 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * gnus-registry.el (gnus-registry-handle-action): More debugging.
9
10         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
11         interactively so the newsrc file can contain foreign groups too.
12         Useful for debugging but not much for users.
13
14 2011-04-07  David Engster  <dengste@eml.cc>
15
16         * registry.el (registry-usage-test): Only do
17         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
18         lexical binding.
19
20 2011-04-07  David Engster  <dengste@eml.cc>
21
22         * Makefile.in (check, test-registry): New rules for test-suite.
23
24 2011-04-06  David Engster  <dengste@eml.cc>
25
26         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
27         argument NOERROR for `require', since XEmacs 21.4 does not support it.
28
29 2011-04-06  David Engster  <dengste@eml.cc>
30
31         * registry.el (initialize-instance): Change :after to :AFTER to be
32         compatible with old EIEIO version in XEmacs.
33
34 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
35
36         * gnus-registry.el (gnus-registry-post-process-groups)
37         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
38         and provide better messaging.
39
40 2011-04-06  David Engster  <dengste@eml.cc>
41
42         * Makefile.in (fail-on-warning): New rule to compile with warnings as
43         errors.
44
45         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
46         dgnushack-compile with error-on-warn enabled, and to signal an error if
47         clean compilation failed.
48         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
49         with `byte-compile-error-on-warn'.  Return nil if errors occured.
50
51 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
52
53         * gnus-registry.el: Don't use ERT if it's not available.  Load it
54         unconditionally anyway, discarding errors.
55         (gnus-registry-delete-entries): New convenience function.
56         (gnus-registry-import-eld): Import from old .eld registry.
57
58         * registry.el: Don't use ERT if it's not available.  Load it
59         unconditionally anyway, discarding errors.
60
61         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
62         version from the Claudio Bley GnuTLS patch (extra optional parameters
63         and host name).
64
65 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
66
67         * gnus-registry.el (gnus-registry-fixup-registry): New function to
68         fixup the parameters that can be customized by the user between
69         save/read cycles.
70         (gnus-registry-read): Use it.
71         (gnus-registry-make-db): Use it.
72         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
73         messaging.
74         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
75         references to actual group names with sender and subject tracking.
76         (gnus-registry-post-process-groups): Use `cond' for better messaging.
77         (gnus-registry-usage-test): Add subject lookup test.
78
79         * registry.el (registry-db, initialize-instance): Set up constructor
80         instead of :initform arguments for the sake of older Emacsen.
81         (registry-lookup-breaks-before-lexbind): New method to demonstrate
82         pre-lexbind merge bug.
83         (registry-usage-test): Use it.
84         (initialize-instance, registry-db): Move the non-function initforms
85         back to the class definition.
86
87 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
88
89         * registry.el: New library to manage gnus-registry-style data.
90
91         * gnus-registry.el: Use it (major rewrite).
92
93         * nnregistry.el: Use it.
94
95         * spam.el: Use it.
96
97 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
100         marks on non-selected articles.
101
102 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
103
104         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
105         parameter to open-protocol-stream.
106
107 2011-04-01  Julien Danjou  <julien@danjou.info>
108
109         * mm-view.el (mm-display-inline-fontify): Do not fontify with
110         fundamental-mode.
111
112 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
115         servers.
116
117 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
120         made marks not propagate, again.
121
122 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
123
124         * proto-stream.el (open-protocol-stream): Bring back `network' type.
125         Make this the default type.
126         (proto-stream-open-plain): Rename from proto-stream-open-default.
127         (open-protocol-stream, proto-stream-open-starttls)
128         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
129         with `plain'.
130
131         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
132         value.
133
134         * nntp.el (nntp-open-connection-function): Document the fact that some
135         values are not functions but are instead handled specially.  Recognize
136         nntp-open-plain-stream value.
137         (nntp-open-connection): Recognize that value.
138
139 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
142         where it seems to be needed.
143
144 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
147         stuff.
148
149         * gnus-score.el (gnus-score-string): Fix calling convention of
150         `gnus-simplify-buffer-fuzzy' after last patches.
151
152         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
153         server for articles we didn't get any headers for.  This is a sanity
154         check.
155
156 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
157
158         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
159         new CAPABILITY, use it.
160
161 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
164         downloading anything.
165
166         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
167
168 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
169
170         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
171         colors.
172         (gnus-splash-svg-color-symbols): New function.
173
174 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
177         instead of using the global gnus-simplify-subject-fuzzy-regexp.
178         (gnus-simplify-subject-fuzzy): Use the local
179         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
180         makes using this variable in group parameters work.
181
182 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
183
184         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
185         "archive:sent" to the unfollowed group regex (for the recent Gnus
186         archive:sent-YYYY-MM-DD groups).
187         (gnus-registry-split-fancy-with-parent): Bail out early in sender
188         tracking if there are more than `gnus-registry-max-track-groups'
189         matches.
190
191 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
192
193         * message.el (message--yank-original-internal): New function to do the
194         insertion cleanly inside eval in `message-yank-original'.
195         (message-yank-original): Use it.
196
197 2011-03-29  Julien Danjou  <julien@danjou.info>
198
199         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
200         local variables disabled rather than `normal-mode'.
201
202 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
203
204         * imap.el (imap-shell-open, imap-process-connection-type): Use
205         imap-process-connection-type for 'shell' streams as well as
206         Kerberos, SSL, other subprocesses.
207
208 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
209
210         * proto-stream.el: Changes preparatory to merging open-protocol-stream
211         with open-network-stream.
212         (proto-stream-always-use-starttls): Option removed.
213         (open-protocol-stream): Return a process object by default.  Provide a
214         new parameter :return-list specifying a list-type return value, which
215         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
216         :type `network' to `try-starttls', and `network-only' to `default'.
217         Make `default' the default, for compatibility with open-network-stream.
218         Handle the no-parameter case exactly as open-network-stream, with no
219         additional stream processing.  Search plists using plist-get.
220         Explicitly add :end-of-commend parameter if it is missing.
221         (proto-stream-open-default): Renamed from
222         proto-stream-open-network-only.  Return 'default as the type.
223         (proto-stream-open-starttls): Rename from proto-stream-open-network.
224         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
225         failed.  Always return a list with a (possibly dead) process as the
226         first element, for compatibility with open-network-stream.
227         (proto-stream-open-tls): Use plist-get.  Always return a list.
228         (proto-stream-open-shell): Return `default' as connection type.
229         (proto-stream-capability-open): Use plist-get.
230         (proto-stream-eoc): Function deleted.
231
232         * nnimap.el (nnimap-stream, nnimap-open-connection)
233         (nnimap-open-connection-1): Handle renaming of :type parameter for
234         open-protocol-stream.
235         (nnimap-open-connection-1): Pass a :return-list parameter
236         open-protocol-stream to obtain a list return value.  Parse this list
237         using plist-get.
238
239         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
240         for open-protocol-stream.  Accept open-protocol-stream return value
241         that is a subprocess object instead of a list.  Handle the case of a
242         dead returned process.
243
244 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
245
246         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
247
248         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
249
250 2011-03-21  Julien Danjou  <julien@danjou.info>
251
252         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
253         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
254         query.
255         (mm-inline-text): Render normal text with fontification whenever
256         possible.
257
258         * gnus-sum.el (gnus-summary-save-parts-1):
259         * gnus-art.el (gnus-article-browse-html-save-cid-content)
260         (gnus-article-browse-html-parts, gnus-mime-delete-part)
261         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
262         Use `mm-handle-filename'.
263
264         * mm-util.el (mm-handle-filename): New function, return the filename of
265         an handle.
266
267 2011-03-18  Julien Danjou  <julien@danjou.info>
268
269         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
270         (gnus-buffer-live-p): Check that buffer is not nil.
271
272 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
273
274         * gnus.el: No Gnus v0.15 is released.
275
276 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * time-date.el (format-seconds): Use assoc instead of assoc-string to
279         avoid warning on XEmacs.
280
281         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
282         on XEmacs.
283
284         * gnus-art.el: Require mouse, which the build bot seems to say is
285         needed.
286
287         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
288
289         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
290         XEmacs, since it doesn't have url-retrieve-synchronously.
291
292         * time-date.el (format-seconds): Use assoc instead of assoc-string,
293         since assoc-string doesn't exist in XEmacs.
294
295 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
296
297         * gnus-group.el (gnus-group-list-ticked): New function.
298         (gnus-group-make-menu-bar): Provide a menu entry for it.
299         (gnus-group-list-map): Provide a binding for it.
300
301 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * shr.el (shr-visit-file): New command.
304
305         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
306
307 2011-03-17  Bjørn Mork  <bjorn@mork.no>
308
309         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
310         servers.
311
312 2011-03-16  Julien Danjou  <julien@danjou.info>
313
314         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
315         inline.
316
317         * gnus-art.el (article-hide-list-identifiers): Use
318         gnus-group-get-list-identifiers.
319
320         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
321         (gnus-summary-remove-list-identifiers): Use
322         gnus-group-get-list-identifiers to get regexp.
323         (gnus-select-newsgroup, gnus-summary-insert-subject)
324         (gnus-summary-insert-articles): Call
325         gnus-summary-remove-list-identifiers unconditionally.
326
327 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
330         we're selecting a group with unread articles.
331
332         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
333
334         * gssapi.el: New file separated out from imap.el to provide a general
335         Kerberos 5 connection facility for Emacs.
336
337         * message.el (message-elide-ellipsis): Document the format spec
338         ellipsis.
339
340 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
341
342         * message.el (message-elide-region): Allow the ellipsis to say how many
343         lines were removed.
344
345 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
348         window configurations containing buffers that are now dead.
349
350         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
351         parsing to avoid integer overflows.
352         (nnimap-parse-flags): Simplify the last change.
353         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
354         too large for 32-bit Emacsen.
355
356 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
357
358         * auth-source.el (auth-source-netrc-create):
359         * message.el (message-yank-original): Fix use of `case'.
360
361 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
362
363         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
364         XEmacs, which was one character too wide.
365
366 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
367
368         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
369         default number of articles to display.
370         (gnus-articles-to-read): Use pretty names for prompt.
371
372 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus-int.el (gnus-open-server): Ditto.
375
376         * gnus-start.el (gnus-activate-group): Give a backtrace if
377         debug-on-quit is set and the user hits `C-g'.
378         (gnus-read-active-file): Ditto.
379
380         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
381
382 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
383
384         * message.el (message-yank-original): Use cond instead of CL case.
385
386 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
387
388         * auth-source.el (auth-source-netrc-create): Use usual format for the
389         default in prompts.
390
391 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * lpath.el: Fbind read-char-choice for XEmacs.
394
395 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * auth-source.el (auth-source-netrc-create): Show the default in the
398         prompt when prompting for token creation.
399
400 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
401
402         * auth-source.el (auth-source-format-prompt): Always convert the value
403         to a string to avoid evaluating non-string arguments.
404         (auth-source-netrc-create): Offer default properly, not as initial
405         content in `read-string'.
406         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
407         of line to determine if we've been run before.  If so, don't run again,
408         but print a trivial message to indicate the cache was hit instead.
409
410 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
411
412         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
413         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
414         The user will have to run `gnus-sync-read' manually and wait for Cloudy
415         Gnus.
416
417 2011-03-11  Julien Danjou  <julien@danjou.info>
418
419         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
420         modified file".
421
422 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
423
424         * auth-source.el (auth-source-read-char-choice): New function to read a
425         character choice using `dropdown-list', `read-char-choice', or
426         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
427         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
428         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
429         (auth-source-netrc-saver): Use it.
430         (auth-source-pick-first-password): New convenience function.
431
432 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
433
434         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
435         parameter in the credentials.
436         (nnimap-open-connection-1): Use it after a successful login.
437         (nnimap-credentials): Add IMAP-specific user and password prompt.
438
439         * auth-source.el (auth-source-search): Add :require parameter, taking a
440         list.  Document it and the :save-function return token.  Pass :require
441         down.  Change the CREATED message from a warning to a debug statement.
442         (auth-source-search-backends): Pass :require down.
443         (auth-source-netrc-search): Pass :require down.
444         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
445         Change save prompt to indicate all modifications saved here are
446         deletions.
447         (auth-source-netrc-create): Take user login name as default in user
448         prompt.  Move all the save functionality to a lexically bound function
449         under the :save-function token in the returned list.  Set up clearer
450         default prompts for user, host, port, and secret.
451         (auth-source-netrc-saver): New function, intended to be wrapped for
452         :save-function.
453
454 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * shr.el (shr-table-horizontal-line): Change the defaults for the table
457         lines to be spaces instead.
458
459 2011-03-07  Julien Danjou  <julien@danjou.info>
460
461         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
462         (sieve-sasl-auth): Check that auth-source-search did return something,
463         or just return an empty string.
464
465 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
466
467         * gnus.el (gnus-interactive): Use read-directory-name.
468
469         * gnus-uu.el (gnus-uu-decode-uu-and-save)
470         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
471         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
472         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
473         Likewise.
474
475         * gnus-group.el (gnus-group-make-directory-group): Likewise.
476
477 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
480         onto the list of killed groups, too.  This makes killed nnimap groups,
481         for instance, more reliably not reappear.
482
483         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
484         the parent.
485
486         * gnus-sum.el (gnus-update-read-articles): Fix typo.
487
488         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
489         really have server-side marks.
490
491         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
492         since most backends do not usefully have server-side marks.
493         (gnus-update-read-articles): Propagate marks to all backends that
494         really have server-side marks.
495
496 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
497
498         * message.el (message-cite-reply-position, message-cite-style):
499         New variables.
500         (message-yank-original): Use the new citation styles.
501
502 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
503
504         * message.el (message-options): Revert 22da67af (workaround for XEmacs
505         buffer-local issue); don't mark it buffer-local when running under
506         XEmacs.
507
508 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
509
510         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
511         numbers too big to be `read'.
512
513 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
514
515         * password-cache.el (password-in-cache-p): Add autoload.
516
517         * message.el (message-options): Make buffer-local two ways to attempt
518         to fix a XEmacs bug.
519
520 2011-03-02  Julien Danjou  <julien@danjou.info>
521
522         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
523
524 2011-03-01  Julien Danjou  <julien@danjou.info>
525
526         * gnus-art.el (list-identifier): Add list-identifier as a parameter
527         group.
528         (article-hide-list-identifiers): Use list-identifier group parameter.
529
530 2011-02-28  Julien Danjou  <julien@danjou.info>
531
532         * sieve.el (sieve-buffer-script-name): New local variable to store
533         sieve script name.
534         (sieve-edit-script): Store sieve script name.
535         (sieve-upload): Use sieve script name when uploading.
536         (sieve-upload): Use substitute-command-keys.
537         (sieve-edit-script): Use substitute-command-keys.
538         (sieve-refresh-scriptlist): Use substitute-command-keys.
539         (sieve-manage-mode-map): Define keymap properly.
540         (sieve-manage-mode): Do not set mode name manually, change mode-name to
541         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
542         Remove commented code about cvs.
543         (sieve-manage-quit): New function.
544         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
545
546 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * gnus-group.el (gnus-import-other-newsrc-file): New function.
549
550 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * auth-source.el (auth-source-search): Cache empty result sets.
553
554         * password-cache.el (password-in-cache-p): Convenience function to
555         check if a key is in the cache, even if the value is nil.
556
557         * auth-source.el (auth-source-save-behavior): New variable to replace
558         `auth-source-never-create'.
559         (auth-source-netrc-create): Use it.
560         (auth-source-never-save): Remove.
561
562 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
563
564         * nnimap.el (nnimap-stream): Doc fix.
565         (nnimap-open-connection-1): Reverse the order of the ports to that the
566         prompted-for port is first.
567
568         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
569         retrieval by the no-group selection.
570
571         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
572         numerical parameters.
573
574 2011-02-25  Julien Danjou  <julien@danjou.info>
575
576         * gnus-gravatar.el: Use gnus-with-article-buffer.
577
578         * gnus-art.el (gnus-with-article-buffer): Check that the
579         gnus-article-buffer is alive.
580
581 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
582
583         * auth-source.el (auth-source-creation-prompts): New variable to manage
584         creation-time prompts.
585         (auth-source-search): Document it.
586         (auth-source-format-prompt): Add utility function.
587         (auth-source-netrc-create): Don't default the user name to
588         user-login-name.  Use `auth-source-creation-prompts' and some default
589         prompts for user, host, port, and password (the default generic prompt
590         remains ugly).
591         (auth-source-never-save): Add customizable option to never save info.
592         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
593         mode excursion.
594
595 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
598         argument that XEmacs doesn't support.
599
600         * dgnushack.el (dgnushack-compile): Exclude color.el from being
601         compiled for Emacsen having no `libxml-parse-html-region' support.
602
603         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
604
605         * lpath.el: Bind buffer-save-without-query for XEmacs.
606
607 2011-02-23  Julien Danjou  <julien@danjou.info>
608
609         * gnus-art.el (article-make-date-line): Ignore errors if time is
610         invalid and not convertible.
611         (article-make-date-line): Only add lapsed time if time is not nil.
612
613 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
614
615         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
616         `read-char-choice' for backwards compatibility.
617         (auth-source-netrc-element-or-first): New function to DTRT for
618         parameter extraction.
619         (auth-source-netrc-create): Use it and fix multiple parameter print
620         bug.  Use the default passed from above (given-default) or the
621         built-in (user-login-name for :user).
622
623 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
624
625         * gnus-start.el (gnus-dribble-read-file):
626         Set buffer-save-without-query, since we always want to save the dribble
627         file, probably.
628
629         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
630         nnimap.
631
632         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
633         -summary- since it's a user-visible variable.
634
635         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
636         first time you use the new Gnus.
637
638 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
639
640         * auth-source.el: Don't load netrc.el.
641         (auth-sources): Search ~/.netrc as well by default.
642         (auth-source-debug): Add 'trivia option for extra output.
643         (auth-source-do-trivia): Use it.
644         (auth-source-search): Simplify logic to use
645         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
646         appropriate.  Don't keep a running count at this level.  Layer :create
647         and :delete options appropriately on the first and second passes.
648         Don't track the backend with the search results.
649         (auth-source-search-backends): New function to search a list of
650         backends for a processed spec.
651         (auth-source-netrc-parse): Cache all netrc files, making
652         auth-source-netrc-cache an alist keyed by the file name and using the
653         file mtime as the caching criterion.  Keep the obfuscated data secret
654         with a lexical bind.
655         (auth-source-netrc-search): Don't calculate the length of the results
656         unnecessarily.
657         (auth-source-search-backends): Fix bug.
658         (auth-source-netrc-create): Rework prompts.
659
660 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
661
662         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
663         Lower case names of search constraints.
664         (nnir-run-query): Cache and reuse search constraints for all imap
665         servers.
666
667 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
670         after exit.
671         (gnus-setup-message): Define missing variable from last checkin.
672
673         * gnus-sum.el (gnus-summary-show-article): When called with t as the
674         value, show the raw article.
675
676 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
677
678         * gnus.el: No Gnus v0.13 is released.
679
680 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
681
682         * nnimap.el (nnimap-open-connection-1): Revert last change, since
683         auth-source now accepts numbers.
684
685         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
686         spec, too.
687         (auth-source-ensure-strings): New function.
688
689         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
690         (gnus-article-setup-buffer): Always restart the date timer so that user
691         changes to the frequency is respected.
692
693         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
694         port numbers, so make sure it gets that if nnimap-server-port is
695         explicit.
696
697 2011-02-21  Simon Josefsson  <simon@josefsson.org>
698
699         * nnimap.el (nnimap-inbox): Doc fix.
700
701 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
702
703         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
704         Autoload.  Add optional arg FRAME, and pass it to color-values.
705         (color-complement): Caller changed.  Doc fix.
706         (color-gradient): Rewrite for better clarity and efficiency.
707
708 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
709
710         * shr-color.el (shr-color->hexadecimal): Use renamed function names
711         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
712         color-lab-to-srgb.
713
714 2011-02-20  Drew Adams  <drew.adams@oracle.com>
715
716         * color.el: First part of merge from hexrgb.el.
717         (color-rgb-to-hex): Rename from color-rgb->hex.
718         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
719         saturation to zero if the value is too small.
720         (color-rgb-to-hsl): Rename from color-rgb->hsl.
721         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
722         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
723         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
724         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
725         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
726         (color-cie-de2000): Doc fix.
727
728 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
729
730         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
731         given method as in the group name if we're using an extended method.
732         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
733         command, if we're using that, instead of waiting for the beginning.
734
735         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
736         we're sure to get unique server names, and we don't output two async
737         commands in the same buffer.  This fixes an NNTP hang for some users.
738
739 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
740
741         * gnus.el: No Gnus v0.11 is released.
742
743 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
744
745         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
746         summary buffer before reading going to the next buffer.  This avoids
747         putting the point in the group buffer if you `C-g' the command.
748
749         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
750         cache (for now) to make ~/.authinfo.gpg files usable.
751
752         * nnfolder.el (copyright-update): Define for the compiler.
753
754         * auth-source.el (auth-source-search): Fix unbound variable.
755
756 2011-02-19  Glenn Morris  <rgm@gnu.org>
757
758         * gnus.el (gnus-meta): Doc fix.
759
760 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
761
762         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
763         in case it's not yet loaded.
764
765 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
766
767         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
768         line we're waiting for.
769
770 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
771
772         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
773         face with line-width greater than zero will cause RET in gnus summary
774         buffer to scroll down article page-wise because auto vscroll happens,
775         it should be temporalily disabled when doing a scroll-up.
776
777 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
778
779         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
780         outputs from the server.
781
782 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
783
784         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
785         later so that bbdb can hook in easier.
786
787 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
788
789         * auth-source.el (auth-source-search): Don't try to create credentials
790         if the caller doesn't want that.
791         (auth-source-search): If we don't find a match, don't bug out on
792         non-bound variables.
793         (auth-source-search): Only ask a single backend to create the
794         credentials.
795
796         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
797         logging.
798         (nnimap-credentials): Protect against auth-source-search returning nil.
799         (nnimap-request-list): Protect against not being able to open the
800         server.
801
802 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
803
804         * auth-source.el (auth-source-search): Do a two-phase search, one with
805         no :create to get the responses from all backends.
806
807         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
808         when getting credentials.
809
810         * gnus-util.el (gnus-delete-duplicates): New function.
811
812 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
813
814         * nnimap.el (nnimap-credentials): Instead of picking the first port as
815         a creation default, pass the whole port list down.  It will be
816         completed.
817
818         * auth-source.el (auth-source-search): Updated docs to talk about
819         multiple creation choices.
820         (auth-source-netrc-create): Accept a list as a value (from the search
821         parameters) and do completion on that list.  Keep a separate netrc line
822         with the password obscured for showing the user.
823
824         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
825         first choice to `auth-source-search' so it will be used for entry
826         creation instead of the server's Gnus-specific name.
827         (nnimap-credentials): Rely on the auth-source library to select which
828         port is actually wanted in the new netrc entry, so don't override
829         `auth-source-creation-defaults'.
830
831         * auth-source.el (auth-source-netrc-parse): Use :port instead of
832         :protocol and accept a missing user, host, or port as a wildcard match.
833         (auth-source-debug): Default to off.
834
835         (auth-source-netrc-search, auth-source-netrc-create)
836         (auth-source-secrets-search, auth-source-secrets-create)
837         (auth-source-user-or-password, auth-source-backend, auth-sources)
838         (auth-source-backend-parse-parameters, auth-source-search): Use :port
839         instead of :protocol.
840
841         * nnimap.el (nnimap-credentials): Pass a port default to
842         `auth-source-search' in case an entry needs to be created.
843         (nnimap-open-connection-1): Use :port instead of :protocol.
844
845 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * auth-source.el: Bind load-path when loading EIEIO from
848         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
849         21.4 doesn't support, to `require'.
850         (auth-source-secrets-search): Use mm-delete-duplicates instead of
851         delete-dups that is not available in XEmacs 21.4.
852
853 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
854
855         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
856         as EIEIO must also be loaded when auth-source.el is being
857         byte-compiled.
858
859 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
860
861         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
862
863         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
864
865         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
866
867         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
868
869         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
870
871         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
872
873         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
874
875         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
876         necessary.
877
878 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
881         nil means that nnimap doesn't get updated.
882
883 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
884
885         * auth-source.el (auth-source-netrc-create): Return a synthetic search
886         result when the user doesn't want to write to the file.
887         (auth-source-netrc-search): Expect a synthetic result and proceed
888         accordingly.
889         (auth-source-cache-expiry): New variable to override
890         `password-cache-expiry'.
891         (auth-source-remember): Use it.
892
893         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
894         parameter.  Create entry if necessary by using :create t.
895         (nnimap-open-connection-1): Don't pass `inhibit-create'.
896
897 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
898
899         * auth-source.el (auth-source-debug): Enable by default and don't
900         mention the obsolete `auth-source-hide-passwords'.
901         (auth-source-do-warn): New function to debug unconditionally.
902         (auth-source-do-debug): Use it.
903         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
904         and for Secrets API entries when the secrets.el library is not
905         available.
906
907 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus-sum.el (gnus-propagate-marks): Default to nil.
910         (gnus-summary-exit): Kill the correct article buffer on exit from a
911         `C-d' group.
912
913         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
914         gnus-propagate-marks.
915
916         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
917         before killing the buffers so that a non-full window conf gets handled
918         correctly.
919         (gnus-summary-exit): Ditto.
920         (gnus-summary-read-group-1): Ditto.
921
922         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
923         async code again so that we can debug it properly.
924
925         * message.el (message-reply): Take an optional switch-buffer parameter
926         so that Gnus window confs are respected better.
927
928 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
929
930         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
931         `plist-get' to accept non-list parameters (XEmacs issue).
932         Fix docstring.
933         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
934         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
935         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
936         Login collection is "Login" and not "login".
937
938 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
939
940         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
941         multiple headers.
942
943         * nnimap.el (nnimap-inhibit-logging): New variable.
944         (nnimap-log-command): Don't log login commands.
945
946         * auth-source.el (auth-source-netrc-search): The asserts seem to want
947         to have more parameters.
948
949         * nnimap.el (nnimap-send-command): Mark the command time for each
950         command, so that we don't get NOOPs stepping on our toes.
951
952         * gnus-art.el (article-date-ut): Get the date from the Date header on
953         `t'.
954
955 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * auth-source.el (auth-source-search): Use copy-sequence instead of
958         the cl.el copy-list.
959
960 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
961
962         * imap.el: Bring it back (revert
963         84d800cd31de3064f0ed39617d725709a2f8f42f).
964
965 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
966
967         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
968         Improve prompt.
969
970 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
971
972         * gnus-art.el (gnus-article-mode-line-format): Remove the article
973         washing status from the default format.  It isn't very informative.
974
975 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
976
977         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
978         Fix Gcc processing on imap.
979
980 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
981
982         * imap.el: Remove file.  All the functionality is in nnimap.el.
983
984 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
985
986         * message.el (message-bury): Don't pop up a new window when selected
987         window is dedicated.
988
989 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
990
991         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
992
993 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
994
995         * sieve-manage.el: Autoload `auth-source-search'.
996         (sieve-sasl-auth): Use it.
997
998 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
999
1000         * nnimap.el: Autoload `auth-source-forget+'.
1001         (nnimap-open-connection-1): Use it if the connection fails.
1002
1003         * auth-source.el: Require `password-cache'.
1004         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1005         obsolete.
1006         (auth-source-magic): Marker for `password-cache' keys.
1007         (auth-source-do-cache): Update docstring.
1008         (auth-source-search): Use and check cache.
1009         (auth-source-forget-all-cached, auth-source-remember)
1010         (auth-source-recall, auth-source-forget, auth-source-forget+)
1011         (auth-source-specmatchp): Caching support functions.
1012         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1013         Remove and obsolete.
1014         (auth-source-user-or-password): Remove caching to further discourage
1015         using it.  Always hide passwords.
1016
1017         * password-cache.el (password-cache-remove): Accept secrets that are
1018         not strings.
1019
1020 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1021
1022         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1023         code for now, since it doesn't work for all users.
1024
1025 2011-02-09  Julien Danjou  <julien@danjou.info>
1026
1027         * message.el (message-options): Make message-options really buffer
1028         local.
1029
1030 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1031
1032         * mail-source.el: Autoload `auth-source-search'.
1033         (mail-source-keyword-map): Note order matters.
1034         (mail-source-set-1): Get all the mail-source source values and
1035         defaults and search auth-source on those if needed.  This can all
1036         probably be simplified.
1037
1038         * nnimap.el: Autoload `auth-source-search'.
1039         (nnimap-credentials): Use it.
1040         (nnimap-open-connection-1): Ask for the virtual server and physical
1041         address in one shot.
1042
1043         * nntp.el: Autoload `auth-source-search'.
1044         (nntp-send-authinfo): Use it.  Note TODO.
1045
1046 2011-02-08  Julien Danjou  <julien@danjou.info>
1047
1048         * shr.el (shr-tag-body): Add support for text attribute in body
1049         markups.
1050
1051         * message.el (message-options): Make message-options a local variable.
1052
1053 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1054
1055         * auth-source.el (auth-source-secrets-search)
1056         (auth-source-user-or-password): Use `append' instead of `nconc'.
1057         (auth-source-user-or-password): Build return list better and protect
1058         against nil :secret.
1059
1060 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1061
1062         * nnimap.el (nnimap-update-info): Refactor slightly.
1063         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1064         (nnimap-update-info): Clean up slightly.
1065         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1066         characters.
1067         (nnimap-process-quirk): Rename function to avoid collision.
1068         (nnimap-update-info): Fix macrology bug-out.
1069         (nnimap-update-info): Simplify split history test.
1070
1071 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1072
1073         * auth-source.el (top): Require 'eieio unconditionally.
1074         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1075         (auth-source-secrets-search): Limit search when `max' is greater than
1076         number of results.
1077
1078 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1079
1080         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1081         part not returning any data.
1082
1083         * proto-stream.el (open-protocol-stream): Document the return value.
1084
1085 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1086
1087         * auth-source.el (auth-source-secrets-search): Add examples.
1088
1089 2011-02-06  Julien Danjou  <julien@danjou.info>
1090
1091         * message.el (message-setup-1): Handle message-generate-headers-first
1092         set to t.
1093
1094 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1095
1096         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1097         API with a string "secrets:collection-name" and with 'default.
1098         (auth-source-backend-parse): Parse "secrets:collection-name" and
1099         'default.  Recurse on parses instead of repeating code.  Use the
1100         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1101         message when ignoring a source.
1102         (auth-source-search): List ignored search keys at the top level.
1103         (auth-source-netrc-create): Use `case' instead of `cond'.
1104         (auth-source-secrets-search): Created with TODOs.
1105         (auth-source-secrets-create): Created with TODOs.
1106         (auth-source-retrieve, auth-source-create, auth-source-delete)
1107         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1108         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1109         (auth-source-user-or-password-sftp)
1110         (auth-source-user-or-password-smtp): Remove.
1111         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1112         around `auth-source-search'.  Not tested thoroughly.
1113
1114 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1115
1116         * auth-source.el: Bring in assoc and eioeio libraries.
1117         (secrets-enabled): New variable to track the status of the Secrets API.
1118         (auth-source-backend): New EIOEIO class to represent a backend.
1119         (auth-source-creation-defaults): New variable to set prompt defaults
1120         during token creation (see the `auth-source-search' docstring for
1121         details).
1122         (auth-sources): Simplify to allow a simple string as a netrc backend
1123         spec.
1124         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1125         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1126         (auth-source-search): Main auth-source API entry point.
1127         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1128         (auth-source-search-collection): Helper function for searching.
1129         (auth-source-netrc-parse, auth-source-netrc-normalize)
1130         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1131         Supports search, create, and delete.
1132         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1133         backend stubs.
1134         (auth-source-user-or-password): Call `auth-source-search' but it's not
1135         ready yet.
1136
1137 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1138
1139         * message.el (message-setup-1): Remove the read-only stuff, since it
1140         doesn't work under XEmacs, for some reason.
1141
1142         * gnus-sum.el (gnus-user-date): Rename back from
1143         gnus-summary-user-date since user code refers to it.
1144
1145         * shr.el (shr-render-td): Store the actual background colour used.
1146
1147         * message.el (message-setup-1): Don't bind the constant
1148         -forbidden-properties.
1149         (message-setup-1): Revert previous change, since it needs to bind the
1150         props to insert them.
1151         (message-resend): Allow removing the read-only separator line.
1152
1153 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1154
1155         * nnimap.el (nnimap-request-accept-article): Give an error message if
1156         the APPEND wasn't successful.
1157
1158 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1159
1160         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1161         that have no groups.
1162
1163 2011-02-03  Julien Danjou  <julien@danjou.info>
1164
1165         * gnus-draft.el: Remove progn around gnus-draft-setup.
1166
1167 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-start.el (gnus-read-active-for-groups): This function is never
1170         called with a nil `infos', so clean that up.
1171         (gnus-get-unread-articles): Request active files from primary/secondary
1172         methods that have no groups (yet).
1173
1174 2011-02-03  Julien Danjou  <julien@danjou.info>
1175
1176         * message.el (message-setup-1): Always generate References first.
1177         (message-mail): Return the return value of message-setup, not always t.
1178         (message-setup-1): Insert mail-header-separator with read-only and
1179         intangible properties set.
1180
1181         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1182         user-date in docstring.
1183
1184         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1185
1186         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1187         docstring.
1188
1189         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1190         defcustom, with type and group. Move from gnus-util.el. Rename to
1191         gnus-summary-user-date-format-alist.
1192
1193 2011-02-03  Glenn Morris  <rgm@gnu.org>
1194
1195         * nnimap.el (gnus-fetch-headers): Declare.
1196
1197         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1198
1199 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1200
1201         * message.el (message-forward-make-body-digest-plain)
1202         (message-followup, message-reply): Clean up things noted by Stefan.
1203
1204         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1205         gnus-article-update-date-headers is nil.
1206         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1207         it didn't really work with defcustom.
1208         (article-update-date-lapsed): Make sure the window start doesn't move,
1209         either.
1210
1211 2011-02-01  Julien Danjou  <julien@danjou.info>
1212
1213         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1214         format.
1215
1216         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1217         standard in Emacs nowadays.
1218
1219         * color.el (color-gradient): Add a color-gradient function.
1220
1221 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1222
1223         * message.el (message-expand-name): Don't trust the return value of
1224         bbdb-complete-name.
1225         (message-check-news-header-syntax): Remove unused var `start'.
1226         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1227         (message-inhibit-body-encoding): Move to before first use.
1228         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1229         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1230         (Organization, Message-ID, Date, mh-previous-window-config):
1231         Defvar the vars using dynamic scoping.
1232
1233 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1234
1235         * shr.el (shr-render-td): Only do colours at the final rendering.
1236         Should be slightly faster.
1237         (shr-insert-table): Fix up TD background colours when doing the
1238         vertical padding.
1239
1240         * gnus-art.el (article-date-ut): Protect against articles with no Date
1241         header.
1242         (article-update-date-lapsed): Don't use current-column to find the
1243         horizontal position.  It's fragile in the presence of \003 characters.
1244
1245         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1246
1247 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1248
1249         * gnus-art.el (article-transform-date): Rewrite to still work when
1250         there are several rfc2822 parts.
1251         (article-transform-date): Fix infinite recursion.
1252         (article-date-ut): Replace infinitely many Date headers with a single
1253         one when called interactively.
1254
1255         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1256         secure manner.
1257
1258         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1259         move around by not using save-window-excursion.  It seems to work...
1260
1261 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gnus-art.el (article-make-date-line): Work for user-defined format.
1264
1265 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1266
1267         * nntp.el (nntp-retrieve-group-data-early)
1268         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1269         fetching functions.
1270
1271         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1272         thoroughly for all backends that have no known groups.  This should
1273         allow new nnml methods to retrieve mail.
1274
1275         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1276         that Gnus doesn't know exists again.
1277
1278         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1279         (gnus-treat-date-ut): Ditto.
1280         (gnus-article-update-date-header): Rename.
1281         (gnus-treat-date-local): Remove.
1282         (gnus-treat-date-english): Remove.
1283         (gnus-treat-date-lapsed): Remove.
1284         (gnus-treat-date-combined-lapsed): Remove.
1285         (gnus-treat-date-original): Remove.
1286         (gnus-treat-date-iso8601): Remove.
1287         (gnus-treat-date-user-defined): Remove.
1288         (gnus-article-date-headers): New variable to control all the date
1289         header options.
1290         (article-date-ut): Rewrite to allow using the new way to format date
1291         headers(s).
1292
1293 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1294
1295         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1296         method.
1297         (nnmail-article-group): A better test for fanciness.
1298
1299         * nnimap.el (nnimap-request-head): Protect against not finding the
1300         article by Message-ID.
1301
1302 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1303
1304         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1305         keep point at the "same place".
1306
1307 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1308
1309         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1310         data if the group is unactivated.
1311
1312 2011-01-28  Julien Danjou  <julien@danjou.info>
1313
1314         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1315         (gnus-all-windows-visible-p): Remove old compatibility code.
1316         (gnus-window-top-edge): Add docstring.
1317
1318         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1319
1320 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1321
1322         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1323         older request-update-info.
1324
1325         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1326
1327 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1328
1329         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1330         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1331
1332 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1335         groups.  This makes the nndraft:queue group pop up if it's not already
1336         there.
1337
1338         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1339         messages" logic, which was reversed.
1340
1341         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1342         the "same place" even if point is on the line being replaced.
1343         (article-update-date-lapsed): Allow updating both the combined lapsed
1344         and the lapsed headers.
1345         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1346         (article-make-date-line): Limit the number of segments dynamically to
1347         avoid too-long lines.
1348
1349 2011-01-27  Julien Danjou  <julien@danjou.info>
1350
1351         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1352         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1353
1354 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1357         Use plist-get instead of the cl function getf.
1358
1359 2011-01-27  Glenn Morris  <rgm@gnu.org>
1360
1361         * gnus-util.el (float-time): Get rid of compiler warning, again.
1362
1363 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1364
1365         * shr.el (shr-put-color): Special-case background colours: Do put them
1366         at the blank parts at the front of the lines.
1367
1368         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1369         exit hook to nix out all data on readedness on group exit.
1370
1371         * gnus-util.el (float-time): If float-time is bound, always use it on
1372         all Emacsen.  It's unclear why the subrp check was there.
1373         (time-date): Require to make some autoload issues on XEmacs go away.
1374
1375         * shr.el (shr-put-color): Don't do the box padding in tables, since
1376         they're already padded.
1377
1378 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-art.el (gnus-article-next-page): When the last line of the
1381         article is displayed, scroll down once more instead of going to the
1382         next article at once.
1383         (article-lapsed-string): Refactor out and allow specifying how many
1384         segments you want.
1385         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1386         (gnus-article-update-lapsed-header): New variable.
1387
1388         * shr.el: Revert change that made headings use different-sized faces.
1389         The Emacs display engine isn't advanced enough that, for instance,
1390         tables can comfortably use differently-sized faces.
1391
1392 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1393
1394         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1395         used.
1396         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1397         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1398         we're using an encrypted connection.
1399
1400         * proto-stream.el: Alter the interface functions to also return the
1401         actual stream type used: network or tls.
1402
1403 2011-01-25  Julien Danjou  <julien@danjou.info>
1404
1405         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1406         (mm-display-javascript-inline): New function.
1407
1408         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1409         viewing function.
1410
1411 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * shr.el (shr-expand-newlines): Fix variable name.
1414
1415 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1416
1417         * shr.el (shr-expand-newlines): Make nested boxes work.
1418
1419 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1422         backgrounds.
1423         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1424         in a more sensible manner.
1425
1426 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1427
1428         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1429         if EPG is loaded.
1430
1431 2011-01-24  Julien Danjou  <julien@danjou.info>
1432
1433         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1434         tags.
1435
1436 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1437
1438         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1439         commands.
1440
1441         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1442         in the article buffer.
1443         (gnus-gravatar-insert): Use blank space from the current buffer to
1444         avoid breaking text properties.  This makes X-Sent updating work again.
1445
1446         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1447
1448 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1451         fix the bug in url-http.el instead.
1452
1453         * shr.el (shr-image-fetched): Ditto.
1454
1455         * shr.el (shr-image-fetched): Avoid having point move in the article
1456         buffer.
1457
1458         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1459         buffer after being called.  It's apparently being killed by url.el, and
1460         killing it made point move to end-of-buffer in a random buffer.
1461
1462         * shr.el (shr-image-fetched): Ditto.
1463
1464 2011-01-23  Julien Danjou  <julien@danjou.info>
1465
1466         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1467
1468         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1469         text/x-org.
1470
1471 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1472
1473         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1474         (i.e., nnimap) returning nil as the article number.
1475
1476 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1477
1478         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1479         "DelSp" parameter in RFC3676.
1480
1481 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1482
1483         * message.el (message-check-recipients): Display the encoded version of
1484         the bogus address if they differ.
1485
1486         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1487         after sending.
1488
1489         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1490
1491         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1492
1493         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1494         group buffer after sending the queue.
1495
1496         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1497
1498 2011-01-22  Julien Danjou  <julien@danjou.info>
1499
1500         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1501
1502 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1503
1504         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1505         nested related parts.
1506
1507         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1508         unexpired articles.  This fixes the regression that led expiry marks to
1509         disappear from nnfolder groups.
1510
1511 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1512
1513         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1514         Don't confuse the "ret" of "retrograde" with RET.
1515
1516 2011-01-21  Julien Danjou  <julien@danjou.info>
1517
1518         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1519         than mm-insert-inline.
1520
1521 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1524         Widen article buffer.
1525
1526 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1527
1528         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1529         the temp buffer.
1530         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1531
1532 2011-01-20  Julien Danjou  <julien@danjou.info>
1533
1534         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1535
1536         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1537         than mm-insert-inline to insert inline part: this respect
1538         mm-inline-media-tests displayers.
1539
1540         * mm-view.el (mm-display-shell-script-inline): New function.
1541
1542         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1543
1544         * mm-uu.el (mm-uu-type-alist): Add org block.
1545         (mm-uu-org-src-code-block-extract): New function.
1546
1547         * mm-view.el (mm-display-org-inline): New function.
1548
1549         * mm-decode.el (mm-automatic-display): Add text/org.
1550
1551         * mailcap.el (mailcap-mime-extensions): Add .org.
1552
1553 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1556         gnus-article-add-buttons.
1557
1558 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1559
1560         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1561         From header with a date and "nobody" as the sender.
1562
1563 2011-01-19  Julien Danjou  <julien@danjou.info>
1564
1565         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1566         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1567         if you have the same regexp several times.
1568         (gnus-button-push): Fix matching when regexp is symbol.
1569
1570 2011-01-15  Glenn Morris  <rgm@gnu.org>
1571
1572         * message.el (message-mail): A compose-mail function should
1573         accept headers as strings.
1574
1575 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1576
1577         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1578         Add :vert-only tags.
1579         (message-mail): New arg RETURN-ACTION.
1580         (message-return-action): New var.
1581         (message-bury): Use it.
1582         (message-mode): Make it buffer-local.
1583         (message-send-and-exit): Always call message-bury.
1584
1585         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1586         message-mail.
1587
1588 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * nnimap.el (nnimap-convert-partial-article): Protect against
1591         zero-length body parts.
1592
1593         * mm-decode.el (mm-preferred-alternative-precedence):
1594         Discourage showing empty parts.
1595
1596         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1597         and stuff if the backend didn't return the article number.  This fixes
1598         an Exchange-related nnimap bug.
1599
1600         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1601         group window, because it does the wrong thing when a separate frame
1602         displays the group buffer.
1603
1604         * proto-stream.el (open-protocol-stream): Protect against the low-level
1605         transport functions returning nil.
1606
1607 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1608
1609         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1610         (mml2015-epg-find-usable-secret-key): New function.
1611         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1612         mml2015-epg-find-usable-key (Bug#7797).
1613         (mml2015-epg-encrypt): Ditto.
1614
1615 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * dgnushack.el (rot13-string): Fix the way to get the argument.
1618
1619 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1622
1623 2011-01-03  Glenn Morris  <rgm@gnu.org>
1624
1625         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1626
1627         * sieve.el (sieve-open-server): Give a more explicit error if
1628         sieve-manage-open returns nil.  (Bug#7720)
1629
1630 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1631
1632         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1633
1634 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1637         This avoids sending passwords in plain text over non-encrypted
1638         channels.
1639
1640         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1641
1642         * nnimap.el (nnimap-login): Refactored out into own function, and
1643         implement CRAM-MD5.
1644         (nnimap-wait-for-line): Refactored out.
1645
1646         * mm-view.el (mml-smime): Require.
1647
1648 2010-12-20  David Engster  <deng@eml.cc>
1649
1650         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1651         use EPG to decrypt S/MIME messages instead of openssl.
1652
1653 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1656
1657         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1658         status is the group clearly is unreachable.
1659
1660         * auth-source.el (auth-source-create): Add the optional second
1661         parameter to `local-variable-p' to be compatible with XEmacs.
1662
1663 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1664
1665         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1666         work when using a compressed nnml folder.
1667
1668 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1671         backends after sanitising on entry, because this never makes sense:
1672         If the articles have gone missing, then the data no longer exists on
1673         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1674         overwrite anything anyway.
1675
1676         * shr.el (shr-insert-document): Bind shr-width dynamically to
1677         window-width if it's nil.
1678
1679 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1680
1681         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1682         with the meaning of using the full emacs window width for rendering.
1683
1684 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1685
1686         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1687         case when sender is not given.
1688
1689 2010-12-23  Julien Danjou  <julien@danjou.info>
1690
1691         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1692         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1693         the addresses, otherwise we might misplaced the gravatar.
1694
1695 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1696
1697         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1698         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1699         obsolete in Emacs.
1700
1701 2010-12-20  Julien Danjou  <julien@danjou.info>
1702
1703         * gnus-util.el (gnus-rescale-image): Revert last change.
1704
1705 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1706
1707         * binhex.el: Improve commentary (Bug#7482).
1708
1709 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * gnus-group.el (gnus-group-delete-articles): New command.
1712
1713 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1714
1715         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1716
1717 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1720         here, since it's up to the backends to do CRLF removal if their
1721         protocol has it.
1722
1723         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1724
1725 2010-12-17  Julien Danjou  <julien@danjou.info>
1726
1727         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1728         they are from file. Can also scale up.
1729
1730 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1731
1732         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1733         gnus-use-agent.
1734         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1735
1736         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1737
1738 2010-12-17  Julien Danjou  <julien@danjou.info>
1739
1740         * gravatar.el (gravatar-retrieve-synchronously): New function.
1741         (gravatar-get-data): Make more robust.
1742
1743 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1746
1747 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1750         to really consider the last line.
1751
1752 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1753
1754         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1755         list of recipient keys, or use symmetric encryption if not a list.
1756         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1757         EPA override, replacing the call to `netrc-store-data'.
1758
1759 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1760
1761         * gnus-srvr.el: Avoid passing nil regexp argument to
1762         delete-matching-lines.
1763
1764 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1767         fetching stops when Gnus exits.
1768
1769         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1770         function.
1771         (nnfolder-request-expire-articles): Save all the buffers after doing
1772         expiry.
1773
1774         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1775         the last article", since that led to serious performance regressions
1776         when expiring nnml groups.
1777
1778 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1779
1780         * nnir.el: Improve customizations.
1781
1782 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1785
1786         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1787         group has been killed.
1788         (gnus-group-yank-group): Ditto.
1789
1790         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1791
1792         * nnimap.el (nnimap-request-update-group-status): New function.
1793
1794         * gnus-int.el (gnus-request-update-group-status): New interface
1795         function.
1796
1797         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1798         copying read-ness to the backends.
1799
1800         * nnimap.el (nnimap-quirk): New function.
1801         (nnimap-retrieve-group-data-early): Use it.
1802         (nnimap-quirks): New alist.
1803
1804 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1807         don't delete it within indentation.
1808
1809 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1812         previous line.
1813
1814 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1817         QRESYNC command by deleting a superfluous space which broke Cyrus
1818         servers.  This change will break other servers that are buggy the other
1819         way around.
1820
1821 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1822
1823         * spam.el: Reindent and fix long lines.
1824         (spam-copy-or-move-routine): Exclude invalid move destinations.
1825
1826 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1827
1828         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1829         installed the registry.
1830
1831 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1834
1835 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1836
1837         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1838         groupname doesn't contain "gmane".
1839
1840 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1843         and netrc-bound-and-true-p bindings.
1844         (netrc-parse): Cache the netrc contents.
1845
1846         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1847         (gnus-1): Don't create the nndrafts group twice.
1848         (gnus-setup-news): There's no need to read the active file here, since
1849         that's done again later on a per-backend basis.
1850         (gnus-start-draft-setup): Make sure that the new group is started out
1851         empty.
1852
1853         * gnus-agent.el (gnus-agentize): Don't create the queue group
1854         automatically on startup.  It'll be created later, if needed.
1855
1856         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1857         of automatically subscribed groups.
1858         (gnus-auto-subscribed-categories): New variable.
1859         (gnus-matches-options-n): Use it.
1860         (gnus-default-subscribed-newsgroups): Remove unused variable.
1861         (gnus-start-draft-setup): Message a bit less.
1862
1863 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1864
1865         * nnir.el (nnir-run-imap): Return article list in order of increasing
1866         UID.
1867
1868 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * gnus-sum.el (gnus-summary-enter-digest-group):
1871         Mention gnus-auto-select-on-ephemeral-exit.
1872
1873         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1874         convention of the network-only option.
1875
1876 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * proto-stream.el (proto-stream-open-network-only): New function to
1879         have a way to specify non-STARTTLS upgrade connections.
1880
1881 2010-12-10  Julien Danjou  <julien@danjou.info>
1882
1883         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1884         email address is nil.
1885
1886         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1887
1888 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1889
1890         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1891         deletion.
1892         (nnir-run-imap): Only need to parse list once.
1893
1894 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895
1896         * shr.el (shr-tag-script): Ignore <script>.
1897         (shr-tag-label): Add <label> support.
1898
1899 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1902
1903         * shr.el (shr-image-displayer): Work for images lined side by side.
1904
1905 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1906
1907         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1908         parameter, since XEmacs doesn't accept t as a parameter.
1909
1910 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1911
1912         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1913         ids.
1914         (nnir-run-gmane): Simplify groupspec formatting.
1915         (nnir-request-expire-articles): New function.
1916
1917 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1920         overflow, possibly.
1921
1922         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1923         (shr-render-td): Handle td style="" better.
1924         (shr-tag-table): Use the color from the style sheet.
1925         (shr-render-td): Make sure we copy over all the overlays, too.
1926
1927 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1928
1929         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1930         (nnir-request-article): Improve article retrieval.
1931
1932 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * mm-util.el (mm-extra-numeric-entities): New variable.
1935
1936         * mm-url.el (mm-url-decode-entities):
1937         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1938
1939         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1940
1941 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1942
1943         * message.el: Use completion-at-point.
1944         (message-completion-function): New fun, extracted from message-tab.
1945         (message-mode): Use it for completion-at-point-functions.
1946         (message-tab): Use it and completion-at-point.
1947
1948 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1951         character if a non-breakable character follows.
1952
1953 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1956         any stream.
1957
1958         * shr.el (shr-tag-font): Colorize the region.
1959         (shr-tag-body): Ditto.
1960         (shr-tag-font): Actually let the styles be inherited instead of
1961         overwriting them.
1962         (shr-tag-font): Get the background color right.
1963         (shr-tag-style): Ignore all <style> tags for the moment.
1964
1965         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1966         a Message-ID to avoid having nnimap depend on gnus-sum.
1967
1968         * shr.el (shr-descend): Only colorize something if we have a node that
1969         sets colors.
1970
1971 2010-12-06  Julien Danjou  <julien@danjou.info>
1972
1973         * shr.el (shr-render-td): Render td content with shr-descend, so style
1974         will be applied to <td> too.
1975         (shr-colorize-region): Colorize region even if we only have a background.
1976         (shr-tag-body): Fix color and background color inheritance.
1977         Do not recolorize after shr-generic.
1978         (shr-tag-font): Let shr-generic colorize via inheritance.
1979
1980 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1983
1984 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1985
1986         * nnir.el (nnir-request-move-article): Remove obsolete code.
1987
1988 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1991
1992 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * gnus-sum.el (gnus-summary-respool-article): The completion function
1995         expects a list instead of an alist.
1996
1997         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1998         string as the parameter.
1999
2000         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2001
2002         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2003         styles.
2004         (shr-colorize-region): New function.
2005         (shr-insert-background-overlay): Remove.
2006         (shr-render-td): Background setting should be taken care of on a higher
2007         level.
2008         (shr-tag-body): Use post-hoc colorizations.
2009         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2010         (shr-put-color-1): Don't overwrite old colors.
2011         (shr-colorize-region): When the background color isn't explicit, use
2012         a fixed background.
2013
2014         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2015         nnmail variables.
2016
2017 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2018
2019         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2020         unless necessary.
2021
2022 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2023
2024         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2025         server.
2026
2027 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2030         so that TAB works.
2031
2032         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2033         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2034
2035         * shr.el (shr-urlify): Show the URL before the title to avoid
2036         misleading URLs.
2037
2038 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2039
2040         * shr.el (shr-urlify): Display the title in <a> tags.
2041
2042 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2043
2044         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2045
2046 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2047
2048         * nnir.el: Rearrange code to allow macros to be autoloaded by
2049         gnus-sum.el.
2050         (nnir-retrieve-headers-override-function): Make this variable
2051         customizable.
2052         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2053
2054         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2055         from nnir.el.
2056
2057 2010-12-03  Julien Danjou  <julien@danjou.info>
2058
2059         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2060
2061 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2064         allow optional argument `environment'.
2065
2066 2010-12-03  Glenn Morris  <rgm@gnu.org>
2067
2068         * mm-extern.el (message-goto-body): Update declaration.
2069
2070 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * gnus-util.el (gnus-macroexpand-all): New function.
2073
2074         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2075         instead of macroexpand-all that is unavailable in XEmacs.
2076
2077 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2078
2079         * nnir.el (nnir-summary-line-format): New variable.
2080         (nnir-mode): Use it.
2081         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2082         (nnir-article-ids): Reimplement as defsubst.
2083         (nnir-retrieve-headers): Don't mangle the subject header.
2084         (nnir-run-imap): Use 100 as RSV score.
2085         (nnir-run-find-grep): Fix for full server searching.
2086         (nnir-run-gmane): Better restriction to gmane groups.
2087
2088         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2089         summary buffers.
2090
2091 2010-12-02  Julien Danjou  <julien@danjou.info>
2092
2093         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2094
2095         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2096
2097         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2098         support.
2099
2100 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2101
2102         * nnir.el: Update to handle the registry better.
2103         (autoload): Silence byte-compiler.
2104         (nnir-open-server): Add a hook for nnir groups.
2105         (nnir-request-move-article): Don't mangle the header. Better to use
2106         formating variables (which will be added in the future).
2107         (nnir-registry-action): Update the registry using the original article
2108         group name.
2109         (nnir-mode): Install nnir-specific hooks for updating the registry.
2110
2111         * gnus-sum.el
2112         (gnus-article-original-subject,gnus-newsgroup-original-name):
2113         Remove obsolete variables.
2114         (gnus-summary-move-article): Remove use of obsolete variables.
2115         (gnus-summary-local-variables): Make move and delete hooks local to
2116         summary buffers.
2117
2118 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * rtree.el: New file.
2121
2122 2010-12-01  Julien Danjou  <julien@danjou.info>
2123
2124         * message.el (message-user-organization): Do not use
2125         gnus-local-organization.
2126
2127         * gnus.el: Remove gnus-local-organization.
2128
2129         * gnus-msg.el: Remove nastygram thing.
2130
2131 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2132
2133         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2134         funcall.
2135
2136 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2137
2138         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2139         names.
2140
2141         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2142         characters.
2143
2144         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2145         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2146         Suggested by Štěpán Němec <stepnem@gmail.com>.
2147         (gnus-gravatar-transform-address): Use mail-extract-address-components
2148         that supports non-ASCII names rather than mail-header-parse-addresses.
2149
2150 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * proto-stream.el (open-protocol-stream): All starttls connections are
2153         handled by the network handler.
2154
2155 2010-11-30  Julien Danjou  <julien@danjou.info>
2156
2157         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2158         (nnimap-open-connection-1): Fix PREAUTH.
2159
2160         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2161
2162 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2165         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2166         (shr-insert): Use them.
2167         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2168
2169 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2170
2171         * nnir.el (nnir-request-move-article): Bail out if original group
2172         doesn't support article moves.
2173         (nnir-get-active): Improve active list retrieval.
2174
2175 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2178
2179 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2180
2181         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2182         seem to accept strings-with-numbers as port numbers,
2183
2184 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2185
2186         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2187         change the registry.
2188
2189 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2192         delete-dups that is not available in XEmacs 21.4.
2193
2194         * mm-util.el (mm-delete-duplicates): Add comment.
2195
2196 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2197
2198         * nnir.el (nnir-ignored-newsgroups): New variable.
2199         (nnir-get-active): Use it.
2200
2201 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * proto-stream.el (proto-stream-open-network): Add some comments.
2204
2205         * nntp.el (nntp-open-connection): Provide a :success condition.
2206
2207         * nnimap.el (nnimap-open-connection-1): Ditto.
2208
2209         * proto-stream.el (proto-stream-open-network): See what the response to
2210         the STARTTLS command is.
2211
2212         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2213         backwards compatibility).
2214         (nnimap-open-connection-1): Really respect nnimap-server-port.
2215
2216         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2217         TLS upgrades we don't really care about the identity of the peer.
2218         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2219         that what we've checked for.
2220         (proto-stream-always-use-starttls): Only default to t if
2221         open-gnutls-stream exists.
2222         (proto-stream-open-network): If STARTTLS failed, then just open a
2223         normal connection.
2224         (proto-stream-open-network): Wait until the greeting before doing
2225         STARTTLS.
2226
2227         * nntp.el (nntp-open-connection): Report what the connection error is.
2228
2229         * proto-stream.el (open-protocol-stream): Rename from
2230         open-proto-stream.
2231
2232 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * nnimap.el (nnimap-stream): Change default to `undecided'.
2235         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2236         first, and then network.
2237         (nnimap-open-connection-1): Respect nnimap-server-port.
2238         (nnimap-open-connection): Be more backwards-compatible.
2239
2240         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2241         (proto-stream-open-starttls): De-duplicate the starttls code.
2242         (proto-stream-open-starttls): Folded back into the main function.
2243         (proto-stream-open-network): Fix typo in the gnutls path.
2244         (proto-stream-command): Refactor out.
2245
2246         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2247
2248         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2249         starttls.el STARTTLS.
2250
2251         * color.el (color-lab->srgb): Fix function call name.
2252
2253         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2254         if we're using tls.el.
2255         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2256         built in, then don't try to establish a STARTTLS connection.
2257
2258         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2259         servers.
2260
2261         * proto-stream.el (open-proto-stream): Use network, not stream.
2262         (open-proto-stream): Add a way to specify what the end of a command is.
2263
2264         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2265         connections types.
2266         (nntp-open-network-stream): Remove.
2267         (nntp-open-ssl-stream): Remove.
2268         (nntp-open-tls-stream): Remove.
2269         (nntp-ssl-program): Remove.
2270
2271         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2272
2273 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2274
2275         * nnir.el: Fix typos.
2276         (nnir-retrieve-headers-override-function): Rename variable to reflect
2277         new semantics.
2278         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2279         macros.
2280         (nnir-request-article, nnir-request-move-article): Use them.
2281         (nnir-categorize): New function.
2282         (nnir-run-query): Use it.
2283         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2284         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2285         sorted.
2286         (nnir-group-full-name): Use gnus-group-full-name instead.
2287         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2288         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2289
2290 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2293
2294         * proto-stream.el: New library to provide protocol-specific
2295         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2296         protocols.
2297         (open-proto-stream): Complete the documentation.
2298         (proto-stream-open-network): Fix some typos.
2299
2300         * nnimap.el (nnimap-open-connection): Use it.
2301
2302 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2303
2304         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2305         negotiation.
2306
2307 2010-11-26  Julien Danjou  <julien@danjou.info>
2308
2309         * color.el: Rename various rgb functions to srgb.
2310
2311 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2314         names.
2315
2316 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * shr.el (shr-insert): Revert last change.
2319         (shr-find-fill-point): Never leave point being at bol;
2320         relax the kinsoku limitation when rendering tables.
2321
2322 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2325         results from -accept-article.
2326
2327         * shr-color.el: Require cl when compiling.
2328
2329         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2330         checkin.
2331
2332         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2333
2334         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2335
2336         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2337         'add and 'delete to set backend marks.
2338
2339         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2340
2341         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2342
2343         * nntp.el (nntp-request-set-mark): Use it.
2344
2345         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2346
2347         * nnml.el (nnml-request-set-mark): Ditto.
2348
2349         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2350         introduces regressions in article selection.
2351         (nnimap-find-uid-response): New function.
2352         (nnimap-request-accept-article): Use the UID returned, if any.
2353         (nnimap-request-move-article): Use the UID returned, if any.
2354         (nnimap-get-groups): Reimplement to work with folded lines.
2355         (nnimap-find-uid-response): The UID is the last element in the list.
2356         (nnimap-request-set-mark): Extend syntax with 'set.
2357
2358         * nnml.el (nnml-request-set-mark): Ditto.
2359
2360         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2361
2362         * nntp.el (nntp-request-set-mark): Ditto.
2363
2364 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * message.el (message-called-interactively-p): A temporary macro.
2367         (message-goto-body): Use it temporarily.
2368
2369 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2372         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2373         (nnimap-last-response-string): Fix last unfolding fix.
2374
2375 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * shr.el (shr-insert): Fix the way to fold lines.
2378
2379 2010-11-25  Julien Danjou  <julien@danjou.info>
2380
2381         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2382
2383         * color.el: Rename from color-lab.el
2384         (color-rgb->hex): Add.
2385         (color-complement): Add.
2386         (color-complement-hex): Add.
2387
2388         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2389
2390 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2393         don't exist.
2394
2395 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2398         assuming that article displaying or another mml-preview may be
2399         interrupted for an error or for the like.
2400
2401         * shr.el (shr-get-background): Fix argument name.
2402
2403 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2406
2407         * gnus-sum.el (gnus-summary-include-articles): New function.
2408
2409         * message.el (message-goto-body): called-interactively-p needs a
2410         parameter, so use `any'.
2411
2412         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2413         clear marks before moving, since they're synced from the Gnus side
2414         first.
2415
2416         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2417         (gnus-summary-move-article): Copy over all marks before moving, so that
2418         IMAP doesn't think a new article has arrived.
2419
2420 2010-11-24  Julien Danjou  <julien@danjou.info>
2421
2422         * shr.el (shr-insert-background-overlay): Fix typo.
2423         (shr-render-td): Copy the background before rendering.
2424
2425         * shr-color.el (shr-color-visible): Fix docstring.
2426
2427         * shr.el (shr-tag-table): Add bgcolor support.
2428         (shr-render-td): Add bgcolor support.
2429         (shr-get-background): Add.
2430         (shr-insert-foreground-overlay): Use shr-get-background.
2431
2432         * message.el (message-goto-body): Use called-interactively-p.
2433         (message-in-body-p): message-goto-body returns point.
2434
2435 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2438         Fixes something or other in Emacs 23, and is backwards compatible.
2439
2440         * message.el (message-goto-body): Remove the <#secure special-casing,
2441         which is too special.
2442
2443         * shr.el (shr-parse-style): Drop !important from styles.
2444
2445 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2446
2447         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2448         this function to return incorrect results when calling it with an
2449         explicit article argument different from
2450         (gnus-summary-article-number).
2451
2452 2010-11-24  Julien Danjou  <julien@danjou.info>
2453
2454         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2455         (shr-tag-body): Add background support.
2456         (shr-descend): Add background support.
2457         (shr-tag-title): Add.
2458
2459         * shr-color.el (shr-color-visible): Really return original background
2460         if fixed.
2461
2462 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2463
2464         * shr.el (shr-color-check): Protect against non-existent colour names.
2465
2466 2010-11-24  Julien Danjou  <julien@danjou.info>
2467
2468         * color-lab.el: Require 'cl when compiling.
2469
2470         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2471
2472         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2473         matched part.
2474
2475         * color-lab.el: Fix all expt calls to use float type.
2476
2477 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2480         expression to shr-color-check as is.
2481
2482         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2483
2484         * color-lab.el: Add coding cookie.
2485         (float-pi): Use eval-and-compile.
2486
2487         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2488         compiled for Emacsen having no `libxml-parse-html-region' support.
2489
2490 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491
2492         * shr.el (shr-insert-color-overlay): Split stuff like
2493         "#444444 !important" to find the real colour.
2494         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2495         parse <font color="red"> entries.
2496
2497 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2498
2499         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2500         point when parsing headers.
2501
2502         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2503         is positioned properly when parsing headers.
2504
2505 2010-11-23  Julien Danjou  <julien@danjou.info>
2506
2507         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2508
2509         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2510
2511         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2512
2513         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2514         Use shr-color-hue-to-rgb.
2515         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2516
2517 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * shr.el (shr-color->hexadecimal): Autoload.
2520         (shr-descend): Add color to all tags.
2521
2522 2010-11-22  Julien Danjou  <julien@danjou.info>
2523
2524         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2525         shr-color->hexadecimal.
2526
2527         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2528         RGB() or HSL() color representation.
2529
2530         * shr.el (shr-tag-font): Add.
2531         (shr-tag-color-check): New function to get better colors.
2532         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2533         tag-span.
2534
2535         * shr-color.el: New file.
2536
2537         * color-lab.el: New file.
2538
2539         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2540
2541 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2542
2543         * nnir.el: Fix typo in comments.
2544         (nnir-run-imap): Simplify code. No need to reverse artlist.
2545         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2546
2547 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2550
2551         * nnimap.el (nnimap-get-capabilities): Refactor out.
2552         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2553
2554 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2555
2556         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2557         appearing when `mm-uu-hide-markers' is nil.
2558
2559 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * nnimap.el (nnimap-unselect-group): Make into its own function.
2562         (nnimap-request-rename-group): Unselect group before renaming.
2563         This had gotten lost somewhere.
2564         (nnimap-request-accept-article): Keep track of examined groups, and
2565         unselect the group before APPENDing to read-only groups.
2566         (nnimap-request-move-article): Clear flags before moving so that they
2567         can be re-set later.
2568
2569 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2572         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2573
2574 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gnus-art.el (gnus-mime-display-single)
2577         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2578         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2579         parameter.
2580
2581 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2584         (shr-table-vertical-line): New variable.
2585         (shr-insert-table): Use it.
2586
2587 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-html.el (gnus-html-wash-images): Don't display images if
2590         gnus-inhibit-images is non-nil; register displayer for cid images.
2591         (gnus-html-display-image): Work for cid image.
2592         (gnus-html-insert-image): Allow arguments.
2593         (gnus-html-put-image): Inhibit read-only.
2594         (gnus-html-prefetch-images): Don't prefetch images if
2595         gnus-inhibit-images is non-nil.
2596
2597 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * shr.el (shr-put-image): Break lines when inserting big pictures.
2600
2601 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2602
2603         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2604         sender, thanks Katsumi Yamaoka.
2605
2606 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2607
2608         * nnir.el (nnir-run-imap): Reverse the article list for each group
2609         rather than the whole list.
2610
2611 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * shr.el (shr-image-displayer): Protect function against non-existent
2614         image source.
2615
2616         * gnus-art.el (gnus-inhibit-images): New user option.
2617         (gnus-mime-display-single): Don't display image if it is non-nil.
2618
2619         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2620         gnus-inhibit-images.
2621
2622         * shr.el (shr-image-displayer): New function.
2623         (shr-tag-img): Use it.
2624
2625 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2626
2627         * mml2015.el (mml2015-epg-sign): Use From header.
2628
2629 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2632
2633         * gnus-util.el (gnus-find-text-property-region): Return markers.
2634
2635         * shr.el (shr-tag-img): Put a displayer in the text property.
2636
2637         * gnus-util.el (gnus-find-text-property-region): New utility function.
2638
2639         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2640         (gnus-html-show-images): Remove.
2641
2642         * gnus-art.el (gnus-article-show-images): New, more general function.
2643
2644         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2645         image url text properties.
2646
2647         * shr.el: Ditto.
2648
2649         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2650         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2651
2652 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2655         work for two or more articles.
2656
2657 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2660         divide an image that's in an html article to two or more when washing
2661         non-ASCII characters in alt text of it.
2662
2663 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2666         smime-decrypt-region using function argument.
2667         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2668
2669         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2670
2671         * smime.el (smime-decrypt-region): Catch it.
2672
2673 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2674
2675         * smime.el (smime-mode-map): Move initialization into declaration.
2676         (gnus-run-mode-hooks): Don't autoload.
2677         (smime-mode): Use define-derived-mode.
2678
2679 2010-11-11  Glenn Morris  <rgm@gnu.org>
2680
2681         * smime.el (from): Restrict declaration to XEmacs.
2682
2683         * nnir.el (gnus-group-topic-name): Autoload.
2684
2685 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * shr.el (shr-insert): Don't break long line if it is because of
2688         kinsoku-bol characters in the line end.
2689
2690 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2691
2692         * nnir.el (nnir-request-move-article): Fix to provide original group
2693         and subject.
2694         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2695         been retrieved.
2696
2697         * gnus-sum.el (gnus-summary-move-article): Use original group and
2698         subject for virtual articles such as those in an nnir summary buffer.
2699
2700 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2703         least 21.5).
2704
2705         * smime.el (from): Declare it again for XEmacs.
2706
2707 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * message.el (message-resend): Don't disable encoding unless it's
2710         already encoded.
2711
2712         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2713         low-numbered articles.
2714
2715 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * rfc2047.el (rfc2047-syntax-table): Simplify.
2718
2719         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2720
2721         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2722         set-char-table-range for XEmacs.
2723
2724 2010-11-10  Glenn Morris  <rgm@gnu.org>
2725
2726         * time-date.el (time-to-seconds): Always an alias on Emacs,
2727         never a real function.
2728         (with-no-warnings): Remove compat stub, now unused.
2729         (time-less-p): Doc fix.
2730         (time-to-number-of-days): Simplify.
2731
2732         * smime.el (from): Remove unused declaration.
2733
2734         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2735         (gnus-float-time): On Emacs, always an alias.
2736
2737         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2738         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2739
2740 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * dgnushack.el: Don't use ignore-errors in the top level form since it
2743         is unavailable in XEmacs even if cl is loaded.
2744
2745         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2746
2747 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * shr.el (browse-url-mailto): Autoload.
2750
2751         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2752
2753         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2754         regexp doesn't need quoting.
2755
2756 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2757
2758         * message.el (message-subject-trailing-was-ask-regexp)
2759         (message-subject-trailing-was-regexp): Match was: in addition to was.
2760
2761 2010-11-09  Glenn Morris  <rgm@gnu.org>
2762
2763         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2764         (nnbabyl-check-mbox): Use point-at-bol.
2765
2766 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2769
2770         * message.el (message-mailto): New function.
2771         (message-mailto): Should accept other parameters.
2772         (message-mailto): Remove since it duplicates browse-url-mailto
2773         functionality.
2774
2775 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2778         methods.
2779         (gnus-read-active-file): Ditto.
2780
2781         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2782         ": " from the prompt.
2783         (gnus-group-make-group): Ditto.
2784
2785 2010-11-07  Glenn Morris  <rgm@gnu.org>
2786
2787         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2788         (gnus-bookmark-kill-line): Use point-at-eol.
2789
2790 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2793         asterisks in From header.
2794
2795 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2798         string to avoid making the From headers syntactically invalid.
2799
2800         * message.el (message-send-mail): Don't insert courtesy messages if the
2801         message already has List-Post and List-ID messages.
2802
2803 2010-11-06  Glenn Morris  <rgm@gnu.org>
2804
2805         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2806         `condition', `type', `length' a prefix.
2807         (gnus-treat-predicate): Update for above name changes.
2808
2809 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2810
2811         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2812         binding.  Handled by `gnus-summary-refer-thread' instead.
2813         (nnir-warp-to-article): New backend function.
2814
2815         * nnimap.el (nnimap-request-thread): Force dependency updating.
2816
2817         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2818         (gnus-summary-refer-thread): Rework to improve thread-referral.
2819
2820         * gnus-int.el (gnus-warp-to-article): New function.
2821
2822         * gnus-sum.el (gnus-summary-article-map): Bind it.
2823
2824 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2825
2826         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2827         gnus-summary-refer-thread.
2828
2829         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2830         headers.
2831         (gnus-summary-limit-include-thread): Prevent articles in thread from
2832         being cut in gnus-cut-threads.
2833         (gnus-summary-refer-thread): Limit retrieved headers to those in
2834         thread.
2835
2836 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * message.el (message-send-mail): Use the value of
2839         message-courtesy-message from the message buffer.
2840
2841         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2842
2843         * shr.el (shr-browse-url): Implement mailto: URLs.
2844
2845         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2846         "raw".
2847
2848         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2849         if it's already selected.
2850
2851         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2852
2853 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2856         to measure the length and truncate alt text.
2857
2858 2010-11-03  Glenn Morris  <rgm@gnu.org>
2859
2860         * nndiary.el (nndiary-generate-nov-databases-1)
2861         (nndiary-generate-active-info): Rename dynamic variable `files' to
2862         something less generic.
2863
2864 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2865
2866         * nnir.el (nnir-request-move-article): Call the underlying backend to
2867         move articles from nnir.
2868
2869 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2872
2873 2010-11-02  Julien Danjou  <julien@danjou.info>
2874
2875         * nnir.el: Remove wais support.
2876
2877 2010-11-02  Glenn Morris  <rgm@gnu.org>
2878
2879         * gnus-html.el: Reorder requirements to quieten compiler.
2880
2881 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2884         properly for XEmacs as well.
2885         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2886         (gnus-article-natural-long-line-p): Use window-width rather than
2887         frame-width.
2888
2889 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2890
2891         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2892         (nnir-read-parms): Don't modify query.
2893         (nnir-run-query): Add ability to search topic on current line.
2894         (nnir-get-active): Clean up.
2895
2896 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2899         degenerate articles.
2900
2901         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2902         (gnus-print-buffer): Just print the buffer as is, without any copying
2903         to a buffer and then re-highlighting.
2904
2905         * nnimap.el (nnimap-request-group): Store the new updated info.
2906         (nnimap-request-group): Select the group when we don't know whether it
2907         exists or not.
2908
2909         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2910         groups.
2911
2912         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2913         groups.
2914
2915         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2916         groups.
2917
2918         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2919         long-lines case by only filling the long lines.
2920
2921         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2922         (bug #7311).
2923
2924 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * shr.el: No need to declare `declare-function' since shr.el is for
2927         only Emacsen that provide `libxml-parse-html-region'.
2928
2929         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2930         effective only in a file it is referred to.
2931
2932 2010-11-01  Glenn Morris  <rgm@gnu.org>
2933
2934         * mm-util.el (gnus-completing-read): Autoload.
2935         (mm-read-coding-system): Simplify Emacs definition.
2936
2937         * nnmail.el (gnus-activate-group):
2938         * nnimap.el (gnutls-negotiate):
2939         * nntp.el (netrc-parse): Fix declarations.
2940
2941 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2944         string-match-p in Emacs >=23.
2945
2946         * gnus-msg.el (gnus-configure-posting-styles)
2947         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2948
2949 2010-11-01  Glenn Morris  <rgm@gnu.org>
2950
2951         * nnir.el (declare-function): Add compat stub.
2952         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2953         (nnir-run-gmane): Require 'mm-url.
2954
2955         * mm-util.el (mm-string-to-multibyte): Simplify.
2956
2957         * shr.el (declare-function): Add compat stub.
2958         (url-cache-create-filename): Declare.
2959         (mm-disable-multibyte, widget-convert-button): Autoload.
2960
2961         * smime.el (ldap-search): Declare.
2962         (smime-cert-by-ldap-1): Require ldap on Emacs.
2963
2964         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2965         (nnimap-keepalive): Use gnus-float-time.
2966
2967         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2968         (mail-source-delete-crash-box): Use gnus-float-time.
2969
2970         * gnus-dired.el (gnus-completing-read): Autoload.
2971
2972         * mm-view.el (gnus-rescale-image): Autoload.
2973
2974         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2975
2976         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2977
2978         * sieve-manage.el: Require 'cl when compiling.
2979
2980         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2981         (gnus-iswitchb-completing-read): Require iswitchb.
2982         (gnus-select-frame-set-input-focus): Silence compiler.
2983
2984 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * message.el (message-subject-trailing-was-query): Change default to t,
2987         since I think that's what most people want.
2988
2989         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2990         appending for easier debugging.
2991         (nnimap-wait-for-connection): Take a regexp.
2992         (nnimap-request-accept-article): Wait for the continuation line before
2993         sending anything unless we're streaming.
2994
2995         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2996         leave the header washing to take place.
2997
2998 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2999
3000         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3001         regular expression match and replace in posting styles.
3002
3003 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3004
3005         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3006         an entire server.
3007         (nnir-get-active): New function.
3008         (nnir-run-imap): Use it.
3009         (nnir-run-gmane): Who knew, gmane search returns an article score!
3010
3011         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3012         server on the current line with nnir.
3013
3014 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3017         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3018         left edge.
3019         (gnus-article-foldable-buffer): Skip past the prefix when determining
3020         raggedness.
3021
3022         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3023         the raw article, and change `C-u g' to show the article without doing
3024         treatments.
3025
3026         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3027         on to `gnus-treat-article'.
3028         (gnus-inhibit-article-treatments): New variable.
3029
3030         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3031
3032         * gnus-art.el (gnus-treatment-function-alist): Have
3033         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3034         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3035         sections.
3036
3037         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3038         parameter.
3039         (gnus-article-fill-cited-long-lines): New function.
3040         (gnus-article-fill-cited-article): Allow filling only long sections.
3041
3042         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3043         and non-punctuation (like after the apostrophe in "'We").
3044
3045         * gnus-sum.el (gnus-summary-select-article): Make sure
3046         gnus-original-article-buffer is alive.
3047
3048         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3049         reflect the order they're in in the digest.
3050
3051         * gnus.el (gnus-group-startup-message): Move point to the start of the
3052         buffer.
3053
3054         * nnimap.el (nnimap-capability): New function.
3055         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3056         is set.
3057
3058 2010-10-31  David Engster  <dengste@eml.cc>
3059
3060         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3061         conform with changes to gnus-completing-read.
3062
3063 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3066
3067 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3068
3069         * nnir.el: Move defvar, defcustom around to keep file organized
3070         and keep byte-compiler quiet.
3071         (nnir-read-parms): Accept search-engine as arg.
3072         (nnir-run-query): Pass search-engine as arg.
3073         (nnir-search-engine): Remove.
3074
3075 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * shr.el (shr-generic): The text nodes should be text, not :text.
3078
3079         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3080         later in the file.
3081
3082 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3083
3084         * nnir.el: General clean up.  Allow searching with multiple engines.
3085         Allow separate extra-parameters for each engine.
3086         Batch queries when possible.
3087         (nnir-imap-default-search-key,nnir-method-default-engines):
3088         Add customize interface.
3089         (nnir-run-gmane): New engine.
3090         (nnir-engines): Use it.  Qualify all prompts with engine name.
3091         (nnir-search-engine): Remove global variable.
3092         (nnir-run-hyrex): Restore for now.
3093         (nnir-extra-parms,nnir-search-history): New variables.
3094         (gnus-group-make-nnir-group): Use them.
3095         (nnir-group-server): Remove in favor of gnus-group-server.
3096         (nnir-request-group): Avoid searching twice.
3097         (nnir-sort-groups-by-server): New function.
3098
3099 2010-10-30  Julien Danjou  <julien@danjou.info>
3100
3101         * gnus-group.el: Remove gnus-group-fetch-control.
3102
3103         * gnus-start.el (gnus-find-new-newsgroups):
3104         Remove gnus-check-first-time-used.
3105
3106         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3107
3108 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3109
3110         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3111         set on groups that don't have \* permanentflags.
3112
3113 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3116         control the background color.
3117         (shr-tag-img): Ignore very small web bug type images.
3118         (shr-put-image): Add help-echo alt texts to the images.
3119         (shr-tag-video): Show the video poster image.
3120
3121 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * shr.el (shr-table-depth): New variable.
3124         (shr-tag-table-1): Only insert the images after the top-level table.
3125
3126         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3127
3128         * gnus-util.el (gnus-list-memq-of-list): New function.
3129
3130         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3131         selected.
3132         (nnimap-unsplittable-articles): New slot.
3133         (nnimap-new-articles): Use it.
3134
3135 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3136
3137         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3138         move to the previous line on `M-g'.
3139
3140 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3143         *-request-group, which seems unnecessary.
3144
3145         * nnimap.el (nnimap-quote-specials): Function copied over from
3146         imap.el.
3147         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3148         they support that.  Suggested by Tom Regner.
3149
3150 2010-10-29  Julien Danjou  <julien@danjou.info>
3151
3152         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3153         defalias.
3154         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3155
3156         * gnus.el: Remove `gnus-nntp-service' variable.
3157         (gnus-secondary-servers): Make obsolete.
3158         (gnus-nntp-server): Make obsolete.
3159
3160         * gnus-start.el (gnus-1): Remove x-splash calls.
3161
3162         * gnus-ems.el (gnus-x-splash): Remove.
3163
3164         * gnus.el (gnus-group-startup-message): Simplify/update code.
3165
3166         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3167         definition.
3168
3169         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3170         capability before doing anything.
3171         (gnus-group-insert-group-line): Remove useless
3172         gnus-group-remove-excess-properties.
3173
3174 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3177
3178 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3181         config after reselecting.
3182
3183 2010-10-28  Julien Danjou  <julien@danjou.info>
3184
3185         * shr.el (shr-put-image): Use point even if only inserting text.
3186         (shr-put-image): Save excursion when inserting alt text on non-graphic
3187         display, so the behaviour is the same when we are on a graphic display.
3188
3189         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3190
3191 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3194         (gnus-mime-copy-part): Check coding system, not charset.
3195         (gnus-mime-view-part-externally): Never remove part.
3196         (gnus-mime-view-part-internally): Don't remove part here.
3197         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3198         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3199         multipart/alternative.
3200
3201         * mm-decode.el (mm-display-part): Take optional arg `force'.
3202
3203 2010-10-26  Julien Danjou  <julien@danjou.info>
3204
3205         * gnus-group.el (gnus-group-default-list-level): Add this function to
3206         compute the default list level.
3207         (gnus-group-default-list-level): Add possibility to use a function.
3208
3209 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3212
3213         * gnus-group.el (gnus-group-completing-read)
3214         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3215         gnus-replace-in-string.
3216
3217 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * shr.el (shr-tag-div): Add.
3220
3221         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3222
3223 2010-10-25  Julien Danjou  <julien@danjou.info>
3224
3225         * gnus-util.el: Remove `gnus-with-local-quit'.
3226
3227         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3228
3229 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3232         the original article buffer.
3233
3234 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * nnimap.el (nnimap-request-head): New function.
3237         (nnimap-request-move-article): Try to be slighly faster by not
3238         requesting the entire message when moving.
3239         (nnimap-transform-headers): Don't bug out on bodiless articles.
3240         (nnimap-send-command): Have no outstanding messages if the IMAP server
3241         doesn't support streaming.
3242         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3243
3244 2010-10-24  Julien Danjou  <julien@danjou.info>
3245
3246         * message.el (message-default-headers): Fix type.
3247
3248 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3251         prefetching images.
3252
3253         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3254         backend for unknown groups.  This is mainly useful for nnimap groups.
3255
3256         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3257         group isn't covered by the agent.
3258
3259 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3260
3261         * nnir.el (nnir-method-default-engines): New variable.
3262         (nnir-run-query): Use it.
3263         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3264         (gnus-summary-nnir-goto-thread): Change group if needed.
3265
3266         * gnus-group.el (gnus-group-group-map): Add key binding for
3267         gnus-group-make-nnir-group.
3268
3269 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * shr.el (shr-tag-object): Add.
3272
3273         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3274         original article buffer live.
3275         (gnus-summary-select-article-buffer):
3276         Mention gnus-widen-article-buffer.
3277
3278 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * shr.el (shr-tag-strong): Add.
3281
3282 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3285         group names.  They mess up the group buffer badly.
3286
3287         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3288
3289         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3290         instead of the summary one.
3291
3292 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * mml.el (mml-preview): Work properly when editing article.
3295
3296         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3297         gnus-have-read-active-file if it's already been in.
3298
3299 2010-10-22  Tom Tromey  <tromey@redhat.com>
3300
3301         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3302         gnus-group-completing-read.
3303
3304 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305
3306         * message.el (message-mode-map): Don't bind M-; to comment region, to
3307         allow the global comment-dwim to work.
3308
3309 2010-10-21  Julien Danjou  <julien@danjou.info>
3310
3311         * message.el (message-setup-1): Allow message-default-headers to be a
3312         function.
3313
3314 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * shr.el (shr-tag-table): Simplify.
3317
3318 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3321         to avoid trying to snarf invalid stuff.
3322
3323         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3324
3325         * gnus.el (gnus-message-archive-group): Quote value.
3326         (gnus-message-archive-group): Mark as changed.
3327
3328         * shr.el (shr-add-font): Don't put the font properties on the newline
3329         or the indentation.
3330
3331         * message.el (message-fix-before-sending): Change options when sending
3332         non-printable characters.
3333
3334         * gnus.el (gnus-message-archive-method): Change the default to
3335         monthly outgoing groups.
3336
3337         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3338         that have gotten new numbers.
3339
3340         * nnimap.el (nnimap-request-replace-article): New function.
3341
3342 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3345         (nnrss-request-article): Don't use special html washing code.
3346
3347 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * shr.el (shr-tag-table): Remove useless nconc.
3350
3351 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * gnus-art.el (article-wash-html): Simplify and remove the charset
3354         stuff.  Use the normal html rendering code instead of the special html
3355         washing code.
3356
3357         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3358         `gnus-w3m' symbols.
3359         (mm-text-html-washer-alist): Remove.
3360
3361         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3362         (mm-inline-media-tests): Remove use.
3363         (mm-text-html-renderer): Change default to the `shr' symbol.
3364
3365         * mm-view.el (mm-inline-text-html): Remove use.
3366
3367         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3368         `gnus-blocked-images' to be a function.
3369         (gnus-article-wash-function): Remove.
3370
3371 2010-10-20  Julien Danjou  <julien@danjou.info>
3372
3373         * spam.el (spam-list-of-processors): Mark as obsolete.
3374
3375         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3376         (nnimap-insert-partial-structure): Fix boundary detection.
3377
3378 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3379
3380         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3381         run file-truename on remote files.  This can be expensive and even
3382         prevent one from editing drafts if some unrelated buffer has a stale
3383         connection.
3384
3385 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3388         kinsoku-eol regardless of shr-kinsoku-shorten.
3389         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3390         (shr-tag-table): Support caption, thead, and tfoot.
3391
3392 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3395         lines.
3396         (shr-save-contents): New command and keystroke.
3397
3398         * nndoc.el (nndoc-type-alist): Add git support.
3399         (nndoc-git-type-p): New function.
3400         (nndoc-transform-git-article): Ditto.
3401         (nndoc-transform-git-headers): Ditto.
3402         (nndoc-transform-git-headers): Generate Subject headers.
3403
3404         * shr.el (shr-parse-style): New function.
3405         (shr-tag-span): Ditto.
3406
3407         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3408         to `G G' to avoid collisions.
3409
3410 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * shr.el: Load kinsoku if necessary.
3413         (shr-kinsoku-shorten): New internal variable.
3414         (shr-find-fill-point): Make kinsoku shorten text line if
3415         shr-kinsoku-shorten is bound to non-nil.
3416         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3417         shr-indentation too when testing if table is wider than frame width.
3418         (shr-insert-table): Use `string-width' instead of `length' to measure
3419         text width.
3420         (shr-insert-table-ruler): Make sure indentation is done at bol.
3421
3422 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3423
3424         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3425         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3426         undecoded network data.
3427
3428 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3431         name in the mode line spec so that the mode line menu works
3432         (bug #2431).
3433
3434         * message.el (message-get-reply-headers): If we're fed `to-address',
3435         then always use that.
3436
3437         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3438         aren't so wide as to need to switch off the edit menu.
3439
3440         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3441         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3442
3443         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3444         `M-g'.
3445         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3446         the permanent marks.
3447
3448 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3449
3450         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3451         Splitting according to references/in-reply-to obeys the ignore-groups
3452         variable, while splitting by sender and subject do not.
3453
3454 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3457         alist, so that we can look for non-Unicode chars.
3458         (article-translate-strings): Allow both character and string maps.
3459
3460 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * shr.el (shr-insert): Don't insert space behind a wide character
3463         categorized as kinsoku-bol, or between characters both categorized as
3464         nospace.
3465
3466 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3467
3468         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3469         headers to gnus-newsgroup-headers.
3470
3471 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * shr.el (shr-tag-img): Don't align images -- since we're not
3474         rescaling, this often leads to ugly displays.
3475
3476 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3477
3478         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3479         duplicates.
3480
3481 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3482
3483         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3484         call.
3485
3486 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus.el: Autoload gnus-html-show-images.
3489
3490         * nnimap.el: Use nnheader-message throughout.
3491
3492         * shr.el (shr-tag-img): Ignore images with no data.
3493
3494 2010-10-15  Julien Danjou  <julien@danjou.info>
3495
3496         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3497         a possibility to disable format=flow encoding when using hard newlines.
3498
3499 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * shr.el (shr-insert): Remove space inserted before or after a
3502         breakable character or at the beginning or the end of a line.
3503         (shr-find-fill-point): Do kinsoku; find the second best point or give
3504         it up if there's no breakable point.
3505
3506 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3507
3508         * nnimap.el (nnimap-open-connection): Message when opening connection
3509         for debugging purposes.
3510
3511         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3512         on every setup buffer call to allow this to change from article to
3513         article.
3514
3515         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3516         buffers where we have a wide table.
3517
3518 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3519
3520         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3521         uses *-request-thread.
3522
3523 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3526         incantation, which is no longer valid.
3527
3528 2010-10-14  Julien Danjou  <julien@danjou.info>
3529
3530         * shr.el: Fix defcustom type (char -> character).
3531
3532 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3535         programs.
3536
3537 2010-10-14  Julien Danjou  <julien@danjou.info>
3538
3539         * shr.el (shr-tag-a): Use url-link as widget type.
3540
3541         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3542         `gnus-group-get-icon'.
3543
3544 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3547         This should make server editing work better.
3548
3549         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3550
3551         * tls.el (tls-program): Remove spurious %s from openssl.
3552
3553         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3554         (nnimap-parse-flags): Fix regexp.
3555
3556         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3557         probably work for CJVK text, too.
3558
3559         * nnimap.el (nnimap-extend-tls-programs): Remove.
3560         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3561
3562         * tls.el (tls-starttls-switches): Remove starttls hack.
3563         (open-tls-stream): Ditto.
3564         (tls-find-starttls-argument): Ditto.
3565
3566 2010-10-13  Julien Danjou  <julien@danjou.info>
3567
3568         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3569         responses.
3570
3571 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3574
3575         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3576         anything in Emacs.
3577
3578         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3579
3580 2010-10-13  Julien Danjou  <julien@danjou.info>
3581
3582         * shr.el (shr-width): Make shr-width a defcustom with default to
3583         fill-column.
3584         (shr-tag-img): Use shr-width rather than fill-column.
3585
3586 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * dgnushack.el (byte-optimize-apply)
3589         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3590
3591         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3592         position when (X-)Faces exist.
3593         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3594         avatars when called interactively.
3595
3596 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3599         gnus-article-x-face-too-ugly is bound.
3600
3601 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3604
3605         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3606         mailbox that doesn't exist.
3607
3608 2010-10-12  Julien Danjou  <julien@danjou.info>
3609
3610         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3611         (shr-get-image-data): Encode URL properly when fetching from cache.
3612         (shr-tag-img): Use aligned-to spaces to align correctly images.
3613
3614         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3615         before inserting the Gravatar.
3616
3617         * shr.el (shr-tag-img): Add align attribute support for <img>.
3618
3619 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * gnus-gravatar.el (gnus-art): Require.
3622
3623         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3624         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3625         Remove long obsoleted functions.
3626
3627 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3630
3631         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3632
3633         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3634         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3635         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3636         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3637         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3638         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3639         * sieve-manage.el, smime.el, spam.el:
3640         Fix comment for declare-function.
3641
3642 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * nnimap.el (nnimap-request-rename-group): Select group read-only
3645         before renaming it.
3646
3647         * shr.el (shr-insert): Fix up the white space only regexp.
3648
3649         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3650         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3651
3652         * shr.el (shr-current-column): New function.
3653         (shr-find-fill-point): New function.
3654
3655 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3656
3657         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3658         numbers.
3659
3660 2010-10-11  Julien Danjou  <julien@danjou.info>
3661
3662         * shr.el (shr-hr-line): Add.
3663         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3664         display hr lines.
3665         (shr-max-columns): Do not change state to nil if we just inserting
3666         spaces.
3667
3668 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3671         select the last group.
3672
3673 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3676
3677 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3678
3679         * dig.el (dig-mode-map): Declare and define in one step.
3680
3681 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3684         for Gnus.
3685         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3686         (nnimap-update-qresync-info): Mark \Seen articles as read.
3687
3688         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3689         non-variable, too.
3690
3691         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3692         available.
3693         (nnimap-update-info): Rely more on the current active than the param
3694         active to avoid marking articles as read too much.
3695
3696         * auth-source.el (auth-source-create): Use (user-login-name) for the
3697         user name default.
3698
3699         * nnimap.el (nnimap-update-info): If the server doesn't return any
3700         useful info, just use the previous info.
3701         (nnimap-update-info): Prefer old info over start-article.
3702         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3703
3704 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3705
3706         * nnir.el (autoload): Clean up autoloads.
3707         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3708         Use key rather than value.
3709         (nnir-imap-search-other): New variable.
3710         (nnir-read-parm): Use it.
3711         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3712         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3713
3714 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3715
3716         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3717         the process, too.
3718
3719 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * spam.el (gnus-summary-mode-map): Bind to "$".
3722         Suggested by Russ Allbery.
3723
3724         * shr.el: Rework the way things are indented by <li> slightly.
3725
3726         * gnus.el (gnus-group-set-parameter): Fix typo.
3727
3728         * nnimap.el: Start implementing QRESYNC support.
3729
3730 2010-10-09  Julien Danjou  <julien@danjou.info>
3731
3732         * nnir.el (nnir-engines): Fix too many arguments.
3733
3734 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3737         group is the "last", so that the backends like nnfolder actually save
3738         their folders.
3739
3740         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3741         try to use that for the tls stream.
3742         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3743         UIDVALIDITY and find out which groups are read-only and not.
3744         (nnimap-get-flags): Use the same marks parsing code as the rest of
3745         nnimap.
3746
3747 2010-10-09  Julien Danjou  <julien@danjou.info>
3748
3749         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3750
3751         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3752         retrieving gravatars.
3753
3754         * shr.el (shr-table-corner): Add.
3755         (shr-table-line): Add.
3756         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3757
3758 2010-10-08  Julien Danjou  <julien@danjou.info>
3759
3760         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3761
3762 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3765
3766         * gnus-sum.el (gnus-mark-article-as-unread)
3767         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3768         (gnus-summary-set-bookmark): Use it.
3769
3770         * gnus-msg.el (gnus-setup-message): Use it.
3771
3772         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3773
3774         * gnus.el (gnus-group-remove-parameter): Use it.
3775
3776         * gnus-group.el (gnus-group-make-web-group): Use it.
3777
3778         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3779
3780         * nnregistry.el: Update docs to mention manual.
3781
3782         * gnus-registry.el: Update docs to mention nnregistry.el.
3783         (gnus-registry-initialize): Don't install nnregistry refer method
3784         automatically.
3785         (gnus-registry-install-nnregistry): Remove it.
3786
3787 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * shr.el (shr-insert): Don't insert double spaces.
3790
3791 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * gnus-gravatar.el (gnus-treat-from-gravatar)
3794         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3795         called interactively.
3796
3797         * gnus-art.el (gnus-mime-view-part-externally)
3798         (gnus-mime-view-part-internally): Make predicate function passed to
3799         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3800         of a mime type.
3801
3802         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3803
3804 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * shr.el (require): Require cl when compiling.
3807         (shr-tag-hr): New function.
3808
3809         * nnimap.el (nnimap-update-info): Remove double setting of high.
3810         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3811         This makes nnimap work properly on Courier again.
3812
3813         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3814         the variable for backwards compatibility.
3815
3816         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3817         the file name before using to avoid setting mm-default-directory to
3818         nil.
3819
3820         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3821         bidning gnus-agent variables.
3822
3823         * shr.el (shr-render-td): Use a cache for the table rendering function
3824         to avoid getting an exponential rendering behaviour in nested tables.
3825         (shr-insert): Rework the line-breaking algorithm.
3826         (shr-insert): Don't leave trailing spaces.
3827         (shr-insert-table): Also insert empty TDs.
3828         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3829
3830 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3831
3832         * gnus-sum.el (gnus-number): Rename from `number'.
3833         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3834         (gnus-summary-limit-children): Update uses correspondingly.
3835
3836 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3839         (gnus-gravatar-transform-address): Don't show avatars of people of
3840         which mail addresses match gnus-gravatar-too-ugly.
3841
3842 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * shr.el (shr-table-widths): Expand TD elements to fill available
3845         space.
3846
3847 2010-10-07  Julien Danjou  <julien@danjou.info>
3848
3849         * nnimap.el (nnimap-request-rename-group): Add this method.
3850
3851 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3854         name from XEmacs' function-arglist.
3855
3856         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3857         gravatar under XEmacs.
3858
3859 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3860
3861         * auth-source.el: Update docs with TODO items.
3862
3863         * gnus-sync.el: Update docs to explain state and plans.
3864
3865         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3866         Hooks for mark updates.
3867         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3868
3869         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3870         hooks with arguments, which is needed for mark update hooks.
3871
3872 2010-10-06  Julien Danjou  <julien@danjou.info>
3873
3874         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3875         was matched.
3876
3877         * sieve-manage.el: Update example in `Commentary'.
3878
3879         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3880
3881         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3882         not 2000.
3883         (sieve-manage-authenticate): Re-add function.
3884
3885 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * shr.el (shr-insert): Get 'space transition right.
3888         (shr-render-td): Only delete space at the end of the TD.
3889
3890         * nnimap.el (nnimap-open-connection): Prepare to support
3891         open-gnutls-stream.
3892
3893         * shr.el: Rearrange function order to be more logical.
3894
3895 2010-10-06  Julien Danjou  <julien@danjou.info>
3896
3897         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3898         (nnrss-discover-feed): Remove 404 URL in docstring.
3899
3900         * nnir.el: Fix Swish-E URL.
3901         Fix Namazu URL.
3902
3903         * message.el (message-change-subject): Remove 404 URL in a comment.
3904
3905 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3908         called interactively.
3909
3910         * gnus-util.el (gnus-remove-if): Allow hash table.
3911         (gnus-remove-if-not): New function.
3912
3913         * gnus-art.el (gnus-mime-view-part-as-type)
3914         * gnus-score.el (gnus-summary-score-effect)
3915         * gnus-sum.el (gnus-read-move-group-name):
3916         Replace remove-if-not with gnus-remove-if-not.
3917
3918         * gnus-group.el (gnus-group-completing-read):
3919         Regard collection as a hash table if it is not a list.
3920
3921 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3924
3925         * shr.el: Document the table-rendering algorithm.
3926
3927 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3930         for Emacsen having no `libxml-parse-html-region' support.
3931
3932 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3935         invalid URLs.
3936
3937         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3938         line-broken.
3939         (shr-tag-img): Ignore image fetching errors.
3940         (shr-overlays-in-region): Compute overlay positions correctly.
3941
3942         * mm-decode.el (mm-shr): Require shr.
3943
3944         * gnus-art.el (gnus-blocked-images): Move variable here.
3945
3946         * shr.el (shr-insert-table): Bind free variable.
3947
3948         * mm-decode.el (mm-shr): Bind shr-content-function.
3949
3950         * shr.el (shr-content-function): New variable.
3951
3952         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3953         added for symmetry.
3954
3955         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3956
3957         * gnus-group.el (gnus-group-make-group): Doc fix.
3958
3959         * nnimap.el (nnimap-request-newgroups): Return success.
3960
3961         * shr.el (shr-find-elements): New function.
3962         (shr-tag-table): Put all the images after the table.
3963         (shr-tag-table): Really inhibit images inside the table.
3964         (shr-collect-overlays): Copy over overlays from the TD elements to the
3965         main document.
3966
3967         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3968         gnus-blocked-images.
3969
3970 2010-10-05  Julien Danjou  <julien@danjou.info>
3971
3972         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3973
3974         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3975         (gnus-html-maximum-image-size): Add this function.
3976         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3977
3978         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3979         server-value of the capability is nil.
3980
3981 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * shr.el (shr-tag-em): Add <EM> tag.
3984
3985 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3986
3987         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3988         customizable.
3989
3990         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3991         handing broken links to browse-url.
3992
3993 2010-10-05  Julien Danjou  <julien@danjou.info>
3994
3995         * gnus-util.el (gnus-emacs-completing-read)
3996         (gnus-iswitchb-completing-read): Use autoload rather than require.
3997
3998 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4001         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4002         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4003         iswitchb-temp-buflist for XEmacs.
4004
4005         * gnus-util.el (gnus-completing-read-function): Exclude
4006         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4007         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4008         XEmacs.
4009
4010         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4011         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4012
4013         * gnus-html.el: Don't require help-fns under XEmacs.
4014         (gnus-html-schedule-image-fetching): Work for XEmacs.
4015
4016         * mm-decode.el (mm-shr): Decode contents by charset.
4017
4018 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4021         unknown.
4022
4023         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4024         (shr-get-image-data): Ensure against the cache file missing.
4025
4026         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4027         for data.
4028
4029         * spam-report.el (spam-report-url-ping-plain): Don't query about
4030         killing the process.
4031
4032         * shr.el (shr-render-td): Protect against too-wide text.
4033
4034 2010-10-04  Julien Danjou  <julien@danjou.info>
4035
4036         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4037         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4038
4039         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4040         retrieved.
4041
4042 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * shr.el (browse-url): Require.
4045         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4046         lines.
4047         (shr-show-alt-text, shr-browse-image): New commands.
4048         (shr-browse-url, shr-copy-url): New commands.
4049
4050         * gnus-sum.el (gnus-widen-article-window): New variable.
4051         (gnus-summary-select-article-buffer): Use it.
4052
4053         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4054         without @ signs.
4055
4056 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4057
4058         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4059
4060 2010-10-04  Julien Danjou  <julien@danjou.info>
4061
4062         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4063         for XEmacs.
4064
4065 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4068
4069         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4070         (nnimap-close-server): Implement.
4071
4072         * dgnushack.el (iswitchb): Require to shut up the compiler.
4073
4074         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4075         (shr-insert): Tweak line breaking.
4076         (shr-insert): Handle <pre> better.
4077         (shr-tag-li): Get <li> indentation right.
4078         (shr-tag-li): Get <li> indentation even righter.
4079         (shr-tag-blockquote): Ensure paragraph start.
4080         (shr-make-table): Tweak table generation.
4081         (shr-make-table): Fix typo.
4082
4083         * shr.el: Implement table rendering.
4084
4085 2010-10-04  Julien Danjou  <julien@danjou.info>
4086
4087         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4088
4089 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * shr.el (shr-insert): Use string anchors instead of line anchors.
4092
4093 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * shr.el: Add headings.
4096         (shr-ensure-paragraph): Actually work.
4097         (shr-tag-li): Make <ul> prettier.
4098         (shr-insert): Get white space at the beginning/end of elements right.
4099         (shr-tag-p): Collapse subsequent <p>s.
4100         (shr-ensure-paragraph): Don't insert double line feeds after blank
4101         lines.
4102         (shr-insert): \t is also space.
4103         (shr-tag-s): Fix "s" tag name function.
4104         (shr-tag-s): Fix face prop name.
4105
4106 2010-10-03  Julien Danjou  <julien@danjou.info>
4107
4108         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4109
4110         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4111         gnus-window-inside-pixel-edges.
4112
4113         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4114         gnus-ems.
4115
4116         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4117
4118         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4119         function.
4120
4121         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4122         resize choice.
4123
4124 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4127         beginning of the buffer.
4128
4129         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4130         article buffer again.
4131
4132         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4133
4134         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4135         when it's at the start of the buffer.
4136
4137         * shr.el (shr-tag-blockquote): Convert name.
4138         (shr-rescale-image): Use the right image-size variant.
4139
4140         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4141         buffer isn't shown, then select the current article first instead of
4142         bugging out.
4143         (gnus-summary-select-article-buffer): Show both the article and summary
4144         buffers again.
4145
4146         * shr.el (shr-fontize-cont): Protect against regions with no text.
4147         Rename tag functions to shr-tag-* for enhanced security.
4148         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4149
4150 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4151
4152         * shr.el (shr-insert):
4153         * pop3.el (pop3-movemail):
4154         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4155         loaded.
4156
4157 2010-10-03  Glenn Morris  <rgm@gnu.org>
4158
4159         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4160
4161         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4162
4163         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4164
4165         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4166
4167         * gnus-util.el (gnus-make-local-hook): Simplify.
4168
4169 2010-10-02  Julien Danjou  <julien@danjou.info>
4170
4171         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4172         (gnus-ido-completing-read): New function.
4173         (gnus-emacs-completing-read): New function.
4174         (gnus-completing-read): Use gnus-completing-read-function.
4175         Add gnus-completing-read-function.
4176
4177 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * shr.el (shr-insert-document): Autoload.
4180         (shr-img): Be silent.
4181         (shr-insert): Add a newline after every picture before text.
4182         (shr-add-font): Use overlays for combining faces.
4183         (shr-insert): Pass upwards the text start point.
4184
4185         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4186         possible.
4187         (mm-shr): New function.
4188
4189 2010-10-02  Julien Danjou  <julien@danjou.info>
4190
4191         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4192         should go backward.
4193
4194 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4195
4196         * shr.el (shr): Fix typo in provide call.
4197
4198 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * shr.el: New file.
4201
4202         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4203
4204         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4205         completing read.
4206
4207 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4210         we're being queried about.  Suggested by Dan Jacobson.
4211
4212         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4213         Suggested by Jason Eisner.
4214
4215         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4216         table, too.  Suggested by Stefan Wiens.
4217         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4218         the table unnecessary.  Suggested by Stefan Wiens.
4219
4220         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4221         longer needed, and probably doesn't work either, as pointed out by
4222         Stefan Wiens.
4223         (gnus-summary-exit): Remove call to the clearing function.
4224         (gnus-summary-exit-no-update): Ditto.
4225
4226         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4227         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4228         Reported by Stefan Monnier.
4229         (gnus-summary-save-in-rmail): Ditto.
4230
4231         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4232         article buffer, instead of both the article buffer and the summary
4233         buffer.  Sort of suggested by Dan Jacobson.
4234
4235         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4236
4237         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4238         Suggested by Dan Jacobson.
4239
4240         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4241         documentation clearer.
4242
4243         * message.el (message-shorten-references): Comment on the number "21".
4244         Suggested by Stefan Monnier.
4245
4246         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4247         Suggested by Dan Jacobson.
4248
4249         * gnus.el (gnus-large-newsgroup):
4250         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4251
4252         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4253         externalize attachments.  Bug reported by Steve Wen.
4254
4255         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4256         really message anything to the user.
4257
4258         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4259         directly.
4260
4261         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4262         messages in empty groups.
4263
4264 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4265
4266         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4267         non-UIDNEXT group.
4268
4269 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270
4271         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4272         not the value from the collection.
4273
4274         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4275         values.  This sometimes happens on some groups that have no info.
4276         (nnimap-request-newgroups): New function.
4277
4278 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4281         check into `gnus-registry-initialize'.
4282         (gnus-registry-initialize): Ditto.
4283         Fix and extend header docs.
4284
4285 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4286
4287         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4288         regexp backtrace overflows.
4289
4290         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4291         for starttls that tls.el implements; i.e. openssl.
4292
4293         * tls.el (tls-starttls-switches): Give up on using starttls with
4294         gnutls-cli.
4295         (tls-program): Add --insecure to be consistent with the defaults from
4296         openssl s_client.  Now all three commands are insecure.
4297
4298 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * lpath.el: Bind completion-styles-alist for XEmacs.
4301
4302         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4303         (gravatar-create-image): New function that's an alias to
4304         gnus-xmas-create-image, gnus-create-image, or create-image.
4305         (gravatar-data->image): Use it.
4306
4307 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4308
4309         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4310         install the nnregistry refer method.
4311         (gnus-registry-install-hooks): Use it.
4312         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4313         unfollowed groups.
4314
4315 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4316
4317         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4318         expanding threads.
4319
4320 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * nnir.el: Use the server names without suffixes (bug #7009).
4323
4324         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4325         unencrypted to STARTTLS, if possible.
4326
4327 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4328
4329         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4330         headers before superseding.
4331
4332 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333
4334         * nnrss.el (nnrss-use-local): Add documentation.
4335
4336         * nnimap.el (nnimap-extend-tls-programs): New function.
4337         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4338         (nnimap-wait-for-connection): Accept the greeting from the stupid
4339         output from openssl s_client -starttls, too.
4340
4341         * tls.el (tls-starttls-switches): New variable.
4342         (tls-find-starttls-argument): Use it.
4343         (open-tls-stream): Ditto.
4344
4345         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4346         (netrc-machine): Ditto.
4347
4348         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4349         article number.
4350         (nnimap-split-fancy): New variable.
4351         (nnimap-split-incoming-mail): Use it.
4352
4353         * nntp.el (nntp-server-list-active-group): Document.
4354
4355         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4356         SELECT to get the message-id.
4357
4358         * mail-source.el (mail-sources): Remove webmail support.
4359         (defvar): Ditto.
4360         (mail-source-fetcher-alist): Ditto.
4361         (mail-source-fetch-webmail): Remove.
4362
4363         * webmail.el: Remove -- doesn't seem relevant any more.
4364
4365         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4366
4367         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4368         the \r.
4369
4370 2010-09-30  Julien Danjou  <julien@danjou.info>
4371
4372         * gnus-agent.el (gnus-agent-add-group): Fix call to
4373         gnus-completing-read.
4374
4375 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4376
4377         * nndoc.el (nndoc-retrieve-groups): New function.
4378
4379         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4380         `default', use nnmail-split-methods.
4381         (nnimap-request-article): Downcase the NILs so that they are nil.
4382
4383         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4384         symbol.
4385
4386         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4387         code, since if the user has requested network, that's what they ought
4388         to get.
4389         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4390         (nnimap-split-rule): Mark as obsolete.
4391
4392         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4393         New variable.
4394
4395         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4396         correct slot, too.
4397
4398 2010-09-29  Julien Danjou  <julien@danjou.info>
4399
4400         * gnus.el (gnus-local-domain): Declare variable obsolete.
4401
4402         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4403         Fix history computing.
4404         (gnus-ido-completing-read): Require ido.
4405
4406 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4409         build Gnus.
4410
4411         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4412         when interpreting the structures.
4413         (nnimap-request-accept-article): Add \r\n to the lines to make this
4414         work with Cyrus.
4415
4416         * nndraft.el (nndraft-request-expire-articles): Use the group name
4417         instead if "nndraft".  Fix found by Nils Ackermann.
4418
4419 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4420
4421         * nnregistry.el: Add.
4422
4423 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4424
4425         * nnmail.el (group, group-art-list, group-art):
4426         Remove unneeded directives.
4427
4428 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4431         (mm-mime-charset)
4432         * rfc2047.el (rfc2047-syntax-table)
4433         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4434
4435         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4436         rather than `insert-file-contents' and `eval-region'.
4437
4438         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4439         construction.
4440
4441         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4442
4443         * time-date.el: No need to require cl for Emacs 21.
4444
4445 2010-09-29  Julien Danjou  <julien@danjou.info>
4446
4447         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4448         replacement of `gnus-gravatar-relief' to mimic
4449         `gnus-faces-properties-alist'.
4450         Add :version property.
4451
4452 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * mail-source.el (mail-source-report-new-mail)
4455         * message.el (message-default-mail-headers)
4456         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4457
4458         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4459
4460 2010-09-28  Julien Danjou  <julien@danjou.info>
4461
4462         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4463         mail-address contains the same string as real-name.
4464
4465         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4466         non-blank in header, otherwise it'll get stripped.
4467
4468         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4469         real-name, and then for mail address rather than doing : or , search.
4470
4471 2010-09-27  Julien Danjou  <julien@danjou.info>
4472
4473         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4474         right completing-read function.
4475         (gnus-use-ido): New variable
4476         (gnus-completing-read-with-default): Remove.
4477         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4478         (gnus-agent-add-group):
4479         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4480         * mm-view.el (mm-view-pkcs7-decrypt):
4481         * mm-util.el (mm-codepage-setup):
4482         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4483         * mml-smime.el (mml-smime-openssl-sign-query):
4484         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4485         (mml-insert-multipart):
4486         * gnus-msg.el (gnus-summary-yank-message):
4487         * gnus-int.el (gnus-start-news-server):
4488         * mm-decode.el (mm-interactively-view-part):
4489         * gnus-dired.el (gnus-dired-attach):
4490         * gnus.el (gnus-read-method):
4491         * gnus-bookmark.el (gnus-bookmark-jump):
4492         * gnus-art.el (gnus-mime-view-part-as-type)
4493         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4494         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4495         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4496         * nnmairix.el (nnmairix-create-server-and-default-group)
4497         (nnmairix-update-groups, nnmairix-get-server)
4498         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4499         (nnmairix-get-group-from-file-path):
4500         * nnrss.el (nnrss-find-rss-via-syndic8):
4501         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4502         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4503         (gnus-group-browse-foreign-server):
4504         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4505         (gnus-summary-execute-command, gnus-summary-respool-article)
4506         (gnus-read-move-group-name):
4507         * gnus-score.el (gnus-summary-increase-score)
4508         (gnus-summary-score-effect):
4509         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4510
4511 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4514         x-focus-frame.
4515
4516         * nnimap.el (auth-source-forget-user-or-password)
4517         (auth-source-user-or-password): Autoload.
4518
4519         * message.el (message-from-style, message-interactive)
4520         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4521         (message-yank-prefix, message-indentation-spaces, message-signature)
4522         (message-signature-file): Add comment.
4523
4524 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4527         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4528         new articles.
4529
4530         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4531         parts.
4532         (nnimap-request-article): Work with the t setting, too.
4533
4534         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4535         that you don't get flashes of other buffers.
4536         (gnus-summary-show-complete-article): Intern before setting.
4537
4538 2010-09-27  David Engster  <dengste@eml.cc>
4539
4540         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4541         well as HEADERS.
4542         (nnmairix-retrieve-headers): Provide new argument for the above.
4543
4544 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * gnus-sum.el (gnus-summary-move-article): Don't alter
4547         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4548         group.
4549
4550         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4551
4552         * message.el (message-cite-prefix-regexp): Revert my last edit.
4553
4554         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4555         variable instead of the Gnus variable.
4556
4557         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4558
4559         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4560
4561         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4562         since some servers don't like it.
4563         (nnimap-open-connection): Forget credentials if the server says the
4564         password was wrong.
4565         (nnimap-parse-line): Protect against invalid data.
4566
4567         * gnus-sum.el (gnus-summary-move-article): Add comment.
4568         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4569         nothing alters it while scanning for new messages.
4570
4571         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4572         which may or may not help.
4573         (nnimap-open-connection): If we're doing a stream connection, and then
4574         discover we're on a STARTTLS-capable server, then open a STARTTLS
4575         connection instead.
4576
4577 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * nnimap.el (utf7): Require.
4580
4581         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4582         prefix.
4583
4584 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4585
4586         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4587
4588 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * nnimap.el (nnimap-request-accept-article): Message the error on
4591         error.
4592
4593 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4596
4597 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * nndoc.el (nndoc-request-list): Return success always.
4600
4601         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4602         `fetch-old' -- we only want to fetch the articles we've requested.
4603         The rest are in the agent, probably.
4604         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4605         disappeared server" to something low.  It's not important.
4606
4607         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4608         arrived before the FETCH data.
4609
4610         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4611         target here, because we don't know the Gnus name of the group.
4612
4613         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4614         for the correct group.
4615
4616         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4617
4618         * gnus.el (gnus): Give a final warning after startup.
4619
4620         * gnus-util.el (gnus-action-message-log): New variable.
4621         (gnus-message): Use it.
4622         (gnus-final-warning): New function.
4623
4624         * nnimap.el (nnimap-open-connection): Record the greeting.
4625         (nnimap): Add greeting.
4626
4627 2010-09-26  Julien Danjou  <julien@danjou.info>
4628
4629         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4630         arguments.
4631         (gnus-html-wash-images): Fix spec computing to include start/end.
4632
4633         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4634
4635 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4638         deletion.
4639         (nnimap-retrieve-headers): Don't select the group, because that's
4640         already done by nnimap-possibly-change-group.
4641
4642         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4643         (gnus-picon-transform-address): Use it.
4644
4645         * mail-source.el (mail-source-value): Revert previous patch.
4646
4647         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4648         on failure.
4649         (nnimap-open-connection): Look up both virtual and physical server name
4650         credentials.
4651
4652         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4653
4654 2009-02-07  Dave Love  <fx@gnu.org>
4655
4656         * tls.el (open-tls-stream): Don't query killing process.
4657
4658 2009-02-08  Dave Love  <fx@gnu.org>
4659
4660         * gnus-win.el (gnus-window-to-buffer-helper)
4661         (gnus-all-windows-visible-p): Function needn't be a symbol.
4662
4663         * mail-source.el (mail-source-value): Function needn't be a symbol.
4664
4665 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * message.el (message-cite-prefix-regexp): Remove } from the cite
4668         prefix.
4669
4670         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4671         highlight again, so that the highlight is correct.
4672
4673         * gnus-picon.el (gnus-picon): Remove again.
4674         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4675
4676         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4677         doing the header highlightling, so that the background colour of the
4678         picon is correct.
4679
4680         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4681         (gnus-picon): Ditto.
4682         (gnus-picon): Reinstate.  The background colour for picons is white.
4683         (gnus-picon-insert-glyph): Make the background white.
4684
4685         * nnml.el (nnml-open-nov): Don't return dead buffers.
4686
4687         * auth-source.el (auth-source-create): Query the user for whether to
4688         store the credentials.
4689
4690         * netrc.el (netrc-store-data): New function.
4691
4692         * auth-source.el (auth-source-user-or-password): Use the existing auth
4693         sources, if any, for creation.
4694
4695         * gnus.el (gnus-group-fast-parameter): Return the last matching
4696         parameter instead of the first matching parameter.
4697
4698 2010-09-26  Julien Danjou  <julien@danjou.info>
4699
4700         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4701
4702 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * mml2015.el (mml2015-use): Remove gpg support.
4705
4706         * mml1991.el (mml1991-function-alist): Remove gpg function.
4707         (mml1991-gpg-sign): Remove.
4708
4709 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4710
4711         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4712         (gnus-browse-unsubscribe-current-group): Document it.
4713         (gnus-browse-unsubscribe-group): Use it.
4714
4715 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4718         address to the To list for easier response.
4719
4720         * gnus.el (gnus-play-startup-jingle): Remove.
4721         (gnus-splash): Don't play jingle.
4722         (gnus): Silence gnus-load message.
4723
4724         * gnus-art.el (gnus-treat-play-sounds): Remove.
4725
4726         * gnus.el (gnus-play-jingle): Remove audio support.
4727
4728         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4729
4730         * earcon.el: Remove -- no users.
4731
4732         * gnus-audio.el: Remove -- no users of this package.
4733
4734         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4735
4736         * gnus-start.el (gnus-setup-news): Remove nocem support.
4737
4738         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4739
4740         * gnus.el (gnus-use-nocem): Remove.
4741
4742         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4743         Remove.
4744
4745         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4746         uses NoCeM any more.
4747
4748         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4749         (gnus-button-ctan-handler): Ditto.
4750         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4751         (gnus-button-ctan-directory-regexp): Ditto.
4752         (gnus-button-handle-ctan): Ditto.
4753         (gnus-button-tex-level): Ditto.
4754         (gnus-button-alist): Remove CTAN stuff.
4755
4756 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4759         nnimap-streaming test.
4760
4761         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4762         servers twice.
4763
4764         * nnimap.el (nnimap-open-connection): Add more error reporting when
4765         nnimap fails early.
4766
4767         * nnheader.el (nnheader-get-report-string): New function.
4768         (nnheader-get-report): Use it.
4769
4770         * gnus-int.el (gnus-check-server): Say what the error was when opening
4771         failed.
4772
4773         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4774         using streaming.
4775
4776 2010-09-25  Julien Danjou  <julien@danjou.info>
4777
4778         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4779         gnus-window-inside-pixel-edges.
4780
4781 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4784
4785         * mm-decode.el (mm-save-part): Allow saving to other directories the
4786         normal Emacs way.
4787
4788         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4789         Suggested by Jay Berkenbilt.
4790
4791         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4792         there isn't a single byte.
4793
4794         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4795         just do it.  It doesn't really seem to matter what the user responds
4796         here, I think, so it's just a confusing question.
4797
4798         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4799         non-streaming case.
4800
4801         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4802         (gnus-article-encrypt-body): Use it.
4803
4804         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4805         keystroke.
4806
4807         * nnimap.el (nnimap-find-wanted-parts-1):
4808         Use gnus-fetch-partial-articles.
4809
4810         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4811
4812         * nnimap.el (nnimap-insert-partial-structure): New function.
4813         (nnimap-get-partial-article): New function.
4814         (nnimap-request-article): Use it.
4815         (nnimap-wait-for-response): Return whether the wait was successful.
4816         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4817         retrieval wasn't successful.
4818         (nnimap-retrieve-group-data-early): Allow throttling servers.
4819         (nnimap-streaming): New variable.
4820         (nnimap-fetch-partial-articles): Remove.
4821
4822         * mm-decode.el (mm-with-part): Protect against killed buffers.
4823
4824         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4825         for prettier summary display.
4826
4827 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4828
4829         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4830
4831 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4834         apparently third-party libraries depend on it.
4835
4836         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4837         before starting negotiation.
4838
4839         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4840         privacy reasons.
4841         (gnus-treat-mail-gravatar): Ditto.
4842
4843         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4844         buffer when inserting images.  Inserting text into the headers, for
4845         instance, can make them invalid.
4846
4847 2010-09-25  Julien Danjou  <julien@danjou.info>
4848
4849         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4850         variables.
4851
4852         * nnheader.el: Remove useless variables news-reply-yank-from and
4853         news-reply-yank-message-id.
4854
4855         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4856         variables.
4857
4858         * mml1991.el: Remove useless mml1991-verbose.
4859
4860         * gnus.el: Remove useless variable gnus-use-generic-from.
4861         Remove obsolete variable gnus-topic-indentation.
4862
4863         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4864
4865         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4866
4867         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4868
4869         * gnus-group.el: Remove useless gnus-group-icon-cache.
4870         Remove useless gnus-ephemeral-group-server.
4871
4872         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4873
4874         * mml2015.el: Remove useless mml2015-verbose.
4875
4876         * mml-smime.el: Remove useless mml-smime-verbose.
4877
4878         * gnus.el: Remove useless gnus-local-domain.
4879
4880         * gnus-gravatar.el (gnus-gravatar-transform-address):
4881         Use gnus-gravatar-size.
4882
4883         * gnus-art.el: Remove useless gnus-treat-translate.
4884
4885 2010-09-24  Julien Danjou  <julien@danjou.info>
4886
4887         * gnus-sum.el: Add support for Gravatars.
4888
4889         * gnus-art.el: Add support for Gravatars.
4890
4891         * gnus-gravatar.el: Add this file.
4892
4893         * gravatar.el: Add this file.
4894
4895 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4898
4899         * gnus-group.el (gnus-group-fetch-faq): Remove.
4900
4901         * gnus.el (gnus-group-faq-directory): Remove.
4902
4903         * gnus-group.el (gnus-group-fetch-charter): Remove.
4904
4905         * gnus.el (gnus-group-charter-alist): Remove.
4906
4907         * gnus-group.el (gnus-group-archive-directory): Remove.
4908         (gnus-group-recent-archive-directory): Ditto.
4909         (gnus-group-make-archive-group): Remove.
4910
4911         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4912
4913         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4914         use the same article number for all the cached articles.
4915
4916         * nnimap.el (nnimap-command): Register the last command time so
4917         that we can use it for idling NOOPs.
4918         (nnimap-open-connection): Start the keeplive timer.
4919         (nnimap-make-process-buffer): Store all the process buffers.
4920         (nnimap-keepalive): New function.
4921
4922         * starttls.el (starttls-open-stream): Add autoload cookie.
4923
4924 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4925
4926         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4927         handling.
4928
4929 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4932         its data structures.
4933
4934         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4935         instead of the cl.el copy-list.
4936         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4937         equalp.
4938
4939 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4942         and tool-bar-local-item-from-menu.
4943
4944         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4945         mode-line-highlight face for Emacs.
4946
4947         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4948         loading gnus-sum.elc; fix comment for canlock-verify.
4949         (gnus-article-jump-to-part): Use read-number.
4950         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4951         Remove Emacs pre-21 compatible code for help-echo.
4952         (gnus-article-next-page-1): No need to adjust the number of lines.
4953         (gnus-article-describe-bindings): Always use help-buffer.
4954
4955         * gnus-audio.el (gnus-audio-inline-sound)
4956         * gnus-cus.el (gnus-custom-mode)
4957         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4958
4959         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4960
4961         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4962         compatible code.
4963
4964 2010-09-24  Glenn Morris  <rgm@gnu.org>
4965
4966         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4967         visiting the fcc file in rmail-mode.
4968
4969         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4970
4971 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * nnir.el: Silence the byte compiler.
4974
4975         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4976         alias to browse-url-url-encode-chars if any.
4977         (gnus-html-encode-url): Use it.
4978
4979 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * gnus-start.el (gnus-use-backend-marks): New variable.
4982         (gnus-get-unread-articles-in-group): Use it.
4983
4984         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4985         makeover.
4986
4987 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4988
4989         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4990
4991 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4994         Remove.
4995         (gnus-setup-news-hook):
4996         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4997
4998         * gnus-int.el (gnus-request-update-info): Protect against backends not
4999         having the function.
5000
5001         * nnimap.el (nnimap-stream): Mention starttls.
5002         (nnimap-open-connection): Add starttls support.
5003
5004 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5005
5006         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5007
5008 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5011         BODYSTRUCTUREs.
5012         (nnimap-transform-headers): Unfold quoted {42} headers.
5013
5014         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5015         the info.
5016         (gnus-get-unread-articles): Only call updatep on backends that support
5017         it.
5018
5019         * nnweb.el (nnweb-request-update-info): NOOP.
5020
5021         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5022
5023         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5024         since it only deals with marks.
5025
5026         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5027         gnus-request-marks, and make a new gnus-request-update-info.
5028
5029         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5030         the active instead of the high number, which is usually too low.
5031
5032 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5033
5034         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5035         * encrypt.el: Remove.
5036
5037 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5040         server in symbolic form.
5041
5042         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5043
5044 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5047         (nnimap-update-info): Fix up code slightly.
5048
5049         * gnus-int.el (gnus-open-server): Add tracing for performance
5050         debugging.
5051
5052         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5053         (gnus-group-insert-group-line): Pass the real group name so that it
5054         gets the right data.
5055
5056         * gnus-start.el (gnus-get-unread-articles): Don't have
5057         `gnus-get-unread-articles-in-group' update info, since that can be
5058         really slow and doesn't seem to be needed?
5059
5060 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5061
5062         * time-date.el (date-to-time): Try using parse-time-string first before
5063         using the slower timezone-make-date-arpa-standard.
5064
5065 2010-09-22  Julien Danjou  <julien@danjou.info>
5066
5067         * gnus-group.el (gnus-group-insert-group-line):
5068         Call gnus-group-highlight-line.
5069         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5070         default hook list.
5071         (gnus-group-update-eval-form): Add new function.
5072         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5073         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5074
5075 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5078         immediate, then expire all articles.
5079         (nnimap-update-info): Fix off-by-one errors.
5080         (nnimap-flags-to-marks): Would return no marks lists for group with no
5081         flags.  Instead return the other data.
5082
5083 2010-09-22  Julien Danjou  <julien@danjou.info>
5084
5085         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5086         Only return an icon.
5087         (gnus-group-insert-group-line): Compute icon to return.
5088
5089         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5090         (gnus-html-image-fetched): Only cache if
5091         gnus-html-image-automatic-caching is set.
5092         (gnus-html-image-fetched): Check for errors.
5093
5094 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5097         once per method on `g'.  This ensures that backends like nnfolder don't
5098         open all their folders.
5099
5100         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5101         (nnimap-request-list): Nix out group in the correct buffer.
5102         (nnimap-parse-flags): Implement by using `read' instead of
5103         hand-parsing.
5104         (nnimap-flags-to-marks): Pass on permanent-flags.
5105         (nnimap-make-process-buffer): Record the server name.
5106         (nnimap-parse-flags): Fix typo.
5107         (nnimap-request-scan): Run split on the server in general, not just a
5108         single group.
5109
5110         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5111         parameter, and propagate this downwards.
5112
5113         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5114         since EXAMINE changes it on the server.
5115
5116         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5117         this command might take a while.
5118
5119 2010-09-22  Julien Danjou  <julien@danjou.info>
5120
5121         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5122         harmful if you have 2 images side-by-side, they can't be properly
5123         update on text deletion.  Using text-property is safer here.
5124         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5125         data.
5126
5127 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * nnimap.el (nnimap-expunge-inbox): Remove.
5130         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5131         (nnimap-expunge): Flip default to t.
5132
5133         * gnus.el (gnus-method-to-server): Don't push things to the cache
5134         unless it's unique.
5135         (gnus-server-to-method): Ditto.
5136
5137 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5138
5139         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5140
5141 2010-09-22  Julien Danjou  <julien@danjou.info>
5142
5143         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5144         get the start of data.
5145         (gnus-html-encode-url): Add this function to encode special chars in
5146         URL.
5147         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5148         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5149
5150         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5151         default.
5152         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5153
5154         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5155         images alt-text.
5156         (gnus-html-put-image): Put alt-text as help-echo.
5157
5158 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5161         * mm-util.el (mm-decompress-buffer)
5162         * nnir.el (nnir-run-find-grep)
5163         * pop3.el (pop3-list): Use 3rd arg of split-string.
5164
5165         * time-date.el (format-seconds): Comment fix.
5166
5167         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5168         and byte-optimize-form-code-walker.
5169         (dgnushack-make-auto-load): Don't advise make-autoload.
5170
5171         * lpath.el: Remove Emacs 21 stuff.
5172
5173 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5176         outside the active range.  Suggested by Dan Christensen.
5177
5178         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5179         slightly later to avoid double-getting it.
5180
5181         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5182         previous patch.
5183
5184         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5185
5186 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5187
5188         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5189
5190 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * gnus-int.el (gnus-open-server): Give a better error message in the
5193         "go offline" case.
5194
5195         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5196         marks for nnimap, which is seldom the right thing to do.
5197
5198         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5199         (gnus-same-method-different-name): New function.
5200
5201         * nnimap.el (parse-time): Require.
5202
5203         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5204         method in the presence of many similar methods.
5205
5206         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5207
5208         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5209         nnml-inhibit-expiry.
5210
5211         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5212         find out whether methods are equal.
5213
5214         * nnimap.el (nnimap-find-expired-articles): New function.
5215         (nnimap-process-expiry-targets): New function.
5216         (nnimap-request-move-article): Request the article before looking at
5217         what the Message-ID is.  Fix found by Andrew Cohen.
5218         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5219
5220         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5221         for oldness in addition to being a predicate.
5222
5223         * nnimap.el (nnimap-request-group): When we have zero articles, return
5224         the right data to Gnus.
5225         (nnimap-request-expire-articles): Only delete articles immediately if
5226         the target is 'delete.
5227
5228         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5229         method, this would bug out.
5230
5231         * gnus-group.el (gnus-group-expunge-group): Rename from
5232         gnus-group-nnimap-expunge, and implemented as a normal interface
5233         function.
5234
5235         * gnus-int.el (gnus-request-expunge-group): New function.
5236
5237         * nnimap.el (nnimap-request-create-group): Implement.
5238         (nnimap-request-expunge-group): New function.
5239
5240 2010-09-21  Julien Danjou  <julien@danjou.info>
5241
5242         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5243         (gnus-html-cache-expired): Add new function.
5244         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5245         wethever we should display image for fetch it.
5246         Compute alt-text earlier to pass it to the fetching function too.
5247         (gnus-html-schedule-image-fetching): Change function argument to only
5248         get one image at a time, not a list.
5249         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5250         cache.
5251         (gnus-html-get-image-data): New function to retrieve image data from
5252         cache.
5253         (gnus-html-put-image): Change buffer argument to use image data rather
5254         than file, and place image above region rather than inserting a new
5255         one.  Do not take alt-text as argument, since it's useless now: we place
5256         the image above alt-text.
5257         (gnus-html-prune-cache): Remove.
5258         (gnus-html-show-images): Start to fetch image when we find one, do not
5259         push into a temporary list.
5260         (gnus-html-prefetch-images): Only fetch image if they have expired.
5261         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5262         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5263
5264 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5267
5268 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5271         spec inser "*" if the group isn't active instead of 0.
5272
5273         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5274         opening the server.
5275         (nnimap-request-delete-group): Implement group deletion.
5276         (nnimap-transform-headers): Return the size of the entire message in
5277         the Bytes header, not just the size of the first part.
5278         (nnimap-request-move-article): When moving an article from nnimap,
5279         request the article first so the accepting form has an article to
5280         accept.  Reported by Dan Christensen.
5281         (nnimap-command): Make sure that the error message doesn't error out.
5282
5283 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5284
5285         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5286         we haven't requested anything.
5287
5288 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289
5290         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5291         "".  Fix found by Andrew Cohen.
5292
5293         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5294         instead of -encode-string.
5295
5296 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5299
5300         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5301         by mm-subst-char-in-string.
5302
5303 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5306         waiting for the connection string.
5307
5308         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5309         arriving.
5310
5311         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5312         bogus characters.  This allows selecting certain Gmail groups.
5313
5314         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5315         (nnimap-fetch-partial-articles): New variable.
5316         (nnimap-open-connection): When looking for credentials, also use the
5317         nnimap-server-port.
5318         (nnimap-request-article): Return the group/article number, so that Gnus
5319         `^' works as expected.
5320         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5321
5322         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5323         comments.
5324         (gnus-methods-sloppily-equal): New function.
5325         (gnus): When using the development version of Gnus, load the gnus-load
5326         file.
5327
5328         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5329         `gnus-open-server' on each method before trying to scan them etc.
5330         This ensures that all the backend parameters are set correctly.
5331
5332         * nnimap.el (nnimap-authenticator): New variable.
5333         (nnimap-open-connection): Allow anonymous login.
5334         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5335         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5336
5337         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5338         patch, found by Knut Anders Hatlen.
5339
5340 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5341
5342         * gnus-agent.el (gnus-agent-batch-confirmation)
5343         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5344         to gnus-message.
5345         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5346         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5347         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5348         * gnus-int.el (gnus-open-server): Likewise.
5349         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5350         (gnus-score-check-syntax): Likewise.
5351         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5352         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5353         Likewise.
5354         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5355
5356 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5359         calling conventions so that prefetch doesn't bug out.
5360
5361 2010-09-19  Julien Danjou  <julien@danjou.info>
5362
5363         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5364         rather than `subst-char-in-region' in order to be able to replace ASCII
5365         char by UTF-8 ones.
5366
5367         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5368         than curl.
5369         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5370         the right URL and ALT text on images.
5371         (gnus-html-wash-tags): Fix tag case.
5372         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5373         (gnus-article-html): Add -o display_ins_del=2 option.
5374         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5375
5376 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5379         the extra mail headers, which sometimes seem to happen for unknown
5380         reasons.
5381
5382         * mail-parse.el (mail-header-encode-parameter): Define as
5383         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5384         (or most, perhaps?) mail readers don't understand the latter, but do
5385         understand the former.
5386
5387         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5388         to nil, so that no methods are automatically agentized.  I think this
5389         is probably what most users want.
5390
5391         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5392         from url-retrieve, for instance about invalid URLs.
5393
5394         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5395         groups that have no articles.
5396         (nnimap-request-article): Check that we really got an article when we
5397         requested one.
5398
5399         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5400         doesn't exist.
5401
5402         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5403         nntp buffer so the agent can save it.
5404         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5405         that CRLF doesn't get translated to \n.
5406         (nnimap-open-connection): Don't make 'shell commands only send \n.
5407
5408 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5409
5410         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5411         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5412         Update var name.
5413         (nnml-generate-nov-file): Use dolist.
5414         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5415         Use with-current-buffer.
5416
5417 2010-09-18  Julien Danjou  <julien@danjou.info>
5418
5419         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5420         parallel.
5421
5422 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5425         the range update right.
5426         (nnimap-request-group): Don't make `M-g' bug out on group with no
5427         marks.
5428         (nnoo): Require, so that other packages can require nnimap.
5429         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5430         command we're looking for.  This helps when the server sends more
5431         responses after we've gotten everything we expected.
5432         (nnimap): Add a `newlinep' field to keep track of end-of-line
5433         conventions.
5434         Don't send CRLF to things that don't want it.
5435         (nnimap-request-accept-article): Ditto.
5436
5437 2010-09-18  Julien Danjou  <julien@danjou.info>
5438
5439         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5440         than curl to retrieve images.
5441
5442 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5445         the marks.
5446         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5447         (nnimap-wait-for-connection): New function.
5448         (nnimap-open-connection): If we have PREAUTH, don't query for login
5449         credentials.
5450         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5451         when doing a partial update.
5452
5453 2010-09-18  Julien Danjou  <julien@danjou.info>
5454
5455         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5456         tags.
5457
5458 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * nnimap.el (nnimap-credentials): New function.
5461         (nnimap-open-connection): Use the new function to look for credentials
5462         also on the numeric equivalents of "imap" and "imaps".
5463
5464         * gnus-start.el (gnus-activate-group): Send the info to
5465         gnus-request-group.
5466
5467         * nnimap.el (nnimap-request-group): Have the "check" version of the
5468         function parse flags and update the info, so that a `M-g' get a total
5469         resync of all flags from the group.
5470
5471         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5472         to allow backends to alter the info on group selection.  Also alter all
5473         the backend -request-group functions to take the parameter.
5474
5475         * nnimap.el (nnimap-store-info): New function.
5476         (nnimap-update-info): Store the info for later usage.
5477         (nnimap-request-group): Use the stored info for the dont-check case, so
5478         that we don't retrieve all marks when we enter a group.
5479
5480         * nnimap.el: Use deffoo instead of defun for interface functions.
5481
5482         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5483         update the group info.  This makes the nndraft groups, for instance, go
5484         back to their old behaviour.
5485
5486         * gnus-sum.el (gnus-select-newsgroup): Indent.
5487
5488         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5489         in.
5490         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5491         nothing.
5492
5493         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5494         from methods that are denied.
5495
5496         * gnus-int.el (gnus-method-denied-p): New function.
5497
5498         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5499         store the password instead of netrc.
5500         (nnimap-open-connection): Don't error out when we can't make a
5501         connections.
5502
5503         * auth-source.el (auth-source-create): In the password prompt, say what
5504         we're querying for.  Also prompt for user name if that hasn't been
5505         given.
5506
5507         * nnimap.el (nnimap-with-process-buffer): Remove.
5508
5509 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5512         method when we're reading from the agent.
5513
5514         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5515
5516         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5517         that's probably most useful for users.
5518
5519         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5520         "failed" all the time.
5521
5522         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5523         ...)) with (with-current-buffer ... ).
5524
5525         * nntp.el (nntp-open-server): Return whether the open was successful or
5526         not.
5527
5528         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5529         select an unread unseen article first.
5530
5531         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5532         /etc/services, supply some sensible port defaults.
5533
5534         * dgnushack.el: Define netrc-credentials.
5535
5536 2010-09-17  Julien Danjou  <julien@danjou.info>
5537
5538         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5539
5540 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5541
5542         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5543         doesn't have any parameters.
5544
5545 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5546
5547         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5548         only upcased checks.
5549
5550         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5551
5552         * nnimap.el (nnimap-open-shell-stream): New function.
5553         (nnimap-open-connection): Use it.
5554         (nnimap-transform-headers): Get the number of lines in each message.
5555         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5556         number of lines.
5557         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5558         problem.
5559
5560         * utf7.el (utf7-encode): Autoload.
5561
5562         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5563         to allow the mail splitting to not return a default group.  This is
5564         useful for nnimap, which will leave unmatched mail in the inbox.
5565
5566         * nnimap.el: Rewritten.
5567
5568         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5569         nnimap usage.
5570
5571         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5572         if the move is internal, so that nnimap can do fast internal moves.
5573
5574         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5575         data.
5576         (gnus-read-active-for-groups): Support finishing the early retrieval of
5577         data.
5578
5579         * gnus-range.el (gnus-range-nconcat): New function.
5580
5581         * gnus-int.el (gnus-finish-retrieve-group-infos)
5582         (gnus-retrieve-group-data-early): New functions.
5583
5584 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5585
5586         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5587         (nnrss-retrieve-groups):
5588         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5589         (pop3-quit): Use with-current-buffer.
5590
5591 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5594         instead of nnheader-accept-process-output.
5595
5596         * dgnushack.el (dgnushack-compile): Add comment.
5597
5598         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5599
5600         * gnus-html.el (gnus-html-schedule-image-fetching)
5601         (gnus-html-prefetch-images): Replace process-kill-without-query by
5602         gnus-set-process-query-on-exit-flag.
5603
5604 2010-09-16  Romain Francoise  <romain@orebokech.com>
5605
5606         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5607
5608 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5611         parameter to unintern is mandatory-ish in Emacs 24.
5612
5613         * gnus-html.el (gnus-html-schedule-image-fetching)
5614         (gnus-html-prefetch-images): Check for curl before using it.
5615
5616         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5617         depend on curl, which isn't essential.
5618
5619         * imap.el: Revert back to version
5620         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5621         seem problematic.
5622
5623 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5624
5625         * gnus-registry.el (gnus-registry-install-shortcuts):
5626         Explicitly pass `obarray' to `unintern' to avoid a warning.
5627
5628 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5631         change.
5632
5633         * nnrss.el (nnrss-request-list): Remove this function and related
5634         functions, including the moreover stuff.
5635
5636 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5637
5638         * nnrss.el (nnrss-retrieve-groups): New function.
5639
5640 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5641
5642         * .dir-locals.el: Add no-byte-compile cookie.
5643
5644 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * time-date.el (format-seconds): Comment fix.
5647
5648         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5649         for back end that doesn't support request-scan.
5650
5651 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5654         then do request scans from the backends.
5655
5656         * netrc.el (netrc-credentials): New conveniency function.
5657
5658         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5659         avoid running a hook per line, since this takes a lot of time,
5660         profiling shows.
5661         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5662         directly if gnus-visual-p is true.
5663
5664 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5667         groups; replace mapcar with dolist which is a bit faster; pass groups
5668         info to gnus-read-active-file-1.
5669         (gnus-read-active-file-1): Scan only specified groups if the new
5670         optional arg `infos' is given.
5671
5672 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5675
5676         * pop3.el (pop3-movemail): Remove.
5677         (pop3-streaming-movemail): Rename to pop3-movemail.
5678
5679         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5680         don't restrict end-tag searches to the end of the line.
5681
5682 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5685         articles of every unchecked group to t, which means unknown since the
5686         server has never been opened.
5687
5688 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689
5690         * gnus-html.el (gnus-html-show-alt-text): New command.
5691         (gnus-html-browse-image): Ditto.
5692         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5693         to browse the image directly.
5694         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5695         better.
5696
5697         * gnus-async.el (gnus-async-article-callback):
5698         Call `gnus-html-prefetch-images' unconditionally.
5699
5700         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5701         before feeding URLs to curl.
5702
5703 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5706         internal images as deletable by `W D D'.
5707
5708         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5709         (gnus-async-article-callback): Fix typo.
5710
5711 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5714         current line to work around bugs in the output from w3m.
5715
5716         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5717         for groups that want that.
5718
5719         * nntp.el (nntp-wait-for-string): Supply a timeout for
5720         accept-process-output to ensure progress.
5721
5722         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5723         level to get unread articles from, then use that for foreign groups,
5724         too.
5725
5726         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5727         confuses the rest of the function.
5728
5729         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5730         for the methods that support -retrieve-groups, too.
5731
5732         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5733
5734 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5737         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5738
5739         * pop3.el: Require cl when compiling.
5740         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5741
5742 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5745         that aren't going to be activated.
5746         (gnus-get-unread-articles): Fix up the last commit.
5747
5748         * gnus-html.el (gnus-article-html): Allow calling without specifying
5749         the handle.  In that case, dissect the buffer first.
5750
5751         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5752
5753         * nnimap.el (nnimap-open-connection): Revert the change that would look
5754         into authinfo for imaps instead of imap.
5755
5756         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5757         say that you don't want to call gnus-request-group with don-check, but
5758         do check the reponse.  This is for virtual groups only.
5759         (gnus-get-unread-articles): Count the archive groups as secondary, so
5760         that they're activated the same way as before.
5761
5762         * imap.el (imap-message-map): Removed optional buffer parameter, since
5763         no callers use it.
5764         (imap-message-get): Ditto.
5765         (imap-message-put): Ditto.
5766         (imap-mailbox-map): Ditto.
5767         (imap-mailbox-put): Ditto.
5768         (imap-mailbox-get): Ditto.
5769         (imap-mailbox-get): Revert last change for this function.
5770
5771         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5772         case-insensitively.
5773         (nnimap-debug): Remove.
5774
5775         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5776         to use `imap-fetch' instead.  According to the comments, this should be
5777         safe, since all other IMAP clients use the 1:* syntax.
5778         (imap-enable-exchange-bug-workaround): Removed.
5779         (imap-debug): Removed -- doesn't seem very useful.
5780
5781         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5782         mail from a file, and the file doesn't exist.
5783
5784         * imap.el (imap-log): New convenience function used throughout instead
5785         of repeating the same code all over the place.
5786
5787         * pop3.el (pop3-streaming-movemail): Return t for success.
5788
5789         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5790         .authinfo if we're using ssl connection.
5791
5792         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5793         already have if we're in a main Gnus `g' run.
5794
5795         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5796
5797 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5800
5801         * nnmh.el (nnmh-request-list-1): Bind `file'.
5802
5803         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5804         alias to set-process-query-on-exit-flag or process-kill-without-query.
5805         (pop3-open-server): Use it.
5806
5807 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5808
5809         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5810         box to the Incoming file.  Fixes mistake in previous checkin.
5811
5812         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5813         request loop (for debugging purposes) removed.
5814
5815         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5816         culprit is more visible.
5817         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5818         (nnml-add-incremental-nov): New functions to do "incremental" nov
5819         updates, where we just append to the end of the existing nov files
5820         without reading/writing them in full.
5821
5822         * mail-source.el (mail-source-delete-crash-box): Really only check the
5823         incoming files once in a while.
5824
5825         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5826
5827         * mail-source.el (mail-source-delete-crash-box): Only check the
5828         incoming files for deletion once per day to save a lot of file
5829         accesses.
5830
5831         * pop3.el (pop3-logon): Fix up unbound variable typo.
5832
5833         * mail-source.el (pop3-streaming-movemail): Autoload.
5834
5835         * pop3.el (pop3-streaming-movemail):
5836         Respect pop3-leave-mail-on-server.
5837
5838         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5839         retrieval.
5840
5841         * pop3.el (pop3-process-filter): Remove unused function.
5842         (pop3-streaming-movemail, pop3-send-streaming-command)
5843         (pop3-wait-for-messages, pop3-write-to-file)
5844         (pop3-number-of-responses): New functions for streaming pop3
5845         retrieval.
5846
5847         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5848         come from no known methods.
5849         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5850         list.
5851
5852         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5853         message sizes.
5854         (pop3-movemail): Use erase-buffer instead of looping and deleting
5855         regions, which seems rather odd.
5856
5857         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5858         file once per `g' run.
5859
5860         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5861         directories.  This makes the draft queue directory work.
5862
5863         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5864         data from the backends, so that we only request the list of groups from
5865         each method once.  This should speed things up considerably.
5866
5867         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5868         detect that it's not implemented.
5869
5870         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5871         we actually do recurse down into the tree, but don't stat all leaf
5872         nodes.
5873
5874         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5875         then say so instead of bugging out.
5876
5877         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5878         files exist before trying to read them.
5879
5880         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5881         around <pre_int>.
5882
5883         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5884
5885         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5886
5887 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888
5889         * mm-util.el (mm-image-load-path): Just return the image directories,
5890         not all directories in the path in addition to the image directories.
5891         (mm-image-load-path): Maintain a cache of the image directories so that
5892         the `g' command in Gnus doesn't have to stat dozens of directories each
5893         time.
5894
5895         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5896         (gnus-html-wash-tags): Add a new `i' command to insert images.
5897         (gnus-html-insert-image): New command and keystroke.
5898         (gnus-html-redisplay-with-images): New command and keystroke.
5899         (gnus-html-show-images): Rename command.
5900         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5901         spacers.
5902         (gnus-html-wash-tags): Decode entities at the end, so that entities
5903         inside the tags don't mess up the rest of the "parsing".
5904
5905         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5906         so that nnimap methods aren't agentized by default.  There's apparently
5907         many problems related to agent/imap behaviour.
5908
5909         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5910
5911         * gnus-html.el: Doc fix.
5912
5913 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5916         specifier-spec-list for Emacs 21.
5917
5918         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5919         glyph-width and glyph-height instead of display-graphic-p and
5920         image-size; make avoidance of displaying small images work for XEmacs.
5921
5922         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5923         for XEmacs.
5924
5925         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5926         of symbol that holds plist data.
5927         (gnus-process-plist): Remove plist of process after getting it.
5928
5929 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930
5931         * message.el (message-generate-hashcash): Change default to
5932         'opportunistic if hashcash is installed.
5933
5934         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5935         (gnus-html-put-image): Only call image-size once, since it's somewhat
5936         time-consuming on remote X servers.
5937
5938 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5941         type on data, not a file name.
5942
5943         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5944         window-pixel-edges for Emacs 21.
5945
5946         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5947         decoded contents.
5948         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5949
5950 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5951
5952         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5953         group line format, since it isn't very interesting.
5954
5955         * gnus-agent.el (gnus-agent-short-article),
5956         (gnus-agent-long-article): Increase values for these two variables,
5957         since most people are likely to have more network connection and
5958         storage than before.
5959
5960         * gnus.el (gnus-refer-article-method): Change default to 'current.
5961         When referring an article, the common behaviour is to refer it from the
5962         current select method, not the native select method.  The chances of
5963         the native select method having the message in question is rather slim
5964         these days.
5965
5966         * gnus-sum.el (gnus-auto-select-subject): Change default to
5967         `unseen-or-unread'.  I think it's likely that most people want to
5968         select an unseen article over a previously seen, but unread one.
5969
5970         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5971         means that in the article buffer none of the minor mode elements will
5972         be shown, usually, and this is not desirable in most cases.
5973
5974         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5975         that commands like `d' (and the like) go to the next line in the
5976         buffer, instead of the next unread article.  I think this is the
5977         behaviour that is most natural for most users.
5978         (gnus-single-article-buffer): Change default to nil, so that people can
5979         have as many article buffers open as they have summary buffer.  I think
5980         this is the most natural way for the groups to behave.
5981
5982         * message.el (message-generate-new-buffers): Change default to
5983         `unsent', so that all new message buffers start their names with the
5984         string "*unsent", and it's easier to find the buffers if you move from
5985         them.
5986
5987 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5990         small.  They're probably tracking images.
5991         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5992         (gnus-html-rescale-image): Yet another try at getting the image sizing
5993         right.
5994
5995         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5996         nntp-marks-file-name is nil.
5997
5998 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5999
6000         * gnus-html.el (gnus-html-wash-tags)
6001         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6002         Better logging.
6003
6004 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6005
6006         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6007
6008         * gnus-html.el (gnus-html-wash-tags): Check the value of
6009         gnus-blocked-images in the summary buffer.
6010
6011 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6012
6013         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6014
6015 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6016
6017         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6018         like "a", it seems like.
6019         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6020         since it needs to be picked from the correct buffer.
6021
6022         * nnwfm.el: Remove.
6023
6024         * nnlistserv.el: Remove.
6025
6026 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6027
6028         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6029         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6030
6031 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032
6033         * nnkiboze.el: Remove.
6034
6035         * nndb.el: Remove.
6036
6037         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6038         alt text.
6039         (gnus-html-rescale-image): Try to get the rescaling logic right for
6040         images that are just wide and not tall.
6041
6042         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6043         overshadow variable bindings.
6044
6045 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         * gnus-html.el (gnus-html-wash-tags)
6048         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6049         Add extra logging.
6050
6051 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6052
6053         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6054         (gnus-max-image-proportion): New variable.
6055         (gnus-html-rescale-image): New function.
6056         (gnus-html-put-image): Rescale images.
6057
6058 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6059
6060         Fix up some byte-compiler warnings.
6061         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6062         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6063         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6064         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6065         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6066         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6067         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6068
6069 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * gnus-html.el (gnus-article-html): Decode contents by charset.
6072
6073 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6076         (gnus-html-frame-width, gnus-blocked-images)
6077         * message.el (message-prune-recipient-rules): Add custom version.
6078         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6079
6080         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6081         functions.
6082
6083         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6084         gnus-process-get.
6085
6086 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6087
6088         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6089         instead of lsub directly.
6090
6091 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * nnwarchive.el: Remove.
6094
6095         * gnus-soup.el: Remove.
6096
6097         * nnsoup.el: Remove.
6098
6099         * nnultimate.el: Remove.
6100
6101         * gnus-html.el (gnus-blocked-images): New variable.
6102
6103         * message.el (message-prune-recipients): New function.
6104         (message-prune-recipient-rules): New variable.
6105
6106         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6107         guess whether a long line is natural text or not.
6108
6109         * gnus-html.el (gnus-html-schedule-image-fetching):
6110         Use gnus-process-plist and friends for compatibility.
6111
6112 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6113
6114         * gnus-html.el: Require packages that define macros used in this file.
6115         (gnus-article-mouse-face): Declare to silence byte-compiler.
6116         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6117         process-get.
6118         (gnus-html-put-image): Use plist-get to avoid getf.
6119         (gnus-html-prefetch-images): Use with-current-buffer.
6120
6121 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-ems.el: Provide compatibility functions for
6124         gnus-set-process-plist.
6125
6126         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6127         header-line-format for XEmacs 21.4.
6128
6129         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6130         * gnus.el (gnus-valid-select-methods)
6131         * message.el (message-send-mail-partially-limit)
6132         * mm-decode.el (mm-text-html-renderer)
6133         * mml.el (mml-insert-mime-headers-always)
6134         * smiley.el (smiley-regexp-alist): Bump custom version.
6135
6136 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6137
6138         * gnus-html.el: require mm-url.
6139         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6140         with the url to `url'.
6141         (gnus-html-wash-tags): Support cid: URLs/images.
6142
6143 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6146         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6147         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6148
6149         * gnus-move.el: Remove file, since it doesn't really work.
6150
6151         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6152         UTF-8.  This seems to fix problems with some German web feeds.
6153
6154         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6155         at the top so that the proper colours are applied.
6156
6157         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6158         don't have dots in their names.
6159
6160         * gnus-art.el (gnus-article-view-part): Doc fix.
6161
6162         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6163         XEmacs-compatible.
6164         (gnus-html-put-image): Don't do images on non-graphic displays.
6165
6166         * nnslashdot.el: Remove this unused backend.
6167
6168         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6169         actions.
6170         (gnus-undo-register-1): Revert last change.
6171
6172         * gnus-group.el (gnus-group-completing-read): Protect against not
6173         having completion-styles bound.
6174
6175         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6176         make broken recipients happier.
6177
6178         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6179
6180         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6181         point parameter.
6182
6183         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6184
6185         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6186         completion-styles for group selection.
6187
6188 2009-02-04  Andreas Schwab  <schwab@suse.de>
6189
6190         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6191         headers and regexp-quote the match if necessary.
6192
6193 2009-03-24  Miles Bader  <miles@gnu.org>
6194
6195         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6196         the blinking smiley.
6197
6198 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6199
6200         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6201         blink smiley.
6202
6203 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6206         where the dribbel file lives exists.
6207
6208         * message.el (message-send-mail-partially-limit): Change the default to
6209         nil, since most people don't want this.
6210
6211         * mm-url.el (mm-url-decode-entities): Also decode entities like
6212         &#x3212.
6213
6214 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6215
6216         * gnus-sum.el (gnus-summary-idna-message):
6217         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6218         Hyperlink urls in docstrings with URL `...'.
6219
6220 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6221
6222         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6223         functions.
6224
6225 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6228         say what the mouseover text should be.
6229
6230         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6231         version of the mm-w3m-safe-url-regexp variable to only download images
6232         in the groups where we want that to happen.
6233
6234         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6235
6236         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6237         easier debugging.
6238         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6239         big pictures in the article buffer.
6240
6241         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6242         gnus-article-html.
6243         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6244         w3m.
6245
6246         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6247
6248 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6249
6250         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6251         which doesn't exist.
6252
6253         * message.el (message-inhibit-ecomplete): New variable to allow some
6254         function to inhibit ecomplete address storage.
6255         (message-resend): Disable ecomplete message storage when resending
6256         messages.
6257
6258         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6259
6260 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6263         Save excursion while copying, moving, and deleting articles in order to
6264         prevent the cursor from jumping to unforeseen place.
6265
6266 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * lpath.el: No need to bind bookmark-current-buffer,
6269         bookmark-yank-point and bookmark-make-record-function.
6270
6271 2010-08-17  Glenn Morris  <rgm@gnu.org>
6272
6273         * gnus-sync.el: Require gnus components whose functions are used.
6274
6275         * gnus-art.el (bookmark-make-record-function):
6276         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6277         Declare for compiler.
6278
6279         * mm-url.el (mml-compute-boundary): Autoload.
6280
6281 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6284
6285 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6286
6287         Typo fix "hoo4a" -> "hook".
6288
6289         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6290
6291 2010-08-14  Glenn Morris  <rgm@gnu.org>
6292
6293         * gnus-sync.el (gnus-sync): Fix defgroup version.
6294
6295 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6298
6299         * gnus-sync.el: Fix docs.
6300         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6301         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6302
6303 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         Optimizations for gnus-sync.el.
6306
6307         * gnus-sync.el: Add docs about gnus-sync-backend
6308         possibilities.
6309         (gnus-sync-save): Remove unnecessary message.
6310         (gnus-sync-read): Optimize and show what groups were skipped.
6311
6312 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         Minor bug fixes for gnus-sync.el.
6315
6316         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6317         Don't read the sync on get-new-news.
6318
6319         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6320         quiet.
6321
6322         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6323         (fix typo).
6324
6325 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6326
6327         Make saving and restoring of hidden threads work with overlays.
6328         Patch applied by Ted Zlatanov.
6329
6330         * gnus-sum.el (gnus-hidden-threads-configuration)
6331         (gnus-restore-hidden-threads-configuration): Update to deal with text
6332         properties, rather than searching for a magic character.
6333
6334 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6335
6336         New gnus-sync.el library for synchronization of marks.
6337
6338         * gnus-sync.el: New library for synchronization of marks.
6339
6340         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6341         renamed from `gnus-registry-grep-in-list'.
6342
6343         * gnus-registry.el (gnus-registry-follow-group-p):
6344         Use `gnus-grep-in-list'.
6345
6346         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6347
6348 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6351         determining charset of text fails.
6352
6353 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * nnmail.el (nnmail-get-new-mail-1): Revert.
6356
6357         * nnml.el (nnml-active-number): Make sure names of newly created groups
6358         in nnml-group-alist are encoded.
6359
6360 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6363         containing non-ASCII characters in active file for nnml back end.
6364
6365 2010-07-24  David Engster  <dengste@eml.cc>
6366
6367         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6368         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6369
6370 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6371
6372         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6373         tag (Bug#6654).
6374
6375 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6378         the article buffer, not the summary buffer.
6379
6380 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6383         Emacs 23 as well.
6384
6385 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6388         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6389
6390 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6391
6392         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6393         Patch applied by Karl Fogel.
6394
6395         * gnus-sum.el (gnus-summary-bookmark-make-record):
6396         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6397
6398 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6399
6400         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6401         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6402         C-w still not working correctly from Article buffers; Thierry's
6403         patch to fix that will be applied after this.
6404
6405         * gnus-art.el (bookmark-make-record-function): New local variable.
6406
6407         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6408         article buffer.
6409         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6410
6411 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6412
6413         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6414         on changes in bookmark.el.
6415
6416 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6419         `no-log' instead of message not to log prompt string.
6420
6421 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6422
6423         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6424         the *other* type of HTML form submission.
6425
6426 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6427
6428         * auth-source.el (auth-source-pick): If choice does not contain a
6429         questioned keyword, set the check to t.
6430
6431 2010-06-12  Romain Francoise  <romain@orebokech.com>
6432
6433         * gnus-util.el (gnus-date-get-time): Move up before first use.
6434
6435 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6438         (gnus-article-edit-part): Bind it to make last part that is substituted
6439         or deleted visible.
6440         (gnus-mime-display-single): Buttonize part of which id equals to
6441         gnus-mime-buttonized-part-id.
6442
6443 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6444
6445         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6446         (gnus-dd-mmm): Use gnus-date-get-time.
6447         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6448         simplify logic.
6449         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6450         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6451
6452 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6453
6454         * auth-source.el (top): Autoload `secrets-list-collections',
6455         `secrets-create-item', `secrets-delete-item'.
6456         (auth-sources): Fix tag string.
6457         (auth-get-source, auth-source-retrieve, auth-source-create)
6458         (auth-source-delete): New defuns.
6459         (auth-source-pick): Rewrite in order to avoid 2 passes.
6460         (auth-source-forget-user-or-password): New parameter USERNAME.
6461         (auth-source-user-or-password): New parameters CREATE-MISSING and
6462         DELETE-EXISTING.  Retrieve password interactively, if needed.
6463
6464 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6465
6466         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6467         deleting unused directories when gnus-expert-user is t.
6468
6469 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6472         for each temp file when gnus-article-browse-delete-temp is ask.
6473
6474 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6475
6476         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6477         Lisp calls to delete-backward-char by calls to delete-char.
6478
6479 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6480
6481         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6482
6483 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6484
6485         * password-cache.el (password-cache-remove): Fix docstring.
6486
6487 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6490         article unless decoding article to be saved.
6491
6492 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6495         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6496         generated within the mm-with-unibyte-current-buffer macro.
6497
6498 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6501         to nil when we're in a mml-preview buffer and no group is selected.
6502
6503 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6504
6505         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6506         when catching the `C-g'.  Reported by "Leo".
6507
6508 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * message.el (message-forward-make-body-plain)
6511         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6512         multibyte-string-p.
6513
6514         * lpath.el: Revert.
6515
6516 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * message.el (message-forward-make-body-mml): Assume original message
6519         is multibyte string; error on unibyte.
6520         (message-forward-make-body-plain): Ditto; don't add excessive newline
6521         in body end.
6522
6523         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6524
6525 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6526
6527         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6528         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6529
6530 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * mm-extern.el (mm-extern-url): Don't use
6533         mm-with-unibyte-current-buffer.
6534         (mm-extern-cache-contents): Use with-current-buffer instead of
6535         save-excursion + set-buffer.
6536
6537 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * mm-util.el (mm-emacs-mule): Remove.
6540
6541 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6542
6543         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6544         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6545         change.
6546
6547 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6550         bind the default value of enable-multibyte-characters to nil.
6551
6552 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * message.el (message-forward-make-body-plain)
6555         (message-forward-make-body-mml):
6556         Don't use mm-with-unibyte-current-buffer.
6557
6558 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6559
6560         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6561
6562 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6563
6564         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6565         (Bug#5592).
6566
6567 2010-05-07  Julien Danjou  <julien@danjou.info>
6568
6569         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6570         it to mm-pipe-part.
6571
6572         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6573         it is given.
6574
6575 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * binhex.el (binhex-decode-region-internal)
6578         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6579         (dns-query)
6580         * nnweb.el (nnweb-gmane-search)
6581         * pgg-parse.el (pgg-parse-armor)
6582         * pgg.el (pgg-verify-region)
6583         * sha1.el (sha1-string-external)
6584         * uudecode.el (uudecode-decode-region-internal)
6585         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6586         XEmacs.
6587
6588         * gnus-art.el (gnus-article-browse-html-parts)
6589         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6590         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6591         make-temp-file.
6592
6593         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6594         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6595         compiling.
6596
6597         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6598         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6599         XEmacs when compiling.
6600
6601         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6602         gnus-pick-mode-off-hook for XEmacs when compiling.
6603         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6604         gnus-binary-mode-off-hook for XEmacs when compiling.
6605
6606         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6607         Return nil if char-charset is not available.
6608
6609         * imap.el (imap-disable-multibyte)
6610         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6611         macros.
6612
6613         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6614         instead of encode-coding-string.
6615
6616         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6617         'xemacs) instead of mm-emacs-mule to switch function definitions.
6618         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6619
6620         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6621         bind temporary-file-directory for XEmacs;
6622         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6623         timer-set-function for XEmacs 21.4 and SXEmacs;
6624         bind timer-list for XEmacs 21.4 and SXEmacs;
6625         fbind char-charset and find-charset-region for non-Mule XEmacs;
6626         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6627         encode-coding-region and encode-coding-string for XEmacs having no
6628         file-coding feature.
6629
6630 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6631
6632         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6633
6634 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6637         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6638
6639 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6640
6641         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6642         alias `jka-compr-delete-temp-file' no longer exists.
6643
6644 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6645
6646         Use define-minor-mode in Gnus where applicable.
6647         * mml.el (mml-mode): Use define-minor-mode.
6648         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6649         (gnus-undo-mode): Use define-minor-mode.
6650         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6651         (gnus-dead-summary-mode): Use define-minor-mode.
6652         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6653         Initialize in declaration.
6654         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6655         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6656         (gnus-mailing-list-mode): Use define-minor-mode.
6657         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6658         (gnus-draft-mode): Use define-minor-mode.
6659         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6660         (gnus-dired-mode): Use define-minor-mode.
6661
6662 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6663
6664         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6665         handles on recursive mml-to-mime translation and check them for
6666         boundary delimiter collisions.  Reported by Greg Troxel.
6667
6668 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6671
6672 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6673
6674         * mm-util.el (mm-find-buffer-file-coding-system):
6675         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6676
6677 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6678
6679         * message.el (message-generate-headers): Record insertion of optional
6680         headers as well.  Otherwise the check to prevent repeated insertion of
6681         optional headers is a no-op.
6682
6683 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6684
6685         * smime.el: Don't mention CVS.
6686
6687         * nnrss.el (nnrss-fetch): Don't mention CVS.
6688
6689         * nnir.el: Don't mention CVS.
6690
6691 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6692
6693         * gnus-sum.el (gnus-summary-bookmark-make-record):
6694         Add `location' field.
6695
6696 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * lpath.el: Fbind bookmark-default-handler,
6699         bookmark-get-bookmark-record, bookmark-make-record-default,
6700         bookmark-prop-get for Emacs <23 and XEmacs.
6701
6702 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6703
6704         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6705         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6706         Use with-current-buffer to silence the byte-compiler.
6707         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6708         bother to require `gnus'.
6709         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6710
6711 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6712
6713         * gnus-sum.el (gnus-summary-bookmark-make-record)
6714         (gnus-summary-bookmark-jump): New functions.
6715         (gnus-summary-mode): Setup bookmark support.
6716
6717 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6718
6719         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6720         if set.
6721
6722 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6725         gnus-article-browse-html-save-cid-image; make it work recursively for
6726         forwarded messages as well.
6727         (gnus-article-browse-html-parts): Work when prefix arg is given.
6728         (gnus-article-browse-html-article): Doc fix.
6729
6730 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6731
6732         * message.el (message-default-mail-headers):
6733         (message-default-headers): Carry the value mail-default-headers over
6734         into message-default-mail-headers, rather than message-default-headers.
6735
6736 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6737
6738         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6739         charset.
6740
6741         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6742         charset into the <meta> tag when the article is encoded to utf-8.
6743
6744 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-art.el (gnus-article-browse-delete-temp-files):
6747         Delete directories as well.
6748         (gnus-article-browse-html-parts): Work for images that do not specify
6749         file names; delete temp directory when quitting; insert header at the
6750         right place; use file: scheme for image files.
6751
6752 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6753
6754         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6755         (gnus-article-browse-html-parts): Use it to make temporary cid image
6756         files in addition to html file so that browser may display them.
6757
6758 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6761
6762 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6763
6764         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6765
6766 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6767
6768         * auth-source.el (auth-sources): Change default to be simpler.
6769         Explain about Secret Service API sources.  Improve Customize options.
6770         (auth-source-pick): Change to accept any number of search parameters.
6771         Implement fallbacks iteratively, not recursively.  Add scoring on the
6772         second pass and sort by score.  Call Secret Service API when needed.
6773         (auth-source-user-or-password): Use it.  Call Secret Service API
6774         directly when needed to get the user name and the password.
6775
6776 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6777
6778         * message.el (message-interactive): Doc fix.
6779         (message-qmail-inject-args): Reflow.
6780         (message-kill-to-signature): Fix typo in docstring.
6781
6782         * smiley.el (smiley-buffer): Fix typo in docstring.
6783
6784 2010-03-24  Glenn Morris  <rgm@gnu.org>
6785
6786         * mail-source.el (gnus-message): Declare.
6787         (mail-source-delete-old-incoming): Require gnus-util.
6788
6789 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6792
6793         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6794
6795         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6796         password-cache's default if it is not bound.
6797         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6798         password-cache-expiry's default if it is not bound.
6799
6800         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6801         available in Emacs 21.
6802
6803         * lpath.el: Suppress compiler warnings for:
6804         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6805         XEmacs;
6806         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6807         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6808         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6809
6810 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * auth-source.el (auth-sources): Fix up definition so extra parameters
6813         are always inline.
6814
6815 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6816
6817         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6818         wasn't updated after mismatch.  Clear cached mailbox info correctly
6819         when uidvalidity changes.
6820         (nnimap-group-prefixed-name): New function to avoid some code
6821         duplication.
6822         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6823         (nnimap-request-group): Use it.
6824         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6825         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6826         with many imap folders.  This is done by caching the group status from
6827         the imap server persistently in a group parameter `imap-status'.  (This
6828         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6829         but not persistently, so every Gnus startup was still very slow.)
6830
6831 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6832
6833         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6834         delete the extra newline.  Otherwise editing of :string and :number
6835         types don't work.
6836
6837 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6838
6839         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6840         secrets.el dependency.
6841         (auth-sources): Add optional user name.  Add secrets.el configuration
6842         choice (unused right now).
6843
6844 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6845
6846         * gnus-sum.el (gnus-summary-make-menu-bar):
6847         Let `gnus-registry-install-shortcuts' fill in the functions.
6848
6849         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6850         warnings.
6851         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6852         (gnus-registry-install-shortcuts): Populate and use it in a
6853         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6854
6855 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6856
6857         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6858         In-place substitutions for the group name encoding/decoding.
6859         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6860         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6861         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6862         (nnimap-update-unseen, nnimap-request-list)
6863         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6864         (nnimap-request-set-mark, nnimap-split-to-groups)
6865         (nnimap-split-articles, nnimap-request-newgroups)
6866         (nnimap-request-create-group, nnimap-request-accept-article)
6867         (nnimap-request-delete-group, nnimap-request-rename-group)
6868         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6869         `encoded-mbx' for consistency.
6870         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6871         variable `imap-current-mailbox'.
6872
6873         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6874         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6875
6876 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6877
6878         * pop3.el (pop3-display-message-size-flag): Display message size byte
6879         counts during POP3 download.
6880         (pop3-movemail): Use it.
6881         (pop3-list): Implement listing of available messages.
6882
6883 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6884
6885         * nnir.el (nnir-get-article-nov-override-function): New function to
6886         override the normal NOV retrieval.
6887         (nnir-retrieve-headers): Use it.
6888
6889 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6890
6891         * auth-source.el (netrc-machine-user-or-password): Autoload.
6892
6893 2010-03-19  Glenn Morris  <rgm@gnu.org>
6894
6895         Stop message.el from loading about 40 libraries it doesn't always need.
6896         The general approach is to autoload rather than require, and to
6897         require in the specific functions rather than the file.  (Bug#5642)
6898
6899         * gmm-utils.el: Don't require wid-edit.
6900         (widget-create-child-value, widget-convert, widget-default-get):
6901         Autoload.
6902
6903         * gnus-util.el: Don't require time-date, netrc.
6904         (message-fetch-field, gnus-group-name-decode): Declare rather than
6905         autoloading.
6906         (gnus-fetch-field): Require message.
6907         (gnus-decode-newsgroups): Require gnus-group.
6908
6909         * ietf-drums.el: Don't require time-date.
6910
6911         * message.el: Don't require hashcash, canlock, ecomplete.
6912         Do require mail-utils.  Require nnheader only when compiling.
6913         (smtpmail-default-smtp-server): Remove declaration.
6914         (message-send-mail-function): Check smtpmail-default-smtp-server
6915         is bound rather than requiring smtpmail.
6916         (message-auto-save-directory, message-insert-signature):
6917         Use expand-file-name rather than nnheader-concat.
6918         (nnheader-insert-file-contents): Autoload.
6919         (hashcash-wait-async): Declare.
6920         (message-send-mail): Only call gnus-setup-posting-charset if
6921         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6922         (message-send-mail-with-sendmail): Require sendmail.
6923         (canlock-password, canlock-password-for-verify): Declare.
6924         (message-canlock-password): Require canlock.
6925         (nnheader-get-report): Autoload.
6926         (gnus-setup-posting-charset): Declare.
6927         (message-send-news): Require gnus-msg.
6928         (message-make-references, message-make-in-reply-to): Use mail-header-id
6929         rather than the alias mail-header-message-id.
6930         (ecomplete-add-item, ecomplete-save): Declare.
6931         (message-put-addresses-in-ecomplete): Require ecomplete.
6932         (ecomplete-display-matches): Autoload.
6933
6934         * mm-decode.el: Don't require mailcap, gnus-util.
6935         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6936         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6937         Autoload.
6938         (mailcap-mime-extensions): Declare.
6939
6940         * mm-encode.el: Don't require mailcap.
6941         (mailcap-extension-to-mime): Autoload.
6942
6943         * mml-sec.el: Don't require password-cache.
6944
6945         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6946         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6947         (mml-minibuffer-read-type): Require mailcap.
6948         (mml-preview): Require gnus-msg.
6949
6950         * mml1991.el: Require password-cache.
6951         (password-cache-expiry): Remove declaration.
6952
6953         * mml2015.el: Require password-cache.
6954         (password-cache-expiry): Remove declaration.
6955
6956         * nneething.el (mailcap): Require mailcap.
6957
6958         * nnheader.el (declare-function): Add compatibility stub.
6959         (message-remove-header): Declare rather than autoload.
6960         (nnheader-replace-header): Require message.
6961
6962         * nnimap.el (declare-function): Add compatibility stub.
6963         (netrc-parse, netrc-machine-user-or-password): Declare.
6964         (nnimap-open-connection): Require netrc.
6965
6966         * nntp.el (declare-function): Add compatibility stub.
6967         (netrc-parse, netrc-machine, netrc-get): Declare.
6968         (nntp-send-authinfo): Require netrc.
6969
6970         * rfc2047.el: Don't require qp.
6971         (quoted-printable-encode-region, quoted-printable-decode-string):
6972         Autoload.
6973
6974         * sieve-mode.el: Don't require easymenu.
6975         (easy-menu-add-item): Autoload it.
6976
6977         * spam-stat.el (time-to-number-of-days): Autoload it.
6978
6979 2010-03-19  Glenn Morris  <rgm@gnu.org>
6980
6981         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6982
6983 2010-03-18  Glenn Morris  <rgm@gnu.org>
6984
6985         * hashcash.el (declare-function): Remove duplicate definition.
6986
6987 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6988
6989         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6990         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6991         value if any backslash escapes).
6992
6993 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6996         if it is available.  (bug#5647)
6997
6998         * lpath.el: Suppress compiler warning for coding-system-from-name for
6999         Emacs 21 and XEmacs.
7000
7001 2010-03-14  Juri Linkov  <juri@jurta.org>
7002
7003         * hmac-def.el:
7004         * hmac-md5.el:
7005         * netrc.el: Fix keywords.
7006
7007 2010-02-26  Glenn Morris  <rgm@gnu.org>
7008
7009         * message.el (message-send-mail-function): Change the default, so that
7010         it inherits from a customized send-mail-function.  (Bug#5643)
7011
7012 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7013
7014         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7015         shell-command-to-string signals an error (bug#5299).
7016
7017 2010-02-24  Glenn Morris  <rgm@gnu.org>
7018
7019         * message.el (message-smtpmail-send-it)
7020         (message-send-mail-with-mailclient): Doc fixes.
7021
7022 2010-02-16  Glenn Morris  <rgm@gnu.org>
7023
7024         * message.el (message-default-mail-headers): Change the default value
7025         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7026
7027 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7030         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7031
7032 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7033
7034         * time-date.el (date-to-time): Doc fix (Bug#5408).
7035
7036 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7037
7038         * message.el (message-mail): Just pass yank-action on to message-setup.
7039         (message-setup): Handle (FUN . ARGS) form of yank-action.
7040         (message-with-reply-buffer, message-widen-reply)
7041         (message-yank-original): Handle non-buffer values of
7042         message-reply-buffer (Bug#4080).
7043         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7044
7045 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7046
7047         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7048         Fix typo in docstring.
7049
7050 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7051
7052         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7053         response.
7054
7055 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7058
7059         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7060
7061         * message.el (message-check-news-header-syntax): Protect against a
7062         string that `rfc822-addresses' returns when parsing fails.
7063
7064 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7067         (gnus-previous-char-property-change): New functions.
7068
7069         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7070
7071 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7072
7073         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7074         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7075
7076 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7077
7078         * message.el (message-exchange-point-and-mark): Rework last change to
7079         avoid using optional arg of exchange-point-and-mark, for backward
7080         compatibility.
7081
7082 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7083
7084         * message.el (message-exchange-point-and-mark):
7085         Call exchange-point-and-mark with an argument rather than setting
7086         mark-active by hand (Bug#5175).
7087
7088 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * nntp.el (nntp-service-to-port): Work for service expressed with
7091         numeric string; replace [:digit:] with [0-9] for XEmacs.
7092
7093 2009-12-17  Glenn Morris  <rgm@gnu.org>
7094
7095         * gnus-group.el (gnus-bug-group-download-format-alist):
7096         Change emacs entry to debbugs.gnu.org.  Bump :version.
7097
7098 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7101
7102 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * message.el (message-info): Explain why we use `Info-goto-node'.
7105
7106 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7109
7110 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7111
7112         * message.el (message-completion-in-region): New compatibility function.
7113         (message-expand-group): Use it.
7114
7115 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7118         with no unread article should be listed if the 2nd arg `predicate' is
7119         given.
7120
7121 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7124
7125 2009-11-29  Juri Linkov  <juri@jurta.org>
7126
7127         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7128         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7129         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7130
7131 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7132
7133         * sha1.el (sha1-string-external): default-directory "/" in case
7134         otherwise non-existent.  process-connection-type pipe for touch of
7135         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7136
7137 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7138
7139         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7140         it's comms related and sgml-mode.el has "comm" on that basis too.
7141
7142 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7145         containing tspecial characters if they have been already quoted.
7146
7147 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7148
7149         * dns-mode.el (auto-mode-alist): Purecopy string.
7150
7151 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7152
7153         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7154
7155 2009-10-24  Glenn Morris  <rgm@gnu.org>
7156
7157         * gnus-art.el (help-xref-stack-item): Define for compiler.
7158
7159 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7160
7161         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7162
7163 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7166
7167 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7170         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7171
7172 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7175         (gnus-overlays-in): New alias to overlays-in.
7176
7177         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7178         gnus-overlay-get, and gnus-delete-overlay.
7179         (gnus-summary-show-thread): Make it work as well for systems in which
7180         next-single-char-property-change is not available.
7181         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7182
7183         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7184         (gnus-overlay-get): New alias to extent-property.
7185         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7186
7187         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7188         SXEmacs.
7189
7190         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7191         SXEmacs.
7192
7193 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7196
7197 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7198
7199         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7200         and XEmacs that don't have `remove-overlays'.
7201
7202 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7203
7204         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7205         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7206         selective display.  Use overlays instead.
7207
7208 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7209
7210         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7211
7212 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7213
7214         * spam-stat.el (spam-stat-load): Fix typo in message.
7215
7216 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7217
7218         * dig.el (dig-invoke): Fix typo in docstring.
7219         (query-dig): Reflow docstring.
7220
7221 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7222
7223         * gnus-art.el (gnus-article-encrypt-body):
7224         * message.el (message-check-recipients):
7225         * mm-util.el (mm-codepage-setup):
7226         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7227         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7228
7229 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7230
7231         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7232         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7233         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7234         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7235         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7236
7237 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7238
7239         * dig.el: Add "Keywords: comm", as per net-utils.el.
7240
7241 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7242
7243         * dig.el (dig-mode): Use define-derived-mode.
7244
7245 2009-09-19  Glenn Morris  <rgm@gnu.org>
7246
7247         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7248
7249 2009-09-18  Glenn Morris  <rgm@gnu.org>
7250
7251         * gnus-diary.el (gnus-diary-check-message):
7252         * message.el (message-insert-formatted-citation-line):
7253         * nnbabyl.el (top-level):
7254         * nndiary.el (nndiary-schedule):
7255         Fix typos in condition-case handlers.
7256
7257 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7260         configuration that provides the sole article window in a frame;
7261         position point correctly after deleting a part.
7262
7263 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7264
7265         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7266         (spam-resolve-registrations-routine): Use it to unregister articles
7267         that change status.
7268
7269 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7272         with XEmacs.
7273         (parse-time-string-chars): Use it.
7274
7275 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7276
7277         * imap.el (imap-interactive-login): Better messages.
7278         (imap-open): Fix bug with renamed buffer on reconnect.
7279         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7280         for easier debugging and cleaner code.  On successful (guessed based on
7281         server capabilities) secondary authentication, set imap-state
7282         correctly.
7283         (imap-last-authenticator): Define imap-last-authenticator as a variable
7284         to avoid warnings.
7285
7286 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * nnrss.el (nnrss-request-article): Remove binding of
7289         default-enable-multibyte-characters that has gotten needless by
7290         the 2007-07-13 change in rfc2047-encode-message-header.
7291
7292         * mml.el (mml-insert-multipart): Error on the message header.
7293         (mml-insert-part): Error on the message header; position point at
7294         the end of a MIME tag.
7295
7296 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * time-date.el (autoload): Expand define-obsolete-function-alias into
7299         defalias and make-obsolete for old Emacsen that Gnus supports.
7300         (with-no-warnings): Define it for old Emacsen.
7301         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7302         is available.
7303         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7304         float-time is available; suppress compile warning for time-to-seconds.
7305
7306         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7307         (gnus-float-time): Alias to float-time if it exists.
7308
7309         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7310         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7311         float-time is available; suppress compile warning for time-to-seconds.
7312
7313         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7314         XEmacs.
7315
7316 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7317
7318         * imap.el (imap-message-map): Docstring fix.
7319
7320 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7323         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7324         Add the optional argument `encoding' that overrides the default.
7325
7326         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7327         mm-encode-buffer.
7328
7329 2009-09-04  Glenn Morris  <rgm@gnu.org>
7330
7331         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7332         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7333         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7334         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7335         * mm-util.el (mm-with-unibyte-current-buffer)
7336         (mm-find-buffer-file-coding-system):
7337         * yenc.el (yenc-decode-region): Use default-value rather than
7338         default-enable-multibyte-characters.
7339
7340 2009-09-03  Glenn Morris  <rgm@gnu.org>
7341
7342         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7343         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7344         than default-enable-multibyte-characters.
7345
7346 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7347
7348         * gnus-art.el (gnus-article-read-summary-keys):
7349         Fix gnus-buffer-configuration's value temporarily used.
7350
7351 2009-09-02  Glenn Morris  <rgm@gnu.org>
7352
7353         * gnus-util.el (gnus-float-time): New function.
7354         * gnus-delay.el (gnus-delay-article):
7355         * gnus-sum.el (gnus-thread-latest-date):
7356         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7357         * nnspool.el (nnspool-request-newgroups):
7358         Use gnus-float-time rather than time-to-seconds.
7359         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7360
7361         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7362         (gnus-header-subject-face, gnus-header-newsgroups-face)
7363         (gnus-header-name-face, gnus-header-content-face):
7364         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7365         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7366         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7367         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7368         (gnus-cite-face-11):
7369         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7370         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7371         (gnus-server-closed-face, gnus-server-denied-face)
7372         (gnus-server-offline-face):
7373         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7374         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7375         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7376         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7377         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7378         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7379         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7380         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7381         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7382         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7383         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7384         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7385         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7386         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7387         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7388         (gnus-summary-high-undownloaded-face)
7389         (gnus-summary-low-undownloaded-face)
7390         (gnus-summary-normal-undownloaded-face)
7391         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7392         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7393         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7394         (gnus-splash-face):
7395         * message.el (message-header-to-face, message-header-cc-face)
7396         (message-header-subject-face, message-header-newsgroups-face)
7397         (message-header-other-face, message-header-name-face)
7398         (message-header-xheader-face, message-separator-face)
7399         (message-cited-text-face, message-mml-face):
7400         * sieve-mode.el (sieve-control-commands-face)
7401         (sieve-action-commands-face, sieve-test-commands-face)
7402         (sieve-tagged-arguments-face):
7403         * spam.el (spam-face):
7404         Mark face aliases with "-face" in the name as obsolete.
7405
7406 2009-09-01  Glenn Morris  <rgm@gnu.org>
7407
7408         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7409         than goto-line.
7410
7411 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7414         Don't move point if the command is invoked inside the message header.
7415
7416 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7417
7418         * imap.el (imap-send-command): Simplify.
7419         (imap-wait-for-tag): point-max -> buffer-size.
7420
7421 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7422
7423         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7424         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7425         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7426         * nnir.el (nnir-swish-e-index-file):
7427         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7428         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7429         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7430         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7431         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7432         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7433
7434 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7437         Don't save excursion.
7438
7439 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7440
7441         * nnheader.el (nnheader-find-file-noselect):
7442         * mm-util.el (mm-insert-file-contents):
7443         Use (default-value 'major-mode) instead of default-major-mode.
7444
7445 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7446
7447         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7448
7449 2009-08-26  Glenn Morris  <rgm@gnu.org>
7450
7451         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7452         than placing in files.el.
7453
7454 2009-08-25  Glenn Morris  <rgm@gnu.org>
7455
7456         * nnir.el (top-level): Don't require cl at run-time.
7457         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7458         Replace cl-function substitute with gnus-replace-in-string.
7459         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7460         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7461         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7462         simplified expansions.
7463
7464 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7465
7466         * dig.el (dig): Add autoload cookie.
7467
7468 2009-08-22  Glenn Morris  <rgm@gnu.org>
7469
7470         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7471         goto-line.
7472
7473 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7474
7475         * parse-time.el (parse-time-string-chars): Save match data.
7476
7477 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7478
7479         * parse-time.el (parse-time-string-chars): Compute using character
7480         classes, to handle non-ascii characters (Bug#3190).
7481
7482 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7485
7486         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7487         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7488         (gnus-mm-display-part, gnus-mime-display-single)
7489         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7490         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7491
7492         * gnus-sum.el
7493         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7494         (gnus-summary-move-article): Add expirable mark to articles copied or
7495         moved to group that has auto-expire turned on if the option is non-nil.
7496
7497 2009-07-24  Glenn Morris  <rgm@gnu.org>
7498
7499         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7500         Fix typo.  (Bug#3903)
7501
7502 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7505         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7506         that should not be used for draft articles.
7507         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7508         that has no concern in minor mode keys.
7509         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7510         Abolish.
7511
7512 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7515         article without making inquiry to a user for unknown encoding.
7516
7517         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7518         (nnmaildir--scan): Assume i-node and device number that file-attributes
7519         returns might be cons-cell.
7520
7521         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7522
7523         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7524
7525 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7526
7527         * auth-source.el: Remove docs now in auth.texi.  Don't use
7528         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7529         `auth-source-hide-passwords' and use them.
7530
7531 2009-07-15  Glenn Morris  <rgm@gnu.org>
7532
7533         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7534
7535 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7538         excessive whitespace from the default values of title and description.
7539
7540 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7543         mail-fetch-field to fetch Content-Description header in order to
7544         exclude newlines.
7545
7546 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7547
7548         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7549         format used by GnuPG 2.0.11.
7550
7551 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7554         to deleted part.
7555
7556 2009-05-30  David Engster  <dengste@eml.cc>
7557
7558         * nnmairix.el: Remove old documentation in the commentary block.
7559         (nnmairix-request-group): Do not update active file for nnml back ends.
7560         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7561         end so that overview files are ignored.
7562         (nnmairix-update-groups): Make updating the groups more robust by using
7563         marks.
7564         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7565         with dollar characters in message-id.
7566
7567 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7570         2008-12-25 in dns.el.
7571
7572 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7573
7574         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7575         could happen if the text is only composed of spaces and/or tabs.
7576
7577 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7578
7579         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7580         when sending a queued message to avoid extra mml tags.
7581
7582 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7585
7586 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7589         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7590         rmail-toggle-header for XEmacs;
7591         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7592
7593 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * gnus-dired.el: Remove autoload for gnus-setup-message.
7596         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7597         displaying Gnus logo; always use compose-mail.
7598
7599 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7602
7603 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7606         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7607         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7608         available.
7609         (gnus-nocem-epg-verify): New function.
7610
7611 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7614
7615 2009-02-15  Glenn Morris  <rgm@gnu.org>
7616
7617         * gnus-util.el (rmail-insert-rmail-file-header)
7618         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7619         autoloads.
7620         (rmail-default-rmail-file): Remove unnecessary declaration.
7621         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7622
7623 2009-02-14  Glenn Morris  <rgm@gnu.org>
7624
7625         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7626         variable (only used in gnus-util, which declares it anyway).
7627         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7628         which was only needed by gnus-art (changed to not use it any more).
7629         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7630         only used in gnus-util, which autoloads it itself.
7631         (rmail-update-summary): Fix autoload.
7632
7633         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7634         rather than rmail-output-to-rmail-file.
7635
7636 2009-02-07  Glenn Morris  <rgm@gnu.org>
7637
7638         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7639         autoload of function that no longer exists.
7640         (rmail-toggle-header): Declare.
7641         (message-forward-rmail-make-body): Handle mbox Rmail.
7642
7643 2009-01-31  Glenn Morris  <rgm@gnu.org>
7644
7645         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7646         2009-01-09 change.
7647
7648 2009-01-31  Dave Love  <fx@gnu.org>
7649
7650         * imap.el (imap-fetch-safe): Bind debug-on-error.
7651         (imap-debug): Add imap-fetch-safe.
7652
7653 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7654
7655         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7656         (auth-source-forget-all-cached): New convenience function.
7657         (auth-source-user-or-password): Accept list of modes or a single mode.
7658
7659         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7660         auth-source modes.
7661
7662         * netrc.el (netrc-machine-user-or-password): Use list of
7663         auth-source modes.
7664
7665         * nnimap.el (nnimap-open-connection): Use list of
7666         auth-source modes.
7667
7668         * nntp.el (nntp-send-authinfo): Use list of
7669         auth-source modes.
7670
7671 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7672
7673         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7674         now.
7675
7676 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7679         coding system in XEmacs; add a workaround for XEmacs.
7680
7681         * lpath.el: Fbind coding-system-aliasee.
7682
7683 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7686         of current-language-environment.
7687
7688 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7691         available at runtime.
7692
7693 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7696
7697 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7698
7699         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7700         the greatest positive fixnum value doesn't work under an XEmacs with
7701         bignum support; use the most-positive-fixnum constant instead,
7702         available since Emacs 21.1 with cl and XEmacs 21.1.
7703
7704 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7707         XEmacs gets not to work.
7708
7709 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * mm-util.el (mm-coding-system-priorities): Allow the value like
7712         "Japanese (UTF-8)" of current-language-environment.
7713
7714 2009-01-09  Glenn Morris  <rgm@gnu.org>
7715
7716         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7717         with last-command-event.
7718
7719 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7722         in the doc string.
7723
7724         * message.el (message-fix-before-sending): Amend comment.
7725
7726 2009-01-08  Dave Love  <fx@gnu.org>
7727
7728         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7729
7730 2009-01-07  David Engster  <dengste@eml.cc>
7731
7732         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7733         simplified server definitions by converting it via
7734         gnus-server-to-method.
7735
7736 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7739         parameter's operands.
7740
7741 2009-01-06  David Engster  <dengste@eml.cc>
7742
7743         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7744         primary select method (for gnus-group-mark-article-as-read).
7745
7746 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7747
7748         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7749         `(gnus)Face', not `(gnus)X-Face'.
7750
7751 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * mm-util.el (mm-ucs-to-char): New function.
7754
7755         * mm-url.el (mm-url-decode-entities): Use it.
7756
7757         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7758         unicode-to-char.
7759
7760 2009-01-05  Dave Love  <fx@gnu.org>
7761
7762         * time-date.el: Require cl for `declare'.
7763
7764 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7767         Dave Love.
7768
7769 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * message.el (message-fix-before-sending): Add `eight-bit' to
7772         illegible-text check.
7773
7774 2009-01-03  Michael Olson  <mwolson@gnu.org>
7775
7776         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7777         `headers' is nil.  This can occur if the IMAP server does not have
7778         permissions to read messages from a folder, but can write new messages
7779         to the folder.
7780         (nnimap-request-article-part): Do not insert `data' if it is nil.
7781
7782         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7783         characters which will confuse `read', so skip past them.
7784
7785 2009-01-01  Dave Love  <fx@gnu.org>
7786
7787         * imap.el (imap-string-to-integer): Fix typo.
7788         (imap-fetch-safe): New function.
7789         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7790
7791         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7792
7793         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7794         (imap-parse-greeting): Fix doc strings.
7795         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7796         (imap-parse-flag-list): Make messages unique.
7797         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7798
7799         * nnimap.el: Fix author email.
7800         (nnimap-split-rule): Add FIXME comment.
7801         (nnimap-debug): Fix doc string.
7802
7803 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7806
7807 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7808
7809         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7810         nslookup if resolv.conf isn't available.
7811         (dns-query): Rename from query-dns.
7812         (dns-query-cached): Rename from query-dns-cached.
7813
7814 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7817         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7818         to check if those variables exist (first appeared in Emacs 18.50).
7819
7820 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * mm-util.el (mm-line-number-at-pos): New function.
7823
7824         * spam-report.el (spam-report-process-queue): Use it.
7825
7826 2008-12-24  David Engster  <dengste@eml.cc>
7827
7828         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7829         parameters that haven't existed as variables as buffer-local variables.
7830
7831 2008-12-23  Dave Love  <fx@gnu.org>
7832
7833         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7834         cadar.
7835
7836         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7837         imap-starttls-p.
7838         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7839
7840 2008-12-22  Dave Love  <fx@gnu.org>
7841
7842         * imap.el: Fix author email.  Doc fixes.
7843         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7844         reply.
7845
7846 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * spam-report.el (spam-report-gmane-max-requests): New constant.
7849         (spam-report-gmane-wait): New variable.
7850         (spam-report-gmane-ham, spam-report-gmane-spam)
7851         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7852         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7853         the server.
7854
7855         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7856         Add explanations.
7857
7858         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7859         nnheader-accept-process-output and nnheader-read-timeout if available.
7860         (pop3-movemail): Use it.
7861
7862         * message.el (message-check-news-body-syntax): Fix signature check if
7863         there's an attachment.
7864
7865 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * mm-util.el: Add comments to the mm- emulating functions.
7868
7869 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7872         Reported by Stephen Berman <stephen.berman@gmx.net>.
7873
7874 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * mm-util.el (mm-substring-no-properties): New function.
7877         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7878         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7879         (mm-string-to-multibyte): Doc fix.
7880
7881         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7882
7883 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * mml.el (mml-attach-file): Strip text properties from file name.
7886         (Bug#1574)
7887
7888 2008-12-16  Glenn Morris  <rgm@gnu.org>
7889
7890         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7891
7892 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7895         knows since the charset specified might be a bogus alias that
7896         mm-charset-synonym-alist provides.
7897
7898 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7901         "ISO_8859-1".
7902
7903         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7904
7905 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * mm-util.el (mm-charset-eval-alist):
7908         Define it before mm-charset-to-coding-system.
7909         (mm-charset-to-coding-system): Add optional argument `silent';
7910         define it before mm-charset-override-alist.
7911         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7912         default value if it can be used in Emacs currently running;
7913         silence mm-charset-to-coding-system.
7914
7915 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7918         `allow-override' which says whether to use `mm-charset-override-alist'.
7919         (rfc2047-decode-encoded-words): Use it.
7920
7921         * mm-util.el (mm-charset-override-alist): Fix custom type;
7922         add `(gb2312 . gbk)' to choices.
7923
7924 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7927         fast.
7928
7929         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7930
7931         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7932
7933 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7934
7935         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7936         on links.
7937
7938         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7939
7940 2008-12-03  Lute Kamstra  <lute@gnu.org>
7941
7942         * sha1.el: Remove leading * from docstrings of defcustoms,
7943         deffaces, defconsts and defuns.
7944
7945 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7948         users' addresses that don't have domain parts.
7949         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7950         rather than message-narrow-to-head since there will be the message
7951         header separator.
7952
7953 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7954
7955         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7956         since the result is inserted in a unibyte buffer anyway.
7957         (nnimap-demule-use-string-to-multibyte): Remove.
7958         (nnimap-demule): Alias it to mm-string-to-multibyte.
7959
7960 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7963         variable for debugging bug#464 and bug#1174.
7964         (nnimap-demule): Use it.
7965
7966 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7969         score calculation correctly.
7970
7971 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7972
7973         * message.el (message-send-mail): Just set the buffer to unibyte
7974         rather than use mm-with-unibyte-current-buffer which does a lot more.
7975         (message-send-mail-partially): Don't bother with
7976         mm-with-unibyte-current-buffer since it's already been made unibyte by
7977         message-send-mail.
7978
7979 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7980
7981         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7982
7983 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7984
7985         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7986
7987 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7990         require itself and to remove `with-no-warnings'.
7991
7992 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7993
7994         * starttls.el (starttls-any-program-available): Get the name of the
7995         available TLS layer program.
7996         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7997         well as the host name in the "opening" message.
7998
7999         * auth-source.el (auth-source-cache, auth-source-do-cache)
8000         (auth-source-user-or-password): Cache passwords and logins by default,
8001         allow override with `auth-source-do-cache'.
8002         (auth-source-forget-user-or-password): Allow users to remove cache
8003         entries if needed.
8004
8005 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8006
8007         * md4.el (md4-buffer): Fix typo in docstring.
8008         (md4, md4-64): Doc fixes.
8009         (md4-pack-int32): Reflow docstring.
8010
8011 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8014         condition-case to only the forward-sexp call.
8015
8016 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8017
8018         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8019         quotes contained.  Make it more robust regardless by an extra
8020         condition-case wrapper.
8021
8022 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8025
8026 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * nnml.el (nnml-request-expire-articles): Check if the function set to
8029         `nnmail-expiry-target' returns the symbol `delete'.
8030
8031         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8032
8033         * nnmail.el (nnmail-expiry-target): Fix custom type.
8034
8035 2008-10-02  Glenn Morris  <rgm@gnu.org>
8036
8037         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8038         Silence compiler warning.
8039
8040 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8041
8042         * tls.el (open-tls-stream): Show the actual command being
8043         executed, instead of the format string.
8044
8045 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * lpath.el: Fbind codepage-setup for Emacs 23.
8048
8049 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8050
8051         * mml.el (mml-menu): Don't assume mml2015 is bound.
8052
8053 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8056         exists.
8057
8058 2008-09-27  Glenn Morris  <rgm@gnu.org>
8059
8060         * gnus-util.el (mail-header-remove-comments): Autoload it.
8061
8062 2008-09-27  Andreas Schwab  <schwab@suse.de>
8063
8064         * gnus-util.el (gnus-split-references): Strip comments.
8065         (gnus-parent-id): Likewise.
8066
8067 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * message.el (message-confirm-send): Fix version.
8070
8071 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * message.el (message-idna-to-ascii-rhs-1): Use
8074         mail-extract-address-components rather than mail-header-parse-addresses
8075         that is an alias by default to ietf-drums-parse-addresses that does not
8076         support non-ASCII names in headers' contents.
8077
8078 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8079
8080         * message.el (message-confirm-send): Fix variable documentation to
8081         avoid the "y/n" wording.
8082
8083 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8084
8085         * message.el (message-set-auto-save-file-name): Save to a different
8086         filename so multiple messages (especially drafts) can be recovered.
8087
8088 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8089
8090         * message.el (message-confirm-send): Add appropriate version.
8091
8092 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8095         defvar.
8096
8097 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8098
8099         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8100         (mm-pkcs7-enveloped-magic): Ditto.
8101
8102 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8103
8104         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8105         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8106
8107 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8108
8109         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8110         default, it's better.
8111
8112 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8113
8114         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8115         summary line gnus-number property and ignore them (with a warning
8116         message).
8117
8118 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8121         macro caddr in the interactive form since it won't be expanded.
8122
8123 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8126         `charset'; fix name of function called recursively.
8127         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8128
8129 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8132         (gnus-mime-set-charset-parameters): New function.
8133         (gnus-mime-view-part-as-charset): Use it to correctly display part
8134         specifying wrong charset.
8135
8136 2008-09-08  David Engster  <dengste@eml.cc>
8137
8138         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8139         in completing-read for back end server.
8140
8141 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8142
8143         * message.el (message-confirm-send): New variable to confirm sending a
8144         message.
8145         (message-send): Use it.
8146
8147 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8150
8151 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8154
8155 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8156
8157         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8158         prevent tracking too many groups.
8159         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8160         Use it.
8161
8162 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8163
8164         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8165         moving point to the bottom of the window in order to avoid recentering.
8166
8167 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8170
8171         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8172         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8173         (gnus-article-beginning-of-window): Fix calculation.
8174
8175 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-msg.el (gnus-summary-supersede-article)
8178         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8179         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8180         message header.
8181
8182 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8183
8184         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8185         pending output coming after the status change.
8186
8187 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8188
8189         * message.el:
8190         * gnus-start.el:
8191         * gnus-registry.el: Remove VMS support.
8192
8193 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8196         macro.
8197         (rfc2104-hash): Use it.
8198
8199 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8202         (gnus-summary-sort-by-most-recent-date): New commands.
8203         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8204         and menu entries.
8205
8206 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8209         don't redisplay article for raw contents; remove plural articles stuff.
8210
8211         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8212         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8213         on gnus-summary-save-article; display results properly.
8214
8215 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * lpath.el: No need to fbind ns-focus-frame.
8218
8219 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8222
8223 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus-art.el (gnus-summary-save-in-pipe):
8226         Consider gnus-save-all-headers.
8227
8228 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8229
8230         * gnus-util.el (ns-focus-frame): Remove declaration.
8231         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8232         like x.
8233
8234 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8235
8236         * rfc2104.el (rfc2104-zero): Delete defconst.
8237         (rfc2104-hex-alist): Likewise.
8238         (rfc2104-hex-to-int): Delete func.
8239         (rfc2104-hexstring-to-bitstring): Likewise.
8240         (rfc2104-nybbles): New defconst.
8241         (rfc2104-hash): Rewrite for speed.
8242
8243 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * tls.el (open-tls-stream): Make it work with the 2nd argument
8246         BUFFER that is a string but does not exist as a buffer object, as
8247         mentioned in the doc-string.
8248
8249 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8252         SXEmacs.
8253
8254 2008-07-16  Glenn Morris  <rgm@gnu.org>
8255
8256         * gnus-util.el (ns-focus-frame): Declare for compiler.
8257
8258 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8261         set as a group parameter.
8262         (gnus-summary-save-in-pipe): Work when it is called independently.
8263         (gnus-summary-pipe-to-muttprint): Don't modify
8264         gnus-summary-pipe-output-default-command.
8265
8266 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8267
8268         * message.el (message-send-mail-with-sendmail):
8269         Display the error message.
8270
8271 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-art.el (gnus-default-article-saver):
8274         Add gnus-summary-save-in-pipe to choices.
8275         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8276         gnus-summary-pipe-output-default-command as the default command.
8277         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8278         instead of gnus-last-shell-command.
8279
8280         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8281         New user option.
8282         (gnus-summary-muttprint-program): Mention the value will be changed.
8283         (gnus-summary-save-article): Force showing of all headers.
8284         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8285
8286 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8287
8288         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8289
8290 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8291
8292         * nnimap.el (nnimap-id):
8293         * sieve-manage.el (sieve-manage-open): Doc fixes.
8294
8295 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8296
8297         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8298         if available.
8299
8300 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8301
8302         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8303
8304         * nnkiboze.el (nnkiboze-generate-group):
8305         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8306
8307         * nnmairix.el: Require CL.
8308
8309 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * dgnushack.el: Autoload get-display-table and put-display-table for
8312         XEmacs 21.5.
8313
8314         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8315         21.4 and SXEmacs.
8316
8317 2008-06-15  David Engster  <dengste@eml.cc>
8318
8319         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8320
8321 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8322
8323         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8324         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8325         runtime choice under XEmacs.
8326
8327         * gnus-sum.el (gnus-summary-set-display-table):
8328         Use `gnus-put-display-table', `gnus-get-display-table',
8329         `gnus-set-display-table' for the display table, instead of `aset'.
8330
8331         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8332         Use `gnus-put-display-table', `gnus-get-display-table',
8333         `gnus-set-display-table' for the display table.
8334
8335 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * nnmairix.el: Add autoloads.
8338
8339 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * nnmairix.el (nnmairix-delete-recreate-group)
8342         (nnmairix-update-and-clear-marks): Fix error messages.
8343
8344 2008-06-14  David Engster  <dengste@eml.cc>
8345
8346         * nnmairix.el: Upgrade to version 0.6.
8347         (nnmairix-group-toggle-propmarks-this-group)
8348         (nnmairix-group-toggle-readmarks-this-group)
8349         (nnmairix-group-delete-recreate-this-group)
8350         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8351         (nnmairix-remove-tick-mark-original-article): New commands.
8352         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8353         (nnmairix-propagate-marks-to-nnmairix-groups)
8354         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8355         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8356         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8357         functions needed for marks propagation and manipulation of read marks.
8358         (nnmairix-update-groups): New function.
8359         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8360         (nnmairix-determine-original-group-from-registry)
8361         (nnmairix-determine-original-group-from-path)
8362         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8363         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8364         New helper functions.
8365         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8366         keystrokes for new commands.
8367         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8368         (nnmairix-request-group): Check allow-fast group parameter.
8369         (nnmairix-request-create-group): Set allow-fast group parameter if
8370         nnmairix-allowfast-default is set.
8371         (nnmairix-close-group): Propagate marks upon closing if needed.
8372         (nnmairix-group-toggle-threads-this-group): Use new.
8373         nnmairix-group-toggle-parameter helper function.
8374         (nnmairix-search): Better check for empty search result.
8375         (nnmairix-goto-original-article): Use new helper functions for
8376         determining original article.
8377         (nnmairix-show-original-article): Make sure message-id is in brackets.
8378         (nnmairix-call-mairix-binary): Change variable name.
8379         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8380         helper function.
8381         (nnmairix-widget-toggle-activate): Fix doc string.
8382
8383 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * nnir.el: Require edmacro when compiling with XEmacs.
8386         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8387         available in Emacs 21.
8388
8389 2008-06-11  Glenn Morris  <rgm@gnu.org>
8390
8391         * gnus-util.el (x-focus-frame):
8392         * gnus.el (image-size):
8393         * mm-decode.el (image-size): Declare.
8394
8395         * gnus-picon.el (declare-function): Add compat definition.
8396         (image-size): Declare.
8397
8398         * gnus-group.el (tool-bar-map):
8399         * gnus-sum.el (tool-bar-map): Define for compiler.
8400
8401         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8402
8403         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8404
8405         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8406         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8407         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8408         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8409         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8410         * sieve-manage.el, spam-report.el, spam.el:
8411         Remove unnecessary eval-and-compile of autoloads.
8412
8413 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8414
8415         * auth-source.el: Precise Tramp doc.
8416
8417 2008-06-07  Glenn Morris  <rgm@gnu.org>
8418
8419         * nnmairix.el: Remove unnecessary eval-when-compile.
8420
8421 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * lpath.el: Fbind propertize for XEmacs 21.4.
8424
8425 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * nnir.el: Move here from ../contrib.
8428
8429 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8430
8431         * gnus-util.el (gnus-read-shell-command): New function.
8432         * mm-decode.el (mm-pipe-part):
8433         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8434
8435 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8438
8439 2008-06-03  Glenn Morris  <rgm@gnu.org>
8440
8441         * pop3.el (nnheader-accept-process-output): Autoload it.
8442
8443 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8446         are not 2-digit hexadecimal characters that follow `%'s.
8447
8448 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * message.el (message-bogus-recipient-p): Fix type in doc string.
8451         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8452         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8453         Improve custom options.
8454         (message-bogus-recipient-p): Adjust accordingly.
8455
8456 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8457
8458         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8459         long-form month and day names.
8460
8461 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * dgnushack.el: Autoload debug, eudc-expand-inline and
8464         pgg-snarf-keys-region for XEmacs.
8465
8466         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8467
8468         * nnmairix.el: Require edmacro when compiling with XEmacs.
8469
8470 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8473         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8474
8475 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8476
8477         * auth-source.el: Add more docs.
8478
8479         * netrc.el (netrc-machine): Always match if the port is not given.
8480
8481 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482
8483         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8484         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8485         retrieval faster in some cases, but might make CPU usage larger.
8486         If this has any bad side effects, we might revert this change.
8487
8488         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8489         seems to make mail retrieval much, much faster.
8490         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8491         unconditionally.
8492
8493         * gnus-draft.el (gnus-group-send-queue):
8494         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8495
8496 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8499
8500         * message.el (message-bogus-address-regexp): Fix and improve custom
8501         type.
8502         (message-setup-hook): Add message-check-recipients as custom option.
8503
8504 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * message.el (message-cite-function): Remove bogus autoload which crept
8507         in during merge from v5-10.
8508
8509 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8510
8511         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8512
8513         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8514
8515         * auth-source.el: Preliminary Tramp docs.
8516         (auth-sources): Change the default auth-sources to use
8517         EPA .gpg files.
8518
8519 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8520
8521         * nntp.el: Autoload `auth-source-user-or-password'.
8522         (nntp-send-authinfo): Use it.
8523
8524         * nnimap.el: Autoload `auth-source-user-or-password'.
8525         (nnimap-open-connection): Use it.
8526
8527         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8528         for the gnus-message function.
8529         (auth-source-user-or-password): Use it.
8530
8531 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8532
8533         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8534         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8535         (rfc2104-hash): Use it.
8536
8537 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8538
8539         * gnus-art.el (gnus-article-toggle-truncate-lines):
8540         Don't use `iff' in docstring.
8541
8542 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8543
8544         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8545
8546         * gnus-util.el (gnus-extract-address-component-name)
8547         (gnus-extract-address-component-email): Convenience functions around
8548         `gnus-extract-address-components'.
8549
8550         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8551         Use `gnus-extract-address-component-email' to fix bug of comparing full
8552         sender name to `user-mail-address'.
8553
8554 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8555
8556         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8557         catch/throw to optimize.
8558         (gnus-registry-find-keywords): Just use member to find a keyword.
8559
8560 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8561
8562         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8563         is current before calling gnus-server-prepare.
8564         (gnus-server-setup-buffer, gnus-server-update-server)
8565         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8566
8567 2008-05-04  Juri Linkov  <juri@jurta.org>
8568
8569         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8570         (mailcap-file-default-commands): Use mailcap-replace-in-string
8571         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8572         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8573
8574 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8575
8576         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8577
8578 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8579
8580         * gnus.el: Bump version to 0.11.
8581
8582 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8583
8584         * gnus.el: No Gnus v0.10 is released.
8585
8586 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8589         hooks.
8590         (gnus-update-read-articles): Speed up non-marks-using users.
8591         (gnus-use-marks): Define gnus-use-marks.
8592         (gnus-propagate-marks): Rename variable to something more sensible.
8593
8594 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8595
8596         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8597         (gmm-image-load-path-for-library): Fix typos in docstrings.
8598         (gmm-message): Reflow docstring.
8599
8600 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8601
8602         * mail-source.el (mail-source-set-1, mail-source-bind):
8603         Move auth-source code out of the macro to clean it up and fix bugs.
8604
8605 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8606
8607         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8608         by sender if it's equal to user-mail-address, it's likely to be
8609         useless.
8610
8611         * mail-source.el (mail-source-bind): Don't use user or password if they
8612         are not bound.  Unintern them if they are nil.  Don't use server unless
8613         it's bound, and default it to empty string otherwise.
8614
8615 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8616
8617         * mail-source.el: Load auth-source.el.
8618         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8619         get user name or password, if auth-sources is set up.
8620
8621         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8622         strategy of splitting with parent.
8623         (gnus-registry-split-fancy-with-parent)
8624         (gnus-registry-post-process-groups): Use it and fix prior
8625         bug (returning a list as the split result).
8626
8627         * auth-source.el (auth-sources): Remove server parameter.
8628         (auth-source-pick, auth-source-user-or-password)
8629         (auth-source-user-or-password-imap)
8630         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8631         (auth-source-user-or-password-sftp)
8632         (auth-source-user-or-password-smtp): Remove server parameter.
8633
8634 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8635
8636         * smime.el (smime-sign-region, smime-encrypt-region)
8637         (smime-decrypt-region):
8638         Remove redundant calls to `generate-new-buffer-name'.
8639
8640 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8641
8642         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8643         Don't use QP for message/rfc822.
8644         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8645
8646 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8647
8648         * sieve-manage.el (sieve-string-bytes): Remove.
8649         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8650         correct byte-length only if the process's coding-system is the same as
8651         the one used internally by Emacs to represent strings.
8652
8653 2008-04-22  Juri Linkov  <juri@jurta.org>
8654
8655         * mailcap.el (mailcap-file-default-commands): New function.
8656
8657 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * message.el (message-signature-separator, message-cite-function):
8660         Change custom version.
8661
8662 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8663
8664         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8665         commands.
8666         (tls-checktrust): Ditto.
8667
8668 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * mm-decode.el (mm-display-external): Make temp file read-only.
8671
8672 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8675         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8676         `C-c C-f d'.
8677
8678 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8679
8680         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8681
8682 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * gnus.el: Bump version to 0.9.
8685
8686 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * gnus.el: No Gnus v0.8 is released.
8689
8690 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8691
8692         * mail-source.el (mail-source-value):
8693         Prefer fboundp to functionp so it works with macros as well.
8694
8695 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8696
8697         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8698         Fix last change in case the element is not even a symbol.
8699
8700 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8701
8702         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8703         Prefer fboundp to functionp so it works with macros as well.
8704
8705 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8706
8707         * auth-source.el: Add docs.
8708         (auth-sources): Modify format to support server.
8709         (auth-source-pick, auth-source-user-or-password)
8710         (auth-source-user-or-password-imap)
8711         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8712         (auth-source-user-or-password-sftp)
8713         (auth-source-user-or-password-smtp): Add server parameter.
8714
8715 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8716
8717         * gnus-registry.el: Initialize the registry when gnus-registry-install
8718         is t.
8719
8720 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * compface.el (uncompface): Make buffer unibyte.
8723
8724 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8725
8726         * mail-source.el (mail-source-value):
8727         Prefer fboundp to functionp so it works with macros as well.
8728
8729 2008-04-05  Glenn Morris  <rgm@gnu.org>
8730
8731         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8732
8733 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8734
8735         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8736         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8737
8738         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8739         multibyteness after rather than before erasing it.
8740
8741         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8742         mm-with-multibyte.
8743         (gnus-request-article-this-buffer): Make sure the proper decoding is
8744         used if gnus-original-article-buffer happens to be unibyte.
8745
8746         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8747         default-enable-multibyte-characters.
8748
8749         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8750         default-enable-multibyte-characters.
8751
8752         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8753
8754         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8755
8756 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8757
8758         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8759         Fix last change in case the element is not even a symbol.
8760
8761 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8762
8763         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8764         (imap-message-copyuid-1): Use it.
8765         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8766         J. Williams in
8767         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8768
8769         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8770         imap-enable-exchange-bug-workaround.
8771         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8772
8773 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8774
8775         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8776         a 100 byte status-checks into a 2-3MB transfer for each group.
8777         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8778         to enable bug workaround or not.
8779         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8780
8781 2008-03-31  Glenn Morris  <rgm@gnu.org>
8782
8783         * message.el (mml2015-use): Declare for compiler.
8784         (message-info): Require mml2015 when appropriate.
8785
8786 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8789         whitespace.
8790
8791 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8792
8793         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8794         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8795         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8796         (nntp-service-to-port): New function.
8797         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8798         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8799         (nntp-open-netcat-stream): New function.
8800         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8801
8802 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8803
8804         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8805
8806 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8807
8808         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8809
8810 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8811
8812         * dns.el (dns-write): Use set-buffer-multibyte.
8813
8814 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8815
8816         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8817
8818 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * message.el (message-signature-separator): Change default.
8821         Improve custom type.
8822         (message-cite-function): Change default to
8823         message-cite-original-without-signature.
8824
8825         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8826         toggle.
8827
8828         * message.el (message-check-news-body-syntax): Fix signature check.
8829         (message-setup-1): Mark buffer as unmodified _after_ running
8830         message-setup-hook and handling message-alternative-emails.
8831         (message-shorten-references): Be more strict when building list of
8832         valid references to comply with GNKSA.
8833
8834         * gnus-group.el (gnus-read-ephemeral-bug-group)
8835         (gnus-read-ephemeral-debian-bug-group)
8836         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8837
8838         * message.el (message-info): Don't use booleanp which isn't supported
8839         in Emacs 21 and XEmacs.
8840
8841 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8844         gnus-group-gmane-group-download-format.
8845         (gnus-group-read-ephemeral-gmane-group): Rename from
8846         gnus-group-read-ephemeral-gmane-group.
8847         (gnus-read-ephemeral-gmane-group-url): Rename from
8848         gnus-group-read-ephemeral-gmane-group-url.
8849         (gnus-bug-group-download-format-alist): New variable.
8850         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8851         (gnus-read-ephemeral-emacs-bug-group): New commands.
8852
8853 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8856         (gnus-visible-headers): Improve custom type.
8857
8858 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * mml.el (mml-menu): Add workarounds for XEmacs.
8861
8862         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8863         X-Boundary header.
8864
8865         * message.el (message-simplify-recipients): Fix previous commit.
8866
8867 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8868
8869         * mm-util.el (mm-set-buffer-multibyte): New function.
8870         * mm-decode.el (mm-copy-to-buffer): Use it.
8871
8872         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8873         Prefer fboundp to functionp so it works with macros as well.
8874
8875 2008-03-19  Glenn Morris  <rgm@gnu.org>
8876
8877         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8878         Accidentally removed in the sync process with Emacs.
8879
8880 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * message.el (message-alter-recipients-discard-bogus-full-name):
8883         New function.
8884         (message-alter-recipients-function): New variable.
8885         (message-get-reply-headers): Use it.
8886         (message-replace-header): New helper function.
8887         (message-recipients-without-full-name): New variable.
8888         (message-simplify-recipients): New command.
8889
8890         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8891
8892         * message.el (message-info): Handle EasyPG manual.
8893
8894         * mml.el (mml-menu): Add entry for EasyPG.
8895
8896 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8897
8898         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8899         parameter.
8900
8901         * message.el (message-disassociate-draft): Specify drafts group name
8902         fully.
8903
8904 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8905
8906         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8907         Eliminate unnecessary duplicates from the match list.
8908
8909 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8912
8913         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8914
8915         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8916         args of `how-many' of which the XEmacs version doesn't take; declare
8917         Info-index-next as function.
8918
8919 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * gnus-score.el (gnus-score-headers): Fix handling of
8922         gnus-inhibit-slow-scoring.
8923
8924         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8925         string.
8926         (gnus-button-url-regexp): Improve handling of parenthesis.
8927         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8928         (gnus-button-handle-info-keystrokes): Handle index entries.
8929
8930 2008-03-15  Glenn Morris  <rgm@gnu.org>
8931
8932         * parse-time.el (parse-time-string): Simplify.
8933
8934 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8937         Incoming* files.
8938
8939 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8940
8941         * auth-source.el (auth-sources): Rename from auth-source-choices.
8942         (auth-source-pick): Use it.
8943
8944 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8945
8946         * binhex.el (binhex-decode-region-internal):
8947         * uudecode.el (uudecode-decode-region-internal):
8948         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8949         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8950         setting default-enable-multibyte-characters.
8951
8952 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8953
8954         * auth-source.el (auth-source-protocols)
8955         (auth-source-protocols-customize, auth-source-choices): Add and
8956         modified variable customizations and defaults.
8957         (auth-source-pick, auth-source-user-or-password)
8958         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8959         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8960         (auth-source-user-or-password-sftp)
8961         (auth-source-user-or-password-smtp): Use new variables and provide an
8962         interface to netrc.el.
8963
8964 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8967         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8968         Make sure the nntp port to specify is a string.
8969
8970 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8971
8972         * nntp.el: Use with-current-buffer.
8973         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8974         dubious mm-with-unibyte-current-buffer.
8975         (nntp-with-open-group-function): New function extracted from
8976         nntp-with-open-group macro.
8977         (nntp-with-open-group): Use the function, so it's easier to debug.
8978         Add indentation and debugging info.
8979         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8980         Recommend the use of the netcat alternatives.
8981
8982         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8983         Avoid mm-string-as-multibyte as well.
8984
8985         * nnweb.el (nnweb-insert-html):
8986         Remove use of nnheader-string-as-multibyte.
8987
8988         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8989         (nnheader-string-as-multibyte): Remove.
8990
8991         * mm-view.el: Use inhibit-read-only.
8992         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8993         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8994         or unibyte-string.
8995
8996         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8997         (mm-uu-yenc-extract): Use with-current-buffer.
8998
8999         * gnus-soup.el (gnus-soup-send-packet): Don't use
9000         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9001
9002         * nnmh.el: Use with-current-buffer.
9003         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9004         mm-string-as-multibyte on the output of mm-encode-coding-string.
9005
9006         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9007         (nnimap-request-move-article): Use with-current-buffer.
9008
9009         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9010         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9011         conversion uses string-make-unibyte rather than string-as-unibyte.
9012
9013         * gnus-msg.el: Use with-current-buffer.
9014
9015         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9016
9017 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9018
9019         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9020         string for caching if it is 'PIN.
9021
9022 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * lpath.el: Consider the case without Emacs/W3.
9025
9026 2008-03-08  Glenn Morris  <rgm@gnu.org>
9027
9028         * time-date.el (date-to-time, time-subtract, time-add)
9029         (safe-date-to-time): Doc fixes.
9030
9031 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * mail-source.el (mail-source-delete-old-incoming-confirm):
9034         Change default to nil.
9035         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9036
9037 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * lpath.el: Rearrange.
9040
9041         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9042         (gnus-article-goto-prev-page): Work for articles having ^L's.
9043
9044         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9045
9046         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9047
9048 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9049
9050         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9051         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9052         (gnus-bookmark-jump): Adjust some variable names.
9053
9054 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9055
9056         * auth-source.el: New package.
9057         (auth-source-choices): Add customization entry point variable.
9058
9059         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9060         bug.
9061
9062 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9063
9064         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9065         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9066         (gnus-registry-install-shortcuts): Rename from
9067         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9068         the `gnus-registry-mark-map' keymap dynamically from
9069         `gnus-registry-marks'.  The generated functions update the summary line
9070         when a registry mark is added or deleted, and will call
9071         `gnus-registry-install-p' (see the comments in the code).
9072         (gnus-registry-user-format-function-M): Use concat intelligently.
9073
9074         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9075         the registry mark functions.
9076
9077 2008-03-05  Glenn Morris  <rgm@gnu.org>
9078
9079         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9080         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9081         gnus-art.
9082         (top-level): No need to load own source when compiling.
9083
9084 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9087         Suggested by <chris.anderton@zetnet.co.uk>.
9088
9089 2008-03-04  Glenn Morris  <rgm@gnu.org>
9090
9091         * gnus-sum.el (top-level): No need to require gnus when compiling,
9092         since unconditionally required near start of file.
9093         (gnus-summary-display-while-building): Move definition before use.
9094
9095 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9096
9097         * gnus-registry.el (gnus-registry-user-format-function-M):
9098         Add formatting function.
9099
9100 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9101
9102         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9103         with plists.
9104         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9105         Use new format.
9106
9107 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9110         `where-is-internal' that returns a range of key sequences.
9111
9112 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9113
9114         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9115
9116         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9117         (gnus-summary-jump-to-group): Consider windows on other displayed
9118         frames as well.  Similar changes might be needed elsewhere, but that's
9119         the one I've bumped into during my use.
9120
9121         * nndoc.el (nndoc-oe-dbx-type-p):
9122         * gnus-msg.el (gnus-debug):
9123         * gnus-group.el (gnus-update-group-mark-positions):
9124         Use mm-string-to-multibyte.
9125
9126 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9129         doesn't handle NotDashEscaped.
9130
9131         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9132         (mml-dnd-attach-options): Fix typo in custom choice.
9133
9134         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9135         Change nndoc-article-type to mbox.
9136         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9137
9138         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9139         to nil, instead of html2text.
9140
9141         * imap.el (imap-debug): Add `imap-ping-server'.
9142
9143         * gnus-bookmark.el: Add FIXMEs.
9144
9145         * message.el (message-form-letter-separator)
9146         (message-send-form-letter-delay): New variables.
9147         (message-send-form-letter): Use them.  New command to send form
9148         letters.  Requested by Uwe Siart.
9149         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9150
9151 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * Update copyright years.
9154
9155 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         Sync from EMACS_22_BASE.
9158
9159         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9160
9161 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9162
9163         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9164         empty author.
9165
9166 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9167
9168         * gnus-registry.el (gnus-registry-marks): Add variable for
9169         customization of marks and their appearance.
9170         (gnus-registry-read-mark): Use it.
9171         (gnus-registry-do-marks): Add utility function to loop through
9172         `gnus-registry-marks'.
9173         (gnus-registry-install-shortcuts-and-menus): Add function to install
9174         shortcuts and menus.
9175         (gnus-registry-initialize): Use it.
9176         (gnus-registry-default-mark): Clarify documentation.
9177
9178 2008-02-29  Glenn Morris  <rgm@gnu.org>
9179
9180         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9181         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9182         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9183         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9184         Change defcustom :version from 23.0 to 23.1.
9185
9186 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9187
9188         * gnus-registry.el (gnus-registry-follow-group-p)
9189         (gnus-registry-post-process-groups): Add functions to aid registry
9190         splitting and improve logging.  Clarify behavior in function
9191         documentation.
9192         (gnus-registry-split-fancy-with-parent): Use them.
9193
9194 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9195
9196         * gnus-art.el: Use with-current-buffer.
9197
9198 2008-02-27  David Engster  <dengste@eml.cc>
9199
9200         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9201         Express real group name in the response.
9202
9203 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9206         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9207         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9208         autoload gnus-registry-fetch-group when compiling.
9209         (nnmairix-request-group-with-article-number-correction):
9210         Remove unreferenced argument passed to nnmairix-call-backend.
9211
9212 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9215         (mm-uu-extract): Improve face for low color ttys.
9216         Reported by Sascha Wilde.
9217
9218 2008-02-27  Glenn Morris  <rgm@gnu.org>
9219
9220         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9221         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9222         variables to defconsts.  Convert comments to doc-strings.
9223         (nnmairix-last-server, nnmairix-current-server): Convert from free
9224         variables to defvars.  Convert comments to doc-strings.
9225         (gnus-registry-fetch-group): Autoload.
9226         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9227         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9228         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9229         caddr.
9230         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9231         nnmairix-request-group-with-article-number-correction call.
9232         (nnmairix-fast, nnmairix-group): New, less general names, for free
9233         variables passed from nnmairix-request-group to
9234         nnmairix-request-group-with-article-number-correction.  Declare.
9235         (nnmairix-request-group-with-article-number-correction):
9236         Use nnmairix-fast, nnmairix-group rather than fast, group.
9237
9238 2008-02-26  David Engster  <dengste@eml.cc>
9239
9240         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9241         version 0.5.
9242
9243 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9244
9245         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9246         instead of making an extra function call.  Don't add the current group
9247         to articles only when they have the group.  Use
9248         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9249         Reported by David <de_bb@arcor.de>.
9250
9251 2008-02-24  Miles Bader  <miles@gnu.org>
9252
9253         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9254         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9255         (mm-find-mime-charset-region):
9256         * mm-bodies.el (mm-encode-body):
9257         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9258
9259 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9262         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9263
9264 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * mail-source.el (mail-source-delete-incoming): Change default.
9267         Supplement doc string.
9268
9269         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9270
9271 2008-02-14  Glenn Morris  <rgm@gnu.org>
9272
9273         * time-date.el (format-seconds): New function.
9274
9275 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * nnmail.el (nnmail-message-id-cache-file): Derive from
9278         `gnus-home-directory'.
9279
9280 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9283         Document negative prefix.
9284
9285         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9286
9287 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * message.el (message-unsent-separator): Add the Exim bounce
9290         separator.
9291
9292 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9293
9294         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9295         list.
9296         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9297         recipient/signer list.
9298
9299 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * Makefile.in (datarootdir): Define.
9302         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9303         name that might contain whitespace.
9304
9305 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9308         fbound (Emacs 23 unicode), signal an error.
9309
9310 2008-02-08  Glenn Morris  <rgm@gnu.org>
9311
9312         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9313
9314 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9315
9316         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9317         ports to the calls to `netrc-machine-user-or-password' in addition to
9318         "imap" and "imaps".
9319
9320 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9321
9322         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9323
9324         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9325
9326 2008-02-01  Kenichi Handa  <handa@m17n.org>
9327
9328         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9329         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9330         (rfc2104-hash): Convert the result of concat to unibyte string.
9331
9332 2008-02-01  Dave Love  <fx@gnu.org>
9333
9334         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9335         coding-system-for-read.
9336         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9337
9338 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9341         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9342         <hanche@math.ntnu.no>.
9343
9344 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9347
9348         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9349
9350 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9351
9352         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9353         * message.el (message-beginning-of-line): Use featurep instead of bound
9354         tests in order to resolve conditionals at compile time.
9355
9356 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9357
9358         * mail-source.el (mail-sources): Add `group' choice.
9359
9360         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9361         parameter `in-group' to control into which group the articles go.
9362         Add treatment of `group' mail-source.
9363
9364 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9367
9368         * mm-decode.el (mm-dissect-buffer): Decode description.
9369
9370         * mml.el (mml-to-mime): Encode message header first.
9371
9372 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9375         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9376
9377         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9378         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9379
9380 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9381
9382         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9383
9384 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9387         prefix keys.
9388         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9389         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9390         gnus-xmas.el.
9391
9392         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9393         (gnus-xmas-article-describe-bindings): New function.
9394         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9395         gnus-xmas-article-describe-bindings.
9396
9397         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9398
9399 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9400
9401         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9402         Add new variables for article mark management.
9403         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9404         list of extra data entries which, when present, will indicate that the
9405         article ID should not be trimmed from the registry.
9406         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9407         functions.
9408         (gnus-registry-read-mark): New function to read a mark name from the
9409         user.
9410         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9411         (gnus-registry-set-article-mark-internal): New functions to add and
9412         remove marks.
9413         (gnus-registry-get-article-marks): New function to show the marks for
9414         an article, or retrieve them for further use.
9415
9416 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9419         keys when no argument is given.
9420
9421 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * imap.el (imap-ping-server): New variable.
9424         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9425         (imap-ping-server): Minor doc string fixes.
9426
9427 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9428
9429         * imap.el (imap-ping-server): New function.
9430         (imap-opened): Call imap-ping-server.
9431
9432 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * gnus-sum.el (gnus-article-sort-by-random)
9435         (gnus-thread-sort-by-random): Fix doc strings.
9436         Reported by jidanni@jidanni.org.
9437
9438 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-art.el (gnus-article-describe-bindings): New function.
9441         (gnus-article-read-summary-keys): Use it.
9442         (gnus-article-mode-map): Bind `C-h b' to it.
9443
9444 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9447         XEmacs.
9448         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9449         Protect against non-character events.
9450
9451         * lpath.el: Fbind map-keymap for Emacs 21.
9452
9453 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9456         New command.
9457         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9458         instead of END.  Change name of the temp file.
9459         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9460         customizable.
9461
9462 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9465         bind `S W' to gnus-article-wide-reply-with-original; set default
9466         binding to gnus-article-read-summary-send-keys.
9467         (gnus-article-read-summary-keys): Fix the order of keys; display
9468         continuation keys correctly in the echo area; describe bindings
9469         correctly when keys end with `C-h'.
9470         (gnus-article-read-summary-send-keys): New function.
9471         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9472         Work for gnus-article-read-summary-send-keys; display continuation keys
9473         correctly in the echo area.
9474         (gnus-article-reply-with-original): Ignore prefix argument.
9475         (gnus-article-wide-reply-with-original): New function.
9476
9477         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9478         Emacs 21.
9479
9480 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9483         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9484
9485 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9488         (gnus-group-read-ephemeral-gmane-group): New command.
9489
9490 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9491
9492         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9493
9494 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * message.el (message-send-mail-function): Increase custom version.
9497
9498         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9499         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9500
9501 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9502
9503         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9504         for the cases where imap-authenticate is called with a nil buffer
9505         parameter.
9506
9507 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9510         html parts correctly; support forwarded messages.
9511         (gnus-article-browse-html-article): Remove work buffers.
9512
9513         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9514         compiling.
9515         (netrc-bound-and-true-p): New macro.
9516         (netrc-parse): Use it instead of bound-and-true-p that is not available
9517         in XEmacs 21.4.
9518
9519 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9520
9521         * gnus-registry.el (gnus-registry-mark-article)
9522         (gnus-registry-article-marks): Add functionality to mark articles
9523         through the Gnus registry.
9524
9525         * encrypt.el: Clarify documentation for the new pgg method.
9526         (encrypt-file-alist): Add PGG option.
9527         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9528         functionality.  Abstract password key and messaging to external
9529         functions.
9530         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9531         (encrypt-message-method-and-cipher): Add new convenience external
9532         functions.
9533         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9534         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9535
9536         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9537         (netrc-parse): Use encrypt-file-alist to determine if
9538         encrypt-find-model or encrypt-insert-file-contents should be used.
9539
9540         * encrypt.el: Clarify documentation.  Load password-cache or
9541         password, whichever one is found first, instead of autoloading.
9542
9543 2007-12-19  Glenn Morris  <rgm@gnu.org>
9544
9545         * mml.el (message-options-set, message-narrow-to-head)
9546         (message-in-body-p, message-mail-p, message-encode-message-body):
9547         Autoload.
9548         (message-remove-header, message-narrow-to-headers-or-head)
9549         (message-subscribed-p, message-make-mail-followup-to)
9550         (message-position-on-field, message-news-p)
9551         (message-options-set-recipient, message-generate-headers)
9552         (message-sort-headers): Declare as functions.
9553
9554 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9557         convention in doc string.
9558
9559 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9562         title to html parts.
9563         (gnus-article-browse-html-article): Pass message header to it.
9564
9565         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9566
9567 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9570         or password compatible with XEmacs.
9571
9572 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9573
9574         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9575         format document.
9576         (gnus-mime-delete-part): Don't write description line if empty.
9577         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9578
9579 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9580
9581         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9582         (gnus-summary-mark-read-and-unread-as-read)
9583         (gnus-summary-mark-current-read-and-unread-as-read)
9584         (gnus-summary-mark-unread-as-ticked): Doc fix.
9585         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9586
9587 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9590         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9591
9592 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9593
9594         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9595         yes-or-no-p.
9596
9597 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * mm-decode.el (mm-add-meta-html-tag): New function.
9600         (mm-save-part-to-file, mm-pipe-part): Use it.
9601
9602         * gnus-art.el (gnus-article-browse-delete-temp-files):
9603         Use gnus-y-or-n-p instead of y-or-n-p.
9604         (gnus-article-browse-html-parts): Work with message/external-body; use
9605         mm-add-meta-html-tag.
9606
9607 2007-12-11  Glenn Morris  <rgm@gnu.org>
9608
9609         * gnus-cache.el: Require gnus-sum not just when compiling.
9610
9611         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9612
9613         * gnus-int.el (gnus-server-opened, gnus-status-message):
9614         Move definitions before use.
9615
9616         * mm-decode.el: Require gnus-util.
9617         (mm-remove-part): Only call delete-annotation on XEmacs.
9618
9619         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9620
9621         * nnmail.el: Require gnus-int.
9622
9623         * spam.el: Move `require's before `eval-when-compile's.
9624
9625         * gnus-ems.el (gnus-alive-p):
9626         * gnus-fun.el (message-goto-eoh):
9627         * gnus-util.el (gnus-group-name-decode):
9628         * mail-source.el (gnus-compress-sequence):
9629         * message.el (Info-goto-node, format-spec):
9630         * mm-bodies.el (message-options-get):
9631         * mm-decode.el (mm-view-pkcs7):
9632         * mm-util.el (gmm-write-region):
9633         * mml-smime.el (mml-compute-boundary)
9634         (gnus-completing-read-with-default):
9635         * mml.el (widget-button-press, gnus-make-hashtable):
9636         * mml1991.el (mm-decode-content-transfer-encoding)
9637         (mm-encode-content-transfer-encoding)
9638         (message-options-get, message-options-set):
9639         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9640         * nnfolder.el (gnus-request-group):
9641         * nnheader.el (ietf-drums-unfold-fws):
9642         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9643         * smime.el (gnus-run-mode-hooks):
9644         * spam-stat.el (gnus-message): Autoload.
9645
9646         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9647         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9648         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9649         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9650         Add declare-function compatibility definition.
9651
9652         * gnus-cache.el (nnvirtual-find-group-art):
9653         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9654         (gnus-add-image, gnus-add-wash-type):
9655         * gnus-group.el (nnkiboze-score-file):
9656         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9657         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9658         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9659         (message-tokenize-header, gnus-get-buffer-create)
9660         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9661         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9662         * gnus.el (gnus-group-decoded-name):
9663         * mail-source.el (imap-capability):
9664         * mm-bodies.el (message-options-set):
9665         * mm-decode.el (gnus-configure-windows):
9666         * mm-extern.el (message-goto-body):
9667         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9668         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9669         (epg-sub-key-validity, message-options-set):
9670         * mml.el (widget-event-point, gnus-configure-windows):
9671         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9672         * mml2015.el (epg-check-configuration, epg-configuration)
9673         (message-options-set):
9674         * nndb.el (nndb-request-article):
9675         * nnfolder.el (gnus-request-create-group):
9676         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9677         * nnmaildir.el (gnus-group-mark-article-read):
9678         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9679         * rfc1843.el (message-fetch-field):
9680         * spam.el (gnus-extract-address-components):
9681         Declare as functions.
9682
9683 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9686
9687         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9688
9689         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9690         bind show-trailing-whitespace for XEmacs.
9691
9692 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9695         new no-op macro for backward compatibility.
9696
9697         * imap.el (imap-string-to-integer): New function.
9698
9699 2007-12-09  Glenn Morris  <rgm@gnu.org>
9700
9701         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9702
9703         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9704         * message.el, mm-view.el, sieve-manage.el, smime.el:
9705         Add declare-function compatibility definition.
9706
9707         * gnus-art.el (w3-region, w3m-region, Info-menu):
9708         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9709         * gnus-sum.el (gnus-get-predicate):
9710         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9711         * message.el (mail-abbrev-in-expansion-header-p):
9712         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9713         (w3m-detect-meta-charset, w3m-region):
9714         * sieve-manage.el (password-read, password-cache-add)
9715         (password-cache-remove):
9716         * smime.el (password-read-and-add): Declare as functions.
9717
9718 2007-12-08  David Kastrup  <dak@gnu.org>
9719
9720         * gnus-sum.el (gnus-summary-simplify-subject-query):
9721         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9722         `message'.
9723
9724 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9727         it to bind idna-program, installation-directory, defined-colors, and
9728         face-attribute for XEmacs of the version that compiles defcustom forms.
9729
9730 2007-12-07  Glenn Morris  <rgm@gnu.org>
9731
9732         * gnus-art.el (article-make-date-line): Revert previous change.
9733
9734 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9737
9738 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9739
9740         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9741         Call gnus-add-to-range ranges only once with a prepared article-list.
9742
9743 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9744
9745         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9746         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9747         group names with backslashes.
9748         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9749
9750 2007-12-06  Deepak Goel  <deego3@gmail.com>
9751
9752         * gnus-art.el (article-make-date-line):
9753         * gnus-start.el (gnus-load):
9754         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9755
9756 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-art.el (gnus-use-idna)
9759         * gnus-start.el (gnus-site-init-file)
9760         * message.el (message-use-idna)
9761         * mm-uu.el (mm-uu-hide-markers)
9762         * smiley.el (smiley-style): Revert changes that suppress warnings.
9763
9764 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9767         specify charset to html source.
9768         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9769
9770 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9773         idna-program in order to suppress byte compile warning issued by XEmacs
9774         that came to byte compile the default value section of defcustom forms
9775         recently.
9776
9777         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9778         value of installation-directory.
9779
9780         * message.el (message-use-idna): Don't directly refer to the value of
9781         idna-program.
9782
9783         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9784
9785         * smiley.el (smiley-style): Don't directly call face-attribute.
9786
9787 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9788
9789         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9790
9791         * gnus-dired.el: Reduce Gnus dependencies.
9792         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9793         Don't require.  Use autoloads instead.
9794         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9795         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9796         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9797         (gnus-dired-mode): Adjust doc string.
9798         (gnus-dired-mail-mode): New variable.
9799         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9800         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9801         (gnus-dired-mail-buffers): New function.  Return mail or message
9802         composition buffers.
9803         (gnus-dired-attach): Use it.
9804         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9805         NO-DECODE.
9806         (gnus-dired-print): Use `gnus-print-buffer' depending on
9807         `gnus-dired-mail-mode'.
9808
9809 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * rfc2047.el (rfc2047-encoded-word-regexp)
9812         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9813         explaining what regexp patterns are for.
9814
9815 2007-12-04  Glenn Morris  <rgm@gnu.org>
9816
9817         * password.el: Move to password-cache.el.
9818
9819         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9820         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9821         * mml-smime.el (password-read, password-cache-add)
9822         (password-cache-remove):
9823         No need to autoload, since mml-sec requires password.
9824
9825         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9826         * message.el (gnus-extract-address-components):
9827         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9828
9829         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9830         password.
9831
9832 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * mailcap.el: Reduce dependencies.
9835         (mail-header-parse-content-type): Autoload.
9836         (mailcap-delete-duplicates): New alias.
9837         (mailcap-mime-info): Add optional argument NO-DECODE.
9838         (mailcap-mime-types): Use mailcap-delete-duplicates.
9839
9840         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9841
9842 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9843
9844         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9845         (imap-parse-status): Upcase status-att for servers that sends them
9846         lower-case (e.g., MS Exchange 2007).
9847
9848 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9849
9850         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9851         function.
9852
9853         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9854         (gnus-uu-yenc-article): New function.
9855
9856         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9857
9858         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9859
9860 2007-12-02  Glenn Morris  <rgm@gnu.org>
9861
9862         * binhex.el (binhex): New custom group.
9863         (binhex-decoder-program, binhex-decoder-switches)
9864         (binhex-use-external): Move to the binhex custom group.
9865
9866         * uudecode.el (uudecode): New custom group.
9867         (uudecode-decoder-program, uudecode-decoder-switches)
9868         (uudecode-use-external): Move to the uudecode custom group.
9869
9870         * netrc.el (top-level): Don't load `encrypt' features.
9871         (netrc-parse): Don't use encrypt.
9872         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9873
9874         * encrypt.el: Remove file.
9875
9876 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9879         matches on patches.
9880
9881         * gnus-art.el (gnus-article-browse-html-article):
9882         Mention `mm-text-html-renderer' in the doc string.
9883
9884         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9885         string.  Add comments.
9886
9887         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9888         if rhs is ASCII.
9889
9890 2007-12-01  Glenn Morris  <rgm@gnu.org>
9891
9892         * mail-source.el (top-level): Require format-spec before
9893         eval-when-compile.
9894
9895 2007-11-30  Glenn Morris  <rgm@gnu.org>
9896
9897         * encrypt.el: Require password, rather than autoloading password-read.
9898
9899 2007-11-29  Glenn Morris  <rgm@gnu.org>
9900
9901         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9902         (sasl-make-client, sasl-next-step, sasl-step-data)
9903         (sasl-step-set-data): Declare as functions.
9904
9905 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9908
9909 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9910
9911         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9912         certs should be verified and what is to be done in the event of a
9913         verification failure.
9914
9915         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9916         caller can indicate whether the cache should be disregarded for this
9917         call.  This way the result of the call is reproducible at all times and
9918         can be considered a canonical server name for the supplied method.
9919         (gnus-agent-method-p): Canonicalize server names by pushing their
9920         method through `gnus-method-to-server' using the no-cache argument.
9921
9922         * gnus-srvr.el (gnus-server-insert-server-line):
9923         Call `gnus-method-to-server' with `no-cache' argument.
9924
9925         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9926         gnus-agent-possibly-synchronize-flags as this should be called when the
9927         server is actually being opened.
9928         (gnus-agent-possibly-synchronize-flags)
9929         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9930         flags file of an agentized server to the latter function.
9931
9932         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9933         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9934         after a connection has been established successfully.
9935
9936 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * gnus-art.el (article-display-face): Force to display face if called
9939         interactively; check if gnus-article-x-face-too-ugly matches author.
9940         (article-display-x-face): Display face even if From header is missing
9941         as article-display-face does.
9942
9943 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9944
9945         * hashcash.el (message-narrow-to-headers-or-head)
9946         (message-fetch-field, message-goto-eoh)
9947         (message-narrow-to-headers): Declare as functions.
9948
9949 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * mail-source.el (mail-sources): Default to fetch from file for
9952         compatibility with default of nnmail-spool-file.
9953
9954 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9957         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9958         to look for encoded word that should be encoded again.
9959         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9960         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9961         encoding pattern.
9962         (rfc2047-decode-region): Switch strict regexp and loose one according
9963         to rfc2047-allow-irregular-q-encoded-words.
9964
9965 2007-11-25  Romain Francoise  <romain@orebokech.com>
9966
9967         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9968
9969 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * tls.el (tls-program): Provide more custom choices from
9972         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9973         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9974
9975 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9976
9977         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9978         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9979
9980         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9981         `nnmail-spool-file'.
9982
9983         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9984         `nnmail-spool-file'.
9985
9986         * gnus-move.el (gnus-change-server): Ditto.
9987
9988         * gnus-kill.el (gnus-batch-score): Ditto.
9989
9990         * gnus-cache.el (gnus-jog-cache): Ditto.
9991
9992         * gnus-msg.el (gnus-summary-reply):
9993         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9994
9995 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9998         version.  Minor improvement to doc strings.
9999         (tls-program): Add comment.
10000
10001 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10002
10003         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10004         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10005         mismatch between the hostname provided in the certificate and the name
10006         of the host connnecting to.
10007         (open-tls-stream): Use them.  Check certificates against trusted root
10008         certificates.
10009
10010 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * gnus-cache.el (gnus-cache-generate-nov-databases):
10013         Use nnml-generate-nov-databases-directory instead of
10014         nnml-generate-nov-databases-1.
10015
10016 2007-11-24  Glenn Morris  <rgm@gnu.org>
10017
10018         * message.el (message-tool-bar-retro): Update for rename
10019         mail_send.xpm->mail-send.xpm.
10020
10021 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10024         `smime-ldap-search' for Emacs 22 and up.
10025
10026 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10027
10028         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10029
10030         * message.el (message-send-mail-function): Fix error convention.
10031         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10032         (message-widen-reply, message-send-mail, message-talkative-question)
10033         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10034         (message-clone-locals, message-send-news): Use with-current-buffer.
10035         (message-insert-or-toggle-importance): Remove unused var `valid'.
10036         (message-make-references): Remove unused var `new-references'.
10037         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10038
10039 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10040
10041         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10042         (spam-split-symbolic-return-positive): Reflow docstring.
10043         (spam-backends, spam-summary-exit-behavior)
10044         (spam-mark-ham-unread-before-move-from-spam-group)
10045         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10046         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10047         (spam-clear-cache, spam-backend-check, spam-install-backend)
10048         (spam-install-statistical-backend, spam-list-of-processors)
10049         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10050         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10051         (spam-check-crm114, spam-initialize, spam-unload-hook):
10052         Fix typos in docstrings.
10053
10054 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10057         been checked if they have never been read and those group levels are
10058         higher than the one that a user specified.
10059
10060 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10063         foreign groups unless a group level is specified by a user.
10064         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10065
10066 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * message.el (message-send-mail-function): Require sendmail.
10069
10070 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * message.el (message-send-mail-function): Check for smtpmail too.
10073
10074         * utf7.el (utf7-encode, utf7-decode): Use coding system
10075         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10076
10077         * message.el (message-send-mail-function): New function.
10078         (message-send-mail-function): Set default using
10079         message-send-mail-function.  Adjust doc string.
10080         (message-send-mail-with-mailclient): New function.
10081
10082 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10083
10084         * smime.el (from):
10085         * rfc2047.el (message-posting-charset):
10086         * qp.el (mm-use-ultra-safe-encoding):
10087         * pop3.el (parse-time-months):
10088         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10089         * nnml.el (files):
10090         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10091         (jka-compr-compression-info-list, ange-ftp-path-format)
10092         (efs-path-regexp):
10093         * nndiary.el (files):
10094         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10095         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10096         (epg-digest-algorithm-alist, inhibit-redisplay)
10097         (password-cache-expiry):
10098         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10099         (pgg-output-buffer, password-cache-expiry):
10100         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10101         (efs-path-regexp):
10102         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10103         (inhibit-redisplay):
10104         * mm-uu.el (file-name, start-point, end-point, entry)
10105         (gnus-newsgroup-name, gnus-newsgroup-charset):
10106         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10107         (latin-unity-ucs-list):
10108         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10109         (mm-uu-binhex-decode-function):
10110         * message.el (gnus-message-group-art, gnus-list-identifiers)
10111         (rmail-enable-mime-composing, gnus-local-organization)
10112         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10113         (gnus-read-active-file, facemenu-add-face-function)
10114         (facemenu-remove-face-function, gnus-article-decoded-p)
10115         (tool-bar-mode):
10116         * mail-source.el (display-time-mail-function):
10117         * gnus-util.el (nnmail-pathname-coding-system)
10118         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10119         (gnus-original-article-buffer, gnus-user-agent)
10120         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10121         (xemacs-codename, sxemacs-codename, emacs-program-version):
10122         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10123         * gnus-start.el (gnus-agent-covered-methods)
10124         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10125         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10126         (gnus-newsgroup-headers, gnus-group-list-mode)
10127         (gnus-group-mark-positions, gnus-newsgroup-data)
10128         (gnus-newsgroup-unreads, nnoo-state-alist)
10129         (gnus-current-select-method, mail-sources)
10130         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10131         (nnmail-spool-file, gnus-cache-active-hashtb):
10132         * gnus-mh.el (mh-lib-progs):
10133         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10134         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10135         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10136         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10137         (gnus-group-buffer):
10138         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10139         (font-lock-set-defaults):
10140         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10141         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10142         (gnus-summary-post-menu, total-parts, type, condition, length):
10143         * gnus-agent.el (gnus-agent-read-agentview):
10144         * flow-fill.el (show-trailing-whitespace):
10145         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10146         eval-and-compile wrappers for byte compiler pacifiers.
10147
10148         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10149         (mm-display-inline-fontify): Check for featurep 'xemacs not
10150         extent-list.
10151
10152         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10153         itimer-list.
10154         (mm-create-image-xemacs): Only do something for XEmacs.
10155         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10156
10157         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10158
10159         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10160         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10161
10162 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10163
10164         * nnimap.el (nnimap-split-download-body):
10165         * gnus-demon.el (gnus-demon):
10166         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10167
10168 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10171         New macros.
10172         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10173         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10174         copy data from unibyte buffer to multibyte current buffer.
10175         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10176         to copy data from unibyte current buffer to multibyte buffer.
10177         (nntp-make-process-buffer): Make process buffer unibyte.
10178
10179         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10180
10181 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10182
10183         * pop3.el (pop3-open-server): Accept and process data more robustly at
10184         connexion start to avoid spurious "POP SSL connexion failed" errors.
10185
10186 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10189         read group names.
10190
10191 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10194
10195 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10198         (nnmail-save-active): Use a unibyte buffer when saving active file,
10199         which may contain non-ASCII group names.
10200
10201         * nnml.el (nnml-request-group): Decode group names in messages.
10202
10203 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * message.el (message-citation-line-function)
10206         (message-insert-formatted-citation-line): Fix spelling of
10207         `message-insert-formated-citation-line'.
10208
10209 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10212
10213 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10216         nnmail-pathname-coding-system.
10217
10218         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10219         that a user enters; decode group names in messages.
10220
10221         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10222
10223 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10226
10227         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10228
10229         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10230         risky local variable.
10231
10232         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10233
10234 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10235
10236         * encrypt.el: Improve documentation to fix function name typo.
10237         Reported by Daiki Ueno <ueno@unixuser.org>.
10238
10239 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10242         even if the point is not in the last page of an article.
10243         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10244         back to the previous page.
10245
10246 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10247
10248         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10249
10250 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10253
10254 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10255
10256         * message.el (message-check-news-body-syntax):
10257         Avoid mm-string-as-multibyte.
10258         (message-hide-headers): Don't assume (point-min)==1.
10259
10260 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * message.el (message-remove-blank-cited-lines): Fix if remove is
10263         given.
10264         (message-bogus-address-regexp): New variable.
10265         (message-bogus-recipient-p): New function.
10266         (message-check-recipients): New command.
10267         (message-syntax-checks): Add `bogus-recipient'.
10268         (message-fix-before-sending): Add `bogus-recipient'.
10269
10270         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10271         (gnus-treat-body-boundary): Don't test window-system.
10272
10273 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10274
10275         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10276
10277 2007-10-28  Miles Bader  <miles@gnu.org>
10278
10279         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10280         at compile-time too.
10281
10282 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * gnus-msg.el (gnus-message-setup-hook):
10285         Add `message-remove-blank-cited-lines' to options.
10286
10287 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * message.el (message-remove-blank-cited-lines): New function.
10290         Suggested by Karl Plästerer.
10291
10292 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10295         mapc.
10296
10297         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10298         (top-level): Use mapc to set functions to be traced for debugging.
10299
10300         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10301         called for effect with while loop.
10302
10303         * message.el (message-talkative-question): Replace mapcar called for
10304         effect with mapc.
10305
10306         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10307         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10308         called for effect with dolist.
10309
10310         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10311
10312         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10313         gnus-extra-headers and nnmail-extra-headers.
10314
10315         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10316         called for effect with dolist.
10317         (top-level): Use mapc to set functions to be traced for debugging.
10318
10319         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10320         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10321         dolist.
10322
10323         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10324         Replace mapcar called for effect with mapc.
10325         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10326         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10327         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10328         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10329
10330         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10331         remove-if that's a cl function.
10332
10333         * webmail.el (webmail-debug): Replace mapcar called for effect with
10334         dolist.
10335
10336         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10337         with mapc.
10338
10339 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10342         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10343         with while loop.
10344
10345         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10346         functions from article-* functions.
10347         (gnus-multi-decode-header): Replace mapcar called for effect with
10348         dolist.
10349
10350         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10351         (gnus-bookmark-show-details): Replace mapcar called for effect with
10352         while loop.
10353
10354         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10355         called for effect with while loop.
10356
10357         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10358         with dolist.
10359
10360         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10361         Replace mapcar called for effect with dolist.
10362
10363         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10364
10365         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10366         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10367         Replace mapcar called for effect with dolist.
10368         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10369         mapc.
10370
10371         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10372         Replace mapcar called for effect with dolist.
10373         (gnus-topic-list): Replace mapcar called for effect with mapc.
10374
10375         * gnus.el: Use mapc instead of mapcar to add autoloads.
10376
10377 2007-10-23  Richard Stallman  <rms@gnu.org>
10378
10379         * gnus-group.el (gnus-group-highlight): Mark as risky.
10380
10381 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus.el (gnus-server-to-method): Return method found first in
10384         gnus-newsrc-alist.
10385
10386         * gnus-art.el (gnus-article-highlight-signature)
10387         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10388         button overlay without the front stickiness.
10389
10390 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10391
10392         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10393         overview buffer needed a catch to receive its throw.
10394         (gnus-agent-flush-cache): Declare as interactive to make this function
10395         easier to use.
10396
10397 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10400         `next-line'.
10401
10402 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10405         exclude address matching message-dont-reply-to-names.
10406
10407 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-util.el (gnus-string<): New function.
10410
10411         * gnus-sum.el (gnus-article-sort-by-author)
10412         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10413
10414 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10417         the frame-focus tag is set in gnus-buffer-configuration.
10418
10419 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10422         the front stickiness.
10423
10424 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10427         url pattern; remove duplicate one.
10428         (gnus-article-extend-url-button): New function.
10429         (gnus-article-add-buttons): Use it.
10430         (gnus-button-push): Use concatenated url that it makes.
10431
10432 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10433
10434         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10435
10436 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10437
10438         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10439         Don't hardcode point-min==1.
10440
10441 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10444         Fix comment about "iso8859-1".
10445
10446 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10447
10448         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10449         ones returned from the verify-function.
10450
10451         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10452         Call mml2015-extract-cleartext-signature if extraction failed.
10453
10454 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10455
10456         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10457         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10458         failed.
10459
10460 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10463
10464 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10467         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10468         recommends to use EasyPG instead of PGG.
10469
10470         * pgg.el: Revert to revision 6.23.2.16.
10471
10472         * pgg-def.el: Revert to revision 6.6.2.14.
10473
10474         * pgg-gpg.el: Revert to revision 6.23.2.34.
10475
10476 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10477
10478         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10479         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10480         thread for both the null and zero (kill/expire thread) universal prefix
10481         cases.
10482         (gnus-summary-expire-thread): Add new function to expire a thread,
10483         using gnus-summary-kill-thread.
10484         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10485         shortcuts for gnus-summary-expire-thread.
10486         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10487         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10488
10489 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10490
10491         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10492         extras value, so an extras entry can be deleted.
10493         (gnus-registry-delete-extra-entry): Use it.
10494         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10495         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10496         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10497         storage through the gnus-registry, and provide an appropriate API for
10498         it.
10499
10500 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10503         Suggested by Leo <sdl.web@gmail.com>.
10504
10505         * gnus.el: Do.
10506
10507 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10510         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10511
10512         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10513
10514         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10515         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10516
10517 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10520         newline.
10521         (nnmbox-request-accept-article): Don't change article in source buffer;
10522         narrow to header to use message-fetch-field rather than
10523         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10524         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10525         as delimiters; make sure article ends with newline.
10526         (nnmbox-delete-mail): Correct last position of article to be deleted;
10527         ignore X-Gnus-Newsgroup header in article body.
10528         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10529         positions; make sure article ends with newline.
10530
10531         * message.el (message-display-abbrev): Don't infloop when a user
10532         inserts SPC in the beginning of header.
10533
10534         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10535         coding-system-for-read and coding-system-for-write for XEmacs having no
10536         file-coding feature.
10537
10538         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10539
10540 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10541
10542         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10543         list of groups not followed by default.  Fix type to be regexp.
10544         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10545
10546 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10547
10548         * hmac-def.el (define-hmac-function): Switch from old-style to
10549         new-style backquotes.
10550
10551         * md4.el (md4-make-step): Likewise.
10552
10553 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10556         raw-text coding system when saving .newsrc file, which may contain
10557         non-ASCII group names.
10558
10559 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-cus.el (gnus-score-extra): New widget.
10562         (gnus-score-extra-convert): New function.
10563         (gnus-score-customize): Use it for Extra.
10564
10565 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10566
10567         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10568         (mml2015-mailcrypt-clear-verify): Use it.
10569         (mml2015-gpg-clear-verify): Use it.
10570         (mml2015-pgg-clear-verify): Use it.
10571         (mml2015-epg-clear-verify): Replace the current part with the output
10572         from GnuPG; don't extract the plaintext by itself.
10573
10574         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10575         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10576         mml2015-clear-verify-function; don't touch the armor headers or
10577         dash-escaped text here.
10578
10579 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10582         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10583         parts, or application/octet-stream as a last resort.
10584         (gnus-mime-view-part-as-type): Don't toggle display.
10585         (gnus-mime-view-part-as-charset): Don't turn off display before
10586         querying charset.
10587
10588         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10589         stuff to undisplayer function in Emacs.
10590         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10591
10592         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10593         text/calendar parts.
10594
10595 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10598         decoding text/calendar parts.
10599
10600         * message.el (message-forward-make-body-mime): Always mark body as
10601         having no illegible text; remove signed-or-encrypted argument.
10602         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10603
10604         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10605         (mml-generate-mime-1): Don't encode body if it is specified to be in
10606         raw form; don't make buffer be unibyte when inserting multibyte string.
10607
10608 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10609
10610         * sha1.el: Fix up comment style.
10611         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10612         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10613
10614         * hex-util.el: Fix up comment style.
10615         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10616
10617         * gnus-salt.el: Use with-current-buffer.
10618         (gnus-pick-setup-message): Fix long-standing typo.
10619
10620 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * imap.el (imap-logout-timeout): New variable.
10623         (imap-logout, imap-logout-wait): New functions.
10624         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10625
10626         * nnimap.el (nnimap-logout-timeout): New server variable.
10627         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10628         nnimap-logout-timeout.
10629
10630         * gnus-art.el (gnus-article-summary-command-nosave)
10631         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10632
10633 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * gnus.el (gnus-maximum-newsgroup): New variable.
10636
10637         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10638         according to gnus-maximum-newsgroup.
10639
10640         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10641         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10642         Limit the range of articles according to gnus-maximum-newsgroup.
10643
10644 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10645
10646         * gnus-art.el (gnus-sticky-article): Fix problems described in
10647         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10648         Don't perform gnus-configure-windows here; reuse existing sticky
10649         article buffer.
10650
10651         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10652         it doesn't exist in gnus-article-mode.
10653
10654 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10657         (gnus-agent-decoded-group-name): New function.
10658         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10659         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10660
10661 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10662
10663         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10664         Add binding for gnus-sticky-article.
10665         (gnus-summary-exit): Don't kill sticky article buffers.
10666
10667         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10668         article buffer.
10669         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10670         (gnus-kill-sticky-article-buffers): New commands.
10671
10672 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * nntp.el (nntp-xref-number-is-evil): New server variable.
10675         (nntp-find-group-and-number): If it is non-nil, don't trust article
10676         numbers in the Xref header.
10677
10678 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * gnus-agent.el (gnus-agent-read-group): New function.
10681         (gnus-agent-flush-group, gnus-agent-expire-group)
10682         (gnus-agent-regenerate-group): Use it.
10683         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10684         nnmail-pathname-coding-system.
10685
10686 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10689
10690         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10691         that are unread as unread, and also as selected so that information of
10692         marks having been changed by a user may be updated when exiting group.
10693
10694 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10697
10698 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10701         calculated ignoring signature parts to gnus-treat-article.
10702
10703 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10706         a point here in order to keep the window start.
10707         (gnus-insert-mime-security-button): Make a button overlay without the
10708         front stickiness.
10709         (gnus-mime-display-security): Goto the end of a button.
10710
10711         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10712
10713 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10716         group-name-at-point.
10717         (gnus-group-completing-read): New function that offers decoded
10718         non-ASCII group names for completion.
10719         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10720         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10721         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10722         (gnus-group-fetch-control): Use it.
10723         (gnus-fetch-group): Use group-name-at-point for the initial value
10724         rather than the default value; use gnus-alive-p.
10725
10726         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10727         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10728         (gnus-summary-post-news): Use gnus-group-completing-read.
10729
10730         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10731         (gnus-read-move-group-name): Decode group name for completion.
10732
10733 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10734
10735         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10736         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10737         Yamaoka slightly modified the code).
10738
10739 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10742         (nnmail-split-incoming): Bind it.
10743
10744         * nnml.el (nnml-group-name-charset): New function.
10745         (nnml-decoded-group-name): Use it; don't decode group name if
10746         nnmail-group-names-not-encoded-p is non-nil.
10747         (nnml-encoded-group-name): New function.
10748         (nnml-group-pathname): Inline nnml-decoded-group-name.
10749         (nnml-request-expire-articles): Decode group name in message.
10750         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10751         nnmail-pathname-coding-system.
10752         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10753         not decoded ones according to nnmail-group-names-not-encoded-p.
10754         (nnml-generate-active-info): Use nnml-encoded-group-name.
10755
10756 2007-08-08  Glenn Morris  <rgm@gnu.org>
10757
10758         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10759         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10760         doc-strings and comments.
10761
10762 2007-07-25  Glenn Morris  <rgm@gnu.org>
10763
10764         * Relicense all FSF files to GPLv3 or later.
10765
10766 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * gnus-sum.el (gnus-summary-move-article):
10769         Make gnus-summary-respool-article work.
10770
10771 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10772
10773         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10774         string.
10775
10776 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10777
10778         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10779         that should be ignored when comparing distant RSS articles with local
10780         ones.
10781         (nnrss-make-hash-index): New function.  Create a hash index according
10782         to the ignored fields.
10783         (nnrss-check-group): Use it.
10784
10785 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10788
10789         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10790
10791         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10792         the new optional argument ENCODED is non-nil.
10793         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10794         coding system for encoding group name.
10795         (gnus-group-make-rss-group): Pass un-encoded group name to
10796         gnus-group-make-group.
10797         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10798         encoded.
10799
10800         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10801         Encode group name to which articles are moved or copied.
10802         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10803         coding system for encoding Newsgroup, Followup-To and Xref headers.
10804
10805         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10806         marks; use nnheader-file-coding-system to write a file.
10807         (nnagent-retrieve-headers): Bind file-name-coding-system to
10808         nnmail-pathname-coding-system.
10809
10810         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10811
10812         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10813         (nnml-request-article, nnml-request-create-group)
10814         (nnml-request-rename-group, nnml-find-id)
10815         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10816         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10817         (nnml-save-marks): Use nnml-group-pathname instead of
10818         nnmail-group-pathname.
10819
10820         (nnml-request-create-group, nnml-request-expire-articles)
10821         (nnml-request-move-article, nnml-request-delete-group)
10822         (nnml-deletable-article-p, nnml-possibly-create-directory)
10823         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10824         (nnml-open-marks): Bind file-name-coding-system to
10825         nnmail-pathname-coding-system.
10826
10827         (nnml-request-article): Pass server argument to nnml-find-group-number.
10828         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10829         Pass server argument to nnml-possibly-create-directory.
10830         (nnml-request-accept-article): Pass server argument to
10831         nnml-active-number and nnml-save-mail.
10832         (nnml-find-group-number): Pass server argument to nnml-find-id.
10833         (nnml-request-update-info): Pass server argument to
10834         nnml-marks-changed-p.
10835
10836         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10837         (nnml-save-mail, nnml-active-number): Add server argument.
10838
10839         (nnml-request-delete-group): Warn if group is missing.
10840         (nnml-get-nov-buffer): Decode group name.
10841         (nnml-generate-active-info): Encode group name.
10842         (nnml-open-marks): Decode group name in messages.
10843
10844 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10847         if it is not specified.
10848         (gnus-article-pipe-part, gnus-article-save-part)
10849         (gnus-article-interactively-view-part, gnus-article-copy-part)
10850         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10851         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10852         (gnus-article-replace-part, gnus-article-delete-part)
10853         (gnus-article-view-part-as-type): Pass raw prefix argument to
10854         gnus-article-part-wrapper.
10855
10856 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-agent.el (gnus-agent-save-active):
10859         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10860
10861         * gnus-cache.el (gnus-cache-save-buffers)
10862         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10863         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10864         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10865         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10866         (gnus-cache-generate-active, gnus-cache-rename-group)
10867         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10868         (gnus-cache-update-overview-total-fetched-for):
10869         Bind file-name-coding-system to nnmail-pathname-coding-system.
10870         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10871         New variables.
10872         (gnus-cache-decoded-group-name): New function.
10873         (gnus-cache-file-name): Use it.
10874         (gnus-cache-generate-active): Use non-decoded group name for active.
10875
10876         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10877         right place.
10878         (gnus-write-active-file): Don't break non-ASCII group names.
10879
10880         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10881         nnmail-pathname-coding-system.
10882
10883         * lpath.el: Bind default-file-name-coding-system,
10884         file-name-coding-system and language-info-alist for XEmacs.
10885
10886         * gnus-uu.el (gnus-uu-decode-save): Typo.
10887
10888 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10891
10892 2007-07-14  David Kastrup  <dak@gnu.org>
10893
10894         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10895         finishing actions if we did not edit the article.
10896
10897 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10900         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10901         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10902         (gnus-agent-flush-group, gnus-agent-flush-cache)
10903         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10904         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10905         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10906         (gnus-agent-regenerate-group)
10907         (gnus-agent-update-files-total-fetched-for)
10908         (gnus-agent-update-view-total-fetched-for):
10909         Bind file-name-coding-system to nnmail-pathname-coding-system.
10910         (gnus-agent-group-pathname): Don't encode file names by
10911         nnmail-pathname-coding-system.
10912         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10913         coding-system-for-write instead of buffer-file-coding-system to
10914         gnus-agent-file-coding-system.
10915
10916         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10917         Decode group name.
10918
10919         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10920
10921         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10922         (gnus-read-newsrc-el-file): Make group names unibyte.
10923
10924         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10925         nnmail-pathname-coding-system.
10926
10927         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10928         (nnrss-request-delete-group): Bind file-name-coding-system to
10929         nnmail-pathname-coding-system.
10930         (nnrss-read-server-data, nnrss-read-group-data):
10931         Bind file-name-coding-system correctly.
10932         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10933
10934         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10935         (nntp-server-to-method-cache): New variable.
10936         (nntp-group-pathname): New function that decodes non-ASCII group names.
10937         (nntp-possibly-create-directory, nntp-marks-changed-p)
10938         (nntp-save-marks, nntp-open-marks): Use it.
10939         (nntp-possibly-create-directory, nntp-open-marks):
10940         Bind file-name-coding-system to nnmail-pathname-coding-system.
10941         (nntp-open-marks): Decode group names when bootstrapping marks.
10942
10943         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10944         Newsgroups and Folowup-To headers.
10945
10946 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10949         (gnus-server-closed-face, gnus-server-denied-face)
10950         (gnus-server-offline-face): Remove variable.
10951         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10952
10953         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10954         of modifying message-stack directly for XEmacs.
10955
10956         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10957         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10958         if the coding-system argument is nil for XEmacs.
10959
10960         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10961         mm-charset-override-alist.
10962
10963         * rfc2047.el: Don't require base64; require rfc2045 for the function
10964         rfc2045-encode-string.
10965         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10966         to quote the parameter value.
10967
10968 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10971         form in gnus-group-name-charset-method-alist.
10972
10973         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10974         overrides the default layout edit-form.
10975
10976         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10977
10978         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10979
10980 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10983         as unfetched articles.
10984
10985 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10986
10987         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10988
10989 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10992         original back end that keeps marks in the local system.
10993
10994 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10997         arg of pop-to-buffer for XEmacs.
10998         (gnus-article-read-summary-keys): Ditto; don't restore window
10999         configuration if summary command ends up with neither article buffer
11000         nor summary buffer; describe bindings if summary keys end with C-h.
11001
11002 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * message.el (message-fix-before-sending): Skip raw message part to be
11005         forwarded while checking illegible text.
11006         (message-forward-make-body-mime, message-forward-make-body):
11007         Mark signed or encrypted raw message as having no illegible text.
11008
11009 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11012         (gnus-message-with-timestamp-1): New macro.
11013         (gnus-message-with-timestamp): New function.
11014         (gnus-message): Use them.
11015
11016         * nnheader.el (nnheader-message): Use them.
11017
11018 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11019
11020         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11021         .newsrc.eld file.
11022
11023 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-agent.el (gnus-agent-fetch-headers)
11026         (gnus-agent-retrieve-headers):
11027         Bind gnus-decode-encoded-address-function to identity.
11028
11029         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11030         available also when the server returns simply a dot.
11031
11032         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11033
11034 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11037
11038 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-ems.el (gnus-x-splash): Make it work.
11041
11042         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11043         from being used.
11044
11045         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11046
11047 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11050         4th and the 5th arguments.
11051
11052         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11053         the front stickiness.
11054         (gnus-article-summary-command-nosave): Correct the order of the
11055         arguments passed to pop-to-buffer.
11056         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11057         summary command ends up with the article buffer.
11058
11059         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11060         the same faces.
11061
11062 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11063
11064         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11065
11066 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11067
11068         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11069         * gnus-sum.el (gnus-summary-highlight):
11070         * pgg.el (pgg-sign-region, pgg-sign):
11071         * mail-source.el (mail-source-delete-old-incoming-confirm):
11072         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11073
11074 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * gnus-art.el (gnus-mime-view-part-externally)
11077         (gnus-mime-view-part-internally): Fix predicate function passed to
11078         completing-read.
11079
11080         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11081
11082         * gnus.el (gnus-update-message-archive-method): Add :version.
11083
11084 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * gnus.el (gnus-update-message-archive-method): New variable.
11087
11088         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11089         according to gnus-message-archive-method if
11090         gnus-update-message-archive-method is non-nil.
11091
11092 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11095         Suggested by Loic Dachary <loic@dachary.org>.
11096         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11097
11098 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * message.el (message-pop-to-buffer): Add switch-function argument.
11101         (message-mail): Pass switch-function argument to it.
11102
11103 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11106         Improve doc string.
11107
11108 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11111         (gnus-header-content)
11112         * gnus-cite.el (gnus-cite-10)
11113         * gnus-srvr.el (gnus-server-closed)
11114         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11115         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11116         (gnus-group-mail-3-empty, gnus-group-mail-low)
11117         (gnus-group-mail-low-empty, gnus-splash)
11118         * message.el (message-header-to, message-header-cc)
11119         (message-header-subject, message-header-other, message-header-name)
11120         (message-header-xheader, message-separator, message-cited-text)
11121         (message-mml): Lighten colors of faces used for dark background.
11122
11123 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11124
11125         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11126         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11127
11128 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * message.el (message-narrow-to-headers-or-head):
11131         Ignore mail-header-separator in the body.
11132
11133 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11136         same as window size.
11137
11138 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11139
11140         * message.el (message-font-lock-keywords): Use message-header-xheader
11141         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11142         ahead of the anything pattern, to get it recognised.
11143
11144 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11147         spam.el loads uses it in the compiled defadvice form.
11148
11149 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11150
11151         * gnus-sum.el (gnus-articles-to-read)
11152         (gnus-summary-insert-old-articles): Don't truncate group name for
11153         `read-string'.
11154
11155         * gnus-util.el (gnus-limit-string): Delete this function.
11156
11157         * gnus-sum.el (gnus-simplify-subject-fully):
11158         Use `truncate-string-to-width' instead.
11159
11160 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11161
11162         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11163         Tell if, on summary exit, the next group has to be selected.
11164         (gnus-summary-exit): Use it.
11165
11166 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11169         non-break space.
11170
11171 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11174         Check if group is not a directory.
11175         (nnfolder-request-expire-articles): Don't delete articles if the target
11176         group is not available.
11177
11178         * nnml.el (nnml-request-create-group): Properly check if group is not a
11179         file.
11180         (nnml-request-expire-articles): Don't delete articles if the target
11181         group is not available.
11182
11183         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11184         Don't quote characters that are within parentheses.
11185
11186 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11189         (gnus-handle-ephemeral-exit): Select article according to it.
11190
11191 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11192
11193         * message.el (message-insert-formated-citation-line): Remove newline.
11194         (message-citation-line-format): Add final \n here so that the user can
11195         avoid a blank line.
11196
11197 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11198
11199         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11200         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11201         Update lanl/arXiv support.
11202
11203 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * gnus.el: Bump version number.
11206
11207 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208
11209         * gnus.el (gnus-version-number): Bump version.
11210
11211 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11212
11213         * gnus.el: No Gnus v0.6 is released.
11214
11215 2007-04-27  Didier Verna  <didier@xemacs.org>
11216
11217         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11218         * gmm-utils.el (gmm-regexp-concat): ... here.
11219         * message.el: Don't require 'gnus-util.
11220         (message-dont-reply-to-names): Handle name change above.
11221         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11222
11223 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11226         since the initial value varies according to the system.
11227
11228 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11231
11232 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11233
11234         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11235
11236 2007-04-24  Didier Verna  <didier@xemacs.org>
11237
11238         Improve the type of gnus-ignored-from-addresses.
11239         * gnus-util.el (gnus-orify-regexp): New function.
11240         * message.el (gnus-util): Require it.
11241         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11242         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11243         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11244
11245 2007-04-24  Didier Verna  <didier@xemacs.org>
11246
11247         * gnus-sum.el:
11248         * gnus-utils.el: Fix some trailing whitespaces.
11249
11250 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11253         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11254         article's Message-ID; refer parent article in summary buffer.
11255
11256         * message.el (message-bounce): Call mime-to-mml.
11257
11258         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11259         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11260         optimize and/or forms properly.
11261
11262 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11265         URL.
11266
11267 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11270
11271 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11274         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11275         displayed of multipart/alternative part if it is invoked from summary
11276         buffer.
11277
11278         * mm-view.el (mm-inline-text-html-render-with-w3m)
11279         (mm-inline-text-html-render-with-w3m-standalone)
11280         (mm-inline-render-with-function): Use mail-parse-charset by default.
11281
11282 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11283
11284         * parse-time.el (parse-time-string-chars): Check if CHAR
11285         is less than the length of parse-time-syntax.
11286
11287 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11290         from gnus-newsgroup-processable.
11291
11292 2007-04-16  Didier Verna  <didier@xemacs.org>
11293
11294         * gnus-msg.el (gnus-configure-posting-styles):
11295         Handle message-signature-directory properly with :file syntax.
11296         Reported by "Leo".
11297
11298 2007-04-11  Didier Verna  <didier@xemacs.org>
11299
11300         New user option: message-signature-directory.
11301         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11302         * message.el (message-insert-signature): Ditto.
11303         * message.el (message-signature-file): Doc update.
11304         * message.el (message-signature-directory): New.
11305
11306 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * gnus-msg.el (gnus-inews-yank-articles):
11309         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11310
11311 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * message.el (message-yank-original): Make sure cited text ends with
11314         newline; don't exchange point and mark.
11315
11316 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11317
11318         * tls.el (open-tls-stream): Properly handle case where there
11319         is no associated buffer.
11320
11321 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11322
11323         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11324         message-yank-original, make sure (< mark TEXT point).
11325
11326 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * message.el (message-fill-column): New variable.
11329         (message-mode): Use it.  Add comment on a possible new hook.
11330
11331         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11332         (nnmail-get-new-mail): Reformat.
11333
11334         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11335
11336         * gmm-utils.el: Fix Commentary.
11337         (gmm-tool-bar-from-list): Fix typo in doc string.
11338
11339 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11340
11341         * message.el (message-yank-original): Don't switch point and mark
11342         unnecessarily to put point and mark as documented.
11343
11344 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11347         from the message heads.
11348
11349 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11350
11351         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11352         article buffer does not have a window.  This may not be the best
11353         solution but is certainly better than setting the start of the null,
11354         that is the current, window.
11355
11356 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11359         (gnus-draft-setup): Run it.
11360
11361         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11362         gnus-score-fast-scoring.  Allow regexp.
11363         (gnus-score-headers): Use it.
11364
11365         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11366         XEmacs.
11367
11368         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11369         string.
11370         (gnus-button-alist): Also catch `<f1> k ...'.
11371         (gnus-treat-display-x-face): Fix doc string.
11372
11373 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11374
11375         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11376         evaluation of gnus-extended-version to ensure correct generation of the
11377         User-Agent header when message-generate-headers-first is used.
11378
11379 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11380
11381         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11382         hashcash-path is nil.  Don't call callback with incorrect number of
11383         parameters if val is 0.
11384
11385 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11386
11387         * message.el (message-required-news-headers):
11388         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11389
11390 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11391
11392         * tls.el (open-tls-stream): In handshake-waiting loop,
11393         don't wait more if there is output available to process.
11394
11395 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11396
11397         * tls.el (tls-program): Doc fix.
11398
11399 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * message.el (message-generate-new-buffers): Change the meaning of the
11402         nil value; add `standard' to the choices; treat t as `unique'; improve
11403         doc string.
11404         (gnus-select-frame-set-input-focus): Autoload.
11405         (message-buffer-name): Search for the existing message buffer if
11406         message-generate-new-buffers is nil or `standard'; treat the value t of
11407         message-generate-new-buffers as `unique'.
11408         (message-pop-to-buffer): Raise the frame already displaying the message
11409         buffer; clear the echo area after querying.
11410         (message-setup): Pass the `continue' argument to compose-mail.
11411         (message-mail): Prefer `switch-function' if it is given; search for the
11412         existing message buffer if the `continue' argument is non-nil; pass
11413         continue and switch-function arguments to compose-mail by way of
11414         message-setup.
11415         (message-mail-other-window): Adjust argument of message-setup.
11416         (message-mail-other-frame): Ditto.
11417
11418 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11421         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11422         to turn font-lock on when turning gnus-message-citation-mode on.
11423
11424 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11425
11426         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11427         (mml-smime-function-alist): New variable; add epg as the backend.
11428         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11429         mml-smime- functions instead.
11430         * mm-view.el: Require smime.
11431
11432 2007-03-05  Didier Verna  <didier@xemacs.org>
11433
11434         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11435         instead of just inheritance for posting styles.
11436         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11437
11438 2007-02-24  Chris Moore  <dooglus@gmail.com>
11439
11440         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11441         * pgg-pgp.el (pgg-pgp-encrypt-region):
11442         * pgg-gpg.el (pgg-gpg-encrypt-region):
11443         Check pgg-encrypt-for-me if no other recipients.
11444
11445 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11446
11447         * tls.el (tls-certtool-program): Fix custom type.
11448
11449 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11452         and point-at-eol instead of line-(beginning|end)-position.
11453
11454         * assistant.el (assistant-parse-buffer): Ditto.
11455
11456         * netrc.el (netrc-parse-services): Ditto.
11457
11458 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11459
11460         * mml2015.el (mml2015-epg-find-usable-key): New function.
11461         (mml2015-epg-sign): Use it.
11462         (mml2015-epg-encrypt): Use it.
11463
11464 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * message.el (message-make-in-reply-to): Quote name containing
11467         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11468         if there are special characters.  Reported by NAKAJI Hiroyuki
11469         <nakaji@jp.freebsd.org>.
11470
11471 2007-02-27  Didier Verna  <didier@xemacs.org>
11472
11473         Include the group parameters as well as the topic ones in the
11474         inheritance filter process.
11475         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11476         argument GROUP-PARAMS-LIST.
11477         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11478
11479 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * nntp.el (nntp-never-echoes-commands)
11482         (nntp-open-connection-functions-never-echo-commands): New variables.
11483         (nntp-send-command): Use them.
11484
11485 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11486
11487         * mml2015.el (mml2015-epg-verify): Simplify.
11488
11489 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * mml.el (mml-content-disposition-alist): New user option.
11492         (mml-content-disposition): New function.
11493         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11494         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11495
11496 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11497
11498         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11499         verification.
11500
11501 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11502
11503         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11504         articles posted in the last 24 hours.
11505
11506 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11507
11508         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11509
11510 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11511
11512         * nntp.el (nntp-send-command): Don't wait for echoes when
11513         nntp-open-ssl-stream is used.
11514
11515 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11518         (gnus-message-add-citation-keywords)
11519         (gnus-message-remove-citation-keywords): Remove.
11520         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11521         directly, make the variables in font-lock-defaults buffer-local, add
11522         gnus-message-citation-keywords to them and then update the value of
11523         font-lock-keywords.
11524
11525 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * message.el (message-cite-original-1): Don't call
11528         gnus-article-highlight-citation.
11529
11530         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11531         citations; fix line count.
11532
11533 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11536         (gnus-message-add-citation-keywords)
11537         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11538         versions of font-lock-add-keywords and font-lock-remove-keywords to
11539         work with XEmacs correctly.
11540
11541 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * gnus-cite.el (gnus-cite-face-list): Set the values of
11544         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11545         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11546         (gnus-message-cite-prefix-regexp): New variable.
11547         (gnus-message-search-citation-line): Use it; protect against long
11548         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11549         the 0th match data for Emacs.
11550         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11551         (gnus-message-add-citation-keywords): Append keywords rather than
11552         prepending; emulate font-lock-add-keywords if it is not available.
11553         (gnus-message-remove-citation-keywords):
11554         Emulate font-lock-remove-keywords if it is not available.
11555
11556         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11557
11558         * message.el (message-cite-prefix-regexp): Set the value of
11559         gnus-message-cite-prefix-regexp.
11560
11561 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11562
11563         * nnweb.el (nnweb-google-parse-1): Update parser.
11564
11565 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11566
11567         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11568
11569 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11570
11571         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11572         regexp.
11573
11574 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11577         string-to-multibyte.
11578         (uudecode-decode-region-internal): Use it.
11579
11580         * lpath.el: Fbind string-as-multibyte for XEmacs.
11581
11582 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11585         Fix custom choice.
11586
11587         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11588
11589 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11590
11591         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11592
11593         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11594         `write-region' to respect `mm-inhibit-file-name-handlers'.
11595
11596 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11599         Use gnus-home-directory instead of "~/" or "$HOME".
11600
11601 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11602
11603         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11604         to mention filename.
11605         Add comments at beginning regarding usage.
11606         (encrypt-write-file-contents): Change interactive so a string is
11607         acceptable.  If the file has no associated model, show an error instead
11608         of a nonsense prompt.
11609
11610 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11611
11612         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11613         Thanks to Yoshihiko Yamada for kind notification of this typo.
11614
11615 2007-01-12  Kenichi Handa  <handa@m17n.org>
11616
11617         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11618         multibyte buffer.
11619
11620 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * gnus-score.el (gnus-score-fast-scoring): New variable.
11623         (gnus-score-headers): Use it.
11624
11625         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11626
11627         * message.el (message-cite-original-1):
11628         Call gnus-article-highlight-citation if requested.
11629         (message-make-from): Allow name and address as optional arguments.
11630
11631         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11632
11633         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11634         bugs to doc string.
11635         (gnus-button-alist): Add mid\\|message-id.
11636         (gnus-button-fetch-group): Extend for use in
11637         `browse-url-browser-function'.
11638         (gnus-button-url-regexp): Try to catch paired parentheses like in
11639         Wikipedia URLs.
11640
11641         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11642         Suggested by Simon Krahnke <overlord@gmx.li>.
11643
11644 2007-01-13  Romain Francoise  <romain@orebokech.com>
11645
11646         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11647         Update copyright.
11648
11649 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11650
11651         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11652
11653 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11654
11655         * gnus-registry.el (gnus-registry-unfollowed-groups)
11656         (gnus-registry-split-fancy-with-parent): Fix documentation.
11657
11658 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11661         from nnweb groups.
11662
11663 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11664
11665         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11666         Xref urls.  Erase buffer before requesting head.
11667
11668         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11669
11670 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11673         customizable.
11674
11675 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11676
11677         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11678         no signing key is found.
11679         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11680         no encrypting and/or signing key is found.
11681
11682 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11685
11686 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11687
11688         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11689         headers read from disk with the ones newly found in the current search.
11690         This should no longer cause problems, because the article numbers in
11691         Gmane's `nov.php' output are ignored since the previous change.
11692
11693 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11694
11695         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11696
11697 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11700         replace-regexp-in-string; bind url-version; fbind display-images-p and
11701         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11702         find-face and set-itimer-function for Emacs; bind itimer-list for
11703         Emacs.
11704
11705         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11706
11707 2007-01-01  Romain Francoise  <romain@orebokech.com>
11708
11709         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11710
11711 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11712
11713         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11714         `define-minor-mode' macro definition expanded properly.
11715         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11716         exclude it there.
11717
11718         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11719         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11720         `fboundp' test.
11721         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11722         This is OK to autoload in (S)XEmacs now.
11723
11724 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11725
11726         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11727         keystroke.
11728         (gnus-summary-limit-to-singletons): Fix typo.
11729
11730         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11731         else fails.
11732
11733 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11734
11735         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11736         docstring.
11737
11738         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11739         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11740         (gnus-summary-insert-dormant-articles): Fix typo in message.
11741
11742 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11745         nil for XEmacs.
11746         (gnus-message-citation-mode): Don't autoload in XEmacs.
11747
11748         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11749
11750 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11751
11752         * nnimap.el (nnimap-expunge-search-string):
11753         Mention nnimap-search-uids-not-since-is-evil in docstring.
11754
11755 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * spam.el: Revert to make-obsolete-variable because
11758         define-obsolete-variable-alias is not supported in Emacs 21.
11759
11760         * spam.el (spam-ifile-path, spam-ifile-database-path)
11761         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11762         make-obsolete-variable.
11763         (spam-bsfilter-path, spam-bsfilter-program)
11764         (spam-spamassassin-path, spam-spamassassin-program)
11765         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11766         Don't use "path" inappropriately.
11767         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11768         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11769         variable names.
11770
11771 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11772
11773         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11774         summary buffer.
11775
11776         * password.el (password-cache-remove): Use clear-string to burn
11777         password, if available.
11778
11779 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11782
11783         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11784
11785         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11786         (gnus-message-highlight-citation): Move defcustom here from
11787         gnus-cite.el.
11788         (gnus-message-citation-mode): Autoload.
11789
11790         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11791         checks to make it compile with XEmacs.
11792         (gnus-message-citation-mode): New minor mode.
11793         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11794         (gnus-message-highlight-citation): New variables.
11795         (gnus-message-search-citation-line)
11796         (gnus-message-add-citation-keywords)
11797         (gnus-message-remove-citation-keywords)
11798         (turn-on-gnus-message-citation-mode)
11799         (turn-off-gnus-message-citation-mode): New functions.
11800
11801 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11802
11803         * gnus-cite.el: Enable highlighting of different citation levels in
11804         message-mode.
11805
11806 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * message.el (message-make-fqdn): Fix comment.
11809         (message-bogus-system-names): Add ".local".
11810
11811         * spam.el (spam-ifile-path, spam-ifile-program)
11812         (spam-ifile-database-path, spam-ifile-database)
11813         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11814         Don't use "path" inappropriately.
11815         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11816         strings.
11817         (spam-check-ifile, spam-ifile-register-with-ifile)
11818         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11819         Use new variable names.
11820
11821         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11822         (gnus-treat-display-smileys): Simplify using
11823         gnus-image-type-available-p.
11824
11825         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11826         available.
11827
11828         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11829         Use `display-images-p' if available.
11830
11831 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11834         one after turning on the buffer's multibyteness instead of decoding
11835         them directly in the unibyte buffer that causes unexpected conversion
11836         in Emacs 23 (unicode).
11837
11838 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11839
11840         * message.el (message-generate-hashcash): Fix custom type.
11841
11842 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11845
11846 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11849         disconnect icons.  Add help text.
11850
11851 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11852
11853         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11854         negated to be consistent with the others we handle.
11855
11856 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11857
11858         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11859         version of gnus-summary-buffer to something, so that we can use two
11860         article buffers at the same time.
11861
11862 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11863
11864         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11865         trigger all the extra headers.
11866         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11867         sorting.
11868
11869 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11870
11871         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11872         solid groups.
11873
11874 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11875
11876         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11877
11878 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * legacy-gnus-agent.el: Add Copyright notice.
11881
11882 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11883
11884         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11885
11886 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11889
11890         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11891         to make it work reliably in CVS Emacs.
11892         (gnus-summary-limit-strange-charsets-predicate)
11893         (gnus-summary-limit-to-predicate): New functions.
11894
11895 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11896
11897         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11898         specifying array size.
11899         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11900         array if it is too small.
11901         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11902         (gnus-sort-threads-loop): New function.
11903
11904 2006-12-06  Chris Moore  <dooglus@gmail.com>
11905
11906         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11907         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11908
11909 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11910
11911         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11912         options.
11913
11914 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11915
11916         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11917         DOS-ing the recipient.
11918
11919         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11920         the headers when creating the mapping to avoid mismappings.
11921         (nnweb-gmane-create-mapping): Always nix out old mapping.
11922
11923 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11926         and mm-verify-option to never.
11927
11928 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * message.el (message-signed-or-encrypted-p): New function.
11931         (message-forward-make-body): Use it.
11932
11933         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11934         Replace encode-coding-string with mm-encode-coding-string.
11935
11936 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * nneething.el (nneething-decode-file-name):
11939         Replace decode-coding-string with mm-decode-coding-string.
11940
11941         * gnus-int.el (gnus-open-server): Say failed server's name.
11942
11943 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11944
11945         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11946         strings to a single string.  Quote `errors-file-name'.
11947         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11948         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11949         Adjust calls.  Use `shell-quote-argument'.
11950
11951 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11952
11953         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11954         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11955
11956         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11957         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11958         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11959         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11960         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11961         (gnus-subscribe-newsgroup, gnus-1):
11962         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11963         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11964         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11965         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11966
11967 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11968
11969         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11970         keystroke.
11971         (gnus-summary-limit-to-bodies): Implement headersp.
11972
11973 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11976
11977 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11980
11981 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * message.el (message-generate-hashcash): Expand range of values to
11984         include `opportunistic'.
11985         (message-send-mail): Use it.
11986
11987 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11988
11989         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11990         and comment it.
11991
11992         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11993
11994 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * gnus-util.el (gnus-extract-address-components): Improve comment.
11997
11998 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * gnus-util.el (gnus-extract-address-components): Work with address in
12001         which the name portion contains @.
12002
12003         * lpath.el: Fbind custom-autoload.
12004
12005 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * gnus.el (gnus-start): Move custom group up.
12008         (gnus-select-method): Don't autoload, but make it available for
12009         `customize-variable'.
12010         (gnus-getenv-nntpserver): Don't autoload.
12011
12012 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12013
12014         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12015
12016 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * message.el (message-sendmail-extra-arguments): New variable.
12019         (message-send-mail-with-sendmail): Use it.
12020
12021 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12024         mm-with-unibyte-current-buffer to make string unibyte.
12025
12026         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12027         mm-string-as-multibyte.
12028
12029 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12030
12031         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12032         Reported by Werner Koch <wk@gnupg.org>.
12033
12034 2006-11-14  Daiki Ueno  <ueno@p360>
12035
12036         * mml2015.el: Autoload epa-select-keys when compiling.
12037
12038 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12039
12040         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12041         message-options.
12042         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12043
12044 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12045
12046         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12047         EasyPG (< 0.0.6).
12048         (mml2015-always-trust): New user option.
12049         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12050         prompt.
12051
12052 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * nntp.el (nntp-authinfo-force): New variable.
12055         (nntp-send-authinfo): Use it.
12056
12057 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12058
12059         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12060         decode encoded words.  Improve prompt.  Add comment about forwarding.
12061         (message-replacement-char): Move up.
12062
12063 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12064
12065         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12066         instead of gnus-intersection because arguments of gnus-sorted-nunion
12067         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12068
12069 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12072         (message-simplify-subject-functions):
12073         Enable message-strip-subject-encoded-words by default.
12074
12075 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * message.el (message-strip-subject-encoded-words): New function.
12078         (message-simplify-subject-functions): New variable.
12079         (message-simplify-subject): Use it.  Fix typo in doc string.
12080         Support message-strip-subject-encoded-words.
12081
12082 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12083
12084         * gnus-diary.el (gnus-diary-delay-format-function):
12085         * nndiary.el (nndiary-reminders):
12086         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12087
12088 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * gnus-art.el (article-hide-boring-headers): Fetch date from
12091         gnus-original-article-buffer to avoid problems with localized date
12092         strings.
12093
12094 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12097
12098 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12101         New variables.
12102         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12103         (mm-charset-synonym-alist): Move some entries to
12104         mm-codepage-iso-8859-list.
12105         (mm-charset-synonym-alist, mm-charset-override-alist):
12106         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12107
12108 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12111
12112 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12115         with Emacs 21 and XEmacs.
12116
12117 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12118
12119         * spam.el (spam-parse-address): New function for better parsing,
12120         catching errors, etc.
12121         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12122
12123 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * mm-view.el: Add interactive arg to html2text autoload.
12126
12127 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12130
12131 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12134         New variables.
12135         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12136         (mm-charset-synonym-alist): Move some entries to
12137         mm-codepage-iso-8859-list.
12138
12139         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12140
12141 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * message.el (message-citation-line-format)
12144         (message-insert-formated-citation-line): Fix implementation of %E, %N
12145         and %n according to the doc string.
12146
12147 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12148
12149         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12150         Use car-safe to avoid bad parses.
12151
12152 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12155         names.
12156
12157         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12158
12159 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12162         header.
12163
12164         * message.el (message-draft-headers): Add Date.
12165         (message-headers-to-generate): Fix typo in docstring.
12166
12167         * nndraft.el (nndraft-required-headers): New variable.
12168         (nndraft-generate-headers): Use it.
12169
12170         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12171
12172 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12173
12174         * gnus-registry.el (gnus-registry-wash-for-keywords)
12175         (gnus-registry-find-keywords): New functions to allow easy searching of
12176         articles that are in the registry.
12177
12178 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12179
12180         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12181         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12182         Reported by Damien Elmes <damien@repose.cx>.
12183
12184 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * gnus.el (gnus-mime): Remove unused custom group.
12187
12188 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12189
12190         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12191         "blank line" when searching for end of armor headers.
12192
12193 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * gmm-utils.el (gmm-write-region): Fix variable name.
12196
12197 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gmm-utils.el (gmm-write-region): New function based on compatibility
12200         code from `mm-make-temp-file'.
12201
12202         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12203
12204         * nnmaildir.el (nnmaildir--update-nov)
12205         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12206         Use `gmm-write-region'.
12207
12208 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12211         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12212
12213         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12214
12215         * message.el (message-replacement-char): New variable.
12216         (message-fix-before-sending): Use it.
12217         (message-simplify-subject): New function to remove duplicate code.
12218         (message-reply, message-followup): Use it.
12219
12220         * gnus-sum.el (gnus-summary-make-menu-bar):
12221         Clarify gnus-summary-limit-to-articles.
12222
12223 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-util.el (gnus-with-local-quit): New macro.
12226
12227         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12228
12229 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12230
12231         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12232         ignore non-string data.
12233
12234 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12235
12236         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12237         non-string data (needs to be done in the registry too).
12238
12239 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12240
12241         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12242         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12243         (gnus-registry-split-fancy-with-parent)
12244         (gnus-registry-fetch-simplified-message-subject-fast)
12245         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12246         Remove text properties on ingress into the registry and when it's saved.
12247         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12248         registry from entries with no groups.
12249
12250 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12251
12252         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12253         function to remove string properties.
12254
12255 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * gmm-utils.el (gmm): Adjust custom version.
12258
12259         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12260         Adjust custom version.
12261
12262         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12263
12264 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12265
12266         * gnus-art.el (gnus-insert-prev-page-button)
12267         (gnus-insert-next-page-button): Simplify.  Reformat.
12268
12269 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12270
12271         * gnus-art.el (gnus-insert-prev-page-button)
12272         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12273
12274 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12275
12276         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12277
12278 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12279
12280         * gnus-art.el (gnus-insert-mime-button)
12281         (gnus-insert-mime-security-button):
12282         Apply gnus-article-button-face to MIME and security buttons.
12283
12284 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12285
12286         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12287         readable.
12288
12289 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12292
12293 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12294
12295         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12296         `browse-url-of-file' instead of `browse-url'.
12297
12298 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12299
12300         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12301         regexp.  Articles containing quotation were cut prematurely.
12302
12303 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * message.el (message-cite-original-1): Use nobody by default for the
12306         value of From header.
12307         (message-reply): Ditto.
12308
12309 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12310
12311         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12312         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12313         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12314
12315 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12318         mails in the doc string.  Add some URLs in comment.
12319         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12320
12321 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12324         backslashes handling and the way to find boundaries of quoted strings.
12325
12326 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12327
12328         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12329         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12330         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12331         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12332
12333 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12336         doc string.
12337         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12338
12339 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * lpath.el: Fbind epg-check-configuration.
12342
12343 2006-09-06  Simon Josefsson  <jas@extundo.com>
12344
12345         * mml2015.el (mml2015-use): Doc fix, mention epg.
12346
12347 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12348
12349         * mml2015.el (mml2015-use): Default to epg, if available.
12350
12351 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12352
12353         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12354         message-sender.
12355         (mml1991-epg-encrypt): Ditto.
12356         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12357         message-sender.
12358         (mml2015-epg-encrypt): Ditto.
12359
12360 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12361
12362         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12363         several common directories.
12364
12365 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12366
12367         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12368         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12369
12370 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-art.el (article-decode-encoded-words): Make it fast.
12373
12374 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12377
12378         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12379         in quoted string into `\'.
12380
12381 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12384         Use standard-syntax-table.
12385
12386 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-art.el (gnus-decode-address-function): New variable.
12389         (article-decode-encoded-words): Use it to decode headers which are
12390         assumed to contain addresses.
12391         (gnus-mime-delete-part): Remove useless `or'.
12392
12393         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12394         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12395         (gnus-nov-parse-line): Use it to decode From header.
12396         (gnus-get-newsgroup-headers): Ditto.
12397         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12398
12399         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12400         (mail-decode-encoded-address-string): New alias.
12401
12402         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12403         New function.
12404         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12405         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12406         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12407         (rfc2047-decode-string): Ditto.
12408         (rfc2047-decode-address-region): New function.
12409         (rfc2047-decode-address-string): New function.
12410
12411 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * message.el (message-caesar-buffer-body): Allow rotating headers.
12414
12415         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12416
12417         * message.el (message-insert-formated-citation-line): Fix %f.
12418         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12419
12420 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12423         (gnus-bookmark-mouse-available-p): New macro.
12424         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12425         (gnus-bookmark-bmenu-show-infos): Use it.
12426         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12427         (gnus-bookmark-bmenu-hide-infos): Ditto.
12428         (gnus-bookmark-remove-properties): New function.
12429         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12430         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12431         (gnus-bookmark-write-file): Bind coding-system-for-write.
12432         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12433         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12434         group before selecting it.
12435         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12436         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12437         quit-window if it is not available; use gnus-mouse-2 and bind it to
12438         gnus-bookmark-bmenu-select-by-mouse.
12439         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12440         (gnus-bookmark-bmenu-select-by-mouse): New function.
12441
12442 2006-08-13  Romain Francoise  <romain@orebokech.com>
12443
12444         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12445         space.
12446
12447 2006-08-10  Romain Francoise  <romain@orebokech.com>
12448
12449         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12450         (dns-mode-soa-auto-increment-serial): New user option.
12451         (dns-mode-soa-maybe-increment-serial): New function.
12452         (dns-mode): Add the latter to `write-contents-functions'.
12453
12454 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * compface.el (uncompface): Use binary rather than raw-text-unix.
12457
12458 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * compface.el (uncompface): Make sure the eol conversion doesn't take
12461         place when communicating with the external programs.
12462         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12463
12464 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12467
12468 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12469
12470         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12471         Make it more robust by parsing author and date independently.
12472
12473 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12476
12477 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12478
12479         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12480         first matching secret key.
12481         (mml2015-epg-encrypt): Ditto.
12482
12483         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12484         first matching secret key.
12485         (mml1991-epg-encrypt): Ditto.
12486
12487         * mml2015.el (mml2015-encrypt-to-self): New user option.
12488         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12489         mml2015-epg-encrypt-to-self is set.
12490
12491         * mml1991.el (mml1991-encrypt-to-self): New variable.
12492         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12493         mml1991-epg-encrypt-to-self is set.
12494
12495         * mml2015.el (mml2015-signers): New user option.
12496         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12497         (mml2015-epg-encrypt): Allow to select signing keys.
12498
12499         * mml1991.el (mml1991-signers): New variable.
12500         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12501         (mml1991-epg-encrypt): Allow to select signing keys.
12502
12503 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * nnheader.el (nnheader-insert-head): Make it work even if the file
12506         uses CRLF for the line-break code.
12507
12508 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12509
12510         * mml2015.el: Require mml-sec instead of password.
12511         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12512         (mml2015-cache-passphrase): Inherit the default value from
12513         mml-secure-cache-passphrase.
12514         (mml2015-passphrase-cache-expiry): Inherit the default value from
12515         mml-secure-passphrase-cache-expiry.
12516
12517         * mml1991.el: Require mml-sec instead of password.
12518         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12519         (mml1991-cache-passphrase): Inherit the default value from
12520         mml-secure-cache-passphrase.
12521         (mml1991-passphrase-cache-expiry): Inherit the default value from
12522         mml-secure-passphrase-cache-expiry.
12523
12524         * mml-sec.el: Require password.
12525         (mml-secure-verbose): New user option.
12526         (mml-secure-cache-passphrase): New user option.
12527         (mml-secure-passphrase-cache-expiry): New user option.
12528
12529 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12530
12531         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12532         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12533         andreas@altroot.de (Andreas Vögele).
12534
12535         FIXME: Use `tiny change'?
12536
12537 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12538
12539         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12540         workaround for the url package included with Emacs.
12541
12542         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12543
12544 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12547         correctly.  This fixes a bug caused by the 2006-05-12 change.
12548
12549 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12550
12551         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12552         some information about the error when saying that the `bogus' mail
12553         group will be used.
12554
12555 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12556
12557         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12558         string.
12559
12560 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12561
12562         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12563
12564 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12565
12566         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12567
12568 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12569
12570         * mml1991.el (mml1991-function-alist): Add epg.
12571         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12572         (mml1991-epg-encrypt): New functions.
12573
12574 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12575
12576         * mml2015.el (mml2015-verbose): New variable.
12577         (mml2015-cache-passphrase): Ditto.
12578         (mml2015-passphrase-cache-expiry): Ditto.
12579         (mml2015-function-alist): Add epg.
12580         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12581         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12582         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12583         New functions.
12584
12585 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12586
12587         * message.el (message-cite-original-1): Preserve region when removing
12588         quoted text due to X-No-Archive in order to avoid bogus attribution
12589         when citing multiple messages.
12590
12591 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12592
12593         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12594         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12595
12596 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12597
12598         * gnus-diary.el (gnus-user-format-function-d)
12599         (gnus-user-format-function-D): Autoload.
12600
12601         * imap.el (Commentary): Fix typo.
12602
12603         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12604         2006-04-22 contribution.
12605
12606 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12607
12608         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12609         It didn't really fix the bogosity I'm seeing with solid web groups.
12610
12611 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12612
12613         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12614         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12615         created using server names.  If we use the feature without declaring
12616         it, Gnus does not properly manage server and group state.
12617
12618         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12619         bound.
12620
12621 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12622
12623         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12624         looking up the method using GROUP's prefix before inventing a new one.
12625         It is used on killed/unknown groups in various places where returning
12626         an all-new method isn't expected by the caller.
12627
12628         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12629         and match semantics of gnus-group-real-prefix.
12630
12631 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * nnmail.el (nnmail-broken-references-mailers): New variable.
12634         (nnmail-ignore-broken-references): New function generalizing
12635         nnmail-fix-eudora-headers.
12636         (nnmail-fix-eudora-headers): Now obsolete.
12637
12638         * gnus-art.el (gnus-button-handle-custom):
12639         Support `customize-apropos*'.
12640
12641 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12642
12643         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12644
12645         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12646         articles.
12647
12648 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * message.el (message-cite-reply-above): New variable.
12651         (message-yank-original): Use it.
12652
12653 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12656
12657 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12660         as read.
12661
12662         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12663
12664 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12667         (gnus-bookmark-default-file): Use gnus-directory.
12668         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12669         Remove "*" in doc string.
12670         (gnus-bookmark-write-file): Simplify.
12671         (gnus-bookmark-maybe-sort-alist): Use `when'.
12672         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12673         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12674         Add FIXME about Emacs 21 and XEmacs compatibility.
12675         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12676         compatibility.
12677         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12678         compatibility.
12679         (gnus-bookmark-menu-heading): Fix version.
12680
12681 2006-06-19  Bastien Guerry  <bzg@altern.org>
12682
12683         * gnus-bookmark.el: New file.
12684
12685 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * message.el (message-syntax-checks): Doc fix.
12688
12689 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12690
12691         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12692         unsubscribed groups as if they were killed ones.  It causes duplicate
12693         entries in gnus-newsrc-alist.
12694
12695 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * message.el (message-syntax-checks): Doc fix.
12698         (message-send-mail): Add check for continuation headers.
12699         (message-check-news-header-syntax): Fix regexp used to check for
12700         continuation headers.
12701
12702 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12705
12706 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12709
12710 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12713         default-truncate-lines.
12714
12715 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12718         to fill the utf-8 entry.
12719
12720         * lpath.el: Fbind unicode-precedence-list.
12721
12722 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12723
12724         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12725
12726 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12727
12728         * gnus-agent.el (directory-files-and-attributes): Move all the way
12729         forward (the third and final move).
12730         (gnus-agent-read-agentview): Trap reconstruction errors due to
12731         nonexistent directory.  Handle by returning nil.
12732
12733 2006-05-30  Didier Verna  <didier@xemacs.org>
12734
12735         * message.el (message-dont-reply-to-names): Update the custom type.
12736         * message.el (message-dont-reply-to-names): New defsubst: potentially
12737         convert a list of regexps into a single one.
12738         * message.el (message-get-reply-headers): Use it.
12739         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12740
12741 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * gnus-agent.el (directory-files-and-attributes): Move forward.
12744
12745 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * gnus-ml.el (gnus-mailing-list-subscribe)
12748         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12749         (gnus-mailing-list-message): Fix doc strings.
12750
12751 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12752
12753         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12754         of doing it manually.
12755
12756 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12759         comment.
12760
12761 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12762
12763         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12764         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12765         (gnus-agent-read-local): All symbols allocated in my-obarray.
12766         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12767         (gnus-agent-regenerate-group): Check numeric names to see if they are
12768         messages or groups.
12769         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12770         better way of do this...)
12771
12772         * gnus-cache.el (gnus-agent-total-fetched-for):
12773         Ignore 'dummy.group' (there should be a better way of do this...)
12774
12775 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12778         (gnus-saved-headers): Ditto.
12779         (gnus-default-article-saver): Mention functions may have properties.
12780         (gnus-article-save): Override gnus-save-all-headers and
12781         gnus-saved-headers by :headers property which saver function may have.
12782         (gnus-summary-save-in-file): Add :headers property.
12783         (gnus-summary-write-to-file): Ditto.
12784
12785         * gnus-sum.el (gnus-summary-save-article): Bind
12786         gnus-prompt-before-saving to t when saving many articles in a file;
12787         always show all headers.
12788
12789         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12790
12791 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12794         marks.
12795
12796         * message.el (message-indent-citation): Add optional arguments to allow
12797         using it outside of message buffers.
12798
12799         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12800         (gnus-article-treat-unfold-headers): Use it.
12801         (gnus-article-truncate-lines): New variable.
12802         (gnus-article-mode): Use it.
12803         (gnus-article-toggle-truncate-lines): New function.
12804
12805         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12806         Add gnus-article-toggle-truncate-lines.
12807
12808         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12809         coding system in XEmacs, use binary.
12810
12811 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12814         after-load-alist.
12815
12816         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12817         this function should save decoded articles.
12818         (gnus-summary-write-to-file): Use property to specify this function
12819         should save decoded articles and specify gnus-summary-save-in-file
12820         should be used to save articles other than the first one when saving
12821         many articles.
12822         (gnus-summary-save-body-in-file): Use property to specify this
12823         function should save decoded articles.
12824         (gnus-summary-write-body-to-file): Use property to specify this
12825         function should save decoded articles and specify
12826         gnus-summary-save-body-in-file should be used to save articles other
12827         than the first one when saving many articles.
12828
12829         * gnus-sum.el (gnus-summary-save-article): Simplify.
12830
12831 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-art.el (gnus-default-article-saver):
12834         Add gnus-summary-write-body-to-file.
12835         (gnus-article-save-coding-system): Don't use coding system object
12836         in XEmacs.
12837         (gnus-read-save-file-name): Add optional `dir-var' argument which
12838         specifies directory in which files are saved; work even if optional
12839         `variable' argument is not specified.
12840         (gnus-summary-write-to-file): Read file name.
12841         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12842         (gnus-summary-write-body-to-file): New function.
12843
12844         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12845         (gnus-summary-local-variables): Add it.
12846         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12847         (gnus-summary-save-article): Remove optional `decode' argument;
12848         determine whether to decode articles by the value of
12849         gnus-default-article-saver; when saving many files using
12850         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12851         it first and use gnus-summary-save-in-file or
12852         gnus-summary-save-body-in-file thereafter unless
12853         gnus-prompt-before-saving is always; move point to article which
12854         will be saved.
12855         (gnus-summary-save-article-file): Revert.
12856         (gnus-summary-write-article-file): Revert.
12857         (gnus-summary-save-article-body-file): Revert.
12858         (gnus-summary-write-article-body-file): New function.
12859
12860 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * gnus-art.el (gnus-default-article-saver): Doc fix.
12863         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12864         from gnus-summary-save-article-coding-system, and default to a
12865         certain coding system.
12866         (gnus-output-to-file): Add coding cookie and encode text according
12867         to gnus-article-save-coding-system; don't use mm-append-to-file.
12868
12869         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12870         gnus-art.el and rename to gnus-article-save-coding-system.
12871         (gnus-summary-save-article): Require gnus-art; don't show all
12872         headers if it decodes articles; don't add coding cookie here;
12873         don't bind mm-text-coding-system-for-write.
12874         (gnus-summary-save-article-file): Save decoded articles.
12875         (gnus-summary-write-article-file): When saving many files, use
12876         gnus-summary-write-to-file first and gnus-summary-save-in-file
12877         thereafter unless gnus-prompt-before-saving is always.
12878         (gnus-summary-save-article-body-file): Save decoded articles.
12879
12880         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12881
12882 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * nnrss.el (nnrss-check-group): Bind hash-index.
12885
12886 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12887
12888         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12889         its hash index.  Store this hash in `nnrss-group-data'.
12890         (nnrss-read-group-data): Update accordingly.
12891
12892 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12895         entry.
12896
12897         * gnus-sum.el (gnus-summary-make-menu-bar):
12898         Add gnus-article-browse-html-article.
12899
12900 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12901
12902         * gnus-sum.el (gnus-summary-mime-map):
12903         Add gnus-article-browse-html-article.
12904
12905         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12906
12907 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12910         suitable coding systems in customize.
12911
12912 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * mail-source.el (mail-sources): Fix custom type.
12915
12916 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12919         (gnus-summary-expire-articles-now): Shorten prompt.
12920
12921         * gmm-utils.el (wid-edit): Require.
12922         (defun-gmm): Rename from `gmm-defun-compat'.
12923         (gmm-image-search-load-path): Use it.
12924         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12925
12926 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * gnus-sum.el (gnus-summary-save-article-coding-system):
12929         New variable.
12930         (gnus-summary-save-article): Add optional `decode' argument.
12931         If it is set and gnus-summary-save-article-coding-system is non-nil,
12932         save decoded article.
12933         (gnus-summary-write-article-file): Save decoded article if
12934         gnus-summary-save-article-coding-system is non-nil.
12935
12936         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12937         type.
12938
12939 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12942
12943 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12946         first to test gnus-single-article-buffer which may be buffer-local.
12947
12948         * gnus-sum.el (gnus-summary-setup-buffer):
12949         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12950         group; make gnus-article-buffer, gnus-article-current, and
12951         gnus-original-article-buffer always buffer-local.
12952         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12953         group.
12954         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12955
12956 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * nnml.el (nnml-request-compact-group): Compressed files might not
12959         have .gz extension.
12960
12961 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12962
12963         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12964         (mm-copy-to-buffer): Use with-current-buffer.
12965         (mm-display-part): Simplify.
12966         (mm-inlinable-p): Add optional arg `type'.
12967
12968 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12969
12970         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12971         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12972         Try harder to show the attachment internally or externally using
12973         gnus-mime-view-part-as-type.
12974
12975 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * message.el (message-from-style, message-signature-separator)
12978         (message-user-organization-file, message-send-mail-function)
12979         (message-citation-line-function, message-yank-prefix)
12980         (message-indent-citation-function, message-signature)
12981         (message-signature-file, message-signature-insert-empty-line):
12982         Remove autoloads.
12983
12984         * gnus-art.el (gnus-buttonized-mime-types):
12985         Remove "multipart/signed".  Revert 2006-04-26 change.
12986
12987 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12988
12989         * gnus.el (gnus-version-number): Bump version.
12990
12991 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12992
12993         * gnus.el: No Gnus v0.5 is released.
12994
12995 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12996
12997         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12998         fetching articles by message-id.
12999
13000 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13001
13002         * message.el (hashcash): Require hashcash as normal.
13003
13004         * ecomplete.el (ecomplete-highlight-match-line):
13005         Use point-at-eol.
13006         (ecomplete-highlight-match-line): Use `highlight', because that
13007         face exists in both Emacs and XEmacs.
13008
13009         * message.el (message-display-abbrev): Use point-at-bol.
13010
13011         * mail-source.el: Don't require timer/timer-funcs.
13012
13013         * gnus-async.el: Ditto.
13014
13015         * password.el: Ditto.
13016
13017         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13018
13019         * mm-url.el: Ditto.
13020
13021         * gnus-xmas.el: Don't require timer-funcs.
13022
13023         * mm-util.el: Require timer/timer-funcs.
13024
13025 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13026
13027         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13028         Close.
13029
13030 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13033         unibyte after clear-decrypt function runs.
13034
13035         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13036         returns as a unibyte string.
13037
13038 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * lpath.el: Revert.
13041
13042         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13043         (pgg-gpg-process-sentinel): Revert.
13044
13045         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13046         (pgg-pgp-lookup-key): Revert.
13047
13048         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13049         (pgg-pgp5-lookup-key): Revert.
13050
13051         * pgg.el (pgg-fetch-key): Revert.
13052
13053 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * lpath.el: Fbind string-as-multibyte for XEmacs.
13056
13057         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13058         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13059         (mml1991-pgg-encrypt): Ditto.
13060
13061         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13062         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13063         a multibyte buffer.
13064
13065         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13066         (pgg-pgp-lookup-key): Ditto.
13067
13068         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13069         (pgg-pgp5-lookup-key): Ditto.
13070
13071         * pgg.el (pgg-fetch-key): Ditto.
13072
13073 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * message.el (message-user-organization-file): Check several
13076         locations of the organization file.
13077
13078         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13079         Add gnus-article-view-part-as-type.
13080
13081         * gnus-art.el (gnus-article-view-part-as-type): New function.
13082
13083         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13084         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13085
13086         * mml.el: Simplify autoload.
13087         (mml-mode): defvar dnd-protocol-alist instead of using
13088         symbol-value.
13089         (mml-default-directory): New variable.
13090         (mml-minibuffer-read-file): Use it.
13091         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13092
13093         * message.el (message-citation-line-format): New variable.
13094         (message-insert-formated-citation-line): New function.
13095         (message-citation-line-function):
13096         Add `message-insert-formated-citation-line' to custom type.
13097
13098         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13099         to doc string.
13100
13101         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13102         depending on mm-verify-option.
13103
13104 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13107         binding pgg-* variables; reimplement the section which prevents
13108         MIME header from being signed.
13109         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13110         pgg-text-mode; remove a blank line at the top of body.
13111
13112         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13113         lines at the top of body; use gnus-newsgroup-charset if there's no
13114         Charset header.
13115
13116 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * message.el (message-self-insert-commands): Doc fix.
13119
13120         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13121         (mm-uu-pgp-encrypted-test): Ditto.
13122         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13123         between header and body; return application/pgp-encrypted handle
13124         if decryption failed; decode decrypted body by charset.
13125
13126         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13127         element match to application/pgp-*.
13128
13129 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13130
13131         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13132         HTML.
13133
13134 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13135
13136         * mail-source.el (mail-source-call-script): Message the error
13137         string.
13138
13139 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13140
13141         * gnus-util.el (gnus-byte-compile): Use it.
13142
13143 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13144
13145         * gnus-util.el (kill-empty-logs): New function.
13146
13147 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13148
13149         * message.el (message-mail-alias-type): Doc fix.
13150         (message-mail-alias-type-p): New function.
13151         (message-send): Use it.
13152         (message-mode): Ditto.
13153         (message-strip-forbidden-properties): Ditto.
13154
13155         * ecomplete.el (ecomplete-database-file-coding-system):
13156         New variable.
13157         (ecomplete-save): Use it.
13158         (ecomplete-setup): Use it.
13159
13160 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * message.el (message-self-insert-commands): New variable.
13163         (message-strip-forbidden-properties): Use it.
13164
13165 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13168         that doesn't make XEmacs choke.
13169
13170 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * gnus-util.el (gnus-replace-in-string):
13173         Prefer replace-regexp-in-string over of replace-in-string.
13174
13175 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * gnus-util.el (gnus-select-frame-set-input-focus):
13178         Use select-frame-set-input-focus if it is available in XEmacs; use
13179         definition defined in Emacs 22 for old Emacsen.
13180
13181         * dgnushack.el: Autoload unmorse-region for XEmacs.
13182
13183         * lpath.el: Bind cursor-in-non-selected-windows and
13184         select-frame-set-input-focus for XEmacs.
13185
13186 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13189
13190 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13191
13192         * gnus-registry.el (gnus-registry-cache-save): Remove text
13193         properties when saving via the temp buffer.
13194
13195 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13196
13197         * message.el (message-generate-hashcash): Honor custom type.
13198
13199 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13200
13201         * message.el (message-generate-hashcash): Default to non-nil when
13202         hashcash is found.
13203
13204         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13205         (gnus-refer-thread-limit): Increase default to 500.
13206
13207         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13208
13209         * flow-fill.el (fill-flowed): Allow delete-space.
13210
13211 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13214         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13215         Remove autoloads.
13216
13217 2006-04-18  Simon Josefsson  <jas@extundo.com>
13218
13219         * message.el (message-generate-hashcash): Default to.
13220
13221 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13224         concatenating segments rather than before concatenating them.
13225
13226 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13229
13230 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13231
13232         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13233
13234         * message.el (message-forward-make-body-plain):
13235         Allow message-forward-ignored-headers to be a list.
13236         (message-remove-ignored-headers): Factor out into function.
13237         (message-forward-make-body-mml): Use it.
13238
13239         * imap.el (imap-quote-specials): New function.
13240         (imap-login-auth): Quote specials.
13241
13242         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13243         (rfc2231-parse-string): Allow concatanation of parameters that
13244         aren't contiguous.  The test case is
13245           (mail-header-parse-content-type "message/external-body;
13246             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13247             access-type=LOCAL-FILE;
13248             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13249
13250 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13251
13252         * nntp.el (nntp-accept-process-output): Return the value of
13253         `nnheader-accept-process-output'.
13254
13255 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13256
13257         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13258         (gnus-button-alist): Recognize more diff formats.
13259         (gnus-button-patch): Strip directory.
13260
13261 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13262
13263         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13264         Emacs 22 when setting focus.
13265
13266 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13267
13268         * gnus-art.el (gnus-article-treat-types): Do treatment of
13269         text/x-verbatim parts.
13270         (gnus-button-patch): New command.
13271
13272         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13273         addresses that contain invalid characters.
13274
13275 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13276
13277         * message.el (message-put-addresses-in-ecomplete):
13278         Use gnus-replace-in-string.
13279         (message-is-yours-p): Use the more correct
13280         mail-header-parse-address instead of
13281         mail-extract-address-components.
13282         (message-put-addresses-in-ecomplete): Fix typo.
13283
13284         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13285         keystroke.
13286
13287         * gnus-art.el (gnus-treatment-function-alist): Change order of
13288         newsgroups/generic header folding to avoid double-folding.
13289
13290         * message.el (message-hidden-headers): Add X-Draft-From.
13291
13292         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13293         New command.
13294         (gnus-summary-repeat-search-article-backward): New command.
13295
13296         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13297         groups in the parent topic.
13298
13299 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13300
13301         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13302         (spam-extra-header-to-number): Return the CRM114 number as a
13303         number instead of a string.
13304
13305 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13306
13307         * gnus-art.el (gnus-face-properties-alist): Move here from
13308         gnus-fun.
13309
13310         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13311
13312 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13313
13314         * message.el (message-strip-forbidden-properties): Only display on
13315         self-insert-command.
13316
13317         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13318         reindent.
13319         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13320
13321 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13322
13323         * smiley.el (smiley-style): Fix typo.
13324
13325 2006-03-23  Kenichi Handa  <handa@m17n.org>
13326
13327         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13328         instead of set-buffer-multibyte.
13329
13330 2006-03-23  Kenichi Handa  <handa@m17n.org>
13331
13332         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13333         buffer and then decode the buffer text if necessary.
13334         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13335         first, and after mm-encode-body, change the buffer to unibyte.
13336
13337 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13338
13339         * hashcash.el (hashcash-insert-payment-async-2):
13340         Use message-goto-eoh instead of doing it manually.
13341         (mail-add-payment): Use message-narrow-to-header instead of trying
13342         to do the same itself.
13343
13344         * message.el (message-hidden-headers): Add Face.
13345
13346         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13347         reparenting code.
13348         (gnus-summary-reparent-children): Refactored out code.
13349         (gnus-summary-thread-map): New keystroke.
13350         (gnus-summary-reparent-children): Make into command.
13351
13352         * smiley.el (smiley-style): Default to `medium' if using a large
13353         font.
13354
13355         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13356         does it itself.
13357
13358         * message.el (message-point-in-header-p): Simplify definition.
13359
13360 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13361
13362         * nnagent.el (nnagent-request-set-mark): Silence log file
13363         writing.
13364         (nnagent-request-set-mark): Use write-region instead of
13365         append-to-file.
13366
13367         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13368         strange select method.
13369
13370         * ecomplete.el (ecomplete-display-matches): Get highlightling
13371         right.
13372         (ecomplete-display-matches): Use literals.
13373         (ecomplete-display-matches): Disable message logging.
13374
13375         * message.el (message-display-abbrev): Small optimization.
13376
13377         * ecomplete.el (ecomplete-display-matches): Allow automatic
13378         display.
13379
13380         * message.el (message-strip-forbidden-properties):
13381         Display abbrevs.
13382         (message-display-abbrev): Get automatic display right.
13383
13384         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13385         keystrokes.
13386
13387 2006-04-13  Romain Francoise  <romain@orebokech.com>
13388
13389         TODO: Backport to v5-10!
13390
13391         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13392         Move here (and rename) from gnus-registry.el.
13393
13394         * gnus-registry.el: Require gnus-util.
13395         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13396
13397 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13398
13399         * gnus-group.el (gnus-group-catchup-current):
13400         Change if-then-else-if-then-else into cond.
13401         (gnus-group-catchup): Indent.
13402         (group-name-at-point): New function.
13403         (gnus-fetch-group): Provide default from thing at point.
13404
13405 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13406
13407         * message.el (message-display-abbrev): Fix regexp.
13408
13409         * ecomplete.el (ecomplete-highlight-match-line):
13410         Reimplement choosing.
13411         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13412         dead variables.
13413
13414         * message.el (message-newline-and-indent): Remove debugging.
13415         (message-display-abbrev): Use new implementation.
13416
13417 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * gnus-art.el (gnus-article-mode):
13420         Set cursor-in-non-selected-windows to nil.
13421
13422         * smiley.el: Revert previous change.
13423         (smiley-data-directory): defvar it before using it in the
13424         defcustom of `smiley-style'.
13425
13426 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13427
13428         * message.el (message-newline-and-indent): New function.
13429
13430         * ecomplete.el: Implement more bits.
13431
13432         * message.el (message-put-addresses-in-ecomplete): Clean up the
13433         string.
13434
13435         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13436
13437         * gnus-sum.el (gnus-summary-save-parts):
13438         Bind gnus-summary-save-parts-counter and use it to make unique file
13439         names.
13440
13441         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13442
13443         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13444         parameter to say whether to actually parse the individual
13445         addresses.
13446
13447         * message.el (message-put-addresses-in-ecomplete): New function.
13448         (ecomplete): Require.
13449         (message-mail-alias-type): Add ecomplete as an option.
13450
13451 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13452
13453         * flow-fill.el (fill-flowed): Remove trailing space from blank
13454         quoted lines.
13455
13456 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13457
13458         * smiley.el (smiley-style): Move definition later to avoid a
13459         compilation warning.
13460
13461 2006-04-12  Kenichi Handa  <handa@m17n.org>
13462
13463         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13464         buffer and then decode the buffer text if necessary.
13465         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13466         first, and after mm-encode-body, change the buffer to unibyte.
13467         Use mm-disable-multibyte instead of set-buffer-multibyte.
13468
13469 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13472         Content-Type header instead of Content-Disposition header.
13473         (gnus-mime-inline-part): Ditto.
13474         (gnus-mime-view-part-as-charset): Ignore charset that the part
13475         specifies.
13476
13477         * mm-decode.el (mm-display-part): Work with external parts and
13478         usual parts similarly.
13479
13480         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13481         instead of gnus-display-mime.
13482
13483         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13484         instead of with-temp-buffer.
13485
13486         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13487         tag to summarized topics part in order to encode non-ASCII text.
13488
13489 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * smiley.el (smiley-style): New variable.
13492         (smiley-directory): New function.
13493         (smiley-data-directory): Derive from `smiley-style' using
13494         `smiley-directory'.
13495         (smiley-regexp-alist): Add new entries.
13496
13497         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13498         (gnus-article-browse-delete-temp): Add :version.
13499
13500 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13501
13502         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13503         the sieve region.
13504
13505 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13506
13507         * gnus.el (gnus-version-number): Bump version.
13508
13509 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13510
13511         * gnus.el: No Gnus v0.4 is released.
13512
13513 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13514
13515         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13516         layout.
13517
13518         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13519         unknown charset.
13520
13521         * message.el (message-header-synonyms): Add Original-To to the
13522         default.
13523
13524         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13525         optional parameter.
13526
13527 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * gnus-fun.el (gnus): Require it for gnus-directory.
13530
13531 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13534
13535 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13536
13537         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13538
13539 2006-04-05  Simon Josefsson  <jas@extundo.com>
13540
13541         * password.el (password-reset): New function.
13542
13543 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13544
13545         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13546         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13547
13548 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13549
13550         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13551         Some whitespace was matched into the url, which broke browsing hits
13552         > 100 when mm-url-use-external was nil.
13553
13554 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13557         Check gnus-extra-headers for 'Newsgroups.
13558
13559         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13560         bound.
13561
13562 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13563
13564         * pgg-gpg.el: Clean up process buffers every time gpg processes
13565         complete.
13566
13567 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13570         doc string.
13571
13572 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13573
13574         * pgg-gpg.el (pgg-gpg-process-filter)
13575         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13576
13577         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13578         lines, temporary fix.
13579
13580 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13583
13584 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13585
13586         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13587         default-enable-multibyte-characters.  This reverts the change from
13588         revision 6.17 which is no longer necessary because the passphrase
13589         is sent separately now.  GnuPG messages are unreadable under
13590         multibyte locales with default-enable-multibyte-characters set to
13591         nil.
13592
13593 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * message.el (message-tool-bar-gnome): Move "spell".
13596
13597 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13600         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13601         instead.
13602
13603 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13604
13605         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13606         Improve newsgroups handling for NNTP overviews which don't include
13607         Newsgroups.
13608
13609 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13610
13611         * message.el (message-resend): Bind message-generate-hashcash to nil.
13612
13613 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13614
13615         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13616         when searching for already-paid recipients.
13617
13618 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13619
13620         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13621         passphrases when it is not needed.
13622         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13623         passphrase stuff from gpg, should only be necessary when you use
13624         gpg with a smartcard.
13625
13626 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * mml.el (mml-insert-mime): Ignore cached contents of
13629         message/external-body part.
13630
13631         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13632         (mm-insert-part): Ditto.
13633
13634 2006-03-23  Simon Josefsson  <jas@extundo.com>
13635
13636         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13637         Reiner.
13638         (pgg-gpg-use-agent-p): Use it again.
13639
13640 2006-03-23  Simon Josefsson  <jas@extundo.com>
13641
13642         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13643         older emacsen.
13644         (pgg-gpg-use-agent-p): Don't use it.
13645
13646 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13647
13648         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13649         if we can.
13650
13651 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13652
13653         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13654         (pgg-gpg-update-agent): New function.
13655         (pgg-gpg-use-agent-p): New function.
13656         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13657         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13658         (pgg-gpg-sign-region): Use it.
13659
13660 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13663         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13664
13665 2006-03-21  Simon Josefsson  <jas@extundo.com>
13666
13667         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13668         <wilde@sha-bang.de>.
13669         (pgg-gpg-use-agent): New variable.
13670         (pgg-gpg-process-region): Use it.
13671         (pgg-gpg-encrypt-region): Likewise.
13672         (pgg-gpg-encrypt-symmetric-region): Likewise.
13673         (pgg-gpg-decrypt-region): Likewise.
13674         (pgg-gpg-sign-region): Likewise.
13675         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13676
13677 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13680
13681         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13682         Add comment on version.
13683
13684 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13685
13686         * smiley.el: Add missing test smiley.
13687
13688 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * mm-decode.el (mm-with-part): New macro.
13691         (mm-get-part): Use it; work with message/external-body as well.
13692         (mm-save-part): Treat name and filename equally.
13693
13694         * mm-extern.el (mm-extern-cache-contents): New function.
13695         (mm-inline-external-body): Use it; force the part to be displayed;
13696         move undisplayer added to the cached handle to the parent.
13697
13698         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13699         (gnus-mime-view-part-as-type): Work with message/external-body.
13700
13701         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13702
13703 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13706         images in image-load-path.  [Sync with image.el, revision 1.60, in
13707         Emacs.]
13708
13709 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13710
13711         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13712         path rather than symbol.  Always return list of directories.
13713         Guarantee that image directory comes first.  [Sync with image.el,
13714         revision 1.59, in Emacs.]
13715
13716         * message.el (message-make-tool-bar): Adjust to new API of
13717         `gmm-image-load-path-for-library'.
13718
13719         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13720
13721         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13722
13723 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13724
13725         * gnus-art.el (gnus-article-only-boring-p):
13726         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13727         intangible text.
13728         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13729
13730 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13733         Use `defun' instead of `gmm-defun-compat'.
13734
13735 2006-03-14  Simon Josefsson  <jas@extundo.com>
13736
13737         * message.el (message-unique-id): Don't use message-number-base36
13738         if (user-uid) is a float.
13739         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13740
13741 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13744
13745         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13746         empty line between a part and a message part.
13747
13748 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13749
13750         * smiley.el: Add more test smileys.
13751         (smiley-data-directory, smiley-regexp-alist)
13752         (gnus-smiley-file-types): Fix doc strings.
13753         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13754         adding new elements.
13755         (smiley-mouse-map): Unused code.  Make it a comment.
13756
13757 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13760         scan latest NoCeM messages instead of old ones.
13761         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13762         delimiters that are recently used.
13763         (gnus-nocem-load-cache): Add autoload cookie.
13764
13765         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13766
13767         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13768         level which is larger than gnus-use-nocem is specified.
13769
13770         * gnus-group.el (gnus-group-get-new-news): Ditto.
13771
13772 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * gnus-util.el (gnus-tool-bar-update): New function.
13775
13776         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13777         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13778
13779         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13780
13781         * gnus-group.el (gnus-group-redraw-when-idle)
13782         (gnus-group-redraw-check): Remove.
13783         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13784
13785 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13788         if optional last element is specified in splits (FIELD VALUE...).
13789
13790 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13793         to gmm-image-load-path-for-library.  Call with no-error argument.
13794         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13795
13796         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13797
13798         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13799
13800         * gmm-utils.el (gmm-image-load-path): Remove alias.
13801
13802 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * gmm-utils.el (gmm-image-load-path): Add alias.
13805
13806         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13807         nnml-generate-nov-databases-1.
13808         (nnml-generate-nov-databases): Use it.
13809         (nnml-generate-nov-databases-directory): Document no-active
13810         argument.
13811
13812         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13813         directory if path is t.  Add no-error.
13814
13815         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13816         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13817
13818         * gnus-art.el (gnus-article-browse-delete-temp-files):
13819         Simplify resetting gnus-article-browse-html-temp-list.
13820
13821         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13822         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13823         Add example to docstring.  Rename local variables.  Move error
13824         checks to default case in cond and simplify.
13825
13826 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13829         handle is multipart when calling it recursively.
13830         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13831
13832 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13833
13834         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13835         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13836
13837 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13840         is loaded.
13841
13842         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13843         loaded.
13844
13845 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13848         to "Emacs 23 (unicode)" in doc string.
13849
13850         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13851         "Emacs 23 (unicode)" in comment.
13852
13853 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13856
13857         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13858         characters 160 through 255 in Emacs 23.
13859
13860 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13863         gnus-article-browse-html-temp.
13864         (gnus-article-browse-delete-temp): Make it customizable.
13865         Add `file'.  Adjust doc string.
13866         (gnus-article-browse-delete-temp-files): Add argument.
13867         Allow query for each file.  Adjust doc string.
13868         (gnus-article-browse-html-parts):
13869         Add `gnus-article-browse-delete-temp-files' to
13870         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13871
13872 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13873
13874         * gnus-art.el (gnus-article-browse-html-temp)
13875         (gnus-article-browse-delete-temp): New variables.
13876         (gnus-article-browse-delete-temp-files): New function.
13877         (gnus-article-browse-html-parts): Use it.
13878
13879 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13882
13883         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13884         string.
13885
13886         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13887         gnus-summary-insert-new-articles when unplugged.
13888         Remove gnus-summary-search-article-forward.
13889
13890         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13891         display-visual-class instead of display-color-cells.
13892
13893 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * dgnushack.el: Autoload customize-group for XEmacs.
13896
13897         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13898         message/* containing non-ASCII text properly.
13899
13900 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * message.el: Require gmm-utils, remove autoloads.
13903         (message-tool-bar): Set default based on
13904         gmm-tool-bar-style.
13905         (message-tool-bar-gnome): Add gmm-customize-mode.
13906
13907         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13908         gmm-tool-bar-style.
13909         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13910
13911         * gnus-group.el (gnus-group-tool-bar): Set default based on
13912         gmm-tool-bar-style.
13913         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13914
13915         * gmm-utils.el (gmm-image-directory): Rename variable from
13916         gmm-image-load-path.
13917         (gmm-image-load-path): Use gmm-image-directory.
13918         (gmm-customize-mode): New function.
13919         (gmm-tool-bar-style): New variable.
13920
13921         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13922         gnus-group-redraw-line-number.
13923         (gnus-group-redraw-check): Simplify.
13924         (gnus-group-tool-bar-update): Remove redraw check.
13925         (gnus-group-make-tool-bar): Add redraw check.
13926
13927 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13928
13929         * gnus-art.el (gnus-button): Add missing parentheses.
13930
13931 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * lpath.el: Fbind line-number-at-pos.
13934
13935 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13938
13939 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * gnus-art.el (gnus-button): New face.
13942         (gnus-article-button-face): Use it.
13943
13944         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13945         Add gnus-summary-next-page.  Re-order.
13946
13947         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13948         next-node are now included.
13949         (gnus-group-redraw-line-number): New internal variable.
13950         (gnus-group-redraw-check): Helper function for updating the tool
13951         bar.
13952         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13953
13954         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13955
13956         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13957         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13958         Use it to match format of Spamassassin 3.0 and later.
13959         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13960         (spam-check-bogofilter)
13961         (spam-bogofilter-register-with-bogofilter): Fix args of
13962         `gnus-error' calls.
13963
13964 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13967         unnecessary interaction when sending queued mails.
13968         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13969
13970 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13971
13972         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13973         first or last are nil.
13974
13975 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13976
13977         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13978
13979 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13980
13981         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13982
13983 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13984
13985         * dns.el (query-dns): Protect more against buggy tcp output.
13986
13987 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13988
13989         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13990         nov.php.
13991
13992 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13993
13994         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13995         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13996         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13997         output on the server side.
13998         (nnweb-google-create-mapping): Update regexps and add some
13999         progress indication.
14000
14001 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * gnus-group.el (gnus-group-tool-bar-gnome):
14004         Fix gnus-agent-toggle-plugged.  Re-order icons.
14005         (gnus-group-tool-bar-gnome):
14006         Add gnus-group-{prev,next}-unread-group.
14007         (gnus-group-tool-bar-gnome): Re-order icons.
14008
14009         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14010         Move gnus-summary-insert-new-articles.
14011
14012         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14013         Fix comments.
14014
14015         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14016         also available in Emacs 21.3.
14017
14018         * message.el (message-fix-before-sending): Change "Emacs 22" to
14019         "Emacs 23 (unicode)" in comment.
14020
14021         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14022         "Emacs 23 (unicode)" in comment.
14023
14024         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14025         comment.
14026         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14027
14028         * mm-view.el (mm-fill-flowed): Add :version.
14029
14030 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14033         and load-path.
14034
14035 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14036
14037         * message.el: Autoload gmm-image-load-path.
14038         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14039         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14040         consitency.
14041
14042         * gmm-utils.el (gmm-image-load-path): Also search in
14043         "../etc/images".  Don't set gmm-image-load-path if we don't find
14044         the image.
14045
14046 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gmm-utils.el (gmm-image-load-path): Don't make
14049         `gmm-image-load-path' include subdirectories which the second arg
14050         `image' might specify.
14051
14052         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14053         subdirectory to icon file names.
14054
14055         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14056
14057 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14060         gmm-image-load-path calls.
14061
14062         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14063
14064         * message.el (message-make-tool-bar): Ditto.
14065
14066         * mml.el (mml-preview): Add comment concerning tool bar icons.
14067
14068         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14069         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14070
14071         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14072         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14073
14074         * message.el (message-tool-bar-gnome): Use new icon names.
14075         (message-make-tool-bar): Use `gmm-image-load-path'.
14076
14077         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14078         New functions from MH-E.
14079         (gmm-image-load-path): New variable from MH-E.
14080         (gmm-image-load-path): New function from MH-E.  Add arguments
14081         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14082         *-image-load-path-called-flag.
14083
14084 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14085
14086         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14087
14088 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14089
14090         * nnimap.el (nnimap-request-move-article): Change folder back to
14091         source group before deleting.
14092
14093 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14096
14097         * gnus-art.el (mm-url-insert-file-contents-external):
14098         Autoload mm-url.
14099
14100         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14101
14102 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14105         coding system which mm-charset-to-coding-system returns for a
14106         given charset is valid.
14107
14108 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14109
14110         * html2text.el (html2text-remove-tag-list):
14111         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14112
14113 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14114
14115         * gnus-cus.el: Revert 2005-10-17 change.
14116
14117 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-art.el (article-strip-banner):
14120         Call article-really-strip-banner only when the regexp match is made.
14121
14122 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-art.el (article-strip-banner):
14125         Use gnus-extract-address-components instead of
14126         mail-header-parse-addresses to make it work with non-ASCII text;
14127         remove mail-encode-encoded-word-string.
14128
14129         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14130         values which are surrounded with \"...\"; make it never cause a
14131         Lisp error; give up parsing of parameters if it failed in
14132         extracting type.
14133
14134 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14135
14136         * smime.el (smime-cert-by-ldap-1): Fix bug where
14137         `smime-ldap-search' returns results without userCertificates.
14138
14139 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14142
14143 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * spam.el (spam-check-spamassassin-headers): Adapt format for
14146         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14147         <ari@mbf.ocn.ne.jp>.
14148         (spam-list-of-processors): Add spam-use-gmane.
14149
14150 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14153         make-temp-file; make it work with XEmacs as well.
14154
14155         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14156         mm-make-temp-file.
14157
14158         * mm-decode.el (mm-display-external): Use the 3rd arg of
14159         mm-make-temp-file.
14160         (mm-create-image-xemacs): Ditto.
14161
14162 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14165         with message-narrow-to-headers.
14166         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14167         (gnus-draft-check-draft-articles): New function.
14168         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14169
14170 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * gnus-art.el (gnus-article-browse-html-parts):
14173         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14174         Don't use suffix argument for mm-make-temp-file for Emacs 21
14175         compatibility.  Remove useless `format'.
14176
14177 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14178
14179         * nnweb.el (nnweb-google-wash-article): Update regexps.
14180         (nnweb-group-alist): Use defvoo instead of defvar.
14181
14182 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14185         re-loading nn* modules.
14186
14187 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14190         for `tool-bar-mode' and don't check it's default-value.
14191
14192         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14193
14194         * message.el (message-make-tool-bar): Ditto.
14195
14196         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14197         `substring'.  Shorten tmp-file name.
14198
14199         * gnus.el: Remove bogus comment.
14200
14201 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14202
14203         * gnus-art.el (gnus-article-browse-html-parts): New function.
14204         (gnus-article-browse-html-article): New function for viewing html
14205         articles with a browser.
14206
14207 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14208
14209         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14210         in elisp.
14211         (pgg-gpg-encrypt-symmetric-region): Ditto.
14212         (pgg-gpg-sign-region): Ditto.
14213
14214         * pgg-def.el (pgg-text-mode): New variable.
14215
14216         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14217         (mml2015-pgg-encrypt): Ditto.
14218
14219         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14220         (mml1991-pgg-encrypt): Ditto.
14221
14222 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * nnfolder.el (nnfolder-insert-newsgroup-line):
14225         Use message-make-date instead of current-time-string.
14226
14227         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14228         to gnus-decoded which mm-uu might set.
14229
14230 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14233         don't decode quoted parameters; remove misimported Emacs code.
14234         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14235         (rfc2231-decode-encoded-string): Don't use split-string which
14236         behaves differently according to Emacs version; use
14237         mm-decode-coding-region to convert charset to coding-system.
14238         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14239         (rfc2231-encode-string): Remove misimported Emacs code.
14240
14241 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14244         when calling mail-header-parse-content-type.
14245         (article-de-quoted-unreadable): Ditto.
14246         (article-de-base64-unreadable): Ditto.
14247         (article-wash-html): Ditto.
14248
14249         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14250         calling mail-header-parse-content-type and
14251         mail-header-parse-content-disposition.
14252         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14253         mail-header-parse-content-type.
14254
14255         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14256         insert charset and format parameters; encode description after
14257         inserting it to buffer.
14258         (mml-insert-parameter): Fold lines properly even if a parameter is
14259         segmented into two or more lines; change the max column to 76.
14260
14261         * rfc1843.el (rfc1843-decode-article-body): Don't use
14262         ignore-errors when calling mail-header-parse-content-type.
14263
14264         * rfc2231.el (rfc2231-parse-string): Return at least type if
14265         possible; don't cause an error even if it fails in parsing of
14266         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14267         (rfc2231-encode-string): Don't break lines at the beginning, leave
14268         it to mml-insert-parameter.
14269
14270         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14271         calling mail-header-parse-content-type.
14272
14273 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * spam-report.el (spam-report-gmane-use-article-number):
14276         Improve doc string.
14277         (spam-report-gmane-internal): Check if a suitable header was found
14278         in the article.
14279
14280 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14283         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14284
14285 2006-02-05  Romain Francoise  <romain@orebokech.com>
14286
14287         Update copyright notices of all files in the gnus directory.
14288
14289 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14290
14291         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14292
14293 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14296         segmented lines of parameter value to cope with Thunderbird 1.5
14297         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14298         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14299         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14300
14301 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14302
14303         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14304         parts.
14305
14306 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14307
14308         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14309         there's only one active file for all servers.
14310         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14311         solid groups.  Gnus might have used a FAST request to select the group.
14312         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14313         and nnweb-search redundantly in the active file.
14314         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14315         (nnweb-request-create-group): Don't use ARGS.
14316         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14317         initialisations.  Let nnoo do the work.
14318
14319 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14322         Say the part has been decoded.
14323
14324         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14325
14326 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14327
14328         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14329         mailcap-viewer-test-cache when there's no 'test clause, since that
14330         will invert the meaning of a "nil" test previously determined by
14331         mailcap-mailcap-entry-passes-test.
14332
14333 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14336         compiling.
14337
14338         * gnus-sum.el: Ditto.
14339
14340         * message.el: Don't bind tool-bar-map when compiling.
14341
14342 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14345
14346 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14347
14348         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14349         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14350         current Google Groups.
14351
14352 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14355         and tool-bar-mode.
14356
14357         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14358         and tool-bar-mode.
14359
14360         * message.el (message-tool-bar-update): Simplify.
14361         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14362
14363         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14364         gnus-summary-buffer.
14365         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14366         gnus-summary-reply.
14367
14368         * gmm-utils.el (gmm): Add :version.
14369
14370 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * Makefile.in (clean): New rule.
14373         (distclean): Use it.
14374
14375 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14376
14377         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14378         Don't autoload.
14379
14380 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gmm-utils.el (gmm-verbose): Add :group.
14383
14384 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14385
14386         * message.el: Change some comments WRT tool-bars.
14387
14388         * gnus-sum.el (gnus-summary-tool-bar)
14389         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14390         (gnus-summary-tool-bar-zap-list): New variables.
14391         (gnus-summary-make-tool-bar): Complete rewrite using
14392         `gmm-tool-bar-from-list'.
14393
14394         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14395         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14396         New variables.
14397         (gnus-group-make-tool-bar): Complete rewrite using
14398         `gmm-tool-bar-from-list'.
14399         (gnus-group-tool-bar-update): New function.
14400
14401         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14402
14403 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14406         is dissected into a single part of which the type is the same as
14407         the given one; decode charset.
14408
14409 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14410
14411         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14412         into alists as symbol not string, since that's what
14413         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14414         look for.
14415
14416 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14419         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14420
14421         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14422
14423 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14426         (gnus-xmas-mime-security-button-menu): New function.
14427
14428         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14429         (gnus-mime-security-button-menu): New definition.
14430         (gnus-mime-security-button-map): Use them.
14431         (gnus-mime-security-button-menu): New function.
14432         (gnus-insert-mime-security-button): Addition to help echo.
14433         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14434         (gnus-mime-security-pipe-part): New functions.
14435
14436         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14437         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14438
14439         * mm-decode.el (mm-handle-set-disposition): Remove.
14440         (mm-handle-set-description): Remove.
14441
14442 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14445         (mm-w3m-standalone-supports-m17n-p): New function.
14446         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14447         w3m usage.
14448
14449         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14450         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14451
14452 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * message.el (message-tool-bar-zap-list):
14455         Use gmm-tool-bar-zap-list as custom type.
14456         (message-tool-bar-update): New function.
14457         (message-tool-bar, message-tool-bar-gnome)
14458         (message-tool-bar-retro): Add message-tool-bar-update.
14459         (message-tool-bar-gnome): Add flyspell-buffer.
14460
14461         * gnus-util.el (gnus-error): Describe `args'.
14462
14463         * gmm-utils.el (gmm-error): Describe `args'.
14464         (gmm-tool-bar-zap-list): New widget.
14465         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14466
14467 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14470         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14471         the number of recursive calls.
14472
14473         * mm-decode.el (mm-handle-set-disposition): New macro.
14474         (mm-handle-set-description): New macro.
14475
14476 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14479         encoding.
14480
14481 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * message.el (message-tool-bar-zap-list, message-tool-bar)
14484         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14485         (message-tool-bar-local-item-from-menu): Remove.
14486         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14487         (message-make-tool-bar): New function.
14488         (message-mode): Use `message-make-tool-bar'.
14489
14490         * gmm-utils.el: New file.
14491         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14492         (gmm-lazy): New widget copied from `nnmail.el'.
14493         (gmm-tool-bar-from-list): New function for creating customizable
14494         tool bars.
14495         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14496         output.
14497         (gmm): Add :prefix to defgroup.
14498
14499 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14500
14501         * gmm-utils.el (gmm-widget-p): New function.
14502
14503 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14504
14505         * mml.el (mml-attach-file): Describe `description' in doc string.
14506         (mml-menu): Add Emacs MIME manual and PGG manual.
14507
14508 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14509
14510         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14511
14512 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14513
14514         * nntp.el (nntp-end-of-line): Doc fix.
14515
14516 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14517
14518         * imap.el (imap-open): Handle case where buffer is a buffer
14519         object.
14520
14521 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14522
14523         * gnus-delay.el (gnus-delay): Don't autoload.
14524         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14525         to be re-loaded when customizing the `gnus-delay' group.
14526
14527 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14528
14529         * message.el (message-insert-citation-line): Use newlines.
14530
14531 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14532
14533         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14534         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14535         these routines, so the passphrase can be managed externally and
14536         passed in to the system.
14537         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14538         pgg-add-passphrase-to-cache function.
14539
14540         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14541         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14542         these routines, so the passphrase can be managed externally and
14543         passed in to the system.
14544         (pgg-pgp5-sign-region): Use new name of
14545         pgg-add-passphrase-to-cache function.
14546
14547 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14548
14549         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14550         part of the decoded armor to find the key-identifier.
14551         (pgg-gpg-lookup-key-owner): New function to return the
14552         human-readable identifier of a key owner.
14553         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14554         itself.
14555         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14556         the key value) if we have a key and can match it against a secret
14557         key.  Also, added a note pointing out fact that the prompt only
14558         indicates the first matching key.
14559
14560         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14561         pgg-decrypt-region.
14562         (pgg-add-passphrase-to-cache): Rename from
14563         `pgg-add-passphrase-cache' to reduce confusion (all callers
14564         changed).
14565         (pgg-remove-passphrase-from-cache): Rename from
14566         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14567         changed).
14568         (pgg-read-passphrase, pgg-add-passphrase-cache)
14569         (pgg-remove-passphrase-cache): Add informative docstrings.
14570         (pgg-decrypt): Convey provided passphrase in subordinate call to
14571         pgg-decrypt-region.
14572
14573 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14574
14575         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14576         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14577         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14578         'passphrase' argument, so the passphrase can be managed externally
14579         and then passed in to the system.
14580
14581         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14582         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14583         so the passphrase cache can be used reliably with identifiers
14584         besides a pgp packet's key id.
14585
14586         * pgg-gpg.el (pgg-gpg-encrypt-region)
14587         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14588         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14589         these routines, so the passphrase can be managed externally and
14590         passed in to the system.
14591
14592         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14593         'notruncate' argument, so the passphrase cache can be used
14594         reliably with identifiers besides a pgp packet's key id.
14595
14596 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14597
14598         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14599         symmetric encryption.
14600         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14601         encrypted session key.
14602         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14603         message ask for the passphrase in a proper way.
14604
14605         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14606         New user commands for symmetric encryption.
14607
14608 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14611
14612         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14613
14614 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14615
14616         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14617
14618 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * mm-decode.el (mm-inlined-types): Add application/pgp.
14621         (mm-automatic-display): Ditto.
14622
14623         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14624         part as text.
14625
14626 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * nnrss.el: Update copyright.
14629         (nnrss-opml-import): Query whether to subscribe to each entry.
14630
14631         * gnus-art.el:
14632         * gnus-sum.el:
14633         * gnus-xmas.el:
14634         * messagexmas.el:
14635         * mm-uu.el:
14636         * mm-view.el: Update copyright.
14637
14638 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * message.el (message-info): New function.
14641         (message-mode-menu): Add it.
14642         Update copyright.
14643
14644         * ChangeLog: Fix and update copyright.
14645
14646 2006-01-13  Romain Francoise  <romain@orebokech.com>
14647
14648         * message.el (message-forward-subject-name-subject): Prefer the
14649         address to 'nowhere' if the sender has no name.
14650         Fix typo.  Update copyright year.
14651
14652 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * gnus-art.el (article-wash-html):
14655         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14656         (gnus-article-wash-html-with-w3m-standalone): New function.
14657
14658         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14659         mm-inline-text-html-render-with-w3m-standalone.
14660         (mm-text-html-washer-alist): Map w3m-standalone to
14661         gnus-article-wash-html-with-w3m-standalone.
14662         (mm-inline-text-html-render-with-w3m-standalone): New function.
14663
14664 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14665
14666         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14667         Improve LaTeX.
14668
14669 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14672         (nnrss-request-article): Render text/plain parts as HTML.
14673
14674         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14675         the buffer.
14676
14677 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14678
14679         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14680         custom definition of `gnus-posting-styles'.
14681
14682         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14683         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14684
14685 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14688         Use nntp for bug archive.
14689
14690 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14693         parts.
14694         (nnrss-normalize-date): New function converts ISO 8601 date into
14695         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14696         (nnrss-check-group): Use it.
14697
14698 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14701
14702         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14703         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14704         (nnrss-insert-w3): Ditto.
14705
14706 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14709         the articles to be forwarded including the case where neither a
14710         number of articles nor a region is specified.
14711
14712 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * nnrss.el (nnrss-request-article): Fix last change; fill
14715         text/plain parts.
14716
14717 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14720         in text/plain part.
14721         (nnrss-check-group): Don't add excessive newline to dc:subject.
14722
14723 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14724
14725         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14726         article.
14727
14728 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14729
14730         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14731         (nnml-use-compressed-files, nnml-save-mail): Support other
14732         comression programs such as bzip2.
14733
14734 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14735
14736         * dns.el (query-dns): Make sure we check the buffer size before
14737         removing tcp headers.
14738
14739 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14742         remove MIME buttons associated with multipart/alternative parts.
14743         (gnus-mime-display-alternative): Tag buttons using `article-type'
14744         text property.
14745
14746         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14747         associated with multipart/alternative parts.
14748
14749         * gnus-art.el (gnus-signature-separator): Fix custom type.
14750
14751         * mm-decode.el (mm-inlined-types): Fix custom type.
14752         (mm-keep-viewer-alive-types): Ditto.
14753         (mm-automatic-display): Ditto.
14754         (mm-attachment-override-types): Ditto.
14755         (mm-inline-override-types): Ditto.
14756         (mm-automatic-external-display): Ditto.
14757
14758 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * spam-report.el (spam-report-user-mail-address)
14761         (spam-report-user-agent): New variables.
14762         (spam-report-url-ping-plain): Use spam-report-user-agent.
14763
14764 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14765
14766         * gnus-art.el (gnus-button-handle-custom): Do not just use
14767         `customize-apropos' for any "M-x customize-*" button but the
14768         function called for.  Accept both the function name and its
14769         argument in order to achieve this.
14770         (gnus-button-alist): Remove support for "custom:" URL's.
14771         Pass function name to `gnus-button-handle-custom' in case of "M-x
14772         customize-*" buttons.
14773
14774 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14777         multipart/alternative and add xref to mm-discouraged-alternatives
14778         in doc string.
14779
14780         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14781         gnus-buttonized-mime-types in doc string.
14782
14783 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14786         Suggest image/.* in the doc string.
14787
14788 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14791         message-marks (Debian bug #342521).
14792
14793 2005-12-12  Simon Josefsson  <jas@extundo.com>
14794
14795         * password.el (password-read-from-cache): Add.
14796         (password-read): Use it.
14797
14798 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * rfc2047.el (rfc2047-charset-to-coding-system):
14801         Recognize us-ascii as a MIME charset.
14802
14803         * mm-bodies.el (mm-decode-content-transfer-encoding):
14804         Protect against the case where the 2nd arg TYPE is nil.
14805
14806 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * pop3.el (pop3-stream-type): Fix custom version.
14809
14810         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14811
14812 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14813
14814         * mm-decode.el (mm-display-external): Add missing cdr.
14815
14816 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14819         RFC1524) if it is in mailcap or add a suffix according to
14820         mailcap-mime-extensions when generating a temp filename; postpone
14821         deleting a temp file for 2 seconds for some wrappers, shell
14822         scripts, and so on, which might exit right after having started a
14823         viewer command as a background job.
14824
14825 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * nntp.el (nntp-marks-directory): Fix custom group.
14828
14829         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14830         steps when < 10.
14831
14832         * gnus-start.el (gnus-no-server-1):
14833         Mention `gnus-level-default-subscribed' in doc string.
14834
14835 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14836
14837         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14838         parens.
14839
14840 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * gnus-xmas.el (gnus-use-toolbar): Revert.
14843         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14844         gnus-use-toolbar is default.
14845
14846         * messagexmas.el (message-use-toolbar): Revert.
14847         (message-setup-toolbar): Use global default-toolbar if
14848         message-use-toolbar is default.
14849
14850 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14853         according to default-toolbar-visible-p.
14854
14855         * messagexmas.el (message-use-toolbar): Ditto.
14856
14857 2005-11-26  Dave Love  <fx@gnu.org>
14858
14859         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14860         (tls-program, tls-success): Provide openssl alternative.
14861
14862         * starttls.el: Doc fixes.
14863         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14864         SERVICE to PORT.
14865
14866         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14867         port null or service name.
14868         (starttls-negotiate): Autoload.
14869
14870 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * message.el (message-kill-to-signature): Fix interactive spec.
14873
14874 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * pop3.el (pop3-open-server): Recognize a string as a service name.
14877
14878 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14879
14880         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14881
14882 2005-11-23  Dave Love  <fx@gnu.org>
14883
14884         Add pop3s, pop3/starttls.
14885
14886         * pop3.el (pop3-authentication-scheme): Clarify doc.
14887         (open-tls-stream, starttls-open-stream): Autoload.
14888         (pop3-stream-type): New.
14889         (pop3-open-server): Use it.
14890
14891         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14892         for POP.
14893         (mail-source-keyword-map): Add :stream for POP.
14894         (mail-source-fetch-pop): Use pop3-stream-type.
14895
14896 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14899         of current-time-string.
14900
14901 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14902
14903         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14904         date header.
14905
14906 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14907
14908         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14909         it can seriously impact performance as it bypasses the agent's
14910         local caches.
14911
14912 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14913
14914         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14915         must be explicitly online rather than "not explicitly offline" for
14916         its flags to be synchronized.
14917
14918         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14919         that gnus-uu-unmark-thread will function correctly.
14920
14921         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14922         1024K is instead displayed as 1M.
14923
14924 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14925
14926         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14927
14928 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14929
14930         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14931
14932 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14933
14934         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14935         error message to display actual error condition.
14936         (gnus-agent-save-local): Avoid saving symbols that are bound to
14937         nil as they simply result in a warning message in
14938         gnus-agent-read-local.
14939
14940 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14943         rather than make-variable-buffer-local for file-precious-flag.
14944
14945 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14946
14947         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14948         for duplicates which are removed.  The invalid sort check then
14949         triggers a rescan after the sort as sorting may have moved
14950         duplicate entries such that they can be cheaply detected.
14951
14952 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14955
14956 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14957
14958         * gnus-agent.el (gnus-agent-article-alist-save-format):
14959         Change internal variable to a custom variable.  Change default value
14960         from compressed(2) to uncompressed(1).
14961         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14962         support for uncompressed agentview files.  Taken together, reading
14963         the agentview file should now be 6-7 times faster.
14964
14965 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14966
14967         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14968         as a buffer-local variable.  This avoids creating truncated
14969         dribble files as a result of a hang up, eg.
14970
14971 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14972
14973         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14974         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14975         XEmacs.
14976
14977 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gnus-start.el (gnus-start-draft-setup):
14980         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14981
14982         * gnus.el (gnus-splash): Change custom group.
14983         (gnus-group-get-parameter, gnus-group-parameter-value):
14984         Describe allow-list argument.
14985
14986         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14987         string.
14988
14989 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * gnus-art.el (gnus-default-article-saver): Add user-defined
14992         `function' to custom type.
14993
14994 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14995
14996         * imap.el (imap-open): Handle case where buffer is a buffer
14997         object.
14998
14999 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15000
15001         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15002         long lines.
15003         (gnus-cache-delete-group): Wrap doc strings.
15004
15005         * gnus-agent.el (gnus-agent-rename-group)
15006         (gnus-agent-delete-group): Wrap doc strings.
15007
15008 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * messagexmas.el (message-use-toolbar): Change the valid values
15011         into default, top, bottom, left, and right.
15012         (message-toolbar-thickness): New variable.
15013         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15014         well.
15015         (message-setup-toolbar): Make it work.
15016
15017         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15018         (gnus-use-toolbar): Change the valid values into default, top,
15019         bottom, left, and right.
15020         (gnus-toolbar-thickness): New variable.
15021         (gnus-xmas-setup-toolbar): New function.
15022         (gnus-xmas-setup-group-toolbar): Use it.
15023         (gnus-xmas-setup-summary-toolbar): Use it.
15024
15025 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15026
15027         * gnus-start.el (gnus-1): Add "native" to
15028         gnus-predefined-server-alist.
15029
15030         * gnus.el (gnus-method-to-server): Don't add "native" to the
15031         lists here, because that leads to problems when
15032         gnus-select-method is bound.
15033
15034 2005-11-09  Simon Josefsson  <jas@extundo.com>
15035
15036         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15037         use (not sort-by-date) instead.
15038
15039 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15040
15041         * gnus-delay.el (gnus-delay-group): Don't autoload.
15042         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15043         to be re-loaded when customizing the `gnus-delay' group.
15044
15045 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15046
15047         * message.el: Revert last changes.
15048         (message-insert-citation-line): Use newlines.
15049
15050 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15051
15052         * message.el (message-courtesy-message)
15053         (message-mark-insert-begin, message-mark-insert-end)
15054         (message-elide-ellipsis, message-cancel-message)
15055         (message-add-header, message-change-subject)
15056         (message-cross-post-followup-to-header)
15057         (message-cross-post-insert-note, message-reduce-to-to-cc)
15058         (message-widen-reply, message-delete-not-region)
15059         (message-kill-to-signature, message-insert-signature)
15060         (message-insert-importance-high, message-insert-importance-low)
15061         (message-insert-or-toggle-importance)
15062         (message-insert-disposition-notification-to)
15063         (message-indent-citation, message-yank-original)
15064         (message-cite-original-without-signature, message-cite-original)
15065         (message-insert-citation-line, message-position-on-field)
15066         (message-fix-before-sending, message-send-mail-partially)
15067         (message-send-mail, message-send-mail-with-sendmail)
15068         (message-send-mail-with-qmail, message-send-news)
15069         (message-check-news-header-syntax, message-generate-headers)
15070         (message-insert-courtesy-copy, message-fill-address)
15071         (message-fill-header, message-shorten-references)
15072         (message-setup-1, message-cancel-news)
15073         (message-forward-make-body-plain, message-forward-make-body-mime)
15074         (message-forward-make-body-mml, message-encode-message-body)
15075         (message-forward-make-body-digest-plain)
15076         (message-forward-make-body-digest-mime)
15077         (message-use-alternative-email-as-from): Insert `hard-newline'
15078         instead of ordinary newlines.
15079
15080 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * message.el (message-generate-headers): Downcase the argument
15083         given to message-check-element.
15084
15085 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15086
15087         * nntp.el (nntp-authinfo-rejected): New error condition.
15088         (nntp-wait-for): Use new error condition to signal authentication
15089         error.
15090         (nntp-retrieve-data): Rethrow new error condition to break out of
15091         recursive call to nntp-send-authinfo.
15092
15093 2005-11-08  Romain Francoise  <romain@orebokech.com>
15094
15095         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15096         (gnus-summary-exit-map): Bind to `Z p'.
15097         (gnus-summary-make-menu-bar): Add menu item.
15098
15099 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15100
15101         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15102         (gnus-treat-*): Add `first' in all doc strings.
15103
15104         * gnus-group.el (gnus-group-compact-group): Fix typo.
15105
15106 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * gnus.el (gnus-parameters-case-fold-search): New variable.
15109         (gnus-parameters-get-parameter): Use it.
15110
15111         * gnus-score.el (gnus-home-score-file): Doc fix.
15112
15113 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15114
15115         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15116
15117 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * mm-util.el (mm-special-display-p): New function.
15120
15121         * mml.el (mml-preview): Use it; doc fix.
15122
15123 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15124
15125         * imap.el (imap-open): Handle case where buffer is a buffer object.
15126
15127 2005-10-29  Romain Francoise  <romain@orebokech.com>
15128
15129         * message.el (message-fix-before-sending): Fix comment.
15130
15131 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15132
15133         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15134
15135 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15136
15137         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15138         Used in gnus-score.el.
15139
15140 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15141
15142         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15143
15144 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15147         whitespace removed in revision 7.8.  Use concatenated string to
15148         protect trailing whitespace.
15149
15150 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15151
15152         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15153         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15154         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15155         Courier IMAP ("some version from 2004").  Mostly based on similar
15156         code in the same function.
15157
15158 2005-10-26  Didier Verna  <didier@xemacs.org>
15159
15160         * gnus-group.el (gnus-group-compact-group): Invalidate original
15161         article buffer.
15162         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15163         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15164         NOV database and in article itself.
15165         Invalidate article backlog.
15166
15167 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15168
15169         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15170
15171 2005-10-26  Simon Josefsson  <jas@extundo.com>
15172
15173         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15174         part of 2004-07-25 change.
15175
15176 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * message.el (message-display-completion-list): New function.
15179         (message-expand-group): Use it; make sure the Completions buffer
15180         is modifiable.
15181 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15182
15183         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15184         user-mail-name is an empty string.
15185
15186 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15189         depending on gnus-score-decay-constant.
15190
15191         * encrypt.el (encrypt-insert-file-contents)
15192         (encrypt-write-file-contents): Don't use `gnus-message'.
15193
15194         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15195         arguments.
15196         (mm-uu-type-alist): Add message-marks and insert-marks.
15197         Pass arguments to mm-uu-verbatim-marks-extract.
15198         (mm-uu-hide-markers): New variable.
15199         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15200
15201         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15202         (gnus-convert-image-to-face-command): Use "convert" by default to
15203         allow other input image formats.
15204         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15205         accordingly.
15206
15207 2005-10-23  Simon Josefsson  <jas@extundo.com>
15208
15209         * imap.el (imap-gssapi-program): Align command line parameters
15210         with latest GNU SASL.
15211         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15212
15213 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15214
15215         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15216         HTML.
15217         (nnslashdot-request-article): Ditto.
15218
15219         * lpath.el (featurep): Add nobreak-char-display.
15220
15221 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15222
15223         * mail-source.el (mail-source-fetch-pop): Require pop3.
15224         (mail-source-check-pop): Ditto.
15225
15226 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15229         errors.
15230
15231 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15234         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15235
15236         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15237
15238         * mm-bodies.el (mm-decode-string):
15239         Call `mm-charset-to-coding-system' with allow-override argument.
15240
15241 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15244         (rfc2047-charset-to-coding-system): New function.
15245         (rfc2047-decode-encoded-words): New function.
15246         (rfc2047-decode-region): Use them.
15247         (rfc2047-decode-cte): Remove.
15248         (rfc2047-parse-and-decode): Remove.
15249         (rfc2047-decode): Remove.
15250
15251 2005-10-15  Kenichi Handa  <handa@m17n.org>
15252
15253         * rfc2047.el (rfc2047-decode-cte): New function.
15254         (rfc2047-decode-region): Change the way to decode successive
15255         encoded-words: decode B- or Q-encoding in each encoded-word,
15256         concatenate them, and decode it as charset.
15257
15258 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * lpath.el: Fbind codepage-setup for XEmacs.
15261
15262 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15263
15264         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15265         widget-move-and-invoke.
15266         (gnus-custom-mode): Use gnus-custom-map.
15267
15268 2005-10-15  Bill Wohler  <wohler@newt.com>
15269
15270         * message.el (message-tool-bar-map): Rename image file from
15271         mail_send to mail/send.
15272
15273 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15274
15275         * message.el (message-expand-group): Pass the common
15276         prefix substring of completion to `display-completion-list'.
15277
15278 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * mml-sec.el (mml-secure-method): New internal variable.
15281         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15282         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15283         New functions using mml-secure-method.
15284
15285         * mml.el (mml-mode-map): Add key bindings for those functions.
15286         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15287         Harder <harder@myrealbox.com>.
15288         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15289         Goto end of message if point is the headers of the message.
15290
15291         * message.el (message-in-body-p): New function.
15292
15293         * assistant.el: Autoload gnus-util and netrc.
15294
15295         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15296         Use `mm-charset-override-alist' only when decoding.
15297
15298         * mm-bodies.el (mm-decode-body):
15299         Call `mm-charset-to-coding-system' with allow-override argument.
15300
15301         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15302         `filename' from Content-Disposition if Content-Type doesn't
15303         provide `name'.
15304         (gnus-mime-view-part-as-type): Set default instead of
15305         initial-input.
15306
15307 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15308
15309         * format-spec.el (format-spec): Propagate text properties of % spec.
15310
15311 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15312
15313         * gnus-art.el (gnus-treat-predicate): Add `first'.
15314
15315 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15318         (mm-charset-override-alist): New variable.
15319         (mm-charset-to-coding-system): Use it.
15320         (mm-codepage-setup): New helper function.
15321         (mm-charset-eval-alist): New variable.
15322         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15323         Warn about unknown charsets.
15324
15325         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15326
15327 2005-10-04  David Hansen  <david.hansen@gmx.net>
15328
15329         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15330         (nnrss-check-group): Ditto.
15331
15332 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15333
15334         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15335         Rename x-gnus-verbatim to x-verbatim.
15336         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15337
15338         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15339         x-verbatim.
15340
15341         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15342
15343         * gnus-util.el (gnus-remove-duplicates): Remove.
15344
15345         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15346         instead of gnus-remove-duplicates.
15347
15348         * message.el (message-remove-duplicates): Remove.
15349         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15350         message-remove-duplicates.
15351
15352         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15353         available, else use implementation from `delete-dups'.
15354
15355         * message.el (message-insert-expires): New function.
15356         (message-mode-map): Add key binding.
15357         (message-mode-field-menu): Add menu entry.
15358         (message-mode): Document it.
15359         (message-make-expires-date): Use `message-make-date'.
15360
15361 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15362
15363         * message.el (message-make-expires-date): New function.
15364
15365 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * Makefile.in (list-installed-shadows): New entry.
15368         (install): Use it.
15369         (remove-installed-shadows): New entry.
15370
15371         * dgnushack.el (dgnushack-default-load-path): New variable.
15372         (dgnushack-find-lisp-shadows): New function.
15373         (dgnushack-remove-lisp-shadows): New function.
15374
15375 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * Makefile.in (install-el-elc): New entry.
15378         (install): Use it so that .el files are necessarily installed.
15379
15380 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15383
15384 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15385
15386         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15387         function rather than the diff-mode.el package.
15388         (mm-display-external): Use with-current-buffer.
15389         (mm-viewer-completion-map, mm-viewer-completion-map):
15390         Move initialization inside declaration.
15391
15392 2005-09-29  Simon Josefsson  <jas@extundo.com>
15393
15394         * spam.el: Load hashcash when compiling, to avoid warnings.
15395         Don't autoload mail-check-payment.
15396         (spam-check-hashcash): Define unconditionally, since hashcash.el
15397         is part of Gnus now.  Ignore errors from payment checking.
15398
15399 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * message.el (message-bold-region, message-unbold-region):
15402         Rename from `bold-region' and `unbold-region'.
15403
15404         * message.el: Remove useless autoloads.
15405
15406 2005-09-28  Simon Josefsson  <jas@extundo.com>
15407
15408         * message.el (message-use-idna): Default to t.
15409         (message-use-idna): Test whether encoding works too.  Doc fix.
15410
15411 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * nntp.el (nntp-warn-about-losing-connection): Remove.
15414
15415 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15418         customizable.  Change default value.
15419         (mm-uu-diff-groups-regexp): Change default value.
15420         (mm-uu-type-alist): Add doc string.
15421         (mm-uu-configure): Add doc string.  Make it interactive.
15422         (mm-uu-tex-groups-regexp): New variable.
15423         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15424         (mm-uu-type-alist): Add LaTeX documents.
15425         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15426         of "text/verbatim".
15427         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15428
15429         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15430         instead of "text/verbatim".
15431
15432         * message.el (message-mark-inserted-region)
15433         (message-mark-insert-file): Use slrn style marks when called with
15434         prefix argument.
15435
15436 2005-09-27  Simon Josefsson  <jas@extundo.com>
15437
15438         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15439
15440 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15441
15442         * message.el (message-remove-duplicates): New function.
15443         Implementation borrowed from `gnus-remove-duplicates'.
15444         (message-idna-to-ascii-rhs): Also encode idna addresses in
15445         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15446         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15447         only ask about the same idna domain once per header and also tell
15448         in what header to replace the idna domain.
15449
15450         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15451         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15452         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15453         a header is decoded and not just the last one.
15454
15455 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15458         has been decoded.
15459
15460         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15461         (mm-insert-part): Don't modify text if it has been decoded.
15462
15463         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15464         decoded.
15465
15466         * mm-view.el (mm-inline-text): Don't strip text props unless
15467         decoding enriched or richtext parts.
15468
15469 2005-09-25  Romain Francoise  <romain@orebokech.com>
15470
15471         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15472         * gnus-start.el (gnus-subscribe-interactively):
15473         * gnus-uu.el (gnus-uu-grab-articles):
15474         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15475         space.
15476
15477 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15478
15479         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15480         * mm-view.el (mm-view-pkcs7-decrypt):
15481         * gnus-sum.el (gnus-summary-limit-to-extra)
15482         (gnus-summary-respool-article, gnus-read-move-group-name):
15483         * gnus-score.el (gnus-summary-increase-score):
15484         * gnus-util.el (gnus-completing-read-with-default):
15485         * gnus-art.el (gnus-read-save-file-name)
15486         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15487         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15488         * message.el (message-check-news-header-syntax):
15489         Follow convention for reading with the minibuffer.
15490
15491 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * spam-report.el (spam-report-url-ping-plain):
15494         Use gnus-extended-version as User-Agent.
15495
15496         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15497         default value is nil.
15498
15499         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15500         (mm-uu-verbatim-marks-extract): New function.
15501         (mm-uu-extract): New face.
15502         (mm-uu-copy-to-buffer): Use it.
15503
15504         * spam-report.el (spam-report-gmane-ham): Rename from
15505         `spam-report-gmane-unspam'.
15506         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15507         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15508
15509         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15510         Autoload.
15511         (spam-report-gmane-unregister-routine):
15512         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15513
15514 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15515
15516         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15517         (spam-report-gmane-unregister-routine): Add support for gmane
15518         unregistration.
15519
15520         * spam-report.el (spam-report-gmane-unspam)
15521         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15522         (spam-report-gmane): Change to take a single article and do unspam
15523         registration.
15524
15525 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * mm-url.el (mm-url-decode-entities): Fix regexp.
15528
15529 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15530
15531         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15532         default to nil, to be able to use Gnus at all.  If the default
15533         switches to something else, then the function should be fixed not
15534         be exceedingly slow.
15535
15536 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15537
15538         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15539         fail hard.
15540
15541         * spam-report.el: Add better Keywords line.
15542
15543         * spam.el: Add Maintainer and better Keywords line.
15544
15545 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15546
15547         * gnus-art.el (gnus-article-replace-part)
15548         (gnus-mime-replace-part): New functions.
15549         (gnus-mime-action-alist, gnus-mime-button-commands)
15550         (gnus-mime-save-part-and-strip): Add file argument.
15551         (gnus-article-part-wrapper): Add interactive argument.
15552
15553         * gnus-sum.el (gnus-summary-mime-map):
15554         Add `gnus-article-replace-part'.
15555
15556 2005-09-19  Didier Verna  <didier@xemacs.org>
15557
15558         The nnml compaction feature:
15559         * nnml.el (nnml-request-compact-group): New function.
15560         * nnml.el (nnml-request-compact): New function.
15561         * gnus-int.el (gnus-request-compact-group): New function.
15562         * gnus-int.el (gnus-request-compact): New function.
15563         * gnus-group.el (gnus-group-compact-group): New function.
15564         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15565         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15566         * gnus-srvr.el (gnus-server-compact-server): New function.
15567         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15568         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15569
15570 2005-09-18  Deepak Goel  <deego@gnufans.org>
15571
15572         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15573         format spec.
15574
15575 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15578
15579 2005-09-15  Romain Francoise  <romain@orebokech.com>
15580
15581         * message.el (message-fill-paragraph): Clarify docstring.
15582
15583 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus-art.el (gnus-mime-display-part): Protect against broken
15586         MIME messages.
15587
15588 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15591         before parsing header.
15592
15593 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15594
15595         * html2text.el (html2text-replace-list): Add new entities.
15596
15597 2005-09-11  Romain Francoise  <romain@orebokech.com>
15598
15599         * message.el (message-alternative-emails): Improve docstring.
15600         (message-setup-1): Call `message-use-alternative-email-as-from'
15601         after `message-setup-hook' to give it precedence over posting
15602         styles, etc.
15603         (message-use-alternative-email-as-from): Add docstring.
15604         Remove the original From header if present.
15605
15606         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15607         (nnml-save-mail): Use it.
15608
15609         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15610         articles.  Add new argument `silent'.
15611         (gnus-uu-mark-all): Report the total number of marked articles.
15612
15613 2005-09-10  Romain Francoise  <romain@orebokech.com>
15614
15615         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15616         (gnus-uu-mark-series): Likewise.
15617
15618 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15619
15620         * spam-report.el (spam-report-gmane): Fix generation of spam
15621         report URL.
15622
15623 2005-09-10  Simon Josefsson  <jas@extundo.com>
15624
15625         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15626         t, based on discussion on the ding list with Robert Epprecht
15627         <epprecht@solnet.ch>.
15628
15629 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * spam-report.el (spam-report-gmane): Make it work without
15632         X-Report-Spam header.  Gmane now only provides Archived-At.
15633         This is only used if `spam-report-gmane-use-article-number' is nil.
15634         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15635
15636         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15637         make `gnus-summary-sort-by-recipient' work with threading.
15638
15639         * nnweb.el (nnweb-google-wash-article): Print a message if article
15640         is not available.
15641
15642 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15643
15644         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15645         change.  Decode text/* parts content before displaying.
15646
15647 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15650
15651 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15654
15655         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15656         url-package-name, url-package-version,
15657         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15658         w3m-display-inline-images, and w3m-minor-mode-map.
15659
15660 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * message.el (message-tab-body-function): Fix mismatched custom type.
15663
15664         * gnus.el (gnus-group-change-level-function): Ditto.
15665
15666         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15667
15668         * gnus-art.el (gnus-signature-limit)
15669         (gnus-article-mime-part-function): Ditto.
15670
15671 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * mml.el (mml-mode): Silence the byte compiler.
15674
15675         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15676         using `(sit-for 0)' before moving the point to the specified part;
15677         skip unbuttonized parts.
15678         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15679         return to the summary window if gnus-auto-select-part is non-nil.
15680
15681 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15684         New variables.
15685         (mml-dnd-attach-file, mml-mode): Use them.
15686
15687         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15688         Make fetching article by MID work again for Google Groups.
15689         Add FIXME concerning gnus-group-make-web-group.
15690
15691         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15692         Don't depend on Gnus by using mail-extract-address-components if
15693         gnus-extract-address-components is not bound.
15694
15695 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15696
15697         * gnus-art.el (gnus-mime-display-security): Don't display the
15698         signature, but only the signed part.
15699
15700 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15703
15704         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15705         list, not listp.
15706
15707 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15708
15709         * mm-encode.el (mm-encode-content-transfer-encoding):
15710         Likewise when encoding.
15711
15712         * mm-bodies.el (mm-decode-content-transfer-encoding):
15713         De-canonicalize CRLF for all text content types, not just
15714         text/plain.
15715
15716 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15719         valid article; point arrow and cursor at the MIME button.
15720
15721 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15724         Suggested by Dan Christensen <jdc@uwo.ca>.
15725
15726         * mm-decode.el (mm-save-part): Enable change of prompt.
15727
15728 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15729
15730         * gnus-msg.el (gnus-inews-add-send-actions):
15731         Make `message-post-method' lambda parameter ARG `&optional'.
15732
15733 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15734
15735         * gnus-sum.el (gnus-summary-mime-map):
15736         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15737         gnus-article-jump-to-part.
15738
15739         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15740         (gnus-article-edit-part): Use it.
15741         (gnus-article-part-wrapper): Add no-handle argument.
15742         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15743         New functions.
15744
15745 2005-08-29  Romain Francoise  <romain@orebokech.com>
15746
15747         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15748         docstring.
15749         (gnus-face-from-file): Likewise.
15750
15751 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15752
15753         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15754         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15755         non-nil.
15756         (gnus-auto-select-part): New variable.
15757         (gnus-article-jump-to-part): New function.
15758         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15759         (gnus-mime-delete-part): Allow selecting specified part after
15760         deleting or stripping parts.
15761         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15762         part if argument is bogus.
15763
15764 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15765
15766         * gnus-art.el (w3m-minor-mode-map):
15767         * gnus-spec.el (gnus-newsrc-file-version):
15768         * gnus-util.el (nnmail-active-file-coding-system)
15769         (gnus-original-article-buffer, gnus-user-agent):
15770         * gnus.el (gnus-ham-process-destinations)
15771         (gnus-parameter-ham-marks-alist)
15772         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15773         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15774         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15775         * mm-decode.el (gnus-current-window-configuration):
15776         * mm-extern.el (gnus-article-mime-handles):
15777         * mm-url.el (url-current-object, url-package-name)
15778         (url-package-version):
15779         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15780         (smime-keys, w3m-cid-retrieve-function-alist)
15781         (w3m-current-buffer, w3m-display-inline-images)
15782         (w3m-minor-mode-map):
15783         * mml-smime.el (gnus-extract-address-components):
15784         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15785         (gnus-newsrc-hashtb, message-default-charset)
15786         (message-deletable-headers, message-options)
15787         (message-posting-charset, message-required-mail-headers)
15788         (message-required-news-headers):
15789         * mml1991.el (mc-pgp-always-sign):
15790         * mml2015.el (mc-pgp-always-sign):
15791         * nnheader.el (nnmail-extra-headers):
15792         * rfc1843.el (gnus-decode-encoded-word-function)
15793         (gnus-decode-header-function, gnus-newsgroup-name):
15794         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15795
15796 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15797
15798         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15799         the end of the date treatments.
15800
15801 2005-08-15  Simon Josefsson  <jas@extundo.com>
15802
15803         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15804         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15805         Capello and Romain Francoise.
15806         (pgg-fetch-key-function): Remove, not used?
15807         (pgg-insert-url-with-w3): Require url, to get
15808         url-insert-file-contents regardless of where it is defined.
15809
15810 2005-08-13  Romain Francoise  <romain@orebokech.com>
15811
15812         * message.el (message-cite-original-1): New function.
15813         (message-cite-original): Use it.
15814         (message-cite-original-without-signature): Ditto.
15815
15816 2005-08-08  Romain Francoise  <romain@orebokech.com>
15817
15818         * message.el (message-yank-empty-prefix): New variable.
15819         (message-indent-citation): Use it.
15820         (message-cite-original-without-signature): Respect X-No-Archive.
15821
15822 2005-08-08  Simon Josefsson  <jas@extundo.com>
15823
15824         * pgg.el: Autoload url-insert-file-contents instead of loading
15825         w3/url.
15826         (pgg-insert-url-with-w3): Don't load url here.
15827
15828 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15829
15830         * message.el (message-kill-to-signature): Don't insert newline at
15831         bol.
15832         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15833
15834 2005-08-06  Romain Francoise  <romain@orebokech.com>
15835
15836         * message.el (message-user-fqdn): Fix typo in docstring.
15837
15838 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15839
15840         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15841
15842         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15843
15844 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * mm-bodies.el (mm-encode-body): Use coding system rather than
15847         charset to encode text.
15848
15849         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15850         number of charsets if utf-8 is available (XEmacs).
15851
15852 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15855         taken from `gnus-button-mid-or-mail-regexp'.
15856         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15857         (gnus-button-alist): Improve regexp for domain part of the MIDs
15858         for news:localpart@domain buttons.
15859         (gnus-button-ctan-directory-regexp): Update.
15860
15861 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * sieve-manage.el (sieve-manage-interactive-login):
15864         Use make-local-variable rather than make-variable-buffer-local.
15865         (sieve-manage-open): Ditto.
15866         (sieve-manage-authenticate): Ditto.
15867
15868         * mml.el (mml-generate-mime-1): Make the content type default to
15869         text/plain if the filename is not specified.
15870
15871 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15874         instead of insert-buffer.
15875
15876         * message.el (message-yank-original): Ditto; set the mark at the
15877         end of the yanked message.
15878
15879 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15882         lines to scroll rather than to stop it.
15883
15884         * mml.el (mml-generate-default-type): Add doc string.
15885         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15886         default to application/octet-stream when determining the content
15887         type if it is not specified for the part or the mml contents; add
15888         a comment about mml-generate-default-type.
15889
15890 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15891
15892         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15893         make it default to application/octet-stream when determining the
15894         content type if it is not specified for the external contents.
15895
15896 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15899         segmented parameter but also other parameters might be there.
15900
15901 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * mm-decode.el (mm-display-external): Delete temp file, directory
15904         and buffer immediately if the external process is exited.
15905
15906 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15909         fewer lines than that of scroll-margin.
15910         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15911
15912 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * gnus-art.el (gnus-article-next-page): Revert.
15915         (gnus-article-beginning-of-window): New macro.
15916         (gnus-article-next-page-1): Use it.
15917         (gnus-article-prev-page): Ditto.
15918         (gnus-article-edit-part): Use insert-buffer-substring instead of
15919         insert-buffer.
15920         (gnus-article-edit-exit): Ditto.
15921
15922         * gnus-util.el (gnus-beginning-of-window): Remove.
15923         (gnus-end-of-window): Remove.
15924
15925         * lpath.el: Don't bind header-line-format and scroll-margin.
15926
15927 2005-07-25  Simon Josefsson  <jas@extundo.com>
15928
15929         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15930         to have the url package without w3.  Reported by Daiki Ueno
15931         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15932
15933 2005-07-20  Didier Verna  <didier@xemacs.org>
15934
15935         * gnus-diary.el: Remove the description comment (nndiary is now
15936         properly documented in the Gnus manual).
15937         Fix the spelling of "Back End".
15938         * nndiary.el: Ditto.
15939         Fix the copyright notice.
15940
15941 2005-07-18  Romain Francoise  <romain@orebokech.com>
15942
15943         * gnus-sum.el (gnus-summary-to-prefix)
15944         (gnus-summary-newsgroup-prefix): New variables.
15945         (gnus-summary-from-or-to-or-newsgroups): Use them.
15946
15947 2005-07-17  Romain Francoise  <romain@orebokech.com>
15948
15949         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15950         space as it's generally not especially interesting to the user.
15951
15952 2005-07-16  Romain Francoise  <romain@orebokech.com>
15953
15954         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15955         nil to avoid prompting and file modification if one of the
15956         messages at the top of the nnfolder file contains a copyright
15957         notice.
15958         Update copyright notice.
15959
15960         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15961         instead of `current-time-string' as the latter creates a time
15962         string that is not RFC 2822 compliant (it lacks the zone).
15963         Update copyright notice.
15964
15965 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15966
15967         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15968         for text/rtf.  Display default in prompt.  Pass default for M-n.
15969
15970         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15971
15972 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15973
15974         * gnus-msg.el (gnus-button-mailto):
15975         Remove save-selected-window-window hackery because it relies on
15976         save-selected-window internals.
15977
15978 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15981         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15982         (gnus-article-prev-page): Ditto.
15983
15984         * gnus-util.el (gnus-beginning-of-window): New function.
15985         (gnus-end-of-window): New function.
15986
15987         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15988
15989 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15990
15991         * gnus-score.el (gnus-score-edit-all-score):
15992         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15993         gnus-message.
15994
15995 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15996
15997         * gnus-msg.el (gnus-button-mailto):
15998         Remove save-selected-window-window hackery because it relies on
15999         save-selected-window internals.
16000
16001 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16004         add-minor-mode.
16005         (gnus-binary-mode): Ditto.
16006
16007         * gnus-topic.el (gnus-topic-mode): Ditto.
16008
16009 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16010
16011         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16012         (gnus-article-prev-page): Take scroll-margin into consideration.
16013
16014 2005-07-04  Lute Kamstra  <lute@gnu.org>
16015
16016         Update FSF's address in GPL notices.
16017
16018 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16019
16020         * gnus.el (gnus-exit):
16021         * gnus-group.el (gnus-group-icons):
16022         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16023
16024         * gnus-nocem.el (gnus-nocem):
16025         * message.el (message-various, message-buffers, message-sending)
16026         (message-interface, message-forwarding, message-insertion)
16027         (message-headers, message-news, message-mail):
16028         * pgg-gpg.el (pgg-gpg):
16029         * pgg-parse.el (pgg-parse):
16030         * pgg-pgp.el (pgg-pgp):
16031         * pgg-pgp5.el (pgg-pgp5):
16032         * pop3.el (pop3): Finish `defgroup' description with period.
16033
16034 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * gnus-art.el (article-display-face): Improve the efficiency.
16037         (article-display-x-face): Ditto; remove grey x-face stuff.
16038
16039 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-art.el (article-display-face): Correct the position in
16042         which Faces are inserted.
16043
16044 2005-06-29  Didier Verna  <didier@xemacs.org>
16045
16046         * gnus-art.el (article-display-face): Display faces in correct
16047         order.
16048
16049 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16052         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16053         (gnus-nocem-check-article): Fetch the Type header.
16054         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16055         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16056         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16057         make sure gnus-nocem-hashtb is initialized.
16058         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16059         (gnus-nocem-unwanted-article-p): Ditto.
16060
16061         * pgg.el (pgg-verify): Return the verification result.
16062
16063 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16064
16065         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16066         is ascii.
16067
16068 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16069
16070         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16071         `show-nonbreak-escape'.
16072
16073 2005-06-23  Lute Kamstra  <lute@gnu.org>
16074
16075         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16076
16077         * dig.el (dig-mode):
16078         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16079
16080 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16081
16082         * nnimap.el (nnimap-split-download-body): Fix spellings.
16083
16084 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16085
16086         * gnus-art.el (gnus-article-encrypt-body):
16087         * gnus-cus.el (gnus-score-customize):
16088         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16089         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16090
16091 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16092
16093         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16094         header by looking for magic "MII" at the beginnig.
16095
16096 2005-06-16  Miles Bader  <miles@gnu.org>
16097
16098         * gnus-xmas.el (gnus-xmas-group-startup-message):
16099         Use renamed gnus-splash face.
16100
16101         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16102         (assistant-field-face): New backward-compatibility alias for renamed
16103         face.
16104         (assistant-render-text): Use renamed assistant-field face.
16105
16106         * spam.el (spam): Remove "-face" suffix from face name.
16107         (spam-face): New backward-compatibility alias for renamed face.
16108         (spam-face, spam-initialize): Use renamed spam face.
16109
16110         * message.el (message-header-to, message-header-cc)
16111         (message-header-subject, message-header-newsgroups)
16112         (message-header-other, message-header-name)
16113         (message-header-xheader, message-separator, message-cited-text)
16114         (message-mml): Remove "-face" suffix from face names.
16115         (message-header-to-face, message-header-cc-face)
16116         (message-header-subject-face, message-header-newsgroups-face)
16117         (message-header-other-face, message-header-name-face)
16118         (message-header-xheader-face, message-separator-face)
16119         (message-cited-text-face, message-mml-face):
16120         New backward-compatibility aliases for renamed faces.
16121         (message-font-lock-keywords): Use renamed message faces.
16122
16123         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16124         (sieve-test-commands, sieve-tagged-arguments):
16125         Remove "-face" suffix from face names.
16126         (sieve-control-commands-face, sieve-action-commands-face)
16127         (sieve-test-commands-face, sieve-tagged-arguments-face):
16128         New backward-compatibility aliases for renamed faces.
16129         (sieve-control-commands-face, sieve-action-commands-face)
16130         (sieve-test-commands-face, sieve-tagged-arguments-face):
16131         Use renamed sieve faces.
16132
16133         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16134         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16135         (gnus-group-news-3-empty, gnus-group-news-4)
16136         (gnus-group-news-4-empty, gnus-group-news-5)
16137         (gnus-group-news-5-empty, gnus-group-news-6)
16138         (gnus-group-news-6-empty, gnus-group-news-low)
16139         (gnus-group-news-low-empty, gnus-group-mail-1)
16140         (gnus-group-mail-1-empty, gnus-group-mail-2)
16141         (gnus-group-mail-2-empty, gnus-group-mail-3)
16142         (gnus-group-mail-3-empty, gnus-group-mail-low)
16143         (gnus-group-mail-low-empty, gnus-summary-selected)
16144         (gnus-summary-cancelled, gnus-summary-high-ticked)
16145         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16146         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16147         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16148         (gnus-summary-low-undownloaded)
16149         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16150         (gnus-summary-low-unread, gnus-summary-normal-unread)
16151         (gnus-summary-high-read, gnus-summary-low-read)
16152         (gnus-summary-normal-read, gnus-splash):
16153         Remove "-face" suffix from face names.
16154         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16155         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16156         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16157         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16158         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16159         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16160         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16161         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16162         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16163         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16164         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16165         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16166         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16167         (gnus-summary-normal-ticked-face)
16168         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16169         (gnus-summary-normal-ancient-face)
16170         (gnus-summary-high-undownloaded-face)
16171         (gnus-summary-low-undownloaded-face)
16172         (gnus-summary-normal-undownloaded-face)
16173         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16174         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16175         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16176         (gnus-splash-face):
16177         New backward-compatibility aliases for renamed faces.
16178         (gnus-group-startup-message): Use renamed gnus faces.
16179
16180         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16181         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16182         (gnus-server-agent): Remove "-face" suffix from face names.
16183         (gnus-server-agent-face, gnus-server-opened-face)
16184         (gnus-server-closed-face, gnus-server-denied-face)
16185         (gnus-server-offline-face):
16186         New backward-compatibility aliases for renamed faces.
16187         (gnus-server-agent-face, gnus-server-opened-face)
16188         (gnus-server-closed-face, gnus-server-denied-face)
16189         (gnus-server-offline-face): Use renamed gnus faces.
16190
16191         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16192         Remove "-face" suffix from face names.
16193         (gnus-picon-xbm-face, gnus-picon-face):
16194         New backward-compatibility aliases for renamed faces.
16195
16196         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16197         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16198         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16199         (gnus-cite-11): Remove "-face" suffix from face names.
16200         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16201         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16202         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16203         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16204         New backward-compatibility aliases for renamed faces.
16205         (gnus-cite-attribution-face, gnus-cite-face-list)
16206         (gnus-article-boring-faces): Use renamed gnus faces.
16207
16208         * gnus-art.el (gnus-signature, gnus-header-from)
16209         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16210         (gnus-header-content): Remove "-face" suffix from face names.
16211         (gnus-signature-face, gnus-header-from-face)
16212         (gnus-header-subject-face, gnus-header-newsgroups-face)
16213         (gnus-header-name-face, gnus-header-content-face):
16214         New backward-compatibility aliases for renamed faces.
16215         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16216
16217         * gnus-sum.el (gnus-summary-selected-face)
16218         (gnus-summary-highlight): Use renamed gnus faces.
16219         * gnus-group.el (gnus-group-highlight): Likewise.
16220
16221 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16222
16223         * gnus-sieve.el (gnus-sieve-article-add-rule):
16224         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16225         * spam-stat.el (spam-stat-buffer-change-to-spam)
16226         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16227
16228         * message.el (message-is-yours-p):
16229         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16230
16231 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * mm-view.el (mm-inline-text): Withdraw the last change.
16234
16235 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16238         executing enriched-decode.
16239
16240 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16243         charset of tar files.
16244
16245 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16246
16247         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16248
16249 2005-06-04  Lute Kamstra  <lute@gnu.org>
16250
16251         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16252         information is never recorded.
16253
16254 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16255
16256         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16257
16258 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * pop3.el (pop3-apop): Run md5 in the binary mode.
16261
16262         * starttls.el (starttls-set-process-query-on-exit-flag):
16263         Use eval-and-compile.
16264
16265 2005-05-31  Simon Josefsson  <jas@extundo.com>
16266
16267         * smime.el (smime-replace-in-string): Define.
16268         (smime-cert-by-ldap-1): Use it.
16269
16270 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * gnus-art.el (article-display-x-face): Replace
16273         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16274
16275         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16276         set-process-query-on-exit-flag or process-kill-without-query.
16277
16278         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16279         loop instead of replace-regexp.
16280
16281         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16282         instead of process-kill-without-query if it is available.
16283
16284         * lpath.el: Fbind ldap-search-entries.
16285
16286         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16287         instead of find-file-hooks if it is available.
16288
16289         * mml1991.el: Bind pgg-default-user-id when compiling.
16290
16291         * mml2015.el: Bind pgg-default-user-id when compiling.
16292
16293         * nndraft.el (nndraft-request-associate-buffer):
16294         Use write-contents-functions instead of write-contents-hooks if it is
16295         available.
16296
16297         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16298         instead of find-file-hooks if it is available.
16299
16300         * nntp.el (nntp-open-connection): Replace
16301         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16302         (nntp-open-ssl-stream): Ditto.
16303         (nntp-open-tls-stream): Ditto.
16304
16305         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16306         set-process-query-on-exit-flag or process-kill-without-query.
16307         (starttls-open-stream-gnutls): Use it instead of
16308         process-kill-without-query.
16309         (starttls-open-stream): Ditto.
16310
16311 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16312
16313         * smime.el (smime-cert-by-ldap-1): Don't use
16314         replace-regexp-in-string.
16315
16316 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16317
16318         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16319
16320         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16321         in PEM format.  Adjust to the XEmacs compatibility.
16322
16323 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16326         by `string-to-number'.
16327         * gnus-agent.el (gnus-agent-regenerate-group)
16328         (gnus-agent-fetch-articles): Ditto.
16329         * gnus-art.el (gnus-button-fetch-group): Ditto.
16330         * gnus-cache.el (gnus-cache-generate-active)
16331         (gnus-cache-articles-in-group): Ditto.
16332         * gnus-group.el (gnus-group-set-current-level)
16333         (gnus-group-insert-group-line): Ditto.
16334         * gnus-score.el (gnus-score-set-expunge-below)
16335         (gnus-score-set-mark-below, gnus-summary-score-effect)
16336         (gnus-summary-score-entry): Ditto.
16337         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16338         (gnus-soup-pack): Ditto.
16339         * gnus-spec.el (gnus-xmas-format): Ditto.
16340         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16341         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16342         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16343         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16344         * nndb.el (nndb-get-remote-expire-response): Ditto.
16345         * nndiary.el (nndiary-parse-schedule-value)
16346         (nndiary-string-to-number, nndiary-request-replace-article)
16347         (nndiary-request-article): Ditto.
16348         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16349         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16350         * nneething.el (nneething-make-head): Ditto.
16351         * nnfolder.el (nnfolder-request-article)
16352         (nnfolder-retrieve-headers): Ditto.
16353         * nnheader.el (nnheader-file-to-number): Ditto.
16354         * nnkiboze.el (nnkiboze-request-article): Ditto.
16355         * nnmail.el (nnmail-process-unix-mail-format)
16356         (nnmail-process-babyl-mail-format): Ditto.
16357         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16358         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16359         (nnmh-request-create-group, nnmh-request-list-1)
16360         (nnmh-request-group, nnmh-request-article): Ditto.
16361         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16362         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16363         * nnsoup.el (nnsoup-make-active): Ditto.
16364         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16365         * nntp.el (nntp-find-group-and-number)
16366         (nntp-retrieve-headers-with-xover): Ditto.
16367         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16368         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16369         (pgg-format-key-identifier): Ditto.
16370         * pop3.el (pop3-last, pop3-stat): Ditto.
16371         * qp.el (quoted-printable-decode-region): Ditto.
16372
16373         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16374         of concat.
16375
16376 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16377
16378         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16379
16380         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16381
16382         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16383
16384         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16385
16386         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16387
16388         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16389
16390         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16391         (gnus-carpal-mode): Ditto.
16392
16393         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16394         (gnus-browse-mode): Ditto.
16395
16396         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16397
16398         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16399
16400 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16401
16402         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16403
16404 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * gnus-util.el (gnus-run-mode-hooks): New function.
16407
16408         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16409
16410         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16411         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16412
16413 2005-05-27  Lute Kamstra  <lute@gnu.org>
16414
16415         * dns-mode.el (dns-mode): Specify customization group.
16416
16417 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16418
16419         * gnus-agent.el (gnus-agent-make-mode-line-string):
16420         Use mode-line-highlight as mouse-face.
16421
16422 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * canlock.el (canlock): Change the parent group to news.
16425
16426         * deuglify.el (gnus-outlook-deuglify): Add :group.
16427
16428         * dig.el (dig): Add :group.
16429
16430         * dns-mode.el (dns-mode): Add :group.
16431
16432         * encrypt.el (encrypt): Add :group.
16433
16434         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16435         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16436         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16437         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16438         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16439
16440         * gnus-diary.el (gnus-diary): Add :group.
16441
16442         * gnus.el (gnus-group-news-1-face): Add :group.
16443         (gnus-group-news-1-empty-face): Ditto.
16444         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16445         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16446         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16447         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16448         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16449         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16450         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16451         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16452         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16453         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16454         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16455         (gnus-summary-high-ticked-face): Ditto.
16456         (gnus-summary-low-ticked-face): Ditto.
16457         (gnus-summary-normal-ticked-face): Ditto.
16458         (gnus-summary-high-ancient-face): Ditto.
16459         (gnus-summary-low-ancient-face): Ditto.
16460         (gnus-summary-normal-ancient-face): Ditto.
16461         (gnus-summary-high-undownloaded-face): Ditto.
16462         (gnus-summary-low-undownloaded-face): Ditto.
16463         (gnus-summary-normal-undownloaded-face): Ditto.
16464         (gnus-summary-high-unread-face): Ditto.
16465         (gnus-summary-low-unread-face): Ditto.
16466         (gnus-summary-normal-unread-face): Ditto.
16467         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16468         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16469
16470         * hashcash.el (hashcash): New custom group.
16471         (hashcash-default-payment): Add :group.
16472         (hashcash-payment-alist): Ditto.
16473         (hashcash-default-accept-payment): Ditto.
16474         (hashcash-accept-resources): Ditto.
16475         (hashcash-path): Ditto.
16476         (hashcash-extra-generate-parameters): Ditto.
16477         (hashcash-double-spend-database): Ditto.
16478         (hashcash-in-news): Ditto.
16479
16480         * message.el (message-minibuffer-local-map): Add :group.
16481
16482         * netrc.el (netrc): Add :group.
16483
16484         * sieve-manage.el (sieve-manage-log): Add :group.
16485         (sieve-manage-default-user): Diito.
16486         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16487         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16488         (sieve-manage-authenticators): Ditto.
16489         (sieve-manage-authenticator-alist): Ditto.
16490         (sieve-manage-default-port): Ditto.
16491
16492         * sieve-mode.el (sieve-control-commands-face): Add :group.
16493         (sieve-action-commands-face): Ditto.
16494         (sieve-test-commands-face): Ditto.
16495         (sieve-tagged-arguments-face): Ditto.
16496
16497         * smime.el (smime): Add :group.
16498
16499         * spam-report.el (spam-report): Add :group.
16500
16501         * spam.el (spam, spam-face): Add :group.
16502
16503 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16504
16505         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16506         return \n.\n.\n at the end of articles.  Protect against that.
16507         (nntp-with-open-group): Allow debugging.
16508
16509         * nnheader.el (mail-header-set-extra): Make into a function
16510         because I just could't understand how to quote the list properly.
16511
16512         * dns.el (query-dns-cached): New function.
16513
16514 2005-05-26  Lute Kamstra  <lute@gnu.org>
16515
16516         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16517
16518 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16521
16522         * gnus-art.el: Don't autoload mail-extract-address-components.
16523
16524         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16525         eval-and-compile to evaluate it.
16526
16527         * hashcash.el: Don't autoload executable-find.
16528
16529         * nndb.el: Don't declare the nndb back end two or more times; don't
16530         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16531
16532         * nntp.el: Autoload format-spec instead of format; use
16533         eval-and-compile to evaluate autoload forms.
16534
16535 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16536
16537         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16538
16539 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16540
16541         * gnus.el (gnus-version-number): Bump version.
16542
16543 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16544
16545         * gnus.el: No Gnus v0.3 is released.
16546
16547 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16548
16549         * lpath.el (featurep): Bind show-nonbreak-escape.
16550
16551 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-art.el (gnus-article-edit-part): Disable undo.
16554
16555 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16558         gnus-article-date-lapsed-new-header is t if date timer is active;
16559         skip headers in which the original date value is empty.
16560         (gnus-article-save-original-date): Redefine it as a macro.
16561         (gnus-display-mime): Use it.
16562
16563 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus-art.el (article-date-ut): Support converting date in
16566         forwarded parts as well.
16567         (gnus-article-save-original-date): New function.
16568         (gnus-display-mime): Use it.
16569
16570 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16571
16572         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16573         enclosure element of <item>.
16574
16575 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16576
16577         * message.el (message-kill-buffer-query): Rename from
16578         `message-kill-buffer-query-if-modified'.  Add :version.
16579
16580 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16583         window layout.
16584
16585 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * mml.el: Autoload dnd when compiling.
16588
16589 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16592         x-dnd-*.
16593
16594 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * qp.el (quoted-printable-encode-region): Save excursion.
16597
16598 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16599
16600         * message.el (message-kill-buffer-query-if-modified): Add new variable
16601         so the user can kill a modified message buffer quickly.
16602         (message-kill-buffer): Use it.
16603
16604 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * lpath.el: Fbind display-time-event-handler; don't fbind
16607         string-to-multibyte.
16608
16609         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16610
16611 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16614         contained in text because xml.el decodes entities) with LFs.
16615
16616 2005-04-11  Lute Kamstra  <lute@gnu.org>
16617
16618         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16619         differently.
16620
16621 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16622
16623         * mm-util.el (mm-detect-coding-region): Typo.
16624
16625 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16628
16629 2005-04-06  Deepak Goel  <deego@gnufans.org>
16630
16631         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16632         user-function allow user modifications of the scores.
16633         (spam-stat-score-buffer-user): New function, to allow
16634         user-computed modifications to the score.
16635         (spam-stat-score-buffer-user-functions): List of additional
16636         scoring functions.
16637         (spam-stat-error-holder): Global temporary error holder.
16638         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16639         variable.
16640
16641 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16642
16643         * gnus-registry.el (gnus-registry-clean-empty-function)
16644         (gnus-registry-trim, gnus-registry-fetch-groups)
16645         (gnus-registry-delete-group): Groups that match
16646         `gnus-registry-ignored-groups' are removed from the registry
16647         entries, not just ignored for splitting.  This helps clean up the
16648         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16649         to get all the groups a message ID is in.
16650
16651         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16652         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16653         (spam-stat-score-buffer-user-functions): Add :number custom type.
16654
16655 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16658         argument in XEmacs.
16659
16660         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16661         (nnrss-request-group): Decode group name first.
16662         (nnrss-request-article): Make a text/plain article if mml-to-mime
16663         failed.
16664         (nnrss-get-encoding): Return a compatible encoding according to
16665         nnrss-compatible-encoding-alist.
16666         (nnrss-find-el): Use consp instead of listp.
16667         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16668
16669 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16672         which Emacs 20 doesn't support.
16673         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16674
16675 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16678         silence the byte compiler inside the defun.
16679
16680         * gnus-demon.el (parse-time-string): Add autoload.
16681
16682         * gnus-delay.el (parse-time-string): Add autoload.
16683
16684         * gnus-art.el (parse-time-string): Add autoload.
16685
16686         * nnultimate.el (parse-time): Require for `parse-time-string'.
16687
16688 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16691
16692         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16693
16694         * smime.el (smime-ldap-host-list): Add :version.
16695
16696 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16697
16698         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16699         pass it to `gnus-browse-read-group'.
16700         (gnus-browse-read-group): Add NUMBER argument and pass it to
16701         `gnus-group-read-ephemeral-group'.
16702
16703         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16704         argument and pass it to `gnus-group-read-group'.
16705
16706 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16707
16708         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16709         mm-xemacs-find-mime-charset-1 if we have the mule feature
16710         available at runtime.
16711
16712 2005-03-25  Werner Lemberg  <wl@gnu.org>
16713
16714         * nnmaildir.el: Replace `illegal' with `invalid'.
16715
16716 2005-03-23  Lute Kamstra  <lute@gnu.org>
16717
16718         * time-date.el: Add comment on time value formats.
16719         Don't require parse-time.
16720         (with-decoded-time-value): New macro.
16721         (encode-time-value): New function.
16722         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16723         (days-to-time): Return a valid time value when arg is huge.
16724         (time-since): Use time-subtract.
16725         (time-to-number-of-days): Use time-to-seconds.
16726
16727 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16728
16729         * gnus-start.el (gnus-display-time-event-handler):
16730         Check display-time-timer at runtime rather than only at load time
16731         in case display-time-mode is turned off in the mean time.
16732
16733 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16736         used.
16737
16738         * nneething.el (nneething-map-file-directory): Derive from
16739         `gnus-directory'.
16740
16741         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16742         the To/Cc button.
16743
16744 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16745
16746         * nnmaildir.el (nnmaildir-request-accept-article):
16747         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16748
16749 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16750
16751         * gnus-async.el: Require timer-funcs at compile time when in
16752         XEmacs for `run-with-idle-timer'.
16753
16754 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16755
16756         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16757         autoloaded function.
16758
16759 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16760
16761         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16762
16763 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16764
16765         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16766
16767 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16768
16769         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16770         Add gnus-expert-user to default.
16771
16772 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16773
16774         * nnimap.el (nnimap-open-server): Ditto.
16775
16776         * imap.el (imap-authenticate): Fix typo.
16777
16778 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16779
16780         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16781         buffer (since IMAP server might return FETCH response out of
16782         order, and the nntp buffer must be sorted).
16783
16784 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16785
16786         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16787         comparison on string.
16788
16789         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16790         (gnus-agent-score): Rename category keywords to match gnus-cus.
16791         (gnus-agent-summary-fetch-series): Modify to protect against
16792         gnus-agent-summary-fetch-group clearing processable flags.
16793         (gnus-agent-synchronize-group-flags): Update live group buffer as
16794         synchronization may occur due to the user toggle the plugged
16795         status.
16796         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16797         successfully downloaded.
16798         (gnus-agent-expire-group-1): Avoid using markers when the overview
16799         is in ascending order; greatly improves performance.
16800         (gnus-agent-regenerate-group):
16801         Use gnus-agent-synchronize-group-flags to reset read status in both
16802         gnus and server.
16803         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16804
16805 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * message.el: Don't autoload former message-utils variables.
16808         (message-strip-subject-trailing-was): Change doc string.
16809
16810         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16811         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16812         (nnweb-google-search): Add "hl=en" here.
16813         (nnweb-google-parse-1, nnweb-google-create-mapping):
16814         Don't hardcode URL.
16815
16816 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * message.el (message-get-reply-headers, message-followup):
16819         Mention related variables `message-use-followup-to' and
16820         `message-use-mail-followup-to', in the information buffer.
16821
16822         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16823         of broken groups(-beta).google.com.
16824
16825 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16826
16827         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16828         parameter to invoked gnus-request-move-article; remove the
16829         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16830         all at once instead of once per article.
16831         (gnus-summary-remove-process-mark): Accept a list of articles as
16832         well as a single article for processing.
16833
16834         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16835         parameter.
16836
16837         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16838
16839         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16840
16841         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16842         parameter.
16843
16844         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16845         parameter.
16846
16847         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16848         parameter and remove the gnus-sum-hint-move-is-internal variable.
16849
16850         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16851         parameter.
16852
16853         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16854         parameter.
16855
16856         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16857         parameter.
16858
16859         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16860
16861         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16862         parameter.
16863
16864         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16865         parameter.
16866
16867 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16868
16869         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16870         a more conservative way.
16871
16872 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16873
16874         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16875         buffer, so it moves the window's cursor.
16876
16877 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16878
16879         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16880         `mm-dissect-multipart' and receive the from field as an (optional)
16881         argument from `mm-dissect-multipart'.
16882         (mm-dissect-multipart): Receive the from field as an argument and
16883         pass it on when we call `mm-dissect-buffer' on MIME parts.
16884         Fixes verification/decryption of signed/encrypted MIME parts.
16885
16886 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16887
16888         * gnus-sum.el (gnus-summary-move-article):
16889         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16890         whatever it calls (right now, only nnimap-request-move article
16891         respects it).
16892
16893         * nnimap.el (nnimap-request-move-article):
16894         When gnus-sum-hint-move-is-internal is set, don't do the extra
16895         nnimap-request-article.
16896
16897 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16898
16899         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16900
16901         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16902         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16903
16904         * gnus-sum.el (gnus-summary-caesar-message):
16905         Apply `gnus-treat-article' after rotation.
16906
16907         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16908         doc string.
16909
16910 2005-02-22  Simon Josefsson  <jas@extundo.com>
16911
16912         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16913         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16914         <arne@arnested.dk>.
16915         (encrypt): Add password-cache and password-cache-expiry as group
16916         members.
16917
16918 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16919
16920         * smime.el (smime-ldap-host-list): Doc fix.
16921         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16922         cache) password.
16923         (smime-sign-region): Use it.
16924         (smime-decrypt-region): Use it.
16925         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16926         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16927         fails.
16928         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16929         certificate from DER to PEM format rather than calling openssl.
16930
16931         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16932
16933         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16934         for signing/encryption.
16935
16936         * mml.el (mml-parse-1): Use them.
16937
16938 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16939
16940         * nnrss.el (nnrss-verbose): Remove.
16941         (nnrss-request-group): Use `nnheader-message' instead.
16942
16943 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16944
16945         * nnrss.el (nnrss-verbose): New variable.
16946         (nnrss-request-group): Make it say nnrss is requesting a group.
16947
16948 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16951         Handle news URL with given port correctly.
16952
16953 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16956         containing special characters.
16957
16958         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16959
16960         * mml.el (mime-to-mml): Ditto.
16961
16962         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16963         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16964         (rfc2047-decode-region): Quote decoded words containing special
16965         characters when rfc2047-quote-decoded-words-containing-tspecials
16966         is non-nil.
16967
16968 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16969
16970         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16971
16972         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16973
16974 2005-02-15  Simon Josefsson  <jas@extundo.com>
16975
16976         * nnimap.el (nnimap-debug): Doc fix.
16977
16978         * imap.el (imap-debug): Doc fix.
16979
16980 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16983
16984 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * gnus.el (spam-contents): Improve docs for spam-contents
16987         parameter in its variable incarnation.
16988
16989 2005-02-14  Simon Josefsson  <jas@extundo.com>
16990
16991         * smime-ldap.el: Use require instead of load-library for ldap.
16992         (smime-ldap-search): Indent.
16993         (smime-ldap-search-internal): Shorten line.
16994
16995         * smime.el (smime-cert-by-dns): Add doc-string.
16996         (smime-cert-by-ldap-1): Indent.
16997
16998         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16999         mml-smime-get-dns-ldap.
17000         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17001
17002 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17003
17004         * smime.el: Require smime-ldap.
17005         (smime-ldap-host-list): New variable.
17006         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17007
17008         * mml-smime.el (mml-smime-encrypt-query): New function.
17009         (mml-smime-encrypt-query): Use it.
17010
17011         * smime-ldap.el: New file.
17012
17013 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17014
17015         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17016
17017 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17018
17019         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17020         argument in doc string.  Make query for type more clear.
17021
17022 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17023
17024         * gnus.el (gnus-group-startup-message): Search for gnus images in
17025         etc/images/gnus.
17026         * mm-util.el (mm-image-load-path): Likewise.
17027         * smiley.el (smiley-data-directory): Search for smilies in
17028         etc/images/smilies.
17029
17030 2005-02-09  Kim F. Storm  <storm@cua.dk>
17031
17032         Change Emacs release version from 21.4 to 22.1 throughout.
17033         Change Emacs development version from 21.3.50 to 22.0.50.
17034
17035 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17038
17039         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17040         non-Mule XEmacs as well.
17041         (mm-decompress-buffer): Signal an error intentionally if it does
17042         not decompress compressed data because auto-compression-mode is
17043         disabled.
17044
17045 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17046
17047         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17048         an ID in the registry even if it has no groups.
17049
17050 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17053         merge it into mm-decompress-buffer.
17054         (gnus-mime-copy-part): Use the MIME part charset, the value which
17055         a user specified or gnus-newsgroup-charset for decoding, like
17056         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17057         save-buffer what was used.  Suggested by Kevin Ryde
17058         <user42@zip.com.au>.
17059         (gnus-mime-inline-part): Allow the name parameter as well as the
17060         filename parameter; force decompressing of compressed data; always
17061         display contents being not decoded as unibyte.
17062
17063         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17064         as well as the filename parameter.
17065
17066         * mm-util.el (mm-decompress-buffer):
17067         Merge gnus-mime-jka-compr-maybe-uncompress.
17068         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17069         of compressed data.
17070
17071 2005-02-08  Simon Josefsson  <jas@extundo.com>
17072
17073         * imap.el (imap-log): Doc fix.
17074
17075 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17078         the coding cookies; decompress compressed parts.
17079
17080         * mml.el (mml-generate-mime-1): Add the charset parameter according
17081         to the value which a user specified manually or the coding cookie.
17082
17083         * mm-util.el (mm-string-to-multibyte): New function.
17084         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17085         (mm-coding-system-to-mime-charset): New function.
17086         (mm-decompress-buffer): New function.
17087         (mm-find-buffer-file-coding-system): New function.
17088
17089         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17090         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17091         parts.
17092
17093 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17094
17095         * mm-view.el (mm-display-inline-fontify): Decode a part according
17096         to the charset parameter.
17097
17098 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17101         prefix arg is neither nil nor a number, as info specifies.
17102
17103 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17106         timestamps.
17107
17108 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17109
17110         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17111         groups error checking and notify user.
17112
17113 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17114
17115         * message.el (message-send-mail-function): Check existence of
17116         sendmail-program first before using default value
17117         `message-send-mail-with-sendmail'.  Otherwise use more generic
17118         `smtpmail-send-it'.
17119
17120 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * nntp.el (nntp-request-update-info): Always return nil.
17123
17124 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17125
17126         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17127
17128 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17129
17130         * message.el (message-beginning-of-line): Change the behavior when
17131         invoked between BOL and : so that it first moves backward.
17132
17133 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17136         article buffer when editing of the article is discarded.
17137         (gnus-article-prepare): Revert.
17138
17139 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * gnus-art.el (gnus-article-prepare):
17142         Remove message-strip-forbidden-properties from the local hook.
17143
17144 2005-01-27  Simon Josefsson  <jas@extundo.com>
17145
17146         * password.el (password-cache-add): Only start one timer per key.
17147         Reported by Derek Atkins <warlord@MIT.EDU>.
17148
17149 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17150
17151         * run-at-time.el: Remove.  It is no longer needed as
17152         timer-funcs.el in the xemacs-base package has a working version of
17153         `run-at-time'.
17154
17155         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17156
17157         * password.el: Require timer-funcs instead of run-at-time in
17158         XEmacs.
17159         Remove `password-run-at-time' macro.
17160         (password-cache-add): Use `run-at-time' instead of
17161         `password-run-at-time'.
17162
17163         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17164         Remove `nnheader-cancel-function-timers' alias,
17165         `cancel-function-timers' exists in XEmacs in timer-funcs.
17166
17167         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17168         for `run-with-idle-timer'.
17169
17170         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17171         for `run-at-time'.
17172
17173         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17174         for `with-timeout'.
17175
17176         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17177         the same as for XEmacs 21.4.
17178         No need to ignore `run-with-idle-timer', this function exists in
17179         XEmacs now in timer-funcs.el in the xemacs-base package.
17180         (dgnushack-compile): No need to delete
17181         run-at-time.el from the list of files to compile because it
17182         doesn't exist anymore.
17183
17184 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17187         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17188
17189 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17190
17191         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17192         sensitively.
17193
17194 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17195
17196         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17197
17198 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17201         which will be inserted according to the multibyteness of a buffer
17202         rather than the type of contents.  Suggested by ARISAWA Akihiro
17203         <ari@mbf.ocn.ne.jp>.
17204
17205         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17206         of string which old xml.el may return rather than a string.
17207
17208 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17211
17212 2005-01-16  Simon Josefsson  <jas@extundo.com>
17213
17214         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17215         idn/idna.el isn't available.
17216         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17217         <michael@waxrat.com>.
17218
17219         * hashcash.el: Remove non-FSF copyright header.
17220
17221         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17222         (hashcash-generate-payment): Use it.
17223         (hashcash-generate-payment-async): Use it.
17224
17225 2005-01-15  Simon Josefsson  <jas@extundo.com>
17226
17227         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17228         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17229
17230         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17231         gnus-summary-idna-message.
17232         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17233         (gnus-summary-idna-message): New function.
17234
17235 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17238         gnus-novice-user.
17239
17240 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * nnrss.el (nnrss-request-delete-group): Delete entries in
17243         nnrss-group-alist as well.
17244         (nnrss-save-server-data): Insert newline.
17245
17246 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17247
17248         * gnus.el (gnus-user-agent): Use list of symbols instead of
17249         symbols.  Display full version number for (S)XEmacs.
17250         Optionally display (S)XEmacs codename.
17251
17252         * gnus-util.el (gnus-emacs-version): Update for new
17253         `gnus-user-agent'.
17254
17255         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17256         Gnus version.
17257
17258 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17259
17260         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17261         which is unreadable in some setups.
17262
17263 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17264
17265         * gnus-spec.el (gnus-update-format-specifications): Flush the
17266         group format spec cache if it doesn't support decoded group names.
17267
17268 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17269
17270         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17271         Allow to apply decay on score files matching a regexp.
17272
17273 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17276         compatibility in %g and %c.
17277
17278 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17281         name for only %g and %c.
17282         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17283         of gnus-tmp-group to decoded group name.
17284         (gnus-group-make-rss-group): Exclude `/'s from group names.
17285
17286 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17287
17288         * nnrss.el (nnrss-get-encoding): Fix regexp.
17289
17290 2004-12-27  Simon Josefsson  <jas@extundo.com>
17291
17292         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17293         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17294         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17295
17296 2004-12-17  Kim F. Storm  <storm@cua.dk>
17297
17298         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17299
17300         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17301
17302 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17303
17304         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17305
17306 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * nnrss.el: Require rfc2047 and mml.
17309         (nnrss-file-coding-system): New variable.
17310         (nnrss-format-string): Redefine it as an inline function.
17311         (nnrss-decode-group-name): New function.
17312         (nnrss-string-as-multibyte): Remove.
17313         (nnrss-retrieve-headers): Decode group name; don't use
17314         nnrss-format-string.
17315         (nnrss-request-group): Decode group name.
17316         (nnrss-request-article): Decode group name; allow a Message-ID as
17317         well as an article number; don't use nnrss-format-string; encode a
17318         Message-ID string which may contain non-ASCII characters; use
17319         mml-to-mime to compose a MIME article.
17320         (nnrss-request-expire-articles): Decode group name.
17321         (nnrss-request-delete-group): Decode group name.
17322         (nnrss-fetch): Clarify error message.
17323         (nnrss-read-server-data): Use insert-file-contents instead of load;
17324         bind file-name-coding-system; use multibyte buffer.
17325         (nnrss-save-server-data): Bind coding-system-for-write to the
17326         value of nnrss-file-coding-system; bind file-name-coding-system;
17327         add coding cookie.
17328         (nnrss-read-group-data): Use insert-file-contents instead of load;
17329         bind file-name-coding-system; use multibyte buffer.
17330         (nnrss-save-group-data): Bind coding-system-for-write to the
17331         value of nnrss-file-coding-system; bind file-name-coding-system.
17332         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17333         make it work with non-ASCII text.
17334         (nnrss-find-el): Make it work with old xml.el as well.
17335
17336 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17337
17338         * nnrss.el (nnrss-get-encoding): New function.
17339         (nnrss-fetch): Use unibyte buffer initially; bind
17340         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17341         decode contents according to the encoding attribute.
17342         (nnrss-save-group-data): Add coding cookie.
17343         (nnrss-mime-encode-string): New function.
17344         (nnrss-check-group): Use it to encode subject and author.
17345
17346 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17347
17348         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17349         imaginary variable.
17350
17351 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17354         correctly even if there are wide characters.
17355
17356 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17357
17358         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17359         downcased symbol names; make a new cache instead of reusing
17360         bbdb-hashtable.
17361
17362 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17365         concatenating segments rather than before concatenating them.
17366         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17367
17368         * message.el (message-get-reply-headers): Bind `extra'.
17369
17370 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17371
17372         * message.el (message-extra-wide-headers): New variable.
17373         (message-get-reply-headers): Use it.
17374
17375 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17378         (gnus-agent-group-pathname): Ditto.
17379
17380         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17381
17382         * gnus-group.el (gnus-group-make-group): Decode group name.
17383         (gnus-group-make-rss-group): Register the group data after opening
17384         the nnrss group.
17385
17386 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17387
17388         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17389         by expiry now get marked as read.
17390
17391 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17394
17395 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17396
17397         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17398         unify Latin characters in XEmacs.
17399         (mm-find-mime-charset-region): Use it.
17400
17401 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * gnus-util.el (gnus-delete-directory): New function.
17404
17405         * gnus-agent.el (gnus-agent-delete-group): Use it.
17406
17407         * gnus-cache.el (gnus-cache-delete-group): Use it.
17408
17409 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17412         names.
17413
17414 2004-12-16  Simon Josefsson  <jas@extundo.com>
17415
17416         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17417
17418 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17421
17422         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17423         (gnus-group-set-current-level): Decode group name.
17424
17425 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17426
17427         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17428         failed.
17429
17430 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * gnus-group.el (gnus-group-delete-group): Decode group name.
17433         (gnus-group-make-rss-group): Encode group name.
17434         (gnus-group-catchup-current): Decode group name.
17435         (gnus-group-kill-group): Decode group name.
17436
17437 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17438
17439         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17440
17441 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-group.el (gnus-group-make-rss-group):
17444         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17445
17446         * gnus-start.el (gnus-setup-news): Honor user's setting to
17447         gnus-message-archive-method.  Suggested by Lute Kamstra
17448         <lute@gnu.org>.
17449
17450 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17451
17452         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17453         global counterparts of the buffer-local variables.
17454
17455 2004-11-16  Romain Francoise  <romain@orebokech.com>
17456
17457         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17458         counterparts of the buffer-local variables.
17459
17460 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * message.el (message-forbidden-properties): Fix typo in doc
17463         string.
17464
17465 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * gnus-util.el (gnus-replace-in-string): Add doc string.
17468
17469         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17470         to avoid problems when splitting mails with many recipients.
17471
17472 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17473
17474         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17475         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17476
17477 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17478
17479         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17480         if there is no hashtable in memory or file modification time is
17481         newer than cached timestamp.
17482
17483 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17484
17485         * gnus-sum.el (gnus-summary-limit-to-recipient):
17486         Implement not-matching option.
17487
17488 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17489
17490         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17491         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17492         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17493         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17494         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17495         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17496
17497 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * message.el (message-forward-make-body-mml): Remove headers
17500         according to message-forward-ignored-headers if a message is decoded.
17501
17502 2004-12-02  Romain Francoise  <romain@orebokech.com>
17503
17504         * message.el (message-forward-make-body-plain): Always remove
17505         headers according to message-forward-ignored-headers.
17506
17507 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17508
17509         * spam.el (spam-summary-prepare-exit): Remove the
17510         gnus-summary-limit pop for now, it has problems with ham marks for
17511         me.
17512
17513 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17514
17515         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17516         correctly.
17517
17518 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17519
17520         * format-spec.el (format-spec): Message the char.
17521
17522 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17523
17524         * gnus-art.el (gnus-split-methods): Reformat comments.
17525
17526         * spam.el (spam-summary-prepare-exit): Remove article limits
17527         before exiting the summary buffer.
17528
17529 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17532         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17533
17534         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17535         order to silence the byte compiler.
17536
17537         * spam.el: Fix the way to silence the byte compiler, which
17538         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17539         bbdb-search-simple, spam-BBDB-register-routine,
17540         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17541         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17542         spam-stat-buffer-is-spam, spam-stat-load,
17543         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17544         spam-stat-save and spam-stat-split-fancy.
17545
17546 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17549         which may confuse users.
17550         (canlock-password-for-verify): Ditto.
17551
17552         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17553
17554         * gnus-art.el (gnus-emphasis-alist): Ditto.
17555
17556         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17557
17558         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17559
17560         * gnus-start.el (gnus-save-killed-list): Ditto.
17561
17562         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17563         (gnus-sum-thread-tree-root): Ditto.
17564         (gnus-sum-thread-tree-false-root): Ditto.
17565         (gnus-sum-thread-tree-single-indent): Ditto.
17566
17567         * message.el (message-courtesy-message): Ditto.
17568         (message-archive-note): Ditto.
17569         (message-subscribed-address-file): Ditto.
17570         (message-user-fqdn): Ditto.
17571
17572         * spam-report.el (spam-report-gmane-regex): Ditto.
17573
17574         * spam.el (spam-blackhole-good-server-regex): Ditto.
17575
17576 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * mml.el (mml-preview): Widen the message buffer before copying
17579         the contents to the preview buffer; sort headers before previewing.
17580
17581         * message.el (message-hidden-headers): Fix the way to avoid a bug
17582         in the `repeat' widget in Emacs 21.3 or earlier.
17583
17584 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * message.el (message-hidden-headers): Default to "^References:".
17587         Improve customization type.  Suggested by Reiner Steib
17588         <Reiner.Steib@gmx.de>.
17589
17590 2004-11-25  Romain Francoise  <romain@orebokech.com>
17591
17592         * message.el (message-strip-forbidden-properties): Remove check for
17593         obsolete `message-hidden' text property, hidden headers are not
17594         accessible in the buffer anymore.
17595
17596 2004-11-22  Romain Francoise  <romain@orebokech.com>
17597
17598         * message.el (message-header-format-alist): Add `From' in list
17599         so that it can be sorted.
17600         (message-fix-before-sending): Widen and sort headers before
17601         sending.
17602         (message-hide-headers): Use narrowing to hide headers by moving
17603         them to the top of the buffer and narrowing to the region
17604         underneath.
17605
17606 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17607
17608         * message.el (message-strip-forbidden-properties):
17609         Bind buffer-read-only (etc) to nil.
17610
17611 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17614         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17615
17616 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17617
17618         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17619
17620 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17621
17622         * dns.el (query-dns): Use sit-for to time instead of
17623         accept-process-output, since that doesn't seem to work on udp
17624         sockets.
17625
17626 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17629
17630 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17631
17632         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17633         doc string.  Improve doc string.
17634
17635 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * nntp.el (nntp-request-update-info): Return nil if
17638         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17639         may not call gnus-activate-group which uselessly issues the GROUP
17640         commands for all nntp groups and wastes time.  Reported by Romain
17641         Francoise <romain@orebokech.com>.
17642
17643         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17644
17645 2004-11-15  Simon Josefsson  <jas@extundo.com>
17646
17647         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17648         headers separately.
17649         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17650         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17651
17652 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17653
17654         * gnus-start.el (gnus-convert-old-newsrc):
17655         Assign legacy-gnus-agent to 5.10.7.
17656
17657 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17658
17659         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17660         start of the lines.
17661
17662 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17663
17664         * hashcash.el (hashcash-default-payment): Change default to 20.
17665         (hashcash-default-accept-payment): Change default to 20.
17666         (hashcash-process-alist): New variable.
17667         (hashcash-generate-payment-async): Add.
17668         (hashcash-already-paid-p): Add.
17669         (hashcash-insert-payment): Don't generate payments twice.
17670         (hashcash-insert-payment-async): Add.
17671         (hashcash-insert-payment-async-2): Add.
17672         (hashcash-cancel-async): Add.
17673         (hashcash-wait-async): Add.
17674         (hashcash-processes-running-p): Add.
17675         (hashcash-wait-or-cancel): Add.
17676         (mail-add-payment): New optional argument.  Conditionally start
17677         asynchronous calculation.
17678         (mail-add-payment-async): Add.
17679
17680         * message.el (message-send-mail): Wait for asynchronous hashcash
17681         results.  Don't clobber existing X-Hashcash headers.
17682         (message-setup-1): Call mail-add-payment-async when
17683         message-generate-hashcash is non-nil.
17684
17685 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17686
17687         * message.el (message-use-alternative-email-as-from): Examine the
17688         From header as well; use message-make-from in order to include a
17689         user's full name.
17690
17691 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17694         default; improve customization type.
17695         (gnus-emphasis-custom-with-format): New macro.
17696         (gnus-emphasis-custom-value-to-external): New function.
17697         (gnus-emphasis-custom-value-to-internal): New function.
17698
17699 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17700
17701         * dns.el (query-dns): Resolve reverse addresses.
17702
17703 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17704
17705         * gnus-group.el (gnus-group-get-new-news): Use it.
17706
17707         * gnus-start.el (gnus-check-reasonable-setup): New function.
17708
17709 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17712         "Args out of range" error.  Reported by Arnaud Giersch
17713         <arnaud.giersch@free.fr>.
17714
17715 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17716
17717         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17718
17719 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17720
17721         * spam.el (spam group): Add :version.
17722
17723         * pgg-def.el (pgg group): Add :version.
17724
17725 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * gnus-art.el (gnus-article-edit-article): Don't associate the
17728         article buffer with a draft file.  This is a temporary measure
17729         against the 2004-08-22 change to gnus-article-edit-mode.
17730
17731 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17734         (html2text-format-tags): Remove unused variable `attr'.
17735
17736 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17739
17740         * tls.el (tls-process-connection-type, tls-success)
17741         (tls-certtool-program): Add :version.
17742
17743         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17744         (starttls-extra-arguments, starttls-process-connection-type)
17745         (starttls-connect, starttls-failure, starttls-success): Add :version.
17746
17747         * spam-stat.el (spam-stat): Add :version.
17748
17749         * sieve.el (sieve): Add :version.
17750
17751         * sha1.el (sha1): Add :version.
17752         (sha1-use-external): Remove redundant version.
17753
17754         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17755         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17756         (nnmail-split-fancy-match-partial-words)
17757         (nnmail-split-lowercase-expanded): Add :version.
17758
17759         * nndiary.el (nndiary): Add :version.
17760
17761         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17762
17763         * mml-sec.el (mml-default-sign-method)
17764         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17765         Add :version.
17766
17767         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17768
17769         * mm-url.el (mm-url-use-external, mm-url-program)
17770         (mm-url-arguments): Add :version.
17771
17772         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17773         (mm-attachment-file-modes, mm-decrypt-option)
17774         (mm-w3m-safe-url-regexp): Add :version.
17775
17776         * message.el (message-cite-prefix-regexp)
17777         (message-sendmail-envelope-from, message-minibuffer-local-map)
17778         (message-user-fqdn, message-completion-alist): Add :version.
17779
17780         * gnus-win.el (gnus-configure-windows-hook)
17781         (gnus-use-frames-on-any-display): Add :version.
17782
17783         * gnus-art.el (gnus-article-address-banner-alist)
17784         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17785         (gnus-treat-from-picon, gnus-treat-mail-picon)
17786         (gnus-treat-x-pgp-sig): Add :version.
17787
17788         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17789         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17790         (gnus-summary-article-delete-hook)
17791         (gnus-summary-display-while-building): Add :version.
17792
17793         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17794         (gnus-get-top-new-news-hook): Add :version.
17795
17796         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17797         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17798
17799         * gnus-registry.el (gnus-registry): Add :version.
17800
17801         * gnus-spec.el (gnus-use-correct-string-widths)
17802         (gnus-make-format-preserve-properties): Add :version.
17803
17804         * gnus.el (gnus-group-charter-alist)
17805         (gnus-group-fetch-control-use-browse-url)
17806         (gnus-install-group-spam-parameters): Add :version.
17807
17808         * gnus-diary.el (gnus-diary): Add :version.
17809
17810         * gnus-delay.el (gnus-delay): Add :version.
17811
17812         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17813         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17814         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17815         Add :version.
17816
17817         * gnus-agent.el (gnus-agent-max-fetch-size)
17818         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17819         (gnus-agent-prompt-send-queue): Add :version.
17820
17821         * deuglify.el (gnus-outlook-deuglify): Add :version.
17822
17823         * html2text.el: Beautify code.  Improve doc strings.
17824         Some checkdoc cleanup.
17825         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17826
17827 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17828
17829         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17830
17831 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17832
17833         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17834         when package is loaded.
17835
17836         * spam.el (spam-summary-score-preferred-header): Add global preference
17837         for people who want to override the default SpamAssassin over
17838         Bogofilter preference (when both are set).
17839         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17840         (spam-user-format-function-S):
17841         Check spam-summary-score-preferred-header.
17842         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17843         (spam-user-format-function-S): Format the score correctly.
17844
17845 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17848         signature file.  Suggested by Manoj Srivastava
17849         <srivasta@golden-gryphon.com>.
17850
17851         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17852         iso-2022-jp even in the Japanese language environment.
17853         Suggested by Jason Rumney <jasonr@gnu.org>.
17854
17855 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17858         use the same characters as the dummy marks; make it free from
17859         getting affected by the language environment.
17860         (gnus-summary-read-group-1): Update mark positions only when the
17861         format spec is updated.
17862
17863         * gnus-spec.el (gnus-update-format-specifications): Return a list
17864         of updated types.
17865
17866 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17869         of boundp to check if display-warning is available.
17870
17871 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17872
17873         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17874
17875 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * nnspool.el (nnspool-spool-directory): Use news-path if the
17878         news-directory variable is not bound.
17879
17880         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17881         function instead of display-warning if it is not available.
17882
17883 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17884
17885         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17886         v5-10: Use `point-at-bol'.
17887
17888 2004-10-26  Simon Josefsson  <jas@extundo.com>
17889
17890         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17891         <chenggao@gmail.com>.
17892
17893 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17894
17895         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17896         instead.
17897
17898 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17899
17900         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17901         to remove a server from the nnimap-server-buffer-alist.
17902         (nnimap-open-connection, nnimap-close-server): Use it.
17903
17904         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17905
17906 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17909         running the major-mode function.
17910
17911 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17914         dummy marks in the right way.
17915
17916 2004-10-18  David Edmondson  <dme@dme.org>
17917
17918         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17919         excessively.
17920
17921 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17922
17923         * gnus-util.el (gnus-split-references): Accept a nil references
17924         string and go on blissfully.
17925
17926         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17927         cases where the references string is non-nil but has no references.
17928
17929         * encrypt.el: Add autoload tags.
17930
17931         * spam.el (spam-resolve-registrations-routine): Remove article
17932         from unregistration list too.  Reported by David Hanak
17933         <dhanak@isis.vanderbilt.edu>
17934
17935 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17936
17937         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17938         nil.  Change custom type.
17939
17940 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17943
17944         * gnus-sum.el (gnus-summary-move-article): Use it.
17945
17946 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17947
17948         * encrypt.el: Add autoload cookies.
17949
17950         * spam.el (spam-backend-article-list-property)
17951         (spam-backend-get-article-todo-list)
17952         (spam-backend-put-article-todo-list)
17953         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17954         Resolve registrations separately.
17955         (spam-register-routine): Format comments.
17956         (spam-unregister-routine, spam-register-routine): Always call with
17957         specific-articles, no default list.
17958         (spam-summary-prepare-exit): Use the spam-classifications function.
17959
17960         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17961         gnus-encrypt.el.
17962
17963         * encrypt.el: Copied from gnus-encrypt.el.
17964
17965         * gnus-encrypt.el: Commented that it's obsolete.
17966
17967 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17968
17969         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17970         (gnus-score-save): Use it.
17971
17972         * message.el (message-bury): Use `window-dedicated-p'.
17973
17974 2004-10-15  Simon Josefsson  <jas@extundo.com>
17975
17976         * pop3.el (top-level): Don't require nnheader.
17977         (pop3-read-timeout): Add.
17978         (pop3-accept-process-output): Add.
17979         (pop3-read-response, pop3-retr): Use it.
17980
17981 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17982
17983         * spam.el (spam-register-routine): Move comment.
17984         (spam-verify-bogofilter): Use 'unknown for the initial
17985         spam-bogofilter-valid state, not 'never.
17986
17987         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17988         for netrc-machine.
17989
17990         * nnimap.el (nnimap-open-connection):
17991         Use netrc-machine-user-or-password.
17992
17993 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17994
17995         * gnus-registry.el (gnus-registry-unload-hook):
17996         Set as a variable with add-hook.
17997
17998         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17999         of news-path.
18000
18001         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18002
18003         * spam.el: Delete duplicate `provide'.
18004         (spam-unload-hook): Set as a variable with add-hook.
18005
18006 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18007
18008         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18009         in the doc string.
18010
18011         * message.el (message-ignored-news-headers)
18012         (message-ignored-supersedes-headers)
18013         (message-ignored-resent-headers)
18014         (message-forward-ignored-headers): Improve custom type.
18015
18016 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * message.el (message-tokenize-header): Fix 2004-09-06 change
18019         which used point-min in the wrong place.
18020
18021 2004-10-12  Simon Josefsson  <jas@extundo.com>
18022
18023         * tls.el (tls-certtool-program): New variable.
18024         (tls-certificate-information): New function, based on
18025         ssl-certificate-information.
18026
18027 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * compface.el: Move the version of ELisp-based uncompface program
18030         to the contrib directory because of the copyright problem.
18031
18032 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18033
18034         * message.el (message-kill-buffer): Raise the current frame.
18035
18036 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18037
18038         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18039
18040         * gnus.el (message-y-or-n-p): Autoload.
18041
18042         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18043         (pop3-password-required, pop3-authentication-scheme)
18044         (pop3-leave-mail-on-server): Make customizable.
18045         (pop3): New custom group.
18046         (pop3-retr): Remove `sleep-for' statements.
18047         Suggested by Dave Love <fx@gnu.org>.
18048
18049         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18050         Windows/DOS.
18051
18052         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18053         (imap-parse-body): Fix incorrect use of `assert'.
18054         Suggested by Dave Love <fx@gnu.org>.
18055
18056         * mml.el (mml-minibuffer-read-disposition): Require match.
18057         Suggested by Dave Love <fx@gnu.org>.
18058
18059 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18062         doc string.
18063
18064 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18067
18068 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18069
18070         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18071         instead of calling `mm-insert-inline', to decode text/* parts
18072         before displaying them.
18073
18074 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * mm-uu.el (mm-uu-text-plain-type): New variable.
18077         (mm-uu-pgp-signed-extract-1): Use it.
18078         (mm-uu-pgp-encrypted-extract-1): Use it.
18079         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18080         bind mm-uu-text-plain-type with that value.
18081         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18082         mm-uu-dissect.
18083
18084 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * gnus-group.el (gnus-update-group-mark-positions):
18087         * gnus-sum.el (gnus-update-summary-mark-positions):
18088         * message.el (message-check-news-body-syntax):
18089         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18090         of string-as-multibyte.
18091
18092 2004-10-05  Juri Linkov  <juri@jurta.org>
18093
18094         * gnus-group.el (gnus-update-group-mark-positions):
18095         * gnus-sum.el (gnus-update-summary-mark-positions):
18096         * message.el (message-check-news-body-syntax):
18097         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18098         8-bit unibyte values to a multibyte string for search functions.
18099
18100 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18103         (mm-uu-dissect-text-parts): New function.
18104
18105         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18106         dissect text parts.
18107
18108         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18109         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18110
18111         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18112
18113         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18114         Use gnus-current-topics instead of gnus-current-topic.
18115
18116 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18117
18118         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18119
18120 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18121
18122         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18123         where approriate.
18124
18125         * nnml.el (nnml-generate-active-info): do.
18126
18127         * nndiary.el (nndiary-generate-active-info): do.
18128
18129         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18130         (gnus-topic-move): do.
18131
18132         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18133         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18134
18135         * gnus-srvr.el (gnus-server-prepare)
18136         (gnus-server-open-all-servers): do.
18137
18138         * gnus-msg.el (gnus-summary-cancel-article)
18139         (gnus-summary-resend-message)
18140         (gnus-summary-mail-crosspost-complaint): do.
18141
18142         * gnus-move.el (gnus-change-server): do.
18143
18144         * gnus-group.el (gnus-group-unmark-all-groups)
18145         (gnus-group-set-current-level): do.
18146
18147 2004-10-04  Simon Josefsson  <jas@extundo.com>
18148
18149         * message.el (message-generate-hashcash): Doc fix.
18150
18151 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18152
18153         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18154         avoid infinite recursion via gnus-get-function.
18155
18156 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18157
18158         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18159
18160         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18161
18162         * nnmail.el (nnmail-split-history): do.
18163
18164         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18165         (nnml-request-delete-group): do.
18166
18167         * nnslashdot.el (nnslashdot-read-groups): do.
18168
18169         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18170         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18171
18172         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18173         (nnspool-sift-nov-with-sed): Use last.
18174         (nnspool-retrieve-headers-with-nov): Use mapc.
18175         (nnspool-request-newgroups): Use dolist.
18176         (nnspool-request-group): Use last.
18177
18178         * nntp.el (nntp-read-server-type): Use dolist.
18179
18180         * nnvirtual.el (nnvirtual-create-mapping)
18181         (nnvirtual-update-read-and-marked): Use dolist.
18182         (nnvirtual-convert-headers): Simplify.
18183
18184 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18185
18186         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18187         Add support for sync'ing tick marks.
18188
18189 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18192         there's no visible header.
18193
18194 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18195
18196         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18197         When necessary, pass full group name to gnus-request-set-marks.
18198
18199 2004-10-01  Simon Josefsson  <jas@extundo.com>
18200
18201         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18202         acroread.
18203
18204 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18205
18206         * spam-report.el (spam-report-gmane): Fix interactive.
18207
18208         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18209
18210         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18211         when writing file.
18212         (gnus-agent-synchronize-flags): Don't default to being
18213         interactive.
18214
18215 2004-09-30  Simon Josefsson  <jas@extundo.com>
18216
18217         * message.el (message-generate-hashcash): Add.
18218         (message-send-mail): Use it, call mail-add-payment.
18219
18220 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18221
18222         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18223
18224 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18225
18226         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18227         gnus-requst-update-info with explicit code to sync the in-memory
18228         info read flags with the marks being sync'd to the backend.
18229
18230         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18231
18232 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18233
18234         * spam.el (spam-verify-bogofilter): Add new function.
18235         (spam-check-bogofilter)
18236         (spam-bogofilter-register-with-bogofilter): Use it.
18237         (spam-verify-bogofilter): Add small fixes.
18238
18239 2004-09-28  Simon Josefsson  <jas@extundo.com>
18240
18241         * hashcash.el (hashcash-generate-payment): Revert.
18242
18243 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18244
18245         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18246         Use gnus-extract-references instead of gnus-split-references.
18247
18248         * gnus-util.el (gnus-extract-references): Add new function, analogous
18249         to gnus-split-references but extracts only the message-ID without
18250         anything extra.
18251
18252         * hashcash.el (hashcash-generate-payment)
18253         (hashcash-check-payment): Do the right thing if hashcash-path is
18254         nil (because the hashcash program could not be found).
18255
18256         * spam.el (spam-use-hashcash): Remove comment.
18257
18258 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18259
18260         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18261         (gnus-cache-enter-article, gnus-cache-remove-article)
18262         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18263
18264         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18265
18266         * gnus-art.el (article-hide-boring-headers)
18267         (article-translate-strings, article-display-face)
18268         (gnus-article-mime-match-handle-first)
18269         (gnus-article-highlight-headers)
18270         (gnus-article-add-buttons-to-head): do.
18271
18272 2004-09-27  Simon Josefsson  <jas@extundo.com>
18273
18274         * hashcash.el: New version, from
18275         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18276         ../contrib/.
18277
18278 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18281
18282 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18283
18284         * gnus-dup.el (gnus-dup-open): Use mapc.
18285         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18286
18287         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18288         Reported by Stefan Wiens <s.wi@gmx.net>.
18289
18290         * gnus.el (gnus-shutdown): Use dolist.
18291
18292         * gnus-undo.el (gnus-undo): Use mapc.
18293
18294         * nnrss.el (nnrss-generate-active): do.
18295
18296         * message.el (message-cite-original-without-signature)
18297         (message-cite-original): Use mapc.
18298         (message-do-actions, message-make-forward-subject): Use dolist.
18299
18300 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18301
18302         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18303         deletion to remove entire duplicate line.  Fixes merged article
18304         number bug.
18305
18306 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18307
18308         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18309         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18310         first ask if you want to open a server and then, even when you
18311         responded with no, asking if you want to synchronize the server's
18312         flags.
18313         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18314         multi-line expressions.
18315         (gnus-agent-synchronize-group-flags): New internal function.
18316         Updates marks in memory (in the info structure) AND in the
18317         backend.
18318
18319         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18320
18321         * nnagent.el (nnagent-request-set-mark):
18322         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18323         method, to ensure that synchronization updates marks in the
18324         backend and in the info (in memory) structure.
18325
18326 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18329         convention fully; don't miss the root article of a thread; make
18330         the X-Draft-From header with correct article numbers.
18331
18332 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18333
18334         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18335         unless plugged.  Disable the agent so that an open failure causes
18336         an error.
18337
18338         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18339         Revert 2004-09-21 change.  The backend must be opened while
18340         synchronizing flags even when the backend stores the flags
18341         locally.
18342
18343 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18344
18345         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18346         in `header' match.  Reported by Svend Tollak Munkejord.
18347
18348         * message.el (message-cite-original): Fix use of
18349         `message-cite-articles-with-x-no-archive'.
18350
18351 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18352
18353         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18354         (gnus-window-to-buffer): Ditto.
18355
18356         * mml.el (mml-preview-buffer): New variable.
18357         (mml-preview): Manage window layout with gnus-buffer-configuration.
18358
18359         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18360         X-Draft-From header even if those articles aren't quoted.
18361
18362 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18363
18364         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18365         (gnus-request-set-mark, gnus-request-update-mark): Use new
18366         g-s-t-u-l-m to decide to use backend even when unplugged.
18367
18368 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18371         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18372
18373 2004-09-20  Simon Josefsson  <jas@extundo.com>
18374
18375         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18376         "utf-16-le".
18377
18378 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18379
18380         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18381
18382 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18383
18384         * uudecode.el (uudecode-use-external): Add :version.
18385
18386         * smime.el (smime-CA-file, smime-encrypt-cipher)
18387         (smime-dns-server): Add :version.
18388
18389         * smiley.el (gnus-smiley-file-types): Add :version.
18390
18391         * sha1.el (sha1-use-external): Add :version.
18392
18393         * pgg-def.el (pgg-query-keyserver): Add :version.
18394
18395         * nnmail.el (nnmail-fancy-expiry-targets)
18396         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18397         Add :version.
18398
18399         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18400         (nnimap-retrieve-groups-asynchronous): Add :version.
18401         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18402
18403         * mml.el (mml-content-disposition-parameters)
18404         (mml-insert-mime-headers-always): Add :version.
18405
18406         * mm-util.el (mm-coding-system-priorities): Add :version.
18407
18408         * mm-decode.el (mm-inline-text-html-with-images)
18409         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18410         (mm-verify-option): Add :version.
18411         (mm-text-html-renderer): Change :version.
18412
18413         * message.el (message-fcc-externalize-attachments)
18414         (message-required-headers, message-draft-headers)
18415         (message-subject-trailing-was-query)
18416         (message-subject-trailing-was-ask-regexp)
18417         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18418         (message-mark-insert-end, message-archive-header)
18419         (message-archive-note, message-cross-post-default)
18420         (message-cross-post-note, message-followup-to-note)
18421         (message-cross-post-note-function, message-use-mail-followup-to)
18422         (message-subscribed-address-functions)
18423         (message-subscribed-address-file, message-subscribed-addresses)
18424         (message-subscribed-regexps, message-allow-no-recipients)
18425         (message-yank-cited-prefix, message-signature-insert-empty-line)
18426         (message-hidden-headers, message-hierarchical-addresses)
18427         (message-mail-user-agent, message-use-idna)
18428         (message-valid-fqdn-regexp)
18429         (message-strip-special-text-properties, message-header-synonyms)
18430         (message-beginning-of-line, message-tab-body-function): Add :version.
18431         (message-insert-canlock, message-wide-reply-confirm-recipients):
18432         Change :version.
18433
18434         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18435         and :version.
18436         (mail-source-delete-old-incoming-confirm)
18437         (mail-source-movemail-program): Add :version.
18438
18439         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18440         (gnus-agent-cache, gnus-agent): Change :version.
18441
18442         * gnus-util.el (gnus-use-byte-compile): Change :version.
18443
18444         * gnus-sum.el (gnus-summary-make-false-root-always)
18445         (gnus-summary-default-high-score)
18446         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18447         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18448         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18449         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18450         (gnus-sum-thread-tree-single-indent)
18451         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18452         (gnus-sum-thread-tree-leaf-with-other)
18453         (gnus-sum-thread-tree-single-leaf): Add :version.
18454         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18455         (gnus-article-loose-mime): Change :version.
18456
18457         * gnus-start.el (gnus-backup-startup-file)
18458         (gnus-save-startup-file-via-temp-buffer): Add :version.
18459
18460         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18461         (gnus-server-offline-face): Add :version.
18462
18463         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18464
18465         * gnus-msg.el (gnus-gcc-externalize-attachments)
18466         (gnus-debug-files, gnus-debug-exclude-variables)
18467         (gnus-discouraged-post-methods): Change :version.
18468         (gnus-confirm-mail-reply-to-news)
18469         (gnus-confirm-treat-mail-like-news): Add :version.
18470
18471         * gnus-int.el (gnus-server-unopen-status): Add :version.
18472
18473         * gnus-group.el (gnus-group-jump-to-group-prompt)
18474         (gnus-large-ephemeral-newsgroup)
18475         (gnus-fetch-old-ephemeral-headers): Add :version.
18476
18477         * gnus-fun.el (gnus-x-face-directory)
18478         (gnus-convert-pbm-to-x-face-command)
18479         (gnus-convert-image-to-x-face-command)
18480         (gnus-convert-image-to-face-command): Add :version.
18481
18482         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18483
18484         * gnus-cite.el (gnus-cite-blank-line-after-header)
18485         (gnus-article-boring-faces): Add :version.
18486
18487         * gnus-art.el (gnus-buttonized-mime-types)
18488         (gnus-inhibit-mime-unbuttonizing)
18489         (gnus-treat-display-face)
18490         (gnus-treat-body-boundary): Change :version.
18491         (gnus-body-boundary-delimiter, gnus-picon-databases)
18492         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18493         (gnus-treat-date-english, gnus-treat-fold-headers)
18494         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18495         (gnus-treat-mail-picon, gnus-treat-wash-html)
18496         (gnus-article-encrypt-protocol)
18497         (gnus-use-idna, gnus-article-over-scroll)
18498         (gnus-mime-display-multipart-alternative-as-mixed)
18499         (gnus-mime-display-multipart-related-as-mixed)
18500         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18501         (gnus-ctan-url, gnus-button-ctan-handler)
18502         (gnus-button-handle-ctan-bogus-regexp)
18503         (gnus-button-ctan-directory-regexp)
18504         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18505         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18506         (gnus-button-man-level, gnus-button-emacs-level)
18507         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18508
18509         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18510         (gnus-agent-go-online): Change :version.
18511         (gnus-agent-expire-unagentized-dirs)
18512         (gnus-agent-auto-agentize-methods): Add :version.
18513
18514         * flow-fill.el (fill-flowed-display-column)
18515         (fill-flowed-encode-column): Add :version.
18516
18517         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18518         (gnus-outlook-deuglify-unwrap-max)
18519         (gnus-outlook-deuglify-cite-marks)
18520         (gnus-outlook-deuglify-unwrap-stop-chars)
18521         (gnus-outlook-deuglify-no-wrap-chars)
18522         (gnus-outlook-deuglify-attrib-cut-regexp)
18523         (gnus-outlook-deuglify-attrib-verb-regexp)
18524         (gnus-outlook-deuglify-attrib-end-regexp)
18525         (gnus-outlook-display-hook): Add :version.
18526
18527         * binhex.el (binhex-use-external): Add :version.
18528
18529 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18530
18531         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18532         and `invisible'.
18533
18534 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18535
18536         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18537         in gnus-registry-trim.
18538
18539 2004-09-13  Simon Josefsson  <jas@extundo.com>
18540
18541         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18542
18543         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18544
18545         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18546         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18547         <yamaoka@jpl.org>.
18548         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18549         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18550         <yamaoka@jpl.org>.
18551
18552         * sieve.el (sieve-manage-mode): Ditto.
18553
18554 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18555
18556         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18557
18558 2004-09-11  Simon Josefsson  <jas@extundo.com>
18559
18560         * dns-mode.el: Add.
18561
18562         * mm-view.el (mm-display-dns-inline): Add.
18563
18564         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18565         (mm-automatic-display): Ditto.
18566
18567         * mailcap.el (mailcap-mime-data): Add text/dns.
18568         (mailcap-mime-extensions): Map .soa to text/dns.
18569
18570 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18571
18572         * gnus-art.el (article-decode-mime-words, article-babel)
18573         (gnus-article-highlight-signature, gnus-article-add-buttons)
18574         (gnus-signature-toggle): Remove unnecessary bindings of
18575         `inhibit-read-only' inherited from v5.10 merge.
18576
18577 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18578
18579         * nntp.el (nntp): New customization group.
18580         (nntp-authinfo-file): Add customization group.
18581
18582         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18583
18584         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18585
18586         * gnus.el (to-address, to-list, subscribed)
18587         (large-newsgroup-initial): Ditto.
18588
18589         * flow-fill.el (fill-flowed-display-column)
18590         (fill-flowed-encode-column): Ditto.
18591
18592 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18593
18594         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18595         Use point-min rather than 1.
18596         (message-send-mail): Use buffer-size rather than point-max.
18597
18598         * gnus-sum.el (gnus-summary-search-article-forward):
18599         Signal a specific `search-failed' rather than a generic `error'.
18600
18601         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18602         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18603         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18604
18605 2004-09-10  Simon Josefsson  <jas@extundo.com>
18606
18607         * nndb.el (require): Remove tcp and duplicate cl.
18608
18609 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * gnus-agent.el (directory-files-and-attributes): Move forward.
18612
18613 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18614
18615         * gnus-agent.el (directory-files-and-attributes):
18616         Optionally defined to support XEmacs.
18617
18618 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18619
18620         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18621         to avoid run-time CL dependencies.
18622         (gnus-agent-unfetch-articles): New function.
18623         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18624         article numbers even when local .overview file is missing.
18625         (gnus-agent-read-article-number): New function.  Only accepts
18626         27-bit article numbers.
18627         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18628         Use gnus-agent-read-article-number.
18629         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18630         from backend while recognizing that article numbers in .overview
18631         must be valid.
18632         (gnus-agent-update-files-total-fetched-for):
18633         Use directory-files-and-attributes to improve performance.
18634         * gnus-int.el (gnus-request-move-article):
18635         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18636         improve performance.
18637
18638         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18639         some users confused by references to .newsrc when they only have a
18640         .newsrc.eld file.
18641         (gnus-convert-mark-converter-prompt)
18642         (gnus-convert-converter-needs-prompt): Fix use of property list.
18643         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18644         New function.  Used internally to only display 'gnus converting
18645         files' message when actually necessary.
18646
18647         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18648         methods now autoloaded.
18649
18650 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18651
18652         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18653         identifiers.
18654
18655 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18656
18657         * gnus-picon.el: Fix indentation and closing parenthesis.
18658
18659 2004-09-01  Simon Josefsson  <jas@extundo.com>
18660
18661         * message.el (message-canlock-generate): Require sha1, not
18662         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18663         to require within a function.  Sadly, if sha1.el isn't loaded, the
18664         let binding in m-c-g will hide the defcustom definition, which is
18665         bad.)
18666
18667         * canlock.el: Require sha1, not sha1-el.
18668
18669         * message.el: Don't autoload sha1 (there is a autoload cookie in
18670         sha1.el).
18671
18672         * sha1-el.el: Rename to sha1.el.
18673
18674 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18675
18676         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18677
18678 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18679
18680         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18681
18682 2004-08-30  Kim F. Storm  <storm@cua.dk>
18683
18684         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18685
18686         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18687         Add :group 'nnimap.
18688
18689 2004-08-30  Andreas Schwab  <schwab@suse.de>
18690
18691         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18692         ?* and ?\;.
18693
18694         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18695         and ?\' to symbol instead of whitespace.
18696
18697 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18700
18701         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18702         instead of re-search-forward.
18703
18704         * gnus-uu.el (gnus-uu-save-article): Ditto.
18705         (gnus-uu-post-encode-uuencode): Ditto.
18706
18707         * html2text.el (html2text-clean-list-items): Ditto.
18708         (html2text-clean-dtdd): Ditto.
18709         (html2text-format-tags): Ditto.
18710
18711         * message.el (message-send-mail-with-sendmail): Fix regexp.
18712         (message-fill-field-general): Use search-forward instead of
18713         re-search-forward.
18714         (unbold-region): Ditto.
18715
18716         * nnrss.el (nnrss-request-article): Ditto.
18717
18718         * nnslashdot.el (nnslashdot-request-article): Ditto.
18719
18720         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18721
18722         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18723         "Unrecognized menu descriptor" error in XEmacs.
18724
18725 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18726
18727         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18728         parent article of a sparse article in the thread hashtb.
18729
18730 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18731
18732         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18733         (nnmail-expand-newtext): Lowercase expanded entries if
18734         nnmail-split-lowercase-expanded is non-nil.
18735
18736 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18739
18740         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18741         of gnus-tmp-news-method into string under XEmacs.  It will be
18742         passed to gnus-correct-length which takes only a string argument.
18743
18744 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * gnus-util.el (gnus-bind-print-variables): New macro.
18747         (gnus-prin1): Use it.
18748         (gnus-prin1-to-string): Use it.
18749         (gnus-pp): New function.
18750         (gnus-pp-to-string): New function.
18751
18752         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18753         Replace pp-to-string with gnus-pp-to-string.
18754         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18755         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18756         * gnus-msg.el (gnus-debug): Ditto.
18757         * gnus-score.el (gnus-score-save): Ditto.
18758         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18759         gnus-pp-to-string.
18760         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18761         with gnus-pp.
18762         * score-mode.el (gnus-score-pretty-print): Ditto.
18763         * webmail.el (webmail-debug): Ditto.
18764
18765 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * gnus-art.el (article-display-face, article-display-x-face):
18768         Use buffer-read-only.
18769
18770 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18771
18772         * gnus-art.el (article-hide-list-identifiers):
18773         Bind inhibit-read-only as t.
18774
18775 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18776
18777         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18778
18779 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18780
18781         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18782         (gnus-narrow-to-page): Don't assume point-min == 1.
18783         (gnus-article-edit-mode): Derive from message-mode.
18784
18785         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18786         point-min == 1.
18787
18788         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18789         Disable incorrect use of `assert'.
18790
18791         * message.el (message-mode): Set comment-start-skip.
18792
18793
18794 2004-08-22  Sam Steingold  <sds@gnu.org>
18795
18796         * pop3.el (pop3-leave-mail-on-server): New user variable.
18797         (pop3-movemail): Delete mail only when it is nil.
18798
18799 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18800
18801         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18802
18803         * mml.el (mml-preview): Use `pop-to-buffer'.
18804
18805         * message.el (message-goto-mail-followup-to): Insert after "To".
18806         (message-carefully-insert-headers): Add comment.
18807
18808         * gnus.el: Remove unused variable `gnus-article-check-size'.
18809
18810         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18811
18812         * gnus-art.el (gnus-button-alist):
18813         Improve `gnus-button-handle-library' entry.
18814
18815 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18816
18817         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18818         Use downcase, since XEmacs capitalizes error messages differently.
18819
18820 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18821
18822         * nntp.el: Add (require 'gnus) due to reference to
18823         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18824
18825 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18826
18827         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18828         Bind `mm-fill-flowed'.
18829
18830         * mm-decode.el (mm-dissect-singlepart): Check it.
18831
18832 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18833
18834         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18835         'imap' for netrc parsing.
18836
18837 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18838
18839         * mailcap.el (mailcap-mime-data): Mark as risky.
18840
18841 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18844         may be included in the encoded word.
18845         (rfc2047-encode): Don't append a space if the encoded word
18846         includes close parenthesis.
18847
18848 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18849
18850         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18851         of text within parentheses.
18852
18853 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18854
18855         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18856         (gnus-encrypt-write-file-contents): Make the password key the file
18857         name PLUS the cipher, not just the cipher.  Also remove failed
18858         passwords from the cache.
18859
18860 2004-08-06  Simon Josefsson  <jas@extundo.com>
18861
18862         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18863         Doc fix.
18864
18865 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18868         LWSP.
18869
18870 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18871
18872         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18873         Try to append in-reply-to: data to the references: header.
18874
18875         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18876         (netrc-parse): Use gnus-encrypt.el functions.
18877
18878         * gnus-encrypt.el: Add new file for encryption support; currently
18879         does only a few GPG ciphers and an internal XOR cipher.
18880
18881         * password.el: Add comments on using password-read-and-add.
18882         (password-read-and-add): Add function to read and add the
18883         password to the cache at once.
18884
18885 2004-07-28  Simon Josefsson  <jas@extundo.com>
18886
18887         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18888         parameter (but don't use it, for now).
18889
18890         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18891         instead of hard coding to nil.
18892
18893 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18896         as mm-inline-image-xemacs does.
18897
18898 2004-07-26  Simon Josefsson  <jas@extundo.com>
18899
18900         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18901         Revert part of 2004-07-17 change below.
18902
18903 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18904
18905         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18906         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18907
18908 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18909
18910         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18911         quotes that actually start with ">" at the beginning of the
18912         lines.
18913
18914 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * rfc2047.el (rfc2047-encode-region): Fix last change.
18917         (rfc2047-encode-parameter): Remove useless concat.
18918
18919 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18922         encode special characters; fix some kind of misconfigured headers;
18923         signal a real error if debug-on-quit or debug-on-error is non-nil.
18924         (rfc2047-encode-max-chars): New variable.
18925         (rfc2047-encode-1): Use it.
18926         (rfc2047-encode-parameter): New function.
18927
18928         * mml.el (mml-insert-parameter): Remove an excessive space.
18929
18930 2004-07-17  Simon Josefsson  <jas@extundo.com>
18931
18932         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18933         Kai Grossjohann <kai@emptydomain.de>.
18934         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18935         (gnus-group-make-menu-bar): Ditto.
18936
18937         * gnus-util.el (gnus-group-server): Add.
18938
18939 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18940
18941         * message.el (message-clone-locals): Clone sendmail and smtp
18942         variables.
18943
18944 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18945
18946         * rfc2047.el (rfc2047-encode-region): Fix last change.
18947
18948 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18949
18950         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18951         characters as non-special.
18952
18953 2004-07-09  Simon Josefsson  <jas@extundo.com>
18954
18955         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18956         Users will lose all flag changes made while unplugged with
18957         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18958         good default.  See numerous reports on ding mailing list.
18959
18960 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18963         add generate-head-function and generate-article-function to the
18964         rfc822-forward entry.
18965         (nndoc-rfc822-forward-generate-article): New function.
18966         (nndoc-rfc822-forward-generate-head): New function.
18967
18968         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18969
18970 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18971
18972         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18973         respect display group parameter and gnus-summary-expunge-below.
18974         (gnus-articles-to-read): Remove unused reference to display group
18975         parameter.
18976
18977 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18978
18979         * nnheader.el (nnheader-uniquify-message-id): New experimental
18980         variable.
18981         (nnheader-nov-read-message-id): Use it.
18982
18983         * spam-report.el (spam-report-gmane): Add interactive.
18984
18985 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * mm-encode.el (mm-content-transfer-encoding-defaults):
18988         Use qp-or-base64 for the application/* types.
18989
18990 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18991
18992         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18993
18994 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18995
18996         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18997         trim value.
18998
18999 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19000
19001         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19002         New macro and function.
19003         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19004
19005 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19006
19007         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19008         after-load-alist.
19009
19010 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19011
19012         * gnus-group.el (gnus-group-get-new-news-this-group):
19013         Don't update info that isn't there.
19014
19015 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19016
19017         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19018         entry.
19019
19020 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * mm-view.el (mm-inline-render-with-function): Use multibyte
19023         buffer; decode html source by charset.
19024
19025         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19026
19027         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19028         Mule-UCS is loaded under XEmacs.
19029         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19030
19031 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19032
19033         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19034
19035 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * mm-util.el (mm-coding-system-p): Return a coding-system.
19038         (mm-mime-mule-charset-alist): Use shift_jis instead of
19039         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19040         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19041         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19042         instead of japanese-shift-jis and iso-latin-1 respectively in
19043         order to share the default value with both Emacs and XEmacs-mule.
19044         (mm-mule-charset-to-mime-charset):
19045         Make mm-coding-system-priorities effective.
19046         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19047         while predicating of candidates upon the priorities.
19048
19049 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19050
19051         * gnus-sum.el (gnus-summary-make-menu-bar):
19052         Add gnus-uu-invert-processable.
19053
19054         * gnus.el: Autoload gnus-uu-invert-processable.
19055
19056 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * mm-util.el (mm-with-multibyte-buffer): New macro.
19059
19060         * rfc2047.el (rfc2047-encode-string): Use it.
19061         (rfc2047-encode-region): Move point to the end of the region after
19062         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19063
19064 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19067         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19068
19069 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19070
19071         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19072         (gnus-cite-parse): Ignore quoted envelope From_.
19073         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19074
19075 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19076
19077         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19078         invalid addresses.
19079
19080 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19081
19082         * spam.el: Change section markers, revise TODO list.
19083         (spam-backends): Make new master list of all installed backends.
19084         (spam-summary-exit-behavior): Add new variable to determine how
19085         messages moves are done at summary exit.
19086         (spam-move-spam-nonspam-groups-only)
19087         (spam-process-ham-in-nonham-groups)
19088         (spam-process-ham-in-spam-groups): Remove variables, the
19089         spam-summary-exit-behavior variable should be used to manage this
19090         behavior.
19091         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19092         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19093         and spam-old-spam-articles.
19094         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19095         Add empty variables, placeholders for the backends they represent.
19096         (spam-set-difference): Move, unchanged.
19097         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19098         unless the user has a processor variable.
19099         (spam-classifications, spam-classification-valid-p)
19100         (spam-backend-properties, spam-backend-property-valid-p)
19101         (spam-backend-function-type-valid-p)
19102         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19103         (spam-report-articles-gmane, spam-report-articles-resend):
19104         Remove functions, they are not needed.
19105         (spam-install-backend-super, spam-backend-list)
19106         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19107         (spam-backend-function, spam-backend-ham-registration-function)
19108         (spam-backend-spam-registration-function)
19109         (spam-backend-ham-unregistration-function)
19110         (spam-backend-spam-unregistration-function)
19111         (spam-backend-statistical-p, spam-backend-mover-p)
19112         (spam-install-backend-alias, spam-install-checkonly-backend)
19113         (spam-install-mover-backend, spam-install-nocheck-backend)
19114         (spam-install-backend, spam-install-statistical-backend)
19115         (spam-install-statistical-checkonly-backend): Add backend installation
19116         support.
19117         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19118         (spam-group-processor-p): Use the new backend code and respect the
19119         summary exit behavior.
19120         (spam-mark-spam-as-expired-and-move-routine): Remove.
19121         (spam-summary-prepare): Change to use the new spam-old-articles
19122         variable.
19123         (spam-copy-or-move-routine, spam-copy-spam-routine)
19124         (spam-move-spam-routine, spam-copy-ham-routine)
19125         (spam-move-ham-routine): Add code to copy/move ham or spam.
19126         (spam-fetch-field-fast): Improve doc and code, plus allow the
19127         'number request.
19128         (spam-list-of-checks, spam-list-of-statistical-checks):
19129         Remove variables.
19130         (spam-split, spam-find-spam): Use the new backend code.
19131         (spam-registration-functions): Remove variable.
19132         (spam-unregister-routine): Add convenience wrapper.
19133         (spam-log-undo-registration, spam-register-routine)
19134         (spam-log-processing-to-registry)
19135         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19136         where possible.
19137         (spam-check-gmane-xref, spam-check-regex-headers)
19138         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19139         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19140         (spam-check-bogofilter-headers, spam-check-spamoracle)
19141         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19142         (spam-check-crm114-headers): Use the spam-split-group that
19143         spam-split prepares, no need to determine it every time.
19144
19145         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19146         to the nnheader-parse-naked-head call.
19147
19148         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19149
19150         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19151         the nnheader-nov-read-message-id call.
19152
19153 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19156         gnus-activate-group twice.  Suggested by Markus Peter
19157         <warp@spin.de>.
19158
19159 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * gnus-art.el (gnus-article-time-format): Exchange the order of
19162         day and month in the default value; fix customization type.
19163         (article-date-ut): Use add-text-properties.
19164         (article-make-date-line): Use message-make-date instead of
19165         current-time-string.
19166
19167         * message.el (message-fetch-field): Don't use set-text-properties.
19168         (message-make-date): Simplify.
19169
19170         * messagexmas.el (message-xmas-make-date): New function.
19171         (message-xmas-redefine): Defalias message-make-date to it.
19172
19173 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19174
19175         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19176         (rfc2047-encode-region): Treat text within parentheses as special;
19177         show the original text when error has occurred.
19178
19179         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19180         already-computed method to gnus-activate-group.
19181
19182         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19183         same select-methods identical Lisp objects.
19184
19185         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19186         object when modifying the info.
19187
19188 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19191         gnus-opened-servers since it has never been opened with the new
19192         configuration yet.
19193
19194 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19197         arg to nnheader-generate-fake-message-id.
19198
19199 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19200
19201         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19202         number and build a fake message ID localized to a group and
19203         article number (so it's repeatable from that point on).
19204         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19205         ID format.
19206
19207         * gnus-sum.el (gnus-get-newsgroup-headers):
19208         Call nnheader-generate-fake-message-id with the article number.
19209
19210 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19211
19212         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19213         end-of-buffer.
19214
19215 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19216
19217         * message.el (message-ignored-supersedes-headers): Add Approved.
19218
19219 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19220
19221         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19222         goto-char.
19223         (rfc2047-encode): Fold the line before encoding.
19224
19225 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19226
19227         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19228         folding -- not all headers can be folded, and this should be done
19229         by the message composition mode.  Probably.  I think.
19230
19231 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19234         fast.
19235
19236         * gnus-ems.el (gnus-remove-image): Don't use
19237         message-text-with-property; remove only the image found first.
19238
19239         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19240         found first.
19241
19242 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19243
19244         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19245
19246 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * message.el (message-text-with-property): Make it fast and accept
19249         optional arguments.
19250         (message-strip-forbidden-properties): Use it.
19251         (message-fix-before-sending): Follow the m-t-w-p change.
19252
19253         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19254
19255 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * gnus-art.el (article-hide-headers): Don't change the buffer
19258         mistakenly when performing mml-preview even if
19259         gnus-single-article-buffer is nil.
19260
19261 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19262
19263         * message.el (message-expand-name-databases): New user option.
19264         (message-expand-name): Use it.
19265
19266 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19267
19268         * spam.el (spam-report-articles-resend)
19269         (spam-report-resend-register-routine): Allow ham reporting.
19270         (spam-report-resend-register-ham-routine): Add wrapper.
19271         (spam-registration-functions): Add ham resending functions.
19272         (spam-list-of-processors): Add ham resend processor.
19273
19274         * gnus.el (ham-resend-to): Add new group parameter.
19275         (spam-process): Add ham resend option.
19276
19277         * spam-report.el (spam-report-resend): Allow reporting ham.
19278         (spam-report-resend-ham): Add wrapper.
19279
19280 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19281
19282         * message.el (message-cite-articles-with-x-no-archive):
19283         New variable.
19284         (message-cite-original): Use it.
19285
19286 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19287
19288         * message.el (message-cite-original): Respect X-No-Archive.
19289
19290 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * gnus-art.el (article-hide-headers): Refer to the values for
19293         gnus-ignored-headers and gnus-visible-headers in the summary
19294         buffer since a user may have set them as group parameters.
19295
19296 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19297
19298         * assistant.el (assistant-node-name): Add convenience function.
19299         (assistant-render-text, assistant-render-node): Add error handling,
19300         plus handle multiple next nodes.
19301         (assistant-find-next-node): Comment out for now.
19302         (assistant-find-next-nodes): Add function, returns list of next
19303         nodes.
19304
19305 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19306
19307         * mail-source.el (mail-source-directory): Fix doc-string.
19308
19309 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19310
19311         * assistant.el (assistant-render-text, assistant-eval): Add :set
19312         widget type, which is different because it takes and returns a
19313         list.  Much hilarity ensues.
19314
19315 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19316
19317         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19318
19319         * gnus-group.el (gnus-group-get-new-news-this-group):
19320         Add doc-string.
19321
19322         * gnus-start.el (gnus-activate-group): Add doc-string.
19323
19324 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19325
19326         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19327
19328 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19329
19330         * assistant.el (assistant-render-text): Try to add a :set
19331         widget, more to come.
19332
19333         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19334         strings.
19335         (spam-report-articles-resend)
19336         (spam-register-routine): Do registration iff any articles warrant
19337         it.
19338         (spam-summary-prepare-exit): Change log message for nil group
19339         destinations.
19340
19341 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19342
19343         * spam.el (spam-report-resend-register-routine):
19344         Allow spam-report-resend-to to be a group parameter or a global value.
19345
19346 2004-05-26  Simon Josefsson  <jas@extundo.com>
19347
19348         * starttls.el: Merge with my GNUTLS based starttls.el.
19349         (starttls-gnutls-program, starttls-use-gnutls)
19350         (starttls-extra-arguments, starttls-process-connection-type)
19351         (starttls-connect, starttls-failure, starttls-success):
19352         New variables.
19353         (starttls-program, starttls-extra-args): Doc fix.
19354         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19355         New functions.
19356         (starttls-negotiate, starttls-open-stream):
19357         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19358         function if it is set.
19359
19360 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19363         structured fields.
19364
19365 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19368
19369 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19370
19371         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19372         Add variable.
19373         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19374         assigning the spam-mark to new messages.
19375
19376 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19377
19378         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19379
19380 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19383
19384         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19385         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19386         default.
19387
19388 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19389
19390         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19391         correct data.
19392
19393 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19394
19395         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19396         (spam-group-processor-p): Fix function.
19397         (spam-group-processor-multiple-p)
19398         (spam-group-spam-processor-report-gmane-p)
19399         (spam-group-spam-processor-report-resend-p)
19400         (spam-group-spam-processor-bogofilter-p)
19401         (spam-group-spam-processor-blacklist-p)
19402         (spam-group-spam-processor-ifile-p)
19403         (spam-group-ham-processor-ifile-p)
19404         (spam-group-spam-processor-spamoracle-p)
19405         (spam-group-spam-processor-crm114-p)
19406         (spam-group-ham-processor-bogofilter-p)
19407         (spam-group-spam-processor-stat-p)
19408         (spam-group-ham-processor-stat-p)
19409         (spam-group-ham-processor-whitelist-p)
19410         (spam-group-ham-processor-BBDB-p)
19411         (spam-group-ham-processor-spamoracle-p)
19412         (spam-group-ham-processor-copy-p): Remove functions with some
19413         prejudice against unneeded code.
19414         (spam-report-articles-resend)
19415         (spam-report-resend-register-routine): Allow the group/topic
19416         spam-resend-to value to override spam-report-resend-to.
19417         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19418         properly now.
19419
19420         * gnus.el (spam-resend-to): Add group/topic parameter.
19421         (spam-process): Move the OBSOLETE processors to the end of the
19422         choices.
19423
19424 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19425
19426         * spam-report.el (spam-report-resend-to, spam-report-resend):
19427         Start with resend-to set to nil, and then ask the user if necessary.
19428         (spam-report-resend): spam-report-resend takes a list of articles, not
19429         separate article numbers.
19430
19431 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19432
19433         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19434         addition to emacs-w3m.
19435
19436 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19437
19438         * assistant.el (assistant-authinfo-data): New function.
19439         (assistant-eval): Eval for entire assistant.
19440
19441         * netrc.el (netrc-services-file): New variable.
19442         (netrc-parse-services): New function.
19443         (netrc-find-service-name): New function.
19444         (netrc-find-service-number): New function.
19445         (netrc-port-equal): New function.
19446         (netrc-machine): Use it.
19447
19448         * nnimap.el (nnimap-open-connection): Use netrc.
19449
19450         * gnus-util.el (gnus-netrc-get): Remove aliases.
19451
19452         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19453
19454         * assistant.el (wid-edit): Fix compilation.
19455
19456         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19457
19458 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19459
19460         * gnus-util.el (gnus-set-file-modes): New function.  (small
19461         patch).
19462
19463 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19464
19465         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19466
19467         * assistant.el (assistant-render-node): Fix up rendering and
19468         read-only text.
19469         (assistant-render-node): Reset.
19470         (assistant-make-read-only): Not sticky.
19471
19472 2004-05-20  Danny Siu  <dsiu@adobe.com>
19473
19474         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19475         centered even when gnus-auto-center-summary is t.
19476
19477 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19478
19479         * dns.el (dns-get-txt-answer): New function.
19480         (dns-read-txt): Ditto.
19481         (query-dns): Use it.
19482
19483 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19486         active for foreign groups even if the group level is higher than
19487         the specified value.
19488
19489 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19490
19491         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19492         non-active groups.
19493
19494         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19495
19496 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19497
19498         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19499
19500 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19501
19502         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19503         (spam-crm114-header, spam-crm114-spam-switch)
19504         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19505         (spam-crm114-positive-spam-header)
19506         (spam-crm114-database-directory, spam-list-of-processors)
19507         (spam-group-spam-processor-crm114-p)
19508         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19509         (spam-generic-score, spam-list-of-checks)
19510         (spam-list-of-statistical-checks, spam-registration-functions)
19511         (spam-check-crm114-headers, spam-crm114-score)
19512         (spam-check-crm114, spam-crm114-register-with-crm114)
19513         (spam-crm114-register-spam-routine)
19514         (spam-crm114-unregister-spam-routine)
19515         (spam-crm114-register-ham-routine)
19516         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19517         From asjo@koldfront.dk (Adam Sjøgren).
19518
19519         * gnus.el: Add spam-use-crm114.
19520
19521         * spam.el (spam-list-of-processors, spam-registration-functions):
19522         Add spam-use-resend.
19523         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19524         (spam-report-articles-gmane): Add doc fix.
19525         (spam-report-articles-resend, spam-report-resend-register-routine):
19526         Add wrappers around spam-report-resend-to.
19527
19528         * spam-report.el (spam-report-resend-to, spam-report-resend):
19529         Add support for resending spam.
19530         (spam-report-gmane): Fix line length >80.
19531
19532         * gnus.el (spam-process): Add spam-use-resend.
19533
19534 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19535
19536         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19537         number of processed spam messages.
19538         (spam-ham-copy-or-move-routine): Return the number of processed
19539         ham messages.
19540         (spam-summary-prepare-exit): Use the above values to decide
19541         whether status messages shouled be displayed.
19542
19543 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19544
19545         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19546         `rfc2047-encoding-function-alist' in order to avoid conflicting
19547         with the old version.
19548         (rfc2047-encode-region): Concatenate words containing non-ASCII
19549         characters in structured fields; don't encode space-delimited
19550         ASCII words even in unstructured fields; don't break words at
19551         char-category boundaries.
19552         (rfc2047-encode-1): New function.
19553         (rfc2047-encode): Use it; encode text so that it occupies the
19554         maximum width within 76-column; work correctly on Q encoding for
19555         iso-2022-* charsets.
19556         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19557         sure not to break a line just after the header name.
19558         (rfc2047-b-encode-region): Remove.
19559         (rfc2047-b-encode-string): New function.
19560         (rfc2047-q-encode-region): Remove.
19561         (rfc2047-q-encode-string): New function.
19562
19563         * mm-util.el (mm-replace-in-string): New function.
19564
19565 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19566
19567         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19568         Really get it right.
19569         (gnus-inews-make-draft): Really.
19570
19571 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19572
19573         * nnmh.el (nnmh-request-list-1): Don't check the link count
19574         before descending.  (small patch)
19575
19576 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19577
19578         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19579         stuff.
19580
19581         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19582         Match on real group name.
19583
19584         * gnus-art.el (gnus-signature-limit): Doc fix.
19585
19586         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19587
19588         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19589
19590 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19591
19592         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19593         isn't a string.
19594
19595 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19596
19597         * gnus-draft.el (gnus-draft-send):
19598         Bind rfc2047-encode-encoded-words.
19599
19600         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19601         (rfc2047-encodable-p): Say that =? needs encoding.
19602         (rfc2047-encode-encoded-words): New variable.
19603
19604         * gnus-group.el (gnus-group-select-group): Doc fix.
19605
19606         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19607
19608         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19609         to nil.
19610
19611         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19612
19613         * nnheader.el (nnheader-get-lines-and-char): New function.
19614
19615 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19616
19617         * gnus-msg.el (gnus-summary-followup-with-original):
19618         Document yanking of region when active.
19619
19620 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19623         groups if the group level is higher than the specified value.
19624
19625 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19626
19627         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19628         (gnus-group-jump-to-group): Add prefix argument using
19629         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19630         non-active group.
19631
19632         * compface.el (uncompface): Be verbose when changing
19633         `uncompface-use-external'.
19634
19635         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19636         handle manual section.
19637
19638 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19639
19640         * gnus-art.el (gnus-button-alist): Revert previous change.
19641
19642 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19643
19644         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19645
19646 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19647
19648         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19649         whether backend can accept message.
19650
19651         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19652
19653 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19654
19655         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19656         Avoid creating directory when nntp-marks-is-evil is true.
19657         Reported by Reiner Steib.
19658
19659 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19660
19661         * gnus-picon.el (gnus-picon-style): New variable.
19662         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19663         (gnus-picon-transform-address): Support `gnus-picon-style'.
19664         From Jesper Harder <harder@ifa.au.dk>.
19665
19666 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19667
19668         * message.el (message-fill-field): Return point.
19669         (message-generate-headers): Go to end of field.
19670
19671         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19672         stuff for non-living groups.
19673
19674 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19675
19676         * gnus-art.el (gnus-article-followup-with-original)
19677         (gnus-article-reply-with-original): gnus-mark-active-p ->
19678         gnus-region-active-p.
19679
19680 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19681
19682         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19683         only when there is spam or ham to be processed.
19684
19685 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19686
19687         * mail-source.el (mail-source-delete-crash-box): Refactor.
19688         (mail-source-fetch): Use it.
19689         (mail-source-fetch-file): Ditto.
19690         (mail-source-fetch-directory): Run postscript in loop.
19691         (mail-source-fetch-pop): Delete.
19692         (mail-source-fetch-maildir): Ditto.
19693         (mail-source-fetch-imap): Ditto.
19694
19695         * imap.el (imap-authenticators): Comment out sasl.
19696
19697         * message.el (message-skip-to-next-address): New function.
19698         (message-fill-header-address): Refactor.
19699         (message-fill-address): Use it.
19700         (message-delete-address): Use it.
19701         (message-fill-header-general): Refactor.
19702         (message-fill-field-address): Rename.
19703         (message-narrow-to-field): Find the start of the header.
19704         (message-header-format-alist): Don't pre-fill.
19705         (message-fill-header): Remove.
19706         (message-insert-header): New function.
19707         (message-shorten-references): Use it.
19708
19709         * rfc2047.el (rfc2047-field-value): Strip props.
19710
19711         * mail-parse.el (mail-header-make-address): New alias.
19712
19713         * ietf-drums.el (ietf-drums-make-address): New function.
19714
19715         * imap.el: Add compiler directives.
19716
19717         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19718
19719         * gnus-art.el (article-decode-idna-rhs): Don't use
19720         message-idna-inside-rhs-p.
19721
19722 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19723
19724         * message.el (message-idna-inside-rhs-p): Remove.
19725         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19726
19727         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19728         false positives.
19729
19730 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19731
19732         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19733
19734 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19735
19736         * nneething.el (nneething-file-name): Don't create spurious
19737         files.
19738
19739         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19740         (gnus-inews-do-gcc): Remove sleep.
19741
19742         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19743         part under point.
19744
19745         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19746         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19747
19748 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19749
19750         * spam.el (spam-summary-prepare-exit): Fix (length).
19751
19752 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19753
19754         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19755         as expired without moving it" message when there are spam
19756         messages left.
19757
19758 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19759
19760         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19761         header is not nil.
19762
19763 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19764
19765         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19766         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19767         (nntp-marks-changed-p): New arg SERVER.
19768         (nntp-request-update-info): Adjust caller.
19769
19770 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19771
19772         * nntp.el (nntp-save-marks): Pass missing arg.
19773
19774 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19775
19776         * nntp.el: Support marks.
19777         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19778         (nntp-marks-modtime, nntp-marks-directory): New variables.
19779         (nntp-request-set-mark, nntp-request-update-info)
19780         (nntp-possibly-create-directory, nntp-marks-changed-p)
19781         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19782         New functions.
19783
19784 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19785
19786         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19787         (gnus-xmas-redefine): Rename.
19788
19789         * gnus-score.el (gnus-score-insert-help):
19790         Use gnus-select-lowest-window.
19791
19792         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19793         appt-select-lowest-window and rename to gnus-select-lowest-window.
19794
19795         * gnus.el: do.
19796
19797 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19798
19799         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19800         encodings of MIME-encoded words, in order to improve
19801         interoperability with several broken MUAs.
19802
19803 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19804
19805         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19806         tags, only when charsets are not specified in headers.
19807         (mm-inline-text-html-render-with-w3m): Ditto.
19808
19809         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19810         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19811
19812 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19813
19814         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19815         instead of MIME-decoded from fields when checking
19816         `gnus-article-address-banner-alist'.
19817
19818 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19819
19820         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19821         description rather than subject.
19822
19823 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19824
19825         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19826
19827 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19828
19829         * gnus.el (gnus-version-number): Bump.
19830
19831 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19832
19833         * gnus.el: No Gnus v0.2 is released.
19834
19835 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19836
19837         * gnus-agent.el (gnus-agent-read-agentview):
19838         Inline gnus-uncompress-range.
19839
19840 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19841
19842         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19843         `exec-installed-p'.
19844
19845 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19846
19847         * gnus.el (spam-process, spam-autodetect-methods):
19848         Add bsfilter and bsfilter-headers.
19849
19850         * spam.el (spam-bsfilter): New customize group.
19851         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19852         (spam-bsfilter-header, spam-bsfilter-probability-header)
19853         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19854         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19855         (spam-bsfilter-database-directory): New options.
19856         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19857         (spam-list-of-statistical-checks, spam-registration-functions):
19858         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19859         (spam-bsfilter-score): New command.
19860         (spam-check-bsfilter-headers, spam-check-bsfilter)
19861         (spam-bsfilter-register-with-bsfilter)
19862         (spam-bsfilter-register-spam-routine)
19863         (spam-bsfilter-unregister-spam-routine)
19864         (spam-bsfilter-register-ham-routine)
19865         (spam-bsfilter-unregister-ham-routine): New functions.
19866         (spam-generic-score): Support bsfilter; Accept an optional argument
19867         to recalcurate spam score even if scoring header has already been
19868         added.
19869         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19870         optional argument to recalcurate spam score even if scoring header
19871         has already been added.
19872
19873 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19874
19875         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19876         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19877         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19878         link is missing.
19879
19880 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19881
19882         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19883         (html2text-get-attr): Rewrite.
19884
19885         * message.el (message-setup-1): Remove redundant put-text-property
19886         on mail-header-separator.
19887
19888 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19889
19890         * gnus-registry.el (gnus-registry-cache-whitespace)
19891         (gnus-registry-action, gnus-registry-spool-action)
19892         (gnus-registry-split-fancy-with-parent): Change message levels
19893         from 5 to 3 or 7, as needed.
19894
19895         * spam.el (spam-summary-prepare-exit)
19896         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19897         (spam-split, spam-find-spam, spam-log-undo-registration)
19898         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19899         level from 5 to 6.
19900
19901 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19902
19903         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19904         2004-03-04 change).
19905
19906 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19907
19908         * sieve-manage.el (sieve-manage-open):
19909         * nnweb.el (nnweb-insert-html):
19910         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19911         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19912         * nnspool.el (nnspool-request-group):
19913         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19914         * nnml.el (nnml-request-update-info):
19915         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19916         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19917         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19918         (nnimap-request-set-mark):
19919         * nnfolder.el (nnfolder-request-update-info):
19920         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19921         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19922         * gnus-uu.el (gnus-uu-find-articles-matching):
19923         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19924         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19925         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19926         * gnus-nocem.el (gnus-nocem-scan-groups):
19927         * gnus-int.el (gnus-start-news-server):
19928         * gnus-group.el (gnus-group-make-kiboze-group)
19929         (gnus-group-browse-foreign-server):
19930         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19931         Use mapc when appropriate.
19932
19933 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19934
19935         FIXME: Make separate entries for each person.
19936
19937         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19938         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19939         <shields@msrl.com>:
19940
19941         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19942         may need for spam sorting and scoring.
19943         (spam-user-format-function-S): Add user format function suitable for
19944         general use.
19945         (spam-article-sort-by-spam-status): Add sorting function for summary
19946         sorting.
19947         (spam-extra-header-to-number): Add function to get a score from a
19948         header.
19949         (spam-summary-score): Add function to get a numeric score from the
19950         headers.
19951         (spam-generic-score): Fix function doc, was in wrong place.
19952         (spam-initialize): Take symbols when it's run, and install the
19953         extra headers that spam-necessary-extra-headers thinks we need.
19954
19955 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19956
19957         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19958         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19959
19960 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19961
19962         * gnus-sum.el (gnus-set-global-variables)
19963         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19964         (gnus-article-get-xrefs, gnus-summary-best-group)
19965         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19966         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19967         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19968         Use with-current-buffer.
19969
19970 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19971
19972         * spam.el (spam-summary-prepare-exit): Simplify logic.
19973         (spam-fetch-article-header): Read the article header if it's not
19974         available.
19975         (spam-list-articles): Simplify logic.
19976         (spam-filelist-register-routine): Fix bug with unregister-list.
19977
19978         * gnus-registry.el: Fix comments at beginning.
19979
19980 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19981
19982         * message.el (message-cater-to-broken-inn): Remove.
19983         (message-shorten-references): Make sure the total folded length of
19984         References is shorter than 998 characters to cater to a bug in INN
19985         2.3.  Also, don't pretend that references aren't folded -- this
19986         hasn't worked for a while.
19987
19988 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19989
19990         * gnus-agent.el (gnus-agentize):
19991         gnus-agent-send-mail-real-function no longer set to current value
19992         of message-send-mail-function but rather a lambda that calls
19993         message-send-mail-function.  The change makes the agent real-time
19994         responsive to user changes to message-send-mail-function.
19995
19996 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19997
19998         * legacy-gnus-agent.el
19999         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20000         help from Florian Weimer <fw@deneb.enyo.de>
20001
20002 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20003
20004         * nnmail.el (nnmail-cache-insert): Revert last change.
20005
20006 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * nnmail.el (nnmail-cache-insert): Always check whether
20009         nnmail-cache-ignore-groups matches a group name.
20010
20011 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20012
20013         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20014         (spam-find-spam, spam-log-processing-to-registry)
20015         (spam-log-registered-p, spam-log-unregistration-needed-p)
20016         (spam-log-undo-registration): Use gnus-message instead of
20017         gnus-error, none of these errors are fatal.
20018
20019         * gnus-registry.el (gnus-registry-clean-empty-function)
20020         (gnus-registry-clean-empty): Remove only empty entries without
20021         extra data.
20022
20023 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20024
20025         * spam-stat.el (spam-stat-buffer-change-to-spam)
20026         (spam-stat-buffer-change-to-non-spam): Change (error) to
20027         (gnus-message 8) invocation.
20028
20029 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20030
20031         * nntp.el (nntp-via-netcat-command): New variable.
20032         (nntp-via-netcat-switches): New variable.
20033         (nntp-open-via-rlogin-and-netcat): New function.
20034         (nntp-open-connection-function): Doc fix.
20035         (nntp-telnet-command): Doc fix.
20036         (nntp-end-of-line): Doc fix.
20037         (nntp-via-rlogin-command): Doc fix.
20038         (nntp-via-user-name): Doc fix.
20039         (nntp-via-address): Doc fix.
20040
20041 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20044         error in Emacs 21.1.
20045
20046 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20047
20048         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20049
20050 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20051
20052         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20053         (gnus-agent-with-refreshed-group): New macro.
20054         (gnus-agent-rename-group): New function.
20055         (gnus-agent-delete-group): New function.
20056         (gnus-agent-save-group-info): Use gnus-command-method when
20057         `method' parameter is nil.  Don't write nil entries into the
20058         active file.
20059         (gnus-agent-get-group-info): New function.
20060         (gnus-agent-fetch-articles):
20061         Use gnus-agent-update-files-total-fetched-for to increment disk space
20062         used.
20063         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20064         Use gnus-agent-update-view-total-fetched-for to increment disk space
20065         used.
20066         (gnus-agent-get-local): Add optional parameters to avoid calling
20067         gnus-group-real-name and gnus-find-method-for-group.
20068         (gnus-agent-set-local): Delete stored entry if either min, or max,
20069         are nil.
20070         (gnus-agent-fetch-session): Reworded error/quit messages.
20071         On quit, use gnus-agent-regenerate-group to record existance of any
20072         articles fetched to disk before the quit occurred.
20073         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20074         gnus-agent-update-view-total-fetched-for, and
20075         gnus-agent-update-files-total-fetched-for to decrement disk space
20076         used.
20077         (gnus-agent-retrieve-headers):
20078         Use gnus-agent-update-view-total-fetched-for to increment disk space
20079         used.
20080         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20081         with gnus-agent-update-files-total-fetched-for to decrement disk
20082         space and fresh group buffer.
20083         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20084         (gnus-agent-need-update-total-fetched-for): New variable.
20085         (gnus-agent-update-files-total-fetched-for): New function.
20086         (gnus-agent-update-view-total-fetched-for): New function.
20087         (gnus-agent-total-fetched-for): New function.
20088
20089         * gnus-cache.el (gnus-cache-save-buffers):
20090         Use gnus-cache-update-overview-total-fetched-for to change disk space
20091         used by this group.
20092         (gnus-cache-possibly-enter-article):
20093         Use gnus-cache-update-file-total-fetched-for to increment disk space
20094         used by this group.
20095         (gnus-cache-possibly-remove-article):
20096         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20097         used by this group.
20098         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20099         (gnus-cache-rename-group): New function.
20100         (gnus-cache-delete-group): New function.
20101         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20102         (gnus-cache-need-update-total-fetched-for): New variable.
20103         (gnus-cache-with-refreshed-group): New macro.
20104         (gnus-cache-update-file-total-fetched-for): New function.
20105         (gnus-cache-update-overview-total-fetched-for): New function.
20106         (gnus-cache-rename-group-total-fetched-for): New function.
20107         (gnus-cache-delete-group-total-fetched-for): New function.
20108         (gnus-cache-total-fetched-for): New function.
20109
20110         * gnus-group.el: Require gnus-sum and autoload functions to
20111         resolve warnings when gnus-group.el compiled alone.
20112         (gnus-group-line-format): Documented new %F.
20113         (size of Fetched data) group line format; identifies disk space
20114         used by agent and cache.
20115         (gnus-group-line-format-alist): Defined new F format.
20116         (gnus-total-fetched-for): New function.
20117         (gnus-group-delete-group): No longer update
20118         gnus-cache-active-altered as gnus-request-delete-group now keeps
20119         the cache in sync.
20120         (gnus-group-list-active): Let the agent store a server's active
20121         list if currently plugged.
20122
20123         * gnus-int.el (gnus-request-delete-group):
20124         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20125         local disk in sync with the server.
20126         (gnus-request-rename-group):
20127         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20128         local disk in sync with the server.
20129
20130         * gnus-start.el (gnus-get-unread-articles):
20131         Cosmetic simplification to logic.
20132
20133         * gnus-util.el (gnus-rename-file): New function.
20134
20135 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20136
20137         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20138
20139 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20140
20141         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20142         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20143
20144 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20145
20146         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20147         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20148
20149 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20150
20151         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20152
20153 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20154
20155         * spam.el (spam-set-difference): Add function to replace
20156         gnus-set-difference in spam.el.
20157         (spam-summary-prepare-exit): Use spam-set-difference.
20158
20159 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20160
20161         * gnus-registry.el (gnus-registry-cache-file): Update to use
20162         gnus-dribble-directory OR gnus-home-directory OR ~.
20163         (gnus-registry-split-fancy-with-parent): Fix doc.
20164
20165 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20166
20167         * message.el (message-exchange-point-and-mark):
20168         Use message-mark-active-p.  Suggested by Jesper Harder
20169         <harder@ifa.au.dk>.
20170
20171 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * message.el (message-exchange-point-and-mark): Don't activate
20174         region if it was inactive.  Suggested by Hiroshi Fujishima
20175         <pooh@nature.tsukuba.ac.jp>.
20176
20177 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20178
20179         * gnus-art.el (article-display-face): Display Faces in the same
20180         order as X-Faces.
20181
20182 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20183
20184         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20185
20186 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20187
20188         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20189         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20190         (gnus-article-mime-hierarchy): Remove.
20191         (gnus-article-mime-hierarchy-next): Remove.
20192         (gnus-article-mode): Revert 2004-03-19 change.
20193         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20194         (gnus-insert-mime-button): Revert 2004-03-19 change.
20195         (gnus-mime-accumulate-hierarchy): Remove.
20196         (gnus-mime-enter-multipart): Remove.
20197         (gnus-mime-leave-multipart): Remove.
20198         (gnus-mime-display-part): Revert 2004-03-19 change.
20199         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20200
20201         * mml.el (mml-preview): Revert 2004-03-19 change.
20202
20203 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20204
20205         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20206
20207 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20208
20209         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20210         t while entering a file name using the mm-with-multibyte macro.
20211         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20212
20213         * mm-util.el (mm-with-multibyte): New macro.
20214
20215 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20216
20217         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20218         New user option.
20219         (gnus-mime-multipart-functions): Doc and customization fix.
20220         (gnus-article-mime-hierarchy): New variable.
20221         (gnus-article-mime-hierarchy-next): New variable.
20222         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20223         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20224         gnus-article-mime-hierarchy-next to nil.
20225         (gnus-insert-mime-button): Show hierarchy numbers.
20226         (gnus-mime-accumulate-hierarchy): New function.
20227         (gnus-mime-enter-multipart): New function.
20228         (gnus-mime-leave-multipart): New function.
20229         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20230         (gnus-mime-display-alternative): Show hierarchy numbers.
20231
20232         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20233         gnus-article-mime-hierarchy-next to nil.
20234
20235 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20236
20237         * dns.el: Don't require gnus-xmas.
20238
20239 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20240
20241         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20242         inline PGP.
20243         (mml-menu): Disable mml-quote-region if mark is inactive.
20244
20245 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20246
20247         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20248         when the group's active is not available.
20249
20250 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20251
20252         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20253         error.
20254
20255 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20256
20257         * imap.el (imap-store-password): New variable.
20258         (imap-interactive-login): Use it.
20259         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20260
20261 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20262
20263         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20264         window-start and hscroll to summary window.
20265
20266 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20267
20268         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20269         conversion message to newsrc-dribble when an actual conversion is
20270         performed.
20271
20272 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20273
20274         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20275
20276 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * mm-decode.el (mm-complicated-handles): New function reviving
20279         former definition of mm-multiple-handles.
20280
20281         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20282         (gnus-mime-delete-part): Use it.
20283
20284 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20285
20286         * gnus-agent.el (gnus-agent-read-local):
20287         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20288         avoid the implicit assumption that they will always be equal.
20289         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20290         coding-system-for-write, as the with-temp-file macro first prints
20291         to a buffer then saves the buffer.
20292
20293 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20294
20295         * gnus-art.el (gnus-article-edit-part): New function.
20296         (gnus-mime-save-part-and-strip): Use it; do query instead of
20297         signaling an error; don't use mm-multiple-handles.
20298         (gnus-mime-delete-part): Ditto.
20299
20300 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20301
20302         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20303         old file versions.
20304         (gnus-group-prepare-hook): Remove function that converted list
20305         form of gnus-agent-expire-days to group properties.
20306
20307         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20308         (gnus-request-accept-article): Re-indented.
20309
20310         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20311         converters to handle old agent file formats.  Add logic for a
20312         "backup before upgrading warning".
20313         (gnus-convert-mark-converter-prompt): Developers can mark
20314         functions as needing (default), or not needing,
20315         gnus-convert-old-newsrc's "backup before upgrading warning".
20316         (gnus-convert-converter-needs-prompt): Tests whether the user
20317         should be protected from potentially irreversable changes by the
20318         function.
20319
20320         * legacy-gnus-agent.el: New.  Provides converters that are only
20321         loaded when gnus-convert-old-newsrc needs to call them.
20322
20323 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20324
20325         * mail-source.el (mail-source-touch-pop): Doc fix.
20326
20327         * message.el (message-smtpmail-send-it): Doc fix.
20328
20329 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20330
20331         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20332
20333         * nnmail.el (nnmail-split-fancy): do.
20334
20335         * gnus-kill.el (gnus-kill, gnus-execute): do.
20336
20337 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20338
20339         * gnus-sum.el (gnus-widget-reversible-match)
20340         (gnus-widget-reversible-to-internal)
20341         (gnus-widget-reversible-to-external): New functions.
20342         (gnus-widget-reversible): New widget.
20343         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20344
20345 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20346
20347         * gnus-sum.el (gnus-thread-sort-functions)
20348         (gnus-article-sort-functions): Document `(not F)' items.
20349
20350 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20351
20352         * spam.el (spam-use-gmane-xref): Add new backend.
20353         (spam-gmane-xref-spam-group): Add variable to control the name of the
20354         Gmane spam group.
20355         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20356         (spam-regex-headers-spam, spam-regex-headers-ham)
20357         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20358         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20359         backends and checks.
20360         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20361
20362         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20363         an autodetect method.
20364
20365 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20366
20367         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20368         articles are being added to a group.
20369         (gnus-request-replace-article): Inform the agent that articles
20370         need to be uncached as the cached contents are no longer valid.
20371
20372 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20373
20374         * binhex.el: Don't autoload executable-find.
20375
20376         * canlock.el: Don't autoload mail-fetch-field.
20377
20378         * dgnushack.el: Autoload c-mode for XEmacs.
20379
20380         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20381
20382         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20383         rmail-dont-reply-to and rmail-output.
20384
20385         * gnus-score.el: Don't autoload ffap-string-at-point.
20386
20387         * gnus-setup.el: Don't autoload sc-cite-original.
20388
20389         * imap.el: Don't autoload base64-decode-string,
20390         base64-encode-string and md5.
20391
20392         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20393         and rmail-msg-restore-non-pruned-header.
20394
20395         * mm-decode.el: Don't autoload executable-find.
20396
20397         * mm-url.el: Don't autoload executable-find.
20398
20399         * mm-view.el: Don't autoload diff-mode.
20400
20401         * nndb.el: Don't autoload news-reply-mode, news-setup,
20402         cancel-timer and telnet.
20403
20404         * password.el: Don't autoload run-at-time for Emacs.
20405
20406         * sha1-el.el: Don't autoload executable-find.
20407
20408         * sieve-mode.el: Don't autoload c-mode.
20409
20410         * uudecode.el: Don't autoload executable-find.
20411
20412 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20413
20414         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20415         (gnus-agent-possibly-alter-active): Avoid null in numeric
20416         comparison.
20417         (gnus-agent-set-local): Refuse to save null in local object table.
20418         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20419         list of articles that will be marked as unread.
20420
20421 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20422
20423         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20424
20425 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20426
20427         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20428         language tags.
20429
20430 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20431
20432         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20433         Don't bind "obarray".
20434
20435         * gnus-sum.el (gnus-thread-sort-functions):
20436         Add `gnus-thread-sort-by-most-recent-number' and
20437         `gnus-thread-sort-by-most-recent-date'.
20438         Reported by Kai Grossjohann <kai@emptydomain.de>.
20439
20440 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20441
20442         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20443
20444 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20445
20446         * gnus-cus.el (gnus-agent-customize-category):
20447         Remove ignore-errors macro reference that required cl to be loaded at
20448         run-time.
20449
20450         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20451         single-interval range of the form (min . max).  Previously the
20452         range had to look like ((min . max)).  Likewise, return
20453         (min . max) rather than ((min . max)).
20454         (gnus-range-map): Use gnus-range-normalize to accept
20455         single-interval range.
20456
20457         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20458         the cache, but not the agent, now appear with their usual face.
20459
20460         * dgnushack.el (loaddir): New variable that is bound to the
20461         directory containing the dgnushack.el file. Use loaddir, rather
20462         than srcdir, to update load-path. Change lets dgnushack compile
20463         code in directories other than GNUS/lisp.
20464
20465 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20466
20467         * lpath.el: Don't bind w3m-safe-url-regexp.
20468
20469         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20470         w3m-safe-url-regexp variable buffer-local.
20471
20472         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20473
20474 2004-02-27  Simon Josefsson  <jas@extundo.com>
20475
20476         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20477         gnus-group-real-prefix.
20478         (gnus-summary-move-article): Use it, instead of
20479         gnus-group-real-prefix.
20480
20481 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20482
20483         * lpath.el: Bind w3m-safe-url-regexp.
20484
20485         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20486         w3m-safe-url-regexp variable buffer-local and set it as the value
20487         of mm-w3m-safe-url-regexp.
20488
20489         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20490
20491         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20492         parsing gnus-posting-styles when the message is not for replying.
20493
20494         * dgnushack.el: Autoload sgml-mode for XEmacs.
20495
20496         * nnrss.el (nnrss-opml-export):
20497         Use mm-set-buffer-file-coding-system instead of
20498         set-buffer-file-coding-system.
20499
20500 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20501
20502         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20503         of checkdoc.el).
20504         * nnrss.el: do.
20505         * gnus-mlspl.el: do.
20506         * gnus-ml.el: do.
20507         * gnus-srvr.el: do.
20508
20509         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20510
20511 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20512
20513         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20514         Corrections to custom-manual links.
20515
20516         * gnus-art.el (gnus-article): Ditto.
20517
20518         * mm-decode.el (mime-display, mime-security): Ditto.
20519
20520 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20521
20522         * flow-fill.el: Typo.
20523
20524 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20525
20526         * spam-wash.el: New file.
20527
20528 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20529
20530         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20531
20532 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20533
20534         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20535         to be run with new-articles as LIST1, not LIST2.
20536         (spam-registration-functions): Add spam-use-ham-copy as a nil
20537         registration backend.
20538
20539 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20540
20541         * spam-stat.el (spam-stat-washing-hook): New option.
20542         (spam-stat-buffer-words): Use it.
20543         (spam-stat-process-directory, spam-stat-test-directory):
20544         Use insert-file-contents-literally.
20545         (spam-stat-coding-system): New variable.
20546         (spam-stat-load, spam-stat-save): Use it.
20547
20548 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20549
20550         * spam-report.el (spam-report-plug-agent):
20551         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20552
20553 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20554
20555         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20556         Allow / in mailto URLs.
20557
20558 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20559
20560         * spam-report.el (spam-report-process-queue): Fix interactive use.
20561         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20562         (spam-report-unplug-agent): Doc fixes.
20563         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20564         (spam-report-agentize, spam-report-deagentize): Autoload.
20565
20566 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20567
20568         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20569
20570         * message.el (message-setup-fill-variables): Add mml tags to
20571         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20572         <ajk@iu.edu>.
20573         (message-mode): Don't modify paragraph-separate there.
20574
20575 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20576
20577         * compface.el (uncompface-use-external): Default to undecided.
20578         (uncompface-use-external-threshold): New variable.
20579         (uncompface-float-time): New macro.
20580         (uncompface): Determine whether to use the external decoder if
20581         uncompface-use-external is undecided.
20582
20583 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20584
20585         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20586         after images.
20587
20588         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20589
20590 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20591
20592         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20593
20594         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20595
20596         * gnus-sum.el (gnus-summary-limit-to-age)
20597         (gnus-summary-limit-children): do.
20598
20599         * gnus-int.el (gnus-request-scan): do.
20600
20601         * gnus-group.el (gnus-group-suspend): do.
20602
20603         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20604
20605         * gnus-cite.el (gnus-cite-parse-attributions): do.
20606
20607         * gnus-agent.el (gnus-summary-set-agent-mark)
20608         (gnus-agent-regenerate-group): do.
20609
20610         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20611
20612         * binhex.el (binhex-decode-region-internal): do.
20613
20614 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * gnus-fun.el (gnus-face-properties-alist): New user option.
20617         (gnus-display-x-face-in-from): Use it.
20618
20619         * gnus-art.el (article-display-face): Ditto.
20620
20621         * compface.el (uncompface-use-external): Default to nil.
20622
20623 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20624
20625         * nntp.el (nntp-erase-buffer): New function.
20626         (nntp-retrieve-data, nntp-send-command)
20627         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20628         (nntp-possibly-change-group): Use it.
20629
20630         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20631         Use with-current-buffer.
20632
20633 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20634
20635         * compface.el: Merge the ELisp-based uncompface program.
20636         (compface): New customization group.
20637         (uncompface-use-external): New user option.
20638         (uncompface): Call uncompface-internal if uncompface-use-external
20639         is nil.
20640         (uncompface-internal): New function.  Note that there are also
20641         some other functions and variables added for this function.
20642
20643 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20644
20645         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20646         if necessary.
20647
20648 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20649
20650         * spam-report.el (spam-report-unplug-agent)
20651         (spam-report-plug-agent, spam-report-deagentize)
20652         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20653         Add support for the Agent in spam-report: when unplugged, report to a
20654         file; when plugged, submit all the requests.
20655
20656         * spam.el (spam-register-routine): Fix message about
20657         registration.
20658
20659 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20660
20661         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20662         dependencies.
20663         (rfc2047-encode): Use it.
20664
20665         * gnus-art.el (gnus-button-marker-list): Move before first
20666         reference.
20667
20668         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20669         (imap-parse-body): Fix format string mismatch.
20670
20671         * gnus-score.el (gnus-summary-increase-score): do.
20672
20673         * nnrss.el (nnrss-close): New function.
20674
20675 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20676
20677         * nnrss.el (nnrss-make-filename): New function.
20678         (nnrss-request-delete-group, nnrss-read-server-data)
20679         (nnrss-save-server-data, nnrss-read-group-data)
20680         (nnrss-save-group-data): Use it.
20681         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20682         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20683         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20684
20685 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20686
20687         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20688
20689 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20690
20691         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20692         files.
20693
20694         * message.el (message-generate-headers-first): Don't quote nil
20695         and t in docstrings.
20696
20697         * imap.el (imap-id): do.
20698
20699         * gnus-agent.el (gnus-agent-consider-all-articles)
20700         (gnus-agent-queue-mail): do.
20701
20702 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20703
20704         * spam-report.el (spam-report-process-queue): New function.
20705         Process requests from `spam-report-requests-file'.
20706         (spam-report-process-queue): Doc fix.
20707
20708 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20709
20710         * spam.el (spam-register-routine)
20711         (spam-log-processing-to-registry, spam-log-registered-p)
20712         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20713         Change "check" to "spam-check" for semi-clarity.
20714
20715 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20716
20717         * pop3.el: Require nnheader.
20718
20719         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20720
20721         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20722
20723         * gnus-picon.el: Require cl.
20724
20725         * gnus-fun.el: Require gnus-ems and gnus-util.
20726
20727         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20728
20729         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20730
20731         * gnus-art.el (gnus-article-edit-mode): Define before first
20732         reference.
20733
20734 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20735
20736         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20737         (gnus-uu-post-encoded): Use point-at-bol.
20738
20739         * gnus-topic.el (gnus-group-active-topic-p): do.
20740
20741         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20742
20743         * gnus-group.el (gnus-group-kill-region): do.
20744
20745         * gnus-art.el (article-date-ut): do.
20746
20747         * message.el (message-fetch-field): Remove redundant
20748         case-fold-search binding.
20749         (message-narrow-to-field): Simplify.
20750
20751 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20752
20753         * spam.el (spam-directory): Derive from `gnus-directory'.
20754
20755         * spam-report.el (spam-report-url-to-file)
20756         (spam-report-requests-file): New function and variable for offline
20757         reporting.
20758         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20759         and user defined function.
20760         (spam-report-url-ping-mm-url): Remove doubled slash.
20761
20762 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20763
20764         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20765
20766 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20767
20768         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20769         Fix format string mismatch.
20770
20771         * sieve.el (sieve-deactivate-all): do.
20772
20773         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20774
20775         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20776
20777         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20778
20779         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20780
20781 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20782
20783         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20784         the list of checks.
20785
20786 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20787
20788         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20789         padding.
20790
20791 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20792
20793         * mm-view.el (mm-fill-flowed): New variable.
20794         (mm-inline-text): Use it.
20795
20796 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20797
20798         * spam.el (spam-spamassassin-register-ham-routine)
20799         (spam-spamassassin-register-spam-routine): Fix function names.
20800
20801 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20802
20803         * gnus.el (gnus-tmp-grouplens): Remove.
20804         (gnus-summary-line-format): Remove grouplens.
20805
20806         * gnus-group.el (gnus-group-line-format): Ditto.
20807
20808         * gnus-spec.el (gnus-format-specs): Ditto.
20809         (gnus-update-format-specifications): Flush the group format spec
20810         cache if there's the grouplens stuff.
20811         (gnus-parse-simple-format): Replace %l with the empty string.
20812
20813 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20814
20815         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20816         omission.
20817
20818 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20819
20820         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20821         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20822
20823 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20824
20825         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20826         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20827         New macros and functions.
20828         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20829         Handle > NLINK_MAX messages.
20830         * nnmaildir.el (nnmaildir-request-set-mark):
20831         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20832
20833 2004-01-25  Alex Schroeder  <alex@gnu.org>
20834
20835         * spam-stat.el (spam-stat-process-directory-age): New option.
20836         (spam-stat-process-directory): Use it.
20837
20838 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20839
20840         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20841         (spam-stat-save): Accept prefix argument.
20842
20843 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20844
20845         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20846         links" error.
20847
20848 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20849
20850         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20851         the rest of the and/or forms.
20852
20853 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20854
20855         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20856         compatibility with old .newsrc.eld files.
20857
20858         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20859
20860         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20861
20862         * gnus-start.el (gnus-1): do.
20863
20864         * gnus-group.el (gnus-group-line-format-alist): do.
20865
20866         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20867
20868         * gnus-gl.el: Remove.
20869
20870 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20871
20872         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20873         marks consisting of a single range {for example, (3 . 5)} rather
20874         than a list of a single range { ((3 . 5)) }.
20875
20876 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20877
20878         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20879         Use with-current-buffer.
20880         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20881         avoid consing a string.
20882
20883         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20884         Remove obsolete entries for big5 and gb2312.
20885
20886 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20887
20888         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20889         uncompressed list.
20890
20891 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20892
20893         * spam-stat.el (spam-stat-strip-xref): New function.
20894         (spam-stat-process-directory): Use it.
20895
20896         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20897         here -- it's done in message-fetch-field.
20898
20899 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20900
20901         * gnus-agent.el (gnus-agent-queue-mail)
20902         (gnus-agent-prompt-send-queue): New variables.
20903         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20904         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20905         "nndraft:queue" along to gnus-draft-send.
20906         Use gnus-agent-prompt-send-queue.
20907         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20908         is "nndraft:queue".  Suggested by Gaute Strokkenes
20909         <gs234@srcf.ucam.org>
20910
20911         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20912         (agent-enable-undownloaded-faces): Add.
20913         (gnus-agent-cat-groups): Use eval-and-compile, not
20914         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20915         method of gnus-agent-cat-groups even when the buffer has been
20916         evaled.
20917         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20918         delete gnus-agent-save-active-1.
20919         (gnus-agent-save-groups): Delete.  Identical to
20920         gnus-agent-save-active.
20921         (gnus-agent-write-active): No longer adjust agent's copy of active
20922         file as agent's adjustments are now stored in their own
20923         file.  Remove optional parameter.
20924         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20925         servers.  Add use of min/max range limits from server's local
20926         file.
20927         (gnus-agent-save-alist): Remove unused optional argument.
20928         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20929         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20930         (gnus-agent-set-local): A per-server file that keeps min/max range
20931         limits for articles known to the agent.  Provides a fast mechanism
20932         for altering many active ranges.
20933         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20934         active file (local makes it unnecessary).
20935         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20936
20937         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20938         (agent-enable-undownloaded-faces): Add.
20939
20940         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20941         disable it when sending to "nndraft:queue".
20942         (gnus-group-send-queue): Add safety check to avoid sending queue
20943         when unplugged.
20944
20945         * gnus-group.el (gnus-group-catchup): Use new
20946         gnus-sequence-of-unread-articles, not
20947         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20948         numbers of articles.  Use gnus-range-map to avoid having to
20949         uncompress the unread list.
20950         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20951         Fix invalid ange-ftp reference.
20952
20953         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20954         (gnus-sorted-range-intersection): Intersection of two ranges
20955         without requiring that they first be uncompressed.
20956
20957         * gnus-start.el (gnus-activate-group): Unless blocked by the
20958         caller, possibly expand the active range to include both cached
20959         and agentized articles.
20960         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20961         multiple version-dependent converters.
20962         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20963         gnus-agent-save-active.
20964         (gnus-save-newsrc-file): Save dirty agent range limits.
20965
20966         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20967         gnus-agent-possibly-alter-active.
20968         (gnus-adjust-marked-articles): Faster handling of simple lists.
20969
20970 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20971
20972         * spam-stat.el (spam-stat-test-directory): New optional argument
20973         displays a list of files detected.  Suggested by Andrew Cohen
20974         <cohen@andy.bu.edu>.
20975         (spam-stat-buffer-words-with-scores): Don't narrow and change
20976         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20977
20978 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20979
20980         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20981         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20982         (spam-spamassassin-arguments)
20983         (spam-spamassassin-spam-flag-header)
20984         (spam-spamassassin-positive-spam-flag-header)
20985         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20986         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20987         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20988         (spam-list-of-processors, spam-list-of-checks)
20989         (spam-list-of-statistical-checks, spam-registration-functions)
20990         (spam-check-spamassassin-headers, spam-check-spamassassin)
20991         (spam-spamassassin-score)
20992         (spam-spamassassin-register-with-sa-learn)
20993         (spam-spamassassin-register-spam-routine)
20994         (spam-spamassassin-register-ham-routine)
20995         (spam-assassin-register-spam-routine)
20996         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20997         (spam-bogofilter-score): Fix to show article before scoring.
20998
20999 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21000
21001         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21002         default scoring function.
21003         (spam-generic-score): Call spam-spamassassin-score if
21004         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21005         spam-bogofilter-score otherwise.
21006
21007         * gnus.el (spam-process, spam-autodetect-methods):
21008         Add spamassassin and spamassassin-headers.
21009
21010 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21011
21012         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21013         Suppress unnecessary messages.
21014
21015 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21016
21017         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21018         make-hash-table.
21019
21020 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21021
21022         * canlock.el (base64-encode-string): Don't autoload it.
21023
21024 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21025
21026         * run-at-time.el: Remove useless (require 'itimer),
21027         eval-and-compile and (featurep 'xemacs).
21028
21029 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21030
21031         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21032         GROUP is a virtual group.
21033
21034 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21035
21036         * gnus.el: Autoload `message-y-or-n-p'.
21037
21038 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21039
21040         * pgg-parse.el: Remove unnecessary (require 'custom).
21041
21042         * pgg-def.el: do.
21043
21044         * nnmail.el: do.
21045
21046         * gnus-undo.el: do.
21047
21048         * gnus-picon.el: do.
21049
21050         * gnus-util.el: do.
21051
21052 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21053
21054         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21055
21056 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21057
21058         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21059         handle, as well as a list.
21060
21061         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21062         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21063         (mm-w3m-cid-retrieve): Simplify.
21064
21065 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21066
21067         * message.el (message-kill-to-signature): Allow prefix arg to
21068         specify number of lines to keep before signature.
21069
21070 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21071
21072         * message.el (message-kill-to-signature): Change docstring.
21073
21074 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21075
21076         * canlock.el: Always require sha1-el.
21077         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21078
21079         * message.el: Autoload sha1 only when compiling.
21080
21081         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21082         eudc-expand-inline for XEmacs.
21083
21084 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21085
21086         * message.el (message-canlock-generate): Require sha1-el.
21087
21088 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21089
21090         * message.el (message-expand-name): Silence the byte compiler.
21091
21092         * lpath.el: Add detect-coding-system.
21093
21094         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21095         cus-edit.
21096
21097 2004-01-13  Simon Josefsson  <jas@extundo.com>
21098
21099         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21100         Invoke gnus-score-mode.
21101         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21102
21103         * gnus-range.el (gnus-compress-sequence): Doc fix.
21104         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21105
21106 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21107
21108         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21109
21110 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21111
21112         * spam.el (spam-get-article-as-string): Update to use
21113         gnus-request-article-this-buffer, much simpler.
21114         (spam-get-article-as-buffer): Remove.
21115
21116 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21117
21118         * message.el (message-expand-name): Use EUDC if the user uses that.
21119
21120 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21121
21122         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21123         character for the encoding to avoid consing a string.
21124
21125         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21126         unnecessarily.
21127
21128         * mm-util.el (mm-replace-chars-in-string): Remove.
21129
21130         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21131         of mm-replace-chars-in-string.
21132
21133 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21134
21135         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21136
21137         * mm-util.el (mm-subst-char-in-string): Support inplace.
21138
21139         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21140         a new string in every iteration.  Use shy groups.
21141
21142 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21143
21144         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21145         * gnus-soup.el (gnus-soup-group-brew):
21146         * gnus-msg.el (gnus-put-message):
21147         * gnus-move.el (gnus-group-move-group-to-server):
21148         * gnus-kill.el (gnus-batch-score):
21149         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21150         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21151         (gnus-group-update-group, gnus-group-read-group)
21152         (gnus-group-make-group, gnus-group-make-help-group)
21153         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21154         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21155         (gnus-group-sort-by-unread, gnus-group-catchup)
21156         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21157         (gnus-group-yank-group, gnus-group-set-info)
21158         (gnus-group-list-groups):
21159         * gnus.el (gnus-generate-new-group-name):
21160         * gnus-delay.el (gnus-delay-send-queue):
21161         * nnvirtual.el (nnvirtual-catchup-group):
21162         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21163         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21164         (gnus-group-prepare-topics, gnus-topic-check-topology):
21165         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21166         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21167         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21168         (gnus-group-make-articles-read):
21169         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21170         (gnus-group-change-level, gnus-kill-newsgroup)
21171         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21172         (gnus-get-unread-articles, gnus-make-articles-unread)
21173         (gnus-make-ascending-articles-unread): Use accessor
21174         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21175         to get group information for improved readability.
21176
21177
21178 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21179
21180         * gnus-art.el (article-decode-mime-words, article-babel)
21181         (gnus-article-highlight-signature, gnus-article-add-buttons)
21182         (gnus-signature-toggle): Use gnus-with-article-buffer.
21183
21184         * gnus-art.el (gnus-article-highlight-headers)
21185         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21186
21187         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21188         (gnus-article-set-globals, gnus-request-article-this-buffer)
21189         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21190         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21191         (gnus-mime-display-alternative): Use with-current-buffer.
21192
21193 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21194
21195         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21196         also under 80 char limit, and call gnus-error if needed.
21197         (spam-fetch-article-header): Fix - it was a
21198         buffer-local variable (gnus-newsgroup-data).
21199         (spam-find-spam): Use spam-generate-fake-headers, forget about
21200         spam-insert-fake-headers.
21201         (spam-insert-fake-headers): Remove.
21202
21203 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21204
21205         * deuglify.el (gnus-article-outlook-unwrap-lines)
21206         (gnus-outlook-rearrange-article)
21207         (gnus-outlook-repair-attribution-outlook)
21208         (gnus-outlook-repair-attribution-block)
21209         (gnus-outlook-repair-attribution-other): Remove redundant
21210         save-excursion.
21211
21212 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21213
21214         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21215         (spam-fetch-field-subject-fast)
21216         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21217         (spam-fetch-article-header): Add functions to deal with Gnus
21218         internals for fast retrieval of article header data.
21219         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21220
21221 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21222
21223         * pop3.el (pop3-md5): Remove.
21224         (pop3-apop): Replace pop3-md5 with md5.
21225
21226         * mm-bodies.el: base64 is always built-in.
21227
21228         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21229         Use with-current-buffer.
21230
21231 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21232
21233         * canlock.el (canlock-insert-header): Remove excessive grouping in
21234         regexp.
21235
21236         * gnus-sum.el (gnus-summary-read-document): Ditto.
21237
21238         * gnus-uu.el (gnus-uu-part-number): Ditto.
21239
21240         * html2text.el (html2text-remove-tags): Ditto.
21241         (html2text-format-tags): Ditto.
21242         (html2text-format-single-elements): Ditto.
21243
21244         * mml.el (mml-parse-1): Ditto.
21245
21246 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21247
21248         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21249
21250         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21251
21252         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21253
21254         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21255
21256 2003-11-15  Simon Josefsson  <jas@extundo.com>
21257
21258         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21259         (pgg-gpg-lookup-key): Use regexp match instead of
21260         split-string (split-string is different between emacs 21.2 and
21261         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21262
21263 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21264
21265         * gnus-art.el (gnus-mime-view-all-parts)
21266         (gnus-article-part-wrapper, gnus-article-view-part):
21267         Use with-current-buffer.
21268
21269 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21270
21271         * spam.el (spam-disable-spam-split-during-ham-respool)
21272         (spam-spamoracle-database, spam-cache-lookups)
21273         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21274         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21275         (spam-group-ham-marks, spam-group-spam-marks)
21276         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21277         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21278         also add spam-use-blackholes to the statistical checks.
21279         (spam-fetch-field-fast): Add interface to fetching fields, may
21280         become a macro.
21281         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21282         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21283         (spam-insert-fake-headers): Fake an article when needed.
21284         (spam-find-spam): Fake article when possible.
21285         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21286         (spam-check-bogofilter-headers): Use message-fetch-field instead
21287         of nnmail-fetch-field.
21288
21289 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21290
21291         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21292
21293 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21294
21295         * spam.el (spam-split): Do not require spam-use-CHECK to be
21296         enabled if that check is passed to spam-split explicitly; also
21297         fix so 'spam doesn't get converted to spam-split-group when
21298         spam-split-symbolic-return is t.
21299         (spam-find-spam): Find registrations of the article and use those
21300         instead of re-running spam-split to find the spam/ham
21301         classification of the article.
21302         (spam-log-processing-to-registry, spam-log-registered-p)
21303         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21304         Use gnus-error instead of gnus-message.
21305         (spam-log-registration-type): Add function to determine the
21306         classification of a message based on registry entries; will
21307         return nil if both 'spam and 'ham are found.
21308         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21309         a reasonably fast local cache without the loading errors.
21310         (spam-cache-lookups): Set to t by default.
21311         (spam-find-spam): Don't try to guess spam-cache-lookups.
21312         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21313         spam-caches entry.
21314         (spam-filelist-build-cache, spam-filelist-check-cache):
21315         Fix caching of whitelist/blacklist entries.
21316         (spam-check-whitelist, spam-check-blacklist):
21317         Invoke spam-from-listed-p with a type, not a cache variable.
21318         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21319
21320 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21321
21322         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21323
21324         * nnmail.el (nnmail-split-fancy): do.
21325
21326         * mml.el (mml-parse): do.
21327
21328         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21329         (gnus-score-adaptive): do.
21330
21331 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21332
21333         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21334         (gnus-mime-button-map): Don't set keymap parent.
21335         (gnus-button-ctan-directory-regexp): Use shy grouping.
21336         (gnus-prev-page-map): Don't set keymap parent.
21337         (gnus-prev-page-map): Remove duplicated one.
21338         (gnus-next-page-map): Don't set keymap parent.
21339         (gnus-mime-security-button-map): Ditto.
21340
21341         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21342         version number.
21343
21344         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21345
21346 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21347
21348         * canlock.el (canlock-sha1-function): Remove.
21349         (canlock-sha1-function-for-verify): Remove.
21350         (canlock-openssl-program): Remove.
21351         (canlock-openssl-args): Remove.
21352         (canlock-ignore-errors): Remove.
21353         (canlock-sha1-with-openssl): Remove.
21354         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21355         (canlock-verify): Don't use canlock-ignore-errors.
21356
21357         * sha1-el.el (sha1-string-external): Make it can return a string
21358         in binary form.
21359         (sha1-region-external): Ditto.
21360         (sha1-string-internal): Ditto.
21361         (sha1-region-internal): Ditto.
21362         (sha1-region): Ditto.
21363         (sha1-string): Ditto.
21364         (sha1): Ditto.
21365
21366 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21367
21368         * spam.el (spam-report-articles-gmane): New command.
21369
21370 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21371
21372         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21373
21374         * run-at-time.el (run-at-time-saved): Remove.
21375         (run-at-time): Doc fix.
21376
21377 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21378
21379         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21380         (gnus-summary-limit-map): Add it.
21381         (gnus-summary-make-menu-bar): do.
21382
21383 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21384
21385         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21386         Make attempt at some caching support (done for BBDB only now).
21387         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21388         addresses to be checked.
21389         (spam-clear-cache-BBDB): Add function, to be invoked by
21390         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21391         (spam-check-BBDB): Check and use the caches, if
21392         spam-cache-lookups is on, remove superfluous (provide).
21393
21394 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21395
21396         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21397
21398 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21399
21400         * run-at-time.el (run-at-time-saved): Move to after the definition
21401         of `run-at-time'.
21402
21403         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21404
21405 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21406
21407         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21408         mm-w3m-local-map-property.
21409
21410         * mm-view.el (mm-w3m-mode-map): Remove.
21411         (mm-w3m-local-map-property): Remove.
21412         (mm-inline-text-html-render-with-w3m): Don't use
21413         mm-w3m-local-map-property.
21414
21415 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21416
21417         * run-at-time.el: New file.
21418
21419         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21420         under Emacs.
21421
21422         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21423         of gnus-set-text-properties.
21424
21425         * gnus-uu.el (gnus-uu-save-article): Ditto.
21426
21427         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21428
21429         * gnus-cite.el (gnus-cite-parse): Ditto.
21430
21431         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21432         of gnus-.
21433
21434         * gnus-xmas.el (run-at-time): Require run-at-time.
21435
21436         * gnus.el: Change calls to nnheader-run-at-time and
21437         password-run-at-time throughout to use run-at-time directly.
21438
21439         * password.el: Remove definition of run-at-time.
21440
21441         * nnheaderxm.el: Remove definition of run-at-time.
21442
21443 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21444
21445         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21446         in prompt.
21447
21448 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21449
21450         * messagexmas.el (message-xmas-redefine): Alias
21451         `message-make-caesar-translation-table' to
21452         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21453         version.
21454
21455         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21456         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21457         `gnus-xmas-set-text-properties'.
21458         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21459         `gnus-xmas-completing-read'.
21460         (gnus-xmas-completing-read): Removed.
21461         (gnus-xmas-open-network-stream): Removed.
21462
21463         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21464         XEmacs version.
21465
21466         * dns.el (dns-make-network-process): Use `open-network-stream'
21467         instead of `gnus-xmas-open-network-stream'.
21468
21469         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21470
21471         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21472
21473 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21474
21475         * gnus-art.el (gnus-mime-display-alternative)
21476         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21477         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21478         Don't use gnus-local-map-property.
21479
21480         * gnus-util.el (gnus-local-map-property): Remove.
21481
21482         * mm-view.el (mm-view-pkcs7-decrypt):
21483         Replace gnus-completing-read-maybe-default with completing-read.
21484
21485         * gnus-util.el (gnus-completing-read): do.
21486         (gnus-completing-read-maybe-default): Remove.
21487
21488 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21489
21490         * password.el: Only autoload `run-at-time' if not XEmacs.
21491         Only autoload the itimer functions if XEmacs.
21492
21493 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21494
21495         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21496         XEmacsen.
21497
21498         * dgnushack.el: Autoload executable-find for XEmacs.
21499
21500 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21501
21502         * gnus-art.el (gnus-read-string): Remove.
21503         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21504         read-string.
21505
21506 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21507
21508         * netrc.el: Autoload password-read.
21509         (netrc): Add configuration group.
21510         (netrc-encoding-method, netrc-openssl-path):
21511         Add variables for encoding and decoding of files with symmetric
21512         ciphers.
21513         (netrc-encode): Add assistant function to encode a file with
21514         netrc-encoding-method.
21515         (netrc-parse): Add interactive parameter, added optional
21516         decoding if netrc-encoding-method is non-nil but otherwise
21517         behavior is standard.
21518         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21519         Do s/encode/encrypt/ everywhere.
21520
21521         * spam.el: Remove executable-find autoload.
21522
21523 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21524
21525         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21526
21527         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21528
21529 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21530
21531         * gnus-art.el (gnus-treat-ansi-sequences)
21532         (article-treat-ansi-sequences): New variable and function.
21533         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21534
21535         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21536         Use it.
21537
21538 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21539
21540         * mm-util.el (mm-quote-arg): Remove.
21541
21542         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21543         shell-quote-argument.
21544
21545         * gnus-uu.el (gnus-uu-command): do.
21546
21547         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21548
21549         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21550         with make-char.
21551
21552         * mm-util.el (mm-make-char): Remove.
21553
21554         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21555         add-minor-mode.
21556
21557         * gnus-undo.el (gnus-undo-mode): do.
21558
21559         * gnus-topic.el (gnus-topic-mode): do.
21560
21561         * gnus-sum.el (gnus-dead-summary-mode): do.
21562
21563         * gnus-start.el (gnus-slave-mode): do.
21564
21565         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21566
21567         * gnus-ml.el (gnus-mailing-list-mode): do.
21568
21569         * gnus-gl.el (gnus-grouplens-mode): do.
21570
21571         * gnus-draft.el (gnus-draft-mode): do.
21572
21573         * gnus-dired.el (gnus-dired-mode): do.
21574
21575         * gnus-ems.el (gnus-add-minor-mode): Remove.
21576
21577         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21578         Replace gnus-char-width with char-width.
21579
21580         * gnus-ems.el (gnus-char-width): Remove.
21581
21582         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21583         Replace gnus-char-width with char-width.
21584
21585         * gnus-ems.el (gnus-char-width): Remove.
21586
21587         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21588         definition.
21589         Remove Emacs 20 hash table compatibility code.
21590
21591         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21592         20 compatibility code.
21593
21594         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21595
21596         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21597
21598         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21599         Replace with point-at-{eol,bol}.
21600
21601         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21602
21603         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21604
21605         * flow-fill.el (fill-flowed-point-at-bol)
21606         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21607
21608         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21609         Replace with point-at-{eol,bol} throughout all files.
21610
21611 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21612
21613         * ntlm.el (ntlm-string-as-unibyte): New macro.
21614         (ntlm-build-auth-response): Use it.
21615
21616         Remove Emacs 20 stuff:
21617         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21618         (butlast, mapc, remove): Remove the compiler macros.
21619         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21620         of delq and copy-sequence.
21621         * gnus-art.el (popup-menu): Remove the compiler macro.
21622         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21623         Emacs 20.
21624
21625 2004-01-05  Simon Josefsson  <jas@extundo.com>
21626
21627         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21628         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21629         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21630         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21631         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21632         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21633         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21634         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21635         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21636         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21637         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21638         string-xor into ntlm-string-xor.
21639         Suggested by Jesper Harder <harder@myrealbox.com>.
21640
21641         * ntlm.el: Don't include poem.
21642
21643         * md4.el (print-int32, print-string-hexa): Remove.
21644         Suggested by Jesper Harder <harder@myrealbox.com>.
21645
21646         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21647
21648         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21649         probably breaks emacs with DL patch, but do we care? Is anyone
21650         still using the DL stuff?)
21651
21652         * sieve-manage.el: Use the password package.
21653         (sieve-manage-read-passwd): Remove.
21654         (sieve-manage-interactive-login): Use password.  Re-add
21655         condition-case around loop.
21656
21657         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21658         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21659         Use the password package.
21660
21661 2003-02-19  Simon Josefsson  <jas@extundo.com>
21662
21663         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21664         token.
21665
21666 2002-08-07  Simon Josefsson  <jas@extundo.com>
21667
21668         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21669         (sieve-manage-authenticators):
21670         (sieve-manage-authenticator-alist): Add some SASL mechs.
21671         (sieve-sasl-auth): New function.
21672         (sieve-manage-cram-md5-auth):
21673         (sieve-manage-plain-auth): Rewrite using SASL library.
21674         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21675         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21676         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21677         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21678
21679 2004-01-05  Simon Josefsson  <jas@extundo.com>
21680
21681         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21682         New files.
21683
21684 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21685
21686         * gnus-group.el (gnus-no-groups-message): Update.
21687
21688         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21689
21690 2003-11-09  Simon Josefsson  <jas@extundo.com>
21691
21692         * imap.el: Support for ID IMAP extension (RFC 2971).
21693         (imap-local-variables): Add imap-id.
21694         (imap-id): New variable.
21695         (imap-id): New function.
21696         (imap-parse-response): Parse untagged ID response.
21697         * nnimap.el (nnimap-id): New variable.
21698         (nnimap-open-connection): Use it.
21699
21700 2003-12-28  Simon Josefsson  <jas@extundo.com>
21701
21702         * gnus-score.el (gnus-score-edit-all-score): New.
21703         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21704
21705 2004-01-04  Simon Josefsson  <jas@extundo.com>
21706
21707         * password.el: Add.
21708
21709 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21710
21711         * dns.el (dns-query-types): Fix typo.
21712         (dns-query-types): New function.
21713         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21714         PTR and SOA replies, see RFC 1035.
21715
21716 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21717
21718         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21719
21720         * Move to Changelog.2.
21721
21722 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21723
21724         * gnus.el (gnus-version-number): Bump version.
21725
21726 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21727
21728         * gnus.el: No Gnus v0.1 is released.
21729
21730 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21731
21732         * gnus.el: No Gnus v0.0 is released.
21733
21734 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21735
21736         * gnus.el (gnus-version-number): Bump.
21737         (gnus-version): No.
21738
21739 See ChangeLog.2 for earlier changes.
21740
21741   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21742
21743   This file is part of GNU Emacs.
21744
21745   GNU Emacs is free software: you can redistribute it and/or modify
21746   it under the terms of the GNU General Public License as published by
21747   the Free Software Foundation, either version 3 of the License, or
21748   (at your option) any later version.
21749
21750   GNU Emacs is distributed in the hope that it will be useful,
21751   but WITHOUT ANY WARRANTY; without even the implied warranty of
21752   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21753   GNU General Public License for more details.
21754
21755   You should have received a copy of the GNU General Public License
21756   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21757
21758 ;; Local Variables:
21759 ;; coding: utf-8
21760 ;; fill-column: 79
21761 ;; add-log-time-zone-rule: t
21762 ;; End: